The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.31 (Linux)
|
Build for OS X - Printable Version +- Forums (https://www.vdrift.net/Forum) +-- Forum: Project (https://www.vdrift.net/Forum/forumdisplay.php?fid=4) +--- Forum: Development (https://www.vdrift.net/Forum/forumdisplay.php?fid=9) +--- Thread: Build for OS X (/showthread.php?tid=447) |
Build for OS X - reece146 - 11-26-2006 Here it is: http://moose.ca/content/vdrift_Build-1393-Mac_OS_X.tar.bz2 This is a universal binary (tested on PPC only). Un-bzip this file in the same directory where your svn copy of the data exists. - reece146 - 11-28-2006 Updated to universal binary and Build 1393. Someone want to make this thread sticky? I'll keep it relatively up to date as time/interest allows. - thelusiv - 11-29-2006 Sure, I'll sticky it. - abs1nth - 11-29-2006 while i think it's very nice of you to provide this service, i wonder how useful it actually is .... i think anyone capable of using SVN is also capable of opening XCode and hitting "Build". providing the full deployment .dmg including data would be more helpful to any mac user wanting to try out the svn version, provided that your bandwith allows hosting such large files...(we could also host svn snapshots on sourceforge if bandwidth is a problem and we want widespread testing) - reece146 - 02-08-2007 So, do I bother with this or not? XCode is ~1GB to download. I know that over my high speed satellite link it would take a very long time to download (~100MB / day quota). Dial-up would be mostly useless. I ended up downloading XCode at work. If anyone wants the latest build (1511 currently) post to this thread and I will revise the link at the top. - cotharyus - 08-03-2007 I can do something with a mac version now I think, if anyone is interested. - cologne - 08-10-2007 I would like to test new builds on Mac (iMac PPC and Macbook-Intel) from time to time. Without it´s hard to follow the discussion here... Sorry, but there isn´t time to learn SVN (I installed it...) and compiling. - cotharyus - 08-11-2007 As soon as SVN builds work properly again (or maybe before, depending on how interested people are in working on problems that crop up) I'll build & post links to versions. - cotharyus - 08-14-2007 Ok, current SVN build: https://cotharyus.net/download.php?list.5 Keep an eye out. Every time something good changes, I'll post a link. Since I've got a couple of macs to work with now, this shouldn't be a problem for me to maintain. - cologne - 08-14-2007 Thanks for the build! But it doesn´t start. :-( Console shows: Code: Found config file /Users/gerd/Library/Preferences/VDrift/controls. There is a private path: "/Users/lauasanf/code/vdrift/tools/osx/.." - cotharyus - 08-14-2007 Hmm. I'll have to look into that. I only tested that this build works on the machine I built it on. I'm breaking new ground here developing on a Mac, so bear with me, and I'll try to get you something usable, most likely with the help of some of the other guys on here that might know a little more about what's being looked for than me - honestly, it almost looks like the executable is looking for a file (/Programme/vdrift_20070814/data/shaders/simple/vertex.glsl ) that it can't find where the program is installed. Any of the core guys want to take a shot at this? - joevenzon - 08-14-2007 Yeah, it just can't find that file. Can you check if that file exists? - cologne - 08-15-2007 @joevenzon Inside cotharyus´s build the file exists: Code: vdrift/vdrift-data/shaders/simple/vertex.glsl @cotharyus Our "minimal" Package downloads with over 500MB and expands to nearly one gig. Did you you include the complete SVN (directory: vdrift)? Two images , the compiled application and SVN, would be smarter... :-) - cotharyus - 08-15-2007 That can be done - of course, my thoughts on it where people grabbing the SVN are probably already building their own - I can sure just post the application executable built. - abs1nth - 08-15-2007 cotharyus Wrote:my thoughts on it where people grabbing the SVN are probably already building their own.i vote for including at least the minimal data package otherwise it kind of defeats the purpose. the disk image is so big because it includes both the full and the minimal package, it is kinda messed up. the minimal one doesn't start because it misses the shaders, but these can be copied over from the full one. did you generate the disk image automatically using the release-deployment script? if so i have to have a look why it is broken now... |