PDA

View Full Version : compiling error: 2.70.1(2005-03-14) on OS X 10.3.9 using Xcode


dtr
August 29th, 2005, 07:47 PM
hi list,

i just started digging into ARToolkit (for application in academic R&D) and i'm running into compiling problems on OS X 10.3.9. compiling through Terminal seems to work fine, i can run the example apps, but Xcode returns 2 fatal errors:

_no input files
_/Applications/ARToolkit_builds/artoolkit/lib/SRC/VideoMacOSX/QTMovieFromURL.c : no such file or directory
(/Applications/ARToolkit_builds/ is the directory where i put the artoolkit folder from CVS: 2.70.1 2005-03-14)

i guess i could manage my projects with separate files and compile 'm through Terminal but it 'd be handier to keep things together in the Xcode project if it worked. any ideas?

now i must admit i'm new to C-coding so my excuses if the solution to my problem is obvious. i do have experience programming in MAX/MSP, Flash, Virtools, JavaScript and others.


i'd be grateful for any tips! dieter

philip_lamb
August 29th, 2005, 10:11 PM
dtr.. a simple mistake on my part when I packaged ARTK 2.70.1.. I had been experimenting with some additional code, which isn't in the final package.

Here's the very easy fix: open the XCode project, find the file QTMovieFromURL.c inside the lib/SRC/videoMacOSX group (it will be coloured red), and delete it from that group.

Then things will build just fine.

dtr
August 30th, 2005, 12:48 PM
alright, thanks!