The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.31 (Linux)
|
bullet-2.73 "cannot find -lbulletcollision" (patch - Printable Version +- Forums (https://www.vdrift.net/Forum) +-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3) +--- Forum: Help (https://www.vdrift.net/Forum/forumdisplay.php?fid=5) +--- Thread: bullet-2.73 "cannot find -lbulletcollision" (patch (/showthread.php?tid=1035) Pages:
1
2
|
bullet-2.73 "cannot find -lbulletcollision" (patch - hoehrer - 12-20-2008 I checked out most recent svn code and got some problems with compiling. They are mostly related to the different directory layout and filenames in bullet-2.73. See the patch for details how I got it to compile here: http://pastebin.com/f56dc2f6d Just wanted to let you know. Werner - joevenzon - 12-20-2008 What platform, and how did you build bullet? With jam or make? - hoehrer - 12-21-2008 System: 64bit Linux (Ubuntu Intrepid). I built bullet with cmake + make I used cmake because autogen for bullet didn't work properly here: Code: running aclocal Werner - joevenzon - 12-21-2008 That's funny; the windows minigw build fails with the same error. The bullet project has some definite build issues. I'm not sure why they decided to start using autotools recently. Anyway, thanks for the report. Unfortunately building with jam apparently yields different names for the output object files when building with jam (?!?), so let me fiddle with it a bit and see if I can find some way to have scons figure out which object files bullet has generated and use only those. If you have any ideas let me know; I'm not very knowledgeable about scons. - joevenzon - 12-29-2008 Just a note, I'll keep track of this as issue 115: http://code.google.com/p/vdrift/issues/detail?id=115 - joevenzon - 01-25-2009 This should be fixed in R2315. - wesmo - 01-28-2009 When compiling the bullet libs that accompany R2315, I get the same autogen error as hoehrer. cmake . configures fine but what is the exact command for make? make requests a target; make all claims theres no rule... Also, you might want to add libtool as a prerequisite on the compiling wiki page - complete newbies like myself might not realise you need it. Also, the Makefile.am has a tab character after a line of text that stuffs up config. - joevenzon - 01-29-2009 wesmo Wrote:When compiling the bullet libs that accompany R2315, I get the same autogen error as hoehrer. Unfortunately, the bullet build scripts are a little screwy, and they seem to be adding new build methods every release, so it's tough to keep track of. I've got a thread open on the bullet forum about it. Quote:cmake . Just running "make" right after "cmake ." should work. If you open up the file "Makefile" in a text editor, you should see a note at the top of the file saying it was generated by CMAKE. If you still can't get it to work, you can try using jam to build bullet. - thelusiv - 01-29-2009 joevenzon Wrote:I've got a thread open on the bullet forum about it.That is a link to this thread... - wesmo - 01-29-2009 hmmm interesting i was only reading the end of the cmake . output http://pastebin.com/m7eee749 glut-dev was missing - cmake and make both run fine now! I've added libtool and freeglut3-dev as dependencies on the compiling wiki page too - joevenzon - 01-31-2009 thelusiv Wrote:joevenzon Wrote:I've got a thread open on the bullet forum about it.That is a link to this thread... Hahah, whoops. Here's the thread: http://www.bulletphysics.com/Bullet/phpBB3/viewtopic.php?f=9&t=3134&p=12331#p12331 - joevenzon - 01-31-2009 wesmo Wrote:I've added libtool and freeglut3-dev as dependencies on the compiling wiki page too Thanks! - thelusiv - 02-02-2009 With the changes in the way Bullet is included are libtool and freeglut still required? - joevenzon - 02-02-2009 Don't think so... I'll cross those and some others (jam) off the list. - mageaster - 02-18-2009 I tried to build subj with cmake. That's what it's show: Code: maxx@desktop:~/Downloads/vdrift-2009-02-15/bullet-2.73$ cmake . P.S. Autotools give the result, posted in 3rd post |