Advertisement
Guest User

Untitled

a guest
Oct 11th, 2011
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. 1>------ Build started: Project: demo, Configuration: Debug Win32 ------
  2. 1>Linking...
  3. 1>chipmunk.lib(cpSpace.obj) : error LNK2019: unresolved external symbol _cpBBTreeSetVelocityFunc referenced in function _cpSpaceInit
  4. 1>chipmunk.lib(cpSpace.obj) : error LNK2019: unresolved external symbol _cpBBTreeNew referenced in function _cpSpaceInit
  5. 1>chipmunk.lib(cpSpace.obj) : error LNK2019: unresolved external symbol _cpSpatialIndexFree referenced in function _cpSpaceDestroy
  6. 1>chipmunk.lib(cpSpaceHash.obj) : error LNK2019: unresolved external symbol "struct cpSpatialIndex * __cdecl cpSpatialIndexInit(struct cpSpatialIndex *,struct cpSpatialIndexClass *,struct cpBB (__cdecl*)(void *),struct cpSpatialIndex *)" (?cpSpatialIndexInit@@YAPAUcpSpatialIndex@@PAU1@PAUcpSpatialIndexClass@@P6A?AUcpBB@@PAX@Z0@Z) referenced in function _cpSpaceHashInit
  7. 1>chipmunk.lib(cpSpaceHash.obj) : error LNK2019: unresolved external symbol _cpSpatialIndexCollideStatic referenced in function "void __cdecl cpSpaceHashReindexQuery(struct cpSpaceHash *,void (__cdecl*)(void *,void *,void *),void *)" (?cpSpaceHashReindexQuery@@YAXPAUcpSpaceHash@@P6AXPAX11@Z1@Z)
  8. 1>Debug\demo.exe : fatal error LNK1120: 5 unresolved externals
  9. 1>Build log was saved at "file://c:\Chipmunk-6.0.1\msvc\vc9\demo\Debug\BuildLog.htm"
  10. 1>demo - 6 error(s), 0 warning(s)
  11. ========== Build: 0 succeeded, 1 failed, 1 up-to-date, 0 skipped ==========
  12.  
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement