M. Nawijn a écrit :
> Hello Arthur,
>   

Hi Marco,

> Currently, with setup.py, the SWIG generators are generated
> successfully. The compilation step however fails for me over the
> Interface_Check.hxx include file. I will post the exact message a
> little later (I send this message from a Windows machine).
>   

Strange. I thought I already fixed this bug. Are you sure to be 
up-to-date with the latest svn rev? If you modified either 
environment.py, Modules.py or any .i file, it's possible that the latest 
modifications are not merged with yours.

The best way to be sure to have latest files version:

cd pythonOCC
cd src
rm *.py
rm SConstruct
cd ..
svn update


> It is a strange error though, since if I compile a simple C++ file
> that includes this header, there is no problem whatsoever.
>   

It's not related to the header itself but to the ordering of headers 
included in the source file. It's fixed.

> Marco
Thomas

_______________________________________________
Pythonocc-users mailing list
Pythonocc-users@gna.org
https://mail.gna.org/listinfo/pythonocc-users

Reply via email to