Hello all,

I still did not find the problem, but what I did found out is that the
"AdvApp2Var_Wrapper.hxx" is the only header file giving me a problem
at the moment. I will disable this module for the moment and see if I
can build pythonOCC without any further problem.

One more thing. If I isolate the following to statements in a single
file (called test.hxx in my case):
#include "/opt/occ/inc/AdvApp2Var_ApproxF2var.hxx"
#include "/opt/occ/inc/AdvApp2Var_ApproxAFunc2Var.hxx"

I get the error mentioned in my previous posts. However if I swap the
two lines, thus

#include "/opt/occ/inc/AdvApp2Var_ApproxAFunc2Var.hxx"
#include "/opt/occ/inc/AdvApp2Var_ApproxF2var.hxx"

It compiles without a problem. Neat huh...

This is not the solution, because more header files in
"AdvApp2Var_Wrapper.hxx" give the same problem and I am tired (and
refuse to) check all the combinations of orderings.

Stay tuned..

Marco

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

Reply via email to