/usr/bin/gcc-4.0 -x objective-c -arch ppc -pipe -Wno-trigraphs -fobjc-exceptions -fpascal-strings -fasm-blocks -Os -Wreturn-type -Wunused-variable -fmessage-length=0 -mtune=G5 -fvisibility=hidden -mmacosx-version-min=10.4 -I/Users/****/Development/Play/trunk/build/Play.build/Release/Play.build/Play.hmap -mdynamic-no-pic -F/Users/****/Development/Play/trunk/build/Release -F/Users/****/Development/Play/trunk/Frameworks -F/Users/****/Development/Play/trunk/Frameworks -F/Users/****/Development/Play/trunk/Frameworks -F/Users/****/Development/Play/trunk/Frameworks -F/Users/****/Development/Play/trunk/Frameworks -I/Users/****/Development/Play/trunk/build/Release/include -I/Users/****/Development/Play/trunk/Frameworks/taglib.framework/Headers -I/Users/****/Development/Play/trunk/Frameworks/mp4v2.framework/Headers -I/Users/****/Development/Play/trunk/build/Play.build/Release/Play.build/DerivedSources -isysroot /Developer/SDKs/MacOSX10.4u.sdk -include /Library/Caches/com.apple.Xcode.501/SharedPrecompiledHeaders/Play_Prefix-bshifccuknxrvvfvrkmomcumpwzr/Play_Prefix.pch -D__MACOSX__ -c /Users/****/Development/Play/trunk/LibraryDocument/LibraryDocument.m -o /Users/****/Development/Play/trunk/build/Play.build/Release/Play.build/Objects-normal/ppc/LibraryDocument-4D7CDA64.o
/Users/****/Development/Play/trunk/LibraryDocument/LibraryDocument.m:67:18: error: Timer.h: No such file or directory
/Users/****/Development/Play/trunk/LibraryDocument/LibraryDocument.m: In function '-[LibraryDocument(Private) scheduleURLForAddition:]':
/Users/****/Development/Play/trunk/LibraryDocument/LibraryDocument.m:1940: error: 'Timer' undeclared (first use in this function)
/Users/****/Development/Play/trunk/LibraryDocument/LibraryDocument.m:1940: error: (Each undeclared identifier is reported only once
/Users/****/Development/Play/trunk/LibraryDocument/LibraryDocument.m:1940: error: for each function it appears in.)
/Users/****/Development/Play/trunk/LibraryDocument/LibraryDocument.m:1940: error: 'timer' undeclared (first use in this function)
/Users/****/Development/Play/trunk/LibraryDocument/LibraryDocument.m: In function '-[LibraryDocument(Private) insertEntityForURL:]':
/Users/****/Development/Play/trunk/LibraryDocument/LibraryDocument.m:2007: error: 'Timer' undeclared (first use in this function)
/Users/****/Development/Play/trunk/LibraryDocument/LibraryDocument.m:2007: error: 'timer' undeclared (first use in this function)
** BUILD FAILED **
Seems like you forgot to check in the Timer.h file...
Last edited by krmathis on Sat Jan 27, 2007 8:04 pm, edited 1 time in total.
krmathis wrote:Seems like you forgot to check in the Timer.h file...
Actually I accidentally checked in code that referenced it! It was just one of my explorations of why Play is slow to add files. It should be fixed now.