Build broken after I moved my project
Build broken after I moved my project
- Subject: Build broken after I moved my project
- From: Rick Mann <email@hidden>
- Date: Tue, 18 Nov 2008 16:09:44 -0800
My project referred to some source files outside of itself, and when I
moved it, the relative path broke. I fixed the path, and it finds the
files now, but when it tries to compile them (C++), it reports this
for each source file that was in that directory:
CompileC build/MyApp.build/Debug-iphonesimulator/MyApp.build/Objects-
normal/i386/AffineTransform.o "~/LZRepo/cpputils/trunk/src/Graphics/
AffineTransform.cp" normal i386 c++ com.apple.compilers.gcc.4_0
cd /Users/rmann/LZRepo/MyAppParent/MyApp/trunk/xcode
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/
gcc-4.0 -x c++ -arch i386 -fmessage-length=0 -pipe -Wno-trigraphs -
fpascal-strings -fasm-blocks -O0 -Wreturn-type -Wunused-variable -
D__IPHONE_OS_VERSION_MIN_REQUIRED=20000 -isysroot /Developer/Platforms/
iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator2.1.sdk -
fvisibility=hidden -fvisibility-inlines-hidden -mmacosx-version-
min=10.5 -gdwarf-2 -iquote /Users/rmann/LZRepo/MyAppParent/MyApp/trunk/
xcode/build/MyApp.build/Debug-iphonesimulator/MyApp.build/MyApp-
generated-files.hmap -I/Users/rmann/LZRepo/MyAppParent/MyApp/trunk/
xcode/build/MyApp.build/Debug-iphonesimulator/MyApp.build/MyApp-own-
target-headers.hmap -I/Users/rmann/LZRepo/MyAppParent/MyApp/trunk/
xcode/build/MyApp.build/Debug-iphonesimulator/MyApp.build/MyApp-all-
target-headers.hmap -iquote /Users/rmann/LZRepo/MyAppParent/MyApp/
trunk/xcode/build/MyApp.build/Debug-iphonesimulator/MyApp.build/MyApp-
project-headers.hmap -F/Users/rmann/LZRepo/MyAppParent/MyApp/trunk/
xcode/build/Debug-iphonesimulator -I/Users/rmann/LZRepo/MyAppParent/
MyApp/trunk/xcode/build/Debug-iphonesimulator/include -I/Users/rmann/
LZRepo/MyAppParent/MyApp/trunk/xcode/build/MyApp.build/Debug-
iphonesimulator/MyApp.build/DerivedSources -include /var/folders/VT/
VTtKCduZGsm7vgkK2nQztU+++TI/-Caches-/com.apple.Xcode.501/
SharedPrecompiledHeaders/MyApp_Prefix-cwpqigonzciouhhicijkyanwxbsc/
MyApp_Prefix.pch -c ~/LZRepo/cpputils/trunk/src/Graphics/
AffineTransform.cp -o /Users/rmann/LZRepo/MyAppParent/MyApp/trunk/
xcode/build/MyApp.build/Debug-iphonesimulator/MyApp.build/Objects-
normal/i386/AffineTransform.o
i686-apple-darwin9-gcc-4.0.1: ~/LZRepo/cpputils/trunk/src/Graphics/
AffineTransform.cp: No such file or directory
i686-apple-darwin9-gcc-4.0.1: warning: '-x c++' after last input file
has no effect
i686-apple-darwin9-gcc-4.0.1: no input files
Any idea what I did to break this, and how to fix it?
TIA,
--
Rick
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden