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

Build error on Mac OS X #13

Open
cgreenberg opened this issue Nov 3, 2011 · 2 comments
Open

Build error on Mac OS X #13

cgreenberg opened this issue Nov 3, 2011 · 2 comments

Comments

@cgreenberg
Copy link

scons is giving me this error:

g++ -o test-arac src/cpp/tests/test_datasets.o src/cpp/tests/test_main.o src/cpp/tests/test_optimzation.o src/cpp/tests/test_structure.o src/cpp/tests/test_utilities.o -L/usr/lib -L. -L/usr/local/lib -larac -lgtest
scons: *** [src/python/arac/_cppbridge.so] Source file: src/swig/cppbridge.i is static and is not compatible with shared target: src/python/arac/_cppbridge.so
scons: building terminated because of errors.

I'm using SCons version 2.0.1, SWIG version 1.3.40, and Mac OS X 10.7

@thavidu
Copy link

thavidu commented Feb 8, 2013

I'm hitting this too, did you end up figuring this out?

@derbroti
Copy link

derbroti commented May 9, 2013

I solved it by manually compiling swig from the sources. without any changes.
$ swig -version

SWIG Version 2.0.9

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