favreau / bullet

Automatically exported from code.google.com/p/bullet
0 stars 0 forks source link

libMiniCL and libBulletMultiThreaded do not respect LIB_SUFFIX #436

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. build with -DLIB_SUFFIX="64"

What is the expected output? What do you see instead?

All libraries should be installed in lib64. Most of them are, but libMiniCL and 
libBulletMultiThreaded install to lib instead.

What version of the product are you using? On what operating system?

bullet 2.77 on Slackware64-13.1

Please provide any additional information below.

Original issue reported on code.google.com by ppr...@liwjatan.at on 2 Oct 2010 at 3:58

GoogleCodeExporter commented 9 years ago
This issue was reported recently and fixed in latest trunk:
http://code.google.com/p/bullet/source/detail?r=2210

Can you try to build from Bullet trunk?
Thanks,
Erwin

Original comment by erwin.coumans on 4 Oct 2010 at 6:24

GoogleCodeExporter commented 9 years ago
Issue still present in r2222.

I had a look at r2210, but it does not really affect this bug. It changed the 
library version number of the files itself, while LIB_SUFFIX affects the folder 
name they are located in. I can give an example:

in MiniCL/CMakeLists.txt:

INSTALL(TARGETS MiniCL DESTINATION lib)

whereas in BulletSoftBody/CMakeLists.txt:

INSTALL(TARGETS BulletSoftBody DESTINATION lib${LIB_SUFFIX})

Hope that helps :)

Original comment by ppr...@liwjatan.at on 4 Oct 2010 at 7:47

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Can you check trunk http://code.google.com/p/bullet/source/detail?r=2223

It should be fixed now.
Thanks!

Original comment by erwin.coumans on 6 Oct 2010 at 1:18

GoogleCodeExporter commented 9 years ago
Yep, can confirm the fix.
Thank you very much!

Original comment by ppr...@liwjatan.at on 7 Oct 2010 at 12:29