Problems in build Ogre_Bullet_Dynamics_Demos_SDK

irado

24-08-2009 03:00:03

Hi,

I am trying build Ogre_Bullet_Dynamics_Demos_SDK using Visual C++ 2009 with Ogre 1.6.3, buttle 2.74 and OgreBullet get this url:

http://ogreaddons.svn.sourceforge.net/v ... grebullet/

When i build show the message error that compiler dont find:

OgreBulletCollisions.lib
OgreBulletDynamics.lib
bulletcollision.lib
bulletdynamics.lib
bulletmath
GIMPACTUtils.lib
convexdecomposition.lib

I find this files and rename it in the configure do projetct for the names that i find and add the corrent path for compiler find this files.

OgreBulletCollisions_SDK.lib
OgreBulletDynamics_SDK.lib
libbulletcollision.lib
libbulletdynamics.lib
libbulletmath
libGIMPACTUtils.lib
libconvexdecomposition.lib

Now when i try build and the error happen:


1>LINK : warning LNK4224: /OPT:NOWIN98 is no longer supported; ignored
1>LINK : fatal error LNK1181: cannot open input file 'libbulletmath.obj'
1>Build log was saved at "file://c:\OgreSDK\ogrebullet\Demos\Dynamics_Demos\obj\Release\BuildLog.htm"
1>Ogre_Bullet_Dynamics_Demos_SDK - 1 error(s), 2 warning(s)
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========


What is the problem?

thanks

irado

25-08-2009 01:02:50

Any idea?

Fish

25-08-2009 22:14:40

Maybe this link will help?

irado

26-08-2009 01:11:15

Now I see that the file "libbulletmath.obj" don't exist. The files create when i build libbulletmath are:

btAlignedAllocator.obj
btConvexHull.obj
btGeometryUtil.obj
btQuickprof.obj
BuildLog.htm
bulletmath(vc++ minimum rebuild dependencies)
bulletmath(program debug database)
libbulletmath.lib

I dont know why libbulletmath.obj no is create.

Any idea?

Fish

26-08-2009 01:37:36

Maybe that .sln "solution" is out of date. Have you tried building with the OgreBullet_CVS_Eihort.sln? I used that one until I created my own.

irado

30-08-2009 18:15:28

The url http://ogreaddons.svn.sourceforge.net/v ... grebullet/ that i download ogrebullet, i think that is CVS version. What the link for CVS version?

thanks

Fish

30-08-2009 22:23:13

The url http://ogreaddons.svn.sourceforge.net/v ... grebullet/ that i download ogrebullet, i think that is CVS version. What the link for CVS version?

thanks


If you got the OgreBullet wrapper from the ogreaddons SVN you will find three .sln files in the ogrebullet folder, one of them will be the file "OgreBullet_CVS_Eihort.sln".

-Fish