The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.31 (Linux)
|
building bullet on windows fails - 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: building bullet on windows fails (/showthread.php?tid=1023) |
building bullet on windows fails - Tschaka - 11-23-2008 hi guys, so today i read svn logs and saw, that force feedback was implemented in refactor but joevenzon wasnt able to try due to lacking force feedback device. long story short, i tried to compile vdrift on windows from svn, but havent been succesful to build bullet. it fails with this error message, repeating (many times, it fills the whole mingw log screen ) : http://pastebin.com/m2ea8fb8 i tried to translate german parts of the text. the paste is saved for one month there, but this is reproducable, so i may create a new one, if this issue will last longer thanks and best regards. - joevenzon - 11-24-2008 Unfortunately the force feedback only works on linux right now, until someone figures out how to make it work under windows and codes it up. But in case you want to check out the latest SVN in windows anyway: to compile bullet you can try just compiling only the parts that vdrift needs, which are bulletmath and bulletcollision: Code: jam bulletcollision bulletmath - Tschaka - 11-24-2008 Ah, ok i thought force feedback would only work on windows. Been searchin a bit yesterday night about linux and force feedback. Unfortunately i got no linux machine with force feedback enabled kernel here and i lack knowledge and time to compile my own. Thanks for your help tho and effort in general. Will try to perform your recommended steps on windows as soon as i'll be back home, am curious to test refactor. |