Quote:
Originally Posted by jNoxx
At least post some code then please?
Or errors, what u try to do, where it goes wrong.
We are not wizards harry!
|
Hi,
I'm having the same problem. I added the SpeakHere folder to my project. When I try to compile, I get many, many errors. Here are the first dozen or so...
CompileC /Users/epaus/Library/Developer/Xcode/DerivedData/Timers-bkkyughkpmzypcagdcxjwpifkwkw/Build/Intermediates/Timers.build/Debug-iphonesimulator/Timers.build/Objects-normal/i386/AQLevelMeter.o SpeakHere/AudioViews/AQLevelMeter.mm normal i386 objective-c++ com.apple.compilers.llvmgcc42
cd /Users/epaus/iPhone/StanfordFall10/Projects/Timers
setenv LANG en_US.US-ASCII
setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/llvm-gcc-4.2 -x objective-c++ -arch i386 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -O0 -Wreturn-type -Wunused-variable -DDEBUG -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk -fexceptions -fasm-blocks -mmacosx-version-min=10.6 -gdwarf-2 -fvisibility-inlines-hidden -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__IPHONE_OS_VERSION_MIN_REQUIRED=40300 -iquote /Users/epaus/Library/Developer/Xcode/DerivedData/Timers-bkkyughkpmzypcagdcxjwpifkwkw/Build/Intermediates/Timers.build/Debug-iphonesimulator/Timers.build/Timers-generated-files.hmap -I/Users/epaus/Library/Developer/Xcode/DerivedData/Timers-bkkyughkpmzypcagdcxjwpifkwkw/Build/Intermediates/Timers.build/Debug-iphonesimulator/Timers.build/Timers-own-target-headers.hmap -I/Users/epaus/Library/Developer/Xcode/DerivedData/Timers-bkkyughkpmzypcagdcxjwpifkwkw/Build/Intermediates/Timers.build/Debug-iphonesimulator/Timers.build/Timers-all-target-headers.hmap -iquote /Users/epaus/Library/Developer/Xcode/DerivedData/Timers-bkkyughkpmzypcagdcxjwpifkwkw/Build/Intermediates/Timers.build/Debug-iphonesimulator/Timers.build/Timers-project-headers.hmap -I/Users/epaus/Library/Developer/Xcode/DerivedData/Timers-bkkyughkpmzypcagdcxjwpifkwkw/Build/Products/Debug-iphonesimulator/include -I/Users/epaus/Library/Developer/Xcode/DerivedData/Timers-bkkyughkpmzypcagdcxjwpifkwkw/Build/Intermediates/Timers.build/Debug-iphonesimulator/Timers.build/DerivedSources/i386 -I/Users/epaus/Library/Developer/Xcode/DerivedData/Timers-bkkyughkpmzypcagdcxjwpifkwkw/Build/Intermediates/Timers.build/Debug-iphonesimulator/Timers.build/DerivedSources -F/Users/epaus/Library/Developer/Xcode/DerivedData/Timers-bkkyughkpmzypcagdcxjwpifkwkw/Build/Products/Debug-iphonesimulator -include /Users/epaus/Library/Developer/Xcode/DerivedData/Timers-bkkyughkpmzypcagdcxjwpifkwkw/Build/PrecompiledHeaders/Timers-Prefix-aujvzwpmxddowebiawegribwlgbv/Timers-Prefix.pch -c /Users/epaus/iPhone/StanfordFall10/Projects/Timers/SpeakHere/AudioViews/AQLevelMeter.mm -o /Users/epaus/Library/Developer/Xcode/DerivedData/Timers-bkkyughkpmzypcagdcxjwpifkwkw/Build/Intermediates/Timers.build/Debug-iphonesimulator/Timers.build/Objects-normal/i386/AQLevelMeter.o
In file included from /Users/epaus/iPhone/StanfordFall10/Projects/Timers/SpeakHere/iPublicUtility/CAXException.h:60,
from /Users/epaus/iPhone/StanfordFall10/Projects/Timers/SpeakHere/AudioViews/AQLevelMeter.h:56,
from /Users/epaus/iPhone/StanfordFall10/Projects/Timers/SpeakHere/AudioViews/AQLevelMeter.mm:51:
/Users/epaus/iPhone/StanfordFall10/Projects/Timers/SpeakHere/iPublicUtility/CADebugMacros.h:95:29: error: CADebugPrintf.h: No such file or directory
In file included from /Users/epaus/iPhone/StanfordFall10/Projects/Timers/SpeakHere/AudioViews/AQLevelMeter.mm:56:
/Users/epaus/iPhone/StanfordFall10/Projects/Timers/SpeakHere/iPublicUtility/CAStreamBasicDescription.h: In member function 'bool CAStreamBasicDescription::PackednessIsSignificant( ) const':
/Users/epaus/iPhone/StanfordFall10/Projects/Timers/SpeakHere/iPublicUtility/CAStreamBasicDescription.h:129: error: 'DebugPrintfFileComma' was not declared in this scope
/Users/epaus/iPhone/StanfordFall10/Projects/Timers/SpeakHere/iPublicUtility/CAStreamBasicDescription.h:129: error: 'DebugPrintfRtn' was not declared in this scope
/Users/epaus/iPhone/StanfordFall10/Projects/Timers/SpeakHere/iPublicUtility/CAStreamBasicDescription.h: In member function 'UInt32 CAStreamBasicDescription::BytesToFrames(UInt32) const':
/Users/epaus/iPhone/StanfordFall10/Projects/Timers/SpeakHere/iPublicUtility/CAStreamBasicDescription.h:153: error: 'DebugPrintfFileComma' was not declared in this scope
/Users/epaus/iPhone/StanfordFall10/Projects/Timers/SpeakHere/iPublicUtility/CAStreamBasicDescription.h:153: error: 'DebugPrintfRtn' was not declared in this scope
/Users/epaus/iPhone/StanfordFall10/Projects/Timers/SpeakHere/iPublicUtility/CAStreamBasicDescription.h: In member function 'void CAStreamBasicDescription::ChangeNumberChannels(UIn t32, bool)':
/Users/epaus/iPhone/StanfordFall10/Projects/Timers/SpeakHere/iPublicUtility/CAStreamBasicDescription.h:236: error: 'DebugPrintfFileComma' was not declared in this scope
/Users/epaus/iPhone/StanfordFall10/Projects/Timers/SpeakHere/iPublicUtility/CAStreamBasicDescription.h:236: error: 'DebugPrintfRtn' was not declared in this scope
/Users/epaus/iPhone/StanfordFall10/Projects/Timers/SpeakHere/AudioViews/AQLevelMeter.mm: In function 'void -[AQLevelMeter setAq:](AQLevelMeter*, objc_selector*, OpaqueAudioQueue*)':
/Users/epaus/iPhone/StanfordFall10/Projects/Timers/SpeakHere/AudioViews/AQLevelMeter.mm:309: error: 'DebugPrintfFileComma' was not declared in this scope
/Users/epaus/iPhone/StanfordFall10/Projects/Timers/SpeakHere/AudioViews/AQLevelMeter.mm:309: error: 'DebugPrintfRtn' was not declared in this scope
/Users/epaus/iPhone/StanfordFall10/Projects/Timers/SpeakHere/AudioViews/AQLevelMeter.mm:314: error: 'DebugPrintfFileComma' was not declared in this scope
/Users/epaus/iPhone/StanfordFall10/Projects/Timers/SpeakHere/AudioViews/AQLevelMeter.mm:314: error: 'DebugPrintfRtn' was not declared in this scope
CompileC /Users/epaus/Library/Developer/Xcode/DerivedData/Timers-bkkyughkpmzypcagdcxjwpifkwkw/Build/Intermediates/Timers.build/Debug-iphonesimulator/Timers.build/Objects-normal/i386/LevelView.o SpeakHere/AudioViews/LevelView.m normal i386 objective-c com.apple.compilers.llvmgcc42
cd /Users/epaus/iPhone/StanfordFall10/Projects/Timers
setenv LANG en_US.US-ASCII
setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/llvm-gcc-4.2 -x objective-c -arch i386 -fmessage-length=0 -pipe -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wreturn-type -Wunused-variable -DDEBUG -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk -fexceptions -fasm-blocks -mmacosx-version-min=10.6 -gdwarf-2 -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__IPHONE_OS_VERSION_MIN_REQUIRED=40300 -iquote /Users/epaus/Library/Developer/Xcode/DerivedData/Timers-bkkyughkpmzypcagdcxjwpifkwkw/Build/Intermediates/Timers.build/Debug-iphonesimulator/Timers.build/Timers-generated-files.hmap -I/Users/epaus/Library/Developer/Xcode/DerivedData/Timers-bkkyughkpmzypcagdcxjwpifkwkw/Build/Intermediates/Timers.build/Debug-iphonesimulator/Timers.build/Timers-own-target-headers.hmap -I/Users/epaus/Library/Developer/Xcode/DerivedData/Timers-bkkyughkpmzypcagdcxjwpifkwkw/Build/Intermediates/Timers.build/Debug-iphonesimulator/Timers.build/Timers-all-target-headers.hmap -iquote /Users/epaus/Library/Developer/Xcode/DerivedData/Timers-bkkyughkpmzypcagdcxjwpifkwkw/Build/Intermediates/Timers.build/Debug-iphonesimulator/Timers.build/Timers-project-headers.hmap -I/Users/epaus/Library/Developer/Xcode/DerivedData/Timers-bkkyughkpmzypcagdcxjwpifkwkw/Build/Products/Debug-iphonesimulator/include -I/Users/epaus/Library/Developer/Xcode/DerivedData/Timers-bkkyughkpmzypcagdcxjwpifkwkw/Build/Intermediates/Timers.build/Debug-iphonesimulator/Timers.build/DerivedSources/i386 -I/Users/epaus/Library/Developer/Xcode/DerivedData/Timers-bkkyughkpmzypcagdcxjwpifkwkw/Build/Intermediates/Timers.build/Debug-iphonesimulator/Timers.build/DerivedSources -F/Users/epaus/Library/Developer/Xcode/DerivedData/Timers-bkkyughkpmzypcagdcxjwpifkwkw/Build/Products/Debug-iphonesimulator -include /Users/epaus/Library/Developer/Xcode/DerivedData/Timers-bkkyughkpmzypcagdcxjwpifkwkw/Build/PrecompiledHeaders/Timers-Prefix-btdiyptdroxeypftumzltklmquww/Timers-Prefix.pch -c /Users/epaus/iPhone/StanfordFall10/Projects/Timers/SpeakHere/AudioViews/LevelView.m -o /Users/epaus/Library/Developer/Xcode/DerivedData/Timers-bkkyughkpmzypcagdcxjwpifkwkw/Build/Intermediates/Timers.build/Debug-iphonesimulator/Timers.build/Objects-normal/i386/LevelView.o
In file included from /Users/epaus/iPhone/StanfordFall10/Projects/Timers/SpeakHere/AudioViews/LevelView.m:9:
/Users/epaus/iPhone/StanfordFall10/Projects/Timers/SpeakHere/AudioViews/LevelView.h:13: error: expected specifier-qualifier-list before 'AQLevelMeter'
/Users/epaus/iPhone/StanfordFall10/Projects/Timers/SpeakHere/AudioViews/LevelView.h:14: error: expected specifier-qualifier-list before 'AQLevelMeter'
Is there a defined procedure for how you add one project to another project? I have tried to google the problem, but I can find nothing. I'm sure I'm not using the correct terminology. I would appreciate any guidance you have to offer.
Thank you for your help.
-Estelle