Re: [Pythonocc-users] building pythonocc main with OCE 0.6.0

2011-10-01 Thread István Csanády
When I try to build smesh it wants to link to the MPFR library and cmake stops (I don't understand: MPFR is GPL and pythonocc is LGPL doesn't make this pythonocc GPL too? ), and when I build geom I get this: Linking CXX shared library cmake-build/libExchange3DS.dylib Undefined symbols for architec

Re: [Pythonocc-users] building pythonocc main with OCE 0.6.0

2011-09-30 Thread Thomas Paviot
GEOM was updated as well. If you don't need GEOM, pass --disable-GEOM to setup.py. Otherwise, you have to rebuild GEOM located in the contrib folder. cmake, make and make install. Thomas 2011/9/30 István Csanády > Hi, > > I am getting the following linker error when I try to bulid the current >