iDevGames Forums
Linking error - Printable Version

+- iDevGames Forums (http://www.idevgames.com/forums)
+-- Forum: Development Zone (/forum-3.html)
+--- Forum: Tools & Technology (/forum-10.html)
+--- Thread: Linking error (/thread-2385.html)



Linking error - honkskillet - Sep 20, 2008 02:29 PM

Hi all. It has been a couple years since I did any programming. Anyways, I just bought a new iMac and I wanted to transition an old piece of shareware to this computer. So I copied my old project over (along with the entire User from my old Cube). When I tried to build this is the error that I got.

mkdir "/Volumes/Mac_OS_X/Users/honkey/Arcade Typing Tutor/build/Development/Arcade Typing Tutor.app/Contents/MacOS"
cd "/Volumes/Mac_OS_X/Users/honkey/Arcade Typing Tutor"
/Developer/usr/bin/g++-4.0 -arch i386 "-L/Volumes/Mac_OS_X/Users/honkey/Arcade Typing Tutor/build/Development" "-L/Users/honkey/Arcade Typing Tutor" "-F/Volumes/Mac_OS_X/Users/honkey/Arcade Typing Tutor/build/Development" -filelist "/Volumes/Mac_OS_X/Users/honkey/Arcade Typing Tutor/build/Arcade Typing Tutor.build/Development/Arcade Typing Tutor.build/Objects-normal/i386/Arcade Typing Tutor.LinkFileList" -framework Cocoa -lValidate -leSellerate -framework QuickTime -framework OpenGL -prebind -o "/Volumes/Mac_OS_X/Users/honkey/Arcade Typing Tutor/build/Development/Arcade Typing Tutor.app/Contents/MacOS/Arcade Typing Tutor"
ld: library not found for -lValidate
collect2: ld returned 1 exit status
ld: library not found for -lValidate
collect2: ld returned 1 exit status

I had been running an older version of XCode on the old Cube. Any thoughts as to why this won't compile? Thnx


Linking error - bmantzey - Sep 20, 2008 08:42 PM

Make sure all your files are in the right folders and that the paths in your code are correct.


Linking error - OneSadCookie - Sep 21, 2008 01:06 AM

It's looking for a library called "libValidate.a" or "libValidate.dylib" and it can't find it..