[Sndobj-devel] new commits and installables for windows
Status: Abandoned
Brought to you by:
veplaini
From: Daniel S. <das...@gm...> - 2009-11-21 20:07:30
|
Ok i updated SConstruct for related msvc builds of python-sndobj. the msvc-6 folder i left untouched as the projects and workspace convert fine and build fine for c++ projects from what i can tell. Related to python-sndobj and msvc was the inclusion of the new path to the ms sdks as well as pthreads for windows. I altered the install method a bit for windows/msvc (where before absolutely nothing happened from what I could tell) to package up all relevant files and install that to site-packages/sndobj/ directory with a relevant __init__.py created (for neatness since theres a number of files on windows). I also created a basic setup.py for packaging purposes, mainly geared for win32 environment. I went ahead and created a windows msi package and uploaded it to sourceforge as well under PySndObj/ as 2.6.99 I tested the windows install package and it works fine as far as i can tell, testing with my vizi project. I *did* build it with numpy=yes and im not aware of what would happen if numpy was not installed and sndobj was installed. If it bombs, then I might just compile two different versions. It really only takes a couple of minutes. I figure a relevant section on the homepage should be created for prebuilt binaries for python, including links to the ubuntu ppa and to the sourceforge win32 msi package. Ill add this when i look up how to log into the ftp portion of the project again. Last bit to do is try and build jack support on win32. I actually vaguely recall trying to do this way back before and it bombed referencing a header file that either was only available through cygwin or just wasn't available on windows, period. I'll see again soon enough what the problem was |