OS: windows XP pro
I try to build it with the cygwin tools, but in a regular cmd shell.
gcc is 3.4.4. I also tried 3.3.3 but gcc was not installed properly - I think that gcc3.3's dependencies are not correctly enforced by the cygwin setup program.
So anyway, I tried building from cvs like this:

python setup.py build --compiler=mingw32

The script told me that lots of libraries, including ALSA, were not found. I thought that's ok because I'm using windows and not linux, and I don't think ALSA is for windows. So I pressed 'Y'.

The build ran some commands, and then tried to do this:

c:\cygwin\bin\cc.exe -mno-cygwin -shared -s build\temp.win32-2.3\Release\sound\sound.o build\temp.win32-2.3\Releas
e\sound\resample.o build\temp.win32-2.3\Release\sound\fft.o build\temp.win32-2.3\Release\sound\sound.def -LC:\pyth
on23\libs -LC:\python23\PCBuild -lwinmm -lpython23 -o build\lib.win32-2.3\pymedia\audio\sound.pyd

which failed with this message:

error: command 'cc' failed: Invalid argument

Thanks for your help
Micky
Can you give more infor why you can't compile CVS version ?
OS, gcc version and all that stuff will help to understand the issue.
Is it alsa or OSS you use ?
Thanks,
Dmitry/


Reply via email to