The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
R1824 and 1825 not running - 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: R1824 and 1825 not running (/showthread.php?tid=764) |
- cotharyus - 08-29-2007 Yes, I also did this. The reason it was set to i386 only was because before I did the frameworks, I had just built the libs by hand from the command line, and that was i386 only, so trying to link the ppc stuff against it caused the build to bomb. - Fx - 08-29-2007 cotharyus - Ok, so the commited libs are universal. kidrock - Do you compile with xcode 2.4 ? - kidrock - 08-29-2007 Yes xcode 2.4.1 Can either of you put your universal build onto the svn so i can update to rev 1826 and this will be fixed? ive never had problems before you guys started using vorbis so its probably a problem with that. I've been away for three weeks so tell me of any HUGE changes made in the past three weeks. - cotharyus - 08-29-2007 The last commit that I made was the same setup I used to make the universal builds that are on my website. - kidrock - 08-30-2007 then why isnt vdrift running once i build it? i just click to run and nothing happens! - thelusiv - 08-30-2007 Console output? - kidrock - 08-30-2007 Code: [Session started at 2007-08-30 01:10:01 -0400.] - thelusiv - 08-30-2007 Seems to be Ogg, are we really using ogg? I only noticed vorbis being linked in the Linux build, but maybe I'm mistaken, because of the very confusing naming of the "ogg vorbis" librar[y/ies]. - cotharyus - 08-30-2007 thelusiv - yes, actually the Ogg framework or lib must be in place to build the Vorbis framework. As far as the framework, it's in SVN, and here's the following output: lauasanf@dsanford(~/code/vdrift/tools/osx/Ogg.framework/Versions/A)$ file Ogg Ogg: Mach-O universal binary with 2 architectures Ogg (for architecture ppc): Mach-O dynamically linked shared library ppc Ogg (for architecture i386): Mach-O dynamically linked shared library i386 Is your data repository up to date? - kidrock - 08-30-2007 Yes just deleted data folder (i know i don't have to but i felt like it) and updated when i got rev 1824. about to update again now. - kidrock - 08-30-2007 Just did a data update (got the new track) and still same problem as before. can somebody add the OGG lib? - cotharyus - 08-30-2007 The ogg lib is there - that's what I posted the file spec on. Does it not exist in your vdrift/tools/osx directory? - kidrock - 08-30-2007 Well Ogg.framework folder is here but nothing about the lib :o :o - cotharyus - 08-30-2007 You mean that the framework folder is empty? - kidrock - 08-30-2007 No. everything is there i was just being sarcastic. but then why isn't this working... if its a problem with ogg (a file missing) and everything is there then what is it? |