-
This is related to the Artifact 2884434
Here is a patch that uses --version since it's less output and pipes stdout to /dev/null.
2009-11-06 04:35:36 UTC in Ogre3d Python bindings (Python-Ogre)
-
Using https causes some certificate warnings as described in the OSXBuildV2 wiki page
patch changes:
* use http instead of https so there isn't any certificate issues
* use svn export instead of svn co since the build doesn't need any svn metadata.
2009-10-31 18:27:36 UTC in Ogre3d Python bindings (Python-Ogre)
-
I had trouble building scons. Again my tar doesn't accept the --overwrite. I don't think this is necessary even for linux, so I'm going to remove it.
2009-10-23 07:56:39 UTC in Ogre3d Python bindings (Python-Ogre)
-
Cg 2.2 is now available. It includes ppc, i386, and x86_64 in the framework. This provides us a universal framework to work with. I hope that Cg 2.2 works fine with the python-ogre build. The older framework only had ppc and i386.
2009-10-23 07:50:50 UTC in Ogre3d Python bindings (Python-Ogre)
-
I found the whole boost build to be completely different. I didn't use a precompiled binary and I didn't have a ./configure file to execute.
I might be doing it all wrong and I'm not sure what was going on, but I built boost the way that seemed to work.
I also added architecture=combined to build a ppc, i386, x86_64 universal library.
Oh right, and I added a soft link to have boost-1_40 point...
2009-10-23 07:38:39 UTC in Ogre3d Python bindings (Python-Ogre)
-
My tar command doesn't have --overwrite on my OS X Snow Leopard (10.6.1) – isn't it default to overwrite anyways?
Also, the build process misses copying the bin files.
2009-10-23 04:14:28 UTC in Ogre3d Python bindings (Python-Ogre)
-
My Mac has curl built in. I would like to use that instead of having to download wget.
I'm not sure when the curl command was put in so could someone, let's say, using 10.4 test this please.
This could possibly detect if wget is installed, if not then fallback to using curl.
2009-10-23 03:45:45 UTC in Ogre3d Python bindings (Python-Ogre)
-
I have stock python installed on my 10.6.1
I found that pathlist = ['', 'usr', 'bin']
I feel that sys.executable wasn't giving what was expected. Maybe sys.prefix will work for everyone instead? It works for me, but this needs to be tested on other platforms.
Traceback (most recent call last):
File "BuildModule.py", line 24, in
import environment
File...
2009-10-23 03:27:24 UTC in Ogre3d Python bindings (Python-Ogre)