11-13-2005, 06:44 PM,
|
|
christophe14
Junior Member
|
Posts: 21
Threads: 5
Joined: Nov 2005
|
|
Mac OS X release
I am very pleased and impressed by the work you are doing guys.Really this is a good job !!I am not a developer but for fun I have tried to compile the Mac OS X release. Unfortunately, it seems the file SDL.h is missing in the package.Could you please send it to me ?Thanks.Christophe
|
|
11-13-2005, 08:39 PM,
|
|
Nenillo
Junior Member
|
Posts: 7
Threads: 1
Joined: Nov 2005
|
|
Mac OS X release
That file is not bundled with VDrift, you need to install dev packages of SDL to compile VDrift.
|
|
11-20-2005, 02:42 PM,
|
|
christophe14
Junior Member
|
Posts: 21
Threads: 5
Joined: Nov 2005
|
|
Mac OS X release
The file SDL.h is not in any of these packages.In fact, it is in http://www.libsdl.org/release/SDL-1.2.9.dmg.But I have some errors while compiling the project using Xcode 2.2. It seems the file config_mac.h is also missing in the src archive. Where can I find it ?I have also the following error:/Users/christophe/Desktop/vdrift 2005-11-03 src/tools/osx/../../include/settings.h:32: error: 'VERSION' was not declared in this scope.I had also to change the location path#include to #include Have anyone try to successfully compile the project provided in the archive vdrift-2005-11-03-src.tar.bz2 just like it is, without making any changes ?Thanks for your support.Christophe
|
|
11-20-2005, 03:03 PM,
|
|
christophe14
Junior Member
|
Posts: 21
Threads: 5
Joined: Nov 2005
|
|
Mac OS X release
christophe14 Wrote:The file SDL.h is not in any of these packages.In fact, it is in http://www.libsdl.org/release/SDL-1.2.9.dmg.But I have some errors while compiling the project using Xcode 2.2. It seems the file config_mac.h is also missing in the src archive. Where can I find it ?I have also the following error:/Users/christophe/Desktop/vdrift 2005-11-03 src/tools/osx/../../include/settings.h:32: error: 'VERSION' was not declared in this scope.I had also to change the location path#include to #include Have anyone try to successfully compile the project provided in the archive vdrift-2005-11-03-src.tar.bz2 just like it is, without making any changes ?Thanks for your support.Christophe I cannot post any sentence with superior or inferior symbol ????#include SDL/SDL_image.h to #include SDL_image/SDL_image.hChristophe
|
|
11-21-2005, 07:20 PM,
|
|
christophe14
Junior Member
|
Posts: 21
Threads: 5
Joined: Nov 2005
|
|
Mac OS X release
OK.Could you tell me the easiest SVN client to use on Mac OS X to retrieve the source code ?Thanks.
|
|
11-23-2005, 06:21 PM,
|
|
abs1nth
Senior Member
|
Posts: 358
Threads: 5
Joined: Sep 2005
|
|
Mac OS X release
thelusiv Wrote:It looks like the Mac OS X section on this page has a client you can use. I don't know if it's the easiest, but I don't have an Apple, so... this is the standard command line client, if you managed to get it installed you can use it to check out vdrift by opening /Applications/Utilities/Terminal.app and typing in vn co http://svn.vdrift.net/repos/vdrift/trunk vdriftor you could just wait for the next release in a few days ^^ (i'm assuming here that there will be a december release altough not much happened in svn...)
|
|
11-23-2005, 06:50 PM,
|
|
christophe14
Junior Member
|
Posts: 21
Threads: 5
Joined: Nov 2005
|
|
Mac OS X release
Finally I have installed the Martin Ott Subversion package ( http://homepage.mac.com/martinott/) and svnX ( http://www.lachoseinteractive.net/files/svnX.dmg.gz) and I have successfully checkout the latest version of the source code (Rev 580).But it still doesn't compile with Xcode 2.2 :cry: Error when choosing Deployment-Release active build configuration: "pbxcp: error: open(): /Volumes/Documents/vdrift/tools/osx/build/Deployment-Release/vdrift.app/Contents/Info.plist [/SourceCache/pbx_tools/pbx_tools-628.1/pbxcp/file_utils.c:391]: No such file or directory"Or Error when choosing both Development or Deployment active build configuration "error: couldn't exec /usr/bin/gcc-3.3: No such file or directory".Which version of Xcode are you using ?Or maybe I should checkout the version revision 535 ?
|
|
11-24-2005, 05:39 PM,
|
|
abs1nth
Senior Member
|
Posts: 358
Threads: 5
Joined: Sep 2005
|
|
Mac OS X release
christophe14 Wrote:Which version of Xcode are you using ? i'm using 2.2 the newest version christophe14 Wrote:"error: couldn't exec /usr/bin/gcc-3.3: No such file or directory". are you sure you have the developer tools properly installed?try re-installing xcode 2.2 and be sure to check that all the cross-compiling options and all gcc versions are installed (the install can be customized)
|
|
11-27-2005, 05:18 PM,
|
|
christophe14
Junior Member
|
Posts: 21
Threads: 5
Joined: Nov 2005
|
|
Mac OS X release
I have spent the all week to re-install from scratch Mac OS X 10.4.2. In fact, after having installed svn - I can't be sure this is linked - but Mac OS X was not able anymore to launch any BSD commands.I will keep you informed if now I can compile the project...
|
|
11-29-2005, 06:43 PM,
|
|
christophe14
Junior Member
|
Posts: 21
Threads: 5
Joined: Nov 2005
|
|
Mac OS X release
Well, now I can compile the files BUT it doesn't link.... :cry: I have the following errors"/usr/bin/ld: table of contents for archive: /Volumes/Documents/vdrift_580/tools/osx/libfmod.a is out of date; rerun ranlib(1) (can't load from it)"How can I rerun ranlib and what is it ???and "/usr/bin/ld: warning prebinding disabled because dependent library: /Developer/SDKs/MacOSX10.3.9.sdk/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit can't be searched"Why the Mac OS X 10.3.9 SDK is used and not the Mac OS X 10.4 SDK ? (Maybe this is a stupid question)Definitively, even if I don't know many things about Mac OS X development, I feel frustrated not being able to compile the project just by clicking on the build icon. I strongly believe a FAQ or readme file is necessary explaining how to compile successfully the project on Mac OS X.What's your feeling ?
|
|
|