Page 1 of 1

MSVC++ 2010 Express chipmunk.def

Posted: Fri Apr 27, 2012 7:26 pm
by MrOz
I just pulled git revision 0517ce0 and get the following build error while building 'Release DLL'

Build Log:
1>------ Build started: Project: chipmunk, Configuration: Release DLL Win32 ------
1> chipmunk.c
1> cpConstraint.c
1> cpDampedRotarySpring.c
1> cpDampedSpring.c
1> cpGearJoint.c
1> cpGrooveJoint.c
1> cpPinJoint.c
1> cpPivotJoint.c
1> cpRatchetJoint.c
1> cpRotaryLimitJoint.c
1> cpSimpleMotor.c
1> cpSlideJoint.c
1> cpArbiter.c
1> cpArray.c
1> cpBB.c
1> cpBBTree.c
1> cpBody.c
1> cpCollision.c
1> cpHashSet.c
1> cpPolyShape.c
1> Compiling...
1> cpShape.c
1> cpSpace.c
1> cpSpaceComponent.c
1> cpSpaceHash.c
1> cpSpaceQuery.c
1> cpSpaceStep.c
1> cpSpatialIndex.c
1> cpSweep1D.c
1> cpVect.c
1>LINK : fatal error LNK1104: cannot open file 'chipmunk.def'
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
-Oz

Re: MSVC++ 2010 Express chipmunk.def

Posted: Thu May 03, 2012 1:27 pm
by slembcke
Hmmm. I have no idea what that means... My experience with the Visual Studio tools is to pulling the Chipmunk code occasionally to make sure it still compiles.