Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help with binaries, please #4

Open
egavi opened this issue Nov 11, 2012 · 3 comments
Open

Help with binaries, please #4

egavi opened this issue Nov 11, 2012 · 3 comments

Comments

@egavi
Copy link

egavi commented Nov 11, 2012

Hello, thank you for the reply about the normals.
Can you please provide a Win32 and / or Win64 binaries, including Carve binaries? (my system is Win64 and my Python is Win32).
I do not understand how to create them...

@daid
Copy link

daid commented Dec 14, 2012

I've given a shot at compiling for windows, but boost is giving me problems when I try to compile with distutils, as I get a lot of linking errors in the end.

@jamesgregson
Copy link
Owner

I'm a afraid I don't have a Windows development machine, so I don't know how much help I can be with this. I do know that you have to be able to link with the boost::python libraries, so if those have changed in the switch to Windows then the setup.py script line:

boost_libraries = [ .... ]

would have to be updated accordingly. But other than that I don't know what to suggest without the actual build log.

If you do get it working, please let me know the fix so I can incorporate it into the library.

@daid
Copy link

daid commented Dec 19, 2012

I'll most likely attempt again somewhere at some point. It's mostly finding the right combination of compiler settings. Visual studio is totally crap in that aspect, as it can compile for 10 different "targets" which are all windows 32bit, but binary incompatible. But it needs to be compiled with visual studio to be compatible with the stock python.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants