Instructions on building Python-Ogre on Windows

Martins1

20-10-2007 18:09:08

Hello!

I went to Python-Ogre site and wiki, but did not find instructions how to build Python-Ogre on Windows. There are instructions for Linux though.

SiWi

20-10-2007 20:38:19

Why do you want to build on Windows? For Windows there are Binaries.

Martins1

20-10-2007 21:04:47

Why do you want to build on Windows? For Windows there are Binaries.

My base application in C++, which uses Ogre. And I need to integrate python scripting, which also uses Ogre. So I have to link it against the same version of Ogre.

There were no *.lib files of Ogre (for MSVC7) supplied in binary distribution.

SiWi

21-10-2007 09:51:40

Andy wants to include them in the next release.

Martins1

21-10-2007 13:06:41

Andy wants to include them in the next release.

Yes, please include them I need them badly (I am sure I will not be the only one). When is the next release planned?

andy

21-10-2007 13:59:39

I've put a set of development libs up on sourceforge as part of the 1.1.b patch..

You'll need to extract the [b]1.1.b[/b] patch over your 1.1 release and run "python setup.py install" to get your modules to the latest version

You can then use the [b]development libraries[/b] to build external C+modules

Having said that this is the first time we've tried this so I may have missed something.

Ogre header files can be retrieved from the Ogre CVS using the v1.4 tag.

Regards
Andy

Game_Ender

21-10-2007 15:46:13

You should distribute the headers as well to prevent nasty link error from having sets that don't match. This will just help prevent confusion in the future.