Page 2 of 3

Re: Chipmunk 4.0.0 released.

Posted: Mon Oct 29, 2007 9:14 am
by vulh102
yaaay

will check it out this evening!

Re: Chipmunk 4.0.0 released.

Posted: Mon Oct 29, 2007 11:40 am
by slembcke
X-0ut wrote:And here it is
I also threw in a free to deallocate the cpVect
(Smacks forhead) :oops:

Re: Chipmunk 4.0.0 released.

Posted: Mon Oct 29, 2007 5:42 pm
by slembcke
Ugh, this is going to be a problem if it happens every time I try to make a release. Barring screwing up some path or deleting something that wasn't an intermediary build file from the MSVC folder, I really think the following should work. If someone confirms that it does, I'll update the official release.

http://files.slembcke.net/temp/ChipmunkMSVCTest.tgz

Re: Chipmunk 4.0.0 released.

Posted: Mon Oct 29, 2007 10:16 pm
by joshcryer
slembcke, works just fine! :)

It doesn't seem to be using glext (and I don't have it installed) so all this time I've been commenting it out. But otherwise it compiled just fine.

Thank you guys very much for working on this build for Windows. Especially slembcke who doesn't have a Windows test setup. In the future hopefully I can contribute back. :)

Re: Chipmunk 4.0.0 released.

Posted: Tue Oct 30, 2007 3:01 am
by slembcke
Sweet. I've updated the ChipmunkLatest.tgz to point to 4.0.2 then.

Re: Chipmunk 4.0.0 released.

Posted: Tue Oct 30, 2007 10:17 am
by Michael Buckley
Huaazh! Congrats on the release, and thanks for getting it out with updated documentation. I definitely look forward to digging in later tonight.

Re: Chipmunk 4.0.0 released.

Posted: Tue Oct 30, 2007 11:08 pm
by joshcryer
slembcke, just wanted to let you know that ChipmunkLatest works just fine (as you probably would expect). Not worth noting but I wanted to let you know anyway.

Having fun already with it. Looking at CollisionPairFuncs, I haven't used function pointers before so I'm trying to get my brain around it, understanding it so far though. :D

Thanks.

Re: Chipmunk 4.0.0 released.

Posted: Wed Oct 31, 2007 2:25 pm
by W.P. van Paassen
Hi Scott, thank you very much for this release!

I noticed that the CMakeLists.txt files are not the latest in this release so I''ve attached them. Could you add them to the release.

Cheers
WP

Re: Chipmunk 4.0.0 released.

Posted: Wed Oct 31, 2007 2:35 pm
by slembcke
They aren't?

Code: Select all

Scott.Lembcke@ScottLembcke Chipmunk-4.0.2$ find . -name CMake*
./CMakeLists.txt
./Demo/CMakeLists.txt
./src/CMakeLists.txt
Is it missing some? Did you get from http://files.slembcke.net/chipmunk/rele ... Latest.tgz ?
I tested building the static and dynamic libraries using it on my Mac before uploading it.

Re: Chipmunk 4.0.0 released.

Posted: Wed Oct 31, 2007 3:50 pm
by W.P. van Paassen
Yes I got them from http://files.slembcke.net/chipmunk/rele ... Latest.tgz
No, they are not missing, they are just not the latest files. Compiling works but installing fails, also chipmunk_demos is now created in the wrong location.