2.75 installs as 2.74 on OS X?

jimt
Posts: 7
Joined: Sat Apr 18, 2009 10:36 am

2.75 installs as 2.74 on OS X?

Post by jimt »

Hi,

I downloaded and built 2.75 and when I'm installing, I see:

-- Install configuration: "Release"
-- Installing: /tmp/Frameworks/./BulletSoftBody.framework
-- Installing: /tmp/Frameworks/./BulletSoftBody.framework/BulletSoftBody
-- Installing: /tmp/Frameworks/./BulletSoftBody.framework/Headers
-- Installing: /tmp/Frameworks/./BulletSoftBody.framework/Versions
-- Installing: /tmp/Frameworks/./BulletSoftBody.framework/Versions/2.74
-- Installing: /tmp/Frameworks/./BulletSoftBody.framework/Versions/2.74/BulletSoftBody
-- Installing: /tmp/Frameworks/./BulletSoftBody.framework/Versions/2.74/Headers
....

Shouldn't these be installing as version 2.75? Is this a bug?
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

Re: 2.75 installs as 2.74 on OS X?

Post by Erwin Coumans »

'installing' Bullet system-wide is not recommended/supported, although the functionality might exist. Hence some version might be out-of-date.

If you feel like fixing it, please provide a patch in the issue tracker,
Thanks a lot,
Erwin
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

Re: 2.75 installs as 2.74 on OS X?

Post by Erwin Coumans »

Actually, just noticed the old version in CMakeList.txt

It has been fixed and a new release will be uploaded right now.
Thanks for the report!
Erwin