2010/5/11 John Griessen <j...@industromatic.com> > Thomas Paviot wrote: > > > > > So now I do install and something is off. Here's the message: > > > > j...@toolbench:/backups-650mb/pythonocc-read-only/src$ sudo python > > setup.py install > > Building pythonOCC-0.5dev for linux2 > > Checking OCC Standard_Transient.hxx header ... found > > Checking OpenCASCADE libraries BinLPlugin BinPlugin BinXCAFPlugin > > FWOSPlugin PTKernel StdLPlugin StdPlugin TKAdvTools > > TKBin TKBinL TKBinTObj TKBinXCAF TKBO TKBool TKBRep TKCAF > > TKCDF TKernel TKFeat TKFillet TKG2d TKG3d TKGeomAlgo > > TKGeomBase TKHLR TKIGES TKLCAF TKMath TKMesh TKMeshVS TKNIS > > TKOffset TKOpenGl TKPCAF TKPLCAF TKPrim TKPShape > > TKService TKShapeSchema TKShHealing TKStdLSchema TKStdSchema > > TKSTEP TKSTEP209 TKSTEPAttr TKSTEPBase TKSTL TKTObj > > TKTopAlgo TKV2d TKV3d TKVRML TKXCAF TKXCAFSchema TKXDEIGES > > TKXDESTEP TKXMesh TKXml TKXmlL TKXmlTObj TKXmlXCAF > > TKXSBase XCAFPlugin XmlLPlugin XmlPlugin XmlXCAFPlugin ... > found. > > Checking salomegeometry GEOMAlgo_Algo.hxx header ... found > > Checking salomegeometry GEOM library ... not found > > GEOM library not found on your system > > > > > > I use to develop with MacOSX and Windows. Maybe I made a mistake in the > > way the setup.pu script detects the GEOM and SMESH libraries. > > > > What are the names of the .so files installed to /usr/local/lib? > > > only > libSMESH.so >
So you did not install GEOM. You should have: libGEOM.so > > > > > Maybe not. Geom2dAPI and GEOM2dConvert does not depend on the GEOM > > library (I know, naming conventions for OpenCascade and Salomé are a bit > > strange). You'd better check for _SGEOM.so (which depends on GEOM). If > > it is not installed in your site-packages/OCC directory, it's because > > the installer skipped its compilation. > > ls /usr/lib/python2.5/site-packages/OCC/*GEO* > ls: cannot access /usr/lib/python2.5/site-packages/OCC/*GEO*: No such file > or directory > When you have built GEOM, restart the pythonOCC compilation process (setup.py)). The GEOM library will be detected and the wrapper for the GEOM lib will be built. > > John > Thomas
_______________________________________________ Pythonocc-users mailing list Pythonocc-users@gna.org https://mail.gna.org/listinfo/pythonocc-users