Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error when compiling Bullet #113

Open
TheRektafire opened this issue Jul 27, 2021 · 0 comments
Open

error when compiling Bullet #113

TheRektafire opened this issue Jul 27, 2021 · 0 comments

Comments

@TheRektafire
Copy link

TheRektafire commented Jul 27, 2021

I'm following the tutorials exactly based on the steps on the site and after generating the solutions with cmake i opened tutorials.sln in vs2019 and am trying to do a Release x64 build but bullet keeps failing to build because it is expecting LinearMath to be a .lib but it's always building as a .dll regardless of whether it's set to build as a dll or static library in the project settings, how would i fix this

Here are the errors i get:

2>Project not selected to build for this solution configuration 
1>LINK : fatal error LNK1181: cannot open input file '..\LinearMath\Release\LinearMath.lib'
1>Done building project "BulletCollision.vcxproj" -- FAILED.
3>------ Build started: Project: BulletDynamics, Configuration: Release x64 ------
3>LINK : fatal error LNK1181: cannot open input file '..\BulletCollision\Release\BulletCollision.lib'
3>Done building project "BulletDynamics.vcxproj" -- FAILED.
4>------ Build started: Project: BulletSoftBody, Configuration: Release x64 ------
5>------ Build started: Project: misc05_picking_BulletPhysics, Configuration: Release x64 ------
4>LINK : fatal error LNK1181: cannot open input file '..\BulletDynamics\Release\BulletDynamics.lib'
4>Done building project "BulletSoftBody.vcxproj" -- FAILED.
5>LINK : fatal error LNK1181: cannot open input file 'external\bullet-2.81-rev2613\src\BulletDynamics\Release\BulletDynamics.lib'
5>Done building project "misc05_picking_BulletPhysics.vcxproj" -- FAILED.
6>------ Skipped Build: Project: INSTALL, Configuration: Release x64 ------
6>Project not selected to build for this solution configuration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant