Discussion:
[Soya-user] Compilation errors when using CygWin / MinGW on Windows
Cory Adams
2014-12-03 02:05:19 UTC
Permalink
Hi,
I am receiving several compilation errors when trying to compile Soya3D
under CygWin / MinGW on Windows.
I am using the Soya3D version 3-0.1 and Python 3.4.2
Here is the error log:


$ python ./setup.py build -c mingw32
Cython not found - compilation disabled
CYTHON NOT FOUND
Compiling the c file WITHOUT reading any .pyx files
This is OK as long as you don't modify Soya sources, and you are not
building from Mercurial repository.
running build
running build_py
running build_ext
File "./setup.py", line 266, in <module>
**KARGS)
File "C:\Python34\lib\distutils\core.py", line 148, in setup
dist.run_commands()
File "C:\Python34\lib\distutils\dist.py", line 955, in run_commands
self.run_command(cmd)
File "C:\Python34\lib\distutils\dist.py", line 974, in run_command
cmd_obj.run()
File "C:\Python34\lib\distutils\command\build.py", line 126, in run
self.run_command(cmd_name)
File "C:\Python34\lib\distutils\cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "C:\Python34\lib\distutils\dist.py", line 974, in run_command
cmd_obj.run()
File "C:\Python34\lib\distutils\command\build_ext.py", line 308, in run
force=self.force)
File "C:\Python34\lib\distutils\ccompiler.py", line 1031, in new_compiler
return klass(None, dry_run, force)
File "C:\Python34\lib\distutils\cygwinccompiler.py", line 282, in
__init__
CygwinCCompiler.__init__ (self, verbose, dry_run, force)
File "C:\Python34\lib\distutils\cygwinccompiler.py", line 126, in
__init__
TypeError: unorderable types: NoneType() >= str()
Any help would be greatly appreciated.
Thanks,
Cory

Loading...