cpPolyShape.c should be updated as follows:
Code: Select all
poly->verts = (cpVect *)cprealloc(poly->verts, 2*numVerts*sizeof(cpVect));
-Oz
Code: Select all
poly->verts = (cpVect *)cprealloc(poly->verts, 2*numVerts*sizeof(cpVect));
Hah, I have similar feelings, but I'm forced to use it for a projectslembcke wrote:/me grumble grumble MSVC grumble (shakes fist)
Thanks.
Dude, this thread is almost 3 years old, had nothing to do with the pro version or xcode. Start a new thread.Yezindagi wrote:I am getting the following error in xcode 4.32 when building Chipmunk Pro with Cocos2d v 2 rc1.
Undefined symbols for architecture i386:
"_CGImageSourceCreateWithURL", referenced from:
+[ChipmunkImageSampler loadImage:] in libChipmunkPro-iPhone.a(ChipmunkImageSampler.o)
"_CGImageSourceCreateImageAtIndex", referenced from:
+[ChipmunkImageSampler loadImage:] in libChipmunkPro-iPhone.a(ChipmunkImageSampler.o)
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Seems like this forum get targeted by spammers copying text from old posts and including links in the signature. I deleted the post you quoted.MrOz wrote:Dude, this thread is almost 3 years old, had nothing to do with the pro version or xcode. Start a new thread.
Users browsing this forum: No registered users and 2 guests