Hi,

You have to first download/install/compile salomegeometry in order to build
pythonOCC. This part is missing from the pythonocc wiki.

Here is howto do (tested with Ubuntu 9.04):

1. Download the rev.175 of the salomegeometry project. Actually, the rev.175
is the latest one from the trunk, so just:

svn co
https://salomegeometry.svn.sourceforge.net/svnroot/salomegeometry/trunksalomegeometry

2. cd salomegeometry/adm/lin

3. autoreconf --install

4. ./configure --prefix=/opt/SalomeGeometry

5. make

6. sudo make install

Before you start, besure to have the CASROOT env variable. Otherwise:
export CASROOT = /opt/OpenCASCADE6.3.0 (it's where I installed the library
on my computer).

Best Regards,

Thomas


2009/8/23 Владимир Суханов <u2...@e66.ru>

>  Hi, All!
> I can't setup PythonOCC for Linux.
> python setup.py build
> -->
> ... /GEOMImpl_wrap.c:33149: undefined reference to
> `GEOMImpl_DiskDriver::GetID()'
>
> Packet geom-4.1.4.5.tar.gz don't contain GEOMImpl_DiskDriver class.
> What is problem?
> Thanks!
>
> --
> С уважением, Суханов Владимир, зав.кафедрой ПСС ФУО УГТУ-УПИ, 375-97-18, 
> 211-51-26, 8912 62 88 391
>
>
> _______________________________________________
> Pythonocc-users mailing list
> Pythonocc-users@gna.org
> https://mail.gna.org/listinfo/pythonocc-users
>
>
_______________________________________________
Pythonocc-users mailing list
Pythonocc-users@gna.org
https://mail.gna.org/listinfo/pythonocc-users

Reply via email to