Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OCE 0.17 forward declaration of 'BRepAdaptor_Surface' #5

Closed
jf--- opened this issue Jul 29, 2015 · 3 comments
Closed

OCE 0.17 forward declaration of 'BRepAdaptor_Surface' #5

jf--- opened this issue Jul 29, 2015 · 3 comments

Comments

@jf---
Copy link
Contributor

jf--- commented Jul 29, 2015

affected modules: _BRepClass3d.so, BRepApprox.so
possible: _ChFi3d

@jf--- jf--- changed the title forward declaration of 'BRepAdaptor_Surface' OCE 0.17 forward declaration of 'BRepAdaptor_Surface' Jul 29, 2015
@tpaviot
Copy link
Owner

tpaviot commented Jul 30, 2015

Please paste the complete compiler trace.

@jf---
Copy link
Contributor Author

jf--- commented Jul 30, 2015

[ 9%] Building CXX object CMakeFiles/_BRepApprox.dir/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx.o
In file included from /Users/jelleferinga/GIT/pythonocc-core-occ-690/build/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx:3915:
In file included from /Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.hxx:149:
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.lxx:31:108: error: member access into incomplete type
'const BRepAdaptor_Surface'
inline Standard_Real BRepApprox_SurfaceTool::FirstUParameter(const BRepAdaptor_Surface& Surf){ return Surf.FirstUParameter(); }
^
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_Approx.hxx:23:7: note: forward declaration of 'BRepAdaptor_Surface'
class BRepAdaptor_Surface;
^
In file included from /Users/jelleferinga/GIT/pythonocc-core-occ-690/build/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx:3915:
In file included from /Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.hxx:149:
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.lxx:32:108: error: member access into incomplete type
'const BRepAdaptor_Surface'
inline Standard_Real BRepApprox_SurfaceTool::FirstVParameter(const BRepAdaptor_Surface& Surf){ return Surf.FirstVParameter();}
^
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_Approx.hxx:23:7: note: forward declaration of 'BRepAdaptor_Surface'
class BRepAdaptor_Surface;
^
In file included from /Users/jelleferinga/GIT/pythonocc-core-occ-690/build/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx:3915:
In file included from /Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.hxx:149:
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.lxx:33:107: error: member access into incomplete type
'const BRepAdaptor_Surface'
inline Standard_Real BRepApprox_SurfaceTool::LastUParameter(const BRepAdaptor_Surface& Surf){ return Surf.LastUParameter();}
^
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_Approx.hxx:23:7: note: forward declaration of 'BRepAdaptor_Surface'
class BRepAdaptor_Surface;
^
In file included from /Users/jelleferinga/GIT/pythonocc-core-occ-690/build/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx:3915:
In file included from /Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.hxx:149:
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.lxx:34:107: error: member access into incomplete type
'const BRepAdaptor_Surface'
inline Standard_Real BRepApprox_SurfaceTool::LastVParameter(const BRepAdaptor_Surface& Surf){ return Surf.LastVParameter();}
^
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_Approx.hxx:23:7: note: forward declaration of 'BRepAdaptor_Surface'
class BRepAdaptor_Surface;
^
In file included from /Users/jelleferinga/GIT/pythonocc-core-occ-690/build/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx:3915:
In file included from /Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.hxx:149:
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.lxx:38:14: error: member access into incomplete type
'const BRepAdaptor_Surface'
return Surf.NbUIntervals(S);
^
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_Approx.hxx:23:7: note: forward declaration of 'BRepAdaptor_Surface'
class BRepAdaptor_Surface;
^
In file included from /Users/jelleferinga/GIT/pythonocc-core-occ-690/build/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx:3915:
In file included from /Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.hxx:149:
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.lxx:43:14: error: member access into incomplete type
'const BRepAdaptor_Surface'
return Surf.NbVIntervals(S);
^
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_Approx.hxx:23:7: note: forward declaration of 'BRepAdaptor_Surface'
class BRepAdaptor_Surface;
^
In file included from /Users/jelleferinga/GIT/pythonocc-core-occ-690/build/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx:3915:
In file included from /Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.hxx:149:
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.lxx:49:7: error: member access into incomplete type
'const BRepAdaptor_Surface'
Surf.UIntervals(Tab,S);
^
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_Approx.hxx:23:7: note: forward declaration of 'BRepAdaptor_Surface'
class BRepAdaptor_Surface;
^
In file included from /Users/jelleferinga/GIT/pythonocc-core-occ-690/build/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx:3915:
In file included from /Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.hxx:149:
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.lxx:55:7: error: member access into incomplete type
'const BRepAdaptor_Surface'
Surf.VIntervals(Tab,S);
^
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_Approx.hxx:23:7: note: forward declaration of 'BRepAdaptor_Surface'
class BRepAdaptor_Surface;
^
In file included from /Users/jelleferinga/GIT/pythonocc-core-occ-690/build/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx:3915:
In file included from /Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.hxx:149:
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.lxx:63:14: error: member access into incomplete type
'const BRepAdaptor_Surface'
return Surf.UTrim(F,L,Tol);
^
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_Approx.hxx:23:7: note: forward declaration of 'BRepAdaptor_Surface'
class BRepAdaptor_Surface;
^
In file included from /Users/jelleferinga/GIT/pythonocc-core-occ-690/build/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx:3915:
In file included from /Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.hxx:149:
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.lxx:70:14: error: member access into incomplete type
'const BRepAdaptor_Surface'
return Surf.VTrim(F,L,Tol);
^
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_Approx.hxx:23:7: note: forward declaration of 'BRepAdaptor_Surface'
class BRepAdaptor_Surface;
^
In file included from /Users/jelleferinga/GIT/pythonocc-core-occ-690/build/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx:3915:
In file included from /Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.hxx:149:
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.lxx:78:11: error: member access into incomplete type
'const BRepAdaptor_Surface'
return S.IsUClosed();
^
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_Approx.hxx:23:7: note: forward declaration of 'BRepAdaptor_Surface'
class BRepAdaptor_Surface;
^
In file included from /Users/jelleferinga/GIT/pythonocc-core-occ-690/build/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx:3915:
In file included from /Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.hxx:149:
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.lxx:83:11: error: member access into incomplete type
'const BRepAdaptor_Surface'
return S.IsVClosed();
^
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_Approx.hxx:23:7: note: forward declaration of 'BRepAdaptor_Surface'
class BRepAdaptor_Surface;
^
In file included from /Users/jelleferinga/GIT/pythonocc-core-occ-690/build/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx:3915:
In file included from /Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.hxx:149:
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.lxx:88:11: error: member access into incomplete type
'const BRepAdaptor_Surface'
return S.IsUPeriodic();
^
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_Approx.hxx:23:7: note: forward declaration of 'BRepAdaptor_Surface'
class BRepAdaptor_Surface;
^
In file included from /Users/jelleferinga/GIT/pythonocc-core-occ-690/build/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx:3915:
In file included from /Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.hxx:149:
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.lxx:93:11: error: member access into incomplete type
'const BRepAdaptor_Surface'
return S.UPeriod();
^
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_Approx.hxx:23:7: note: forward declaration of 'BRepAdaptor_Surface'
class BRepAdaptor_Surface;
^
In file included from /Users/jelleferinga/GIT/pythonocc-core-occ-690/build/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx:3915:
In file included from /Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.hxx:149:
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.lxx:98:11: error: member access into incomplete type
'const BRepAdaptor_Surface'
return S.IsVPeriodic();
^
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_Approx.hxx:23:7: note: forward declaration of 'BRepAdaptor_Surface'
class BRepAdaptor_Surface;
^
In file included from /Users/jelleferinga/GIT/pythonocc-core-occ-690/build/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx:3915:
In file included from /Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.hxx:149:
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.lxx:103:11: error: member access into incomplete type
'const BRepAdaptor_Surface'
return S.VPeriod();
^
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_Approx.hxx:23:7: note: forward declaration of 'BRepAdaptor_Surface'
class BRepAdaptor_Surface;
^
In file included from /Users/jelleferinga/GIT/pythonocc-core-occ-690/build/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx:3915:
In file included from /Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.hxx:149:
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.lxx:110:11: error: member access into incomplete type
'const BRepAdaptor_Surface'
return S.Value(U,V);
^
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_Approx.hxx:23:7: note: forward declaration of 'BRepAdaptor_Surface'
class BRepAdaptor_Surface;
^
In file included from /Users/jelleferinga/GIT/pythonocc-core-occ-690/build/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx:3915:
In file included from /Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.hxx:149:
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.lxx:118:4: error: member access into incomplete type
'const BRepAdaptor_Surface'
S.D0(U,V,P);
^
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_Approx.hxx:23:7: note: forward declaration of 'BRepAdaptor_Surface'
class BRepAdaptor_Surface;
^
In file included from /Users/jelleferinga/GIT/pythonocc-core-occ-690/build/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx:3915:
In file included from /Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.hxx:149:
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.lxx:128:4: error: member access into incomplete type
'const BRepAdaptor_Surface'
S.D1(U,V,P,D1U,D1V);
^
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_Approx.hxx:23:7: note: forward declaration of 'BRepAdaptor_Surface'
class BRepAdaptor_Surface;
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[2]: *** [CMakeFiles/_BRepApprox.dir/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx.o] Error 1
make[1]: *** [CMakeFiles/_BRepApprox.dir/all] Error 2
make: *** [all] Error 2
Swig source
Scanning dep

@jf---
Copy link
Contributor Author

jf--- commented Jul 30, 2015

same thing, in another module:

[ 9%] Building CXX object CMakeFiles/_BRepApprox.dir/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx.o
In file included from /Users/jelleferinga/GIT/pythonocc-core-occ-690/build/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx:3915:
In file included from /Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.hxx:149:
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.lxx:31:108: error: member access into incomplete type
'const BRepAdaptor_Surface'
inline Standard_Real BRepApprox_SurfaceTool::FirstUParameter(const BRepAdaptor_Surface& Surf){ return Surf.FirstUParameter(); }
^
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_Approx.hxx:23:7: note: forward declaration of 'BRepAdaptor_Surface'
class BRepAdaptor_Surface;
^
In file included from /Users/jelleferinga/GIT/pythonocc-core-occ-690/build/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx:3915:
In file included from /Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.hxx:149:
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.lxx:32:108: error: member access into incomplete type
'const BRepAdaptor_Surface'
inline Standard_Real BRepApprox_SurfaceTool::FirstVParameter(const BRepAdaptor_Surface& Surf){ return Surf.FirstVParameter();}
^
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_Approx.hxx:23:7: note: forward declaration of 'BRepAdaptor_Surface'
class BRepAdaptor_Surface;
^
In file included from /Users/jelleferinga/GIT/pythonocc-core-occ-690/build/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx:3915:
In file included from /Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.hxx:149:
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.lxx:33:107: error: member access into incomplete type
'const BRepAdaptor_Surface'
inline Standard_Real BRepApprox_SurfaceTool::LastUParameter(const BRepAdaptor_Surface& Surf){ return Surf.LastUParameter();}
^
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_Approx.hxx:23:7: note: forward declaration of 'BRepAdaptor_Surface'
class BRepAdaptor_Surface;
^
In file included from /Users/jelleferinga/GIT/pythonocc-core-occ-690/build/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx:3915:
In file included from /Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.hxx:149:
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.lxx:34:107: error: member access into incomplete type
'const BRepAdaptor_Surface'
inline Standard_Real BRepApprox_SurfaceTool::LastVParameter(const BRepAdaptor_Surface& Surf){ return Surf.LastVParameter();}
^
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_Approx.hxx:23:7: note: forward declaration of 'BRepAdaptor_Surface'
class BRepAdaptor_Surface;
^
In file included from /Users/jelleferinga/GIT/pythonocc-core-occ-690/build/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx:3915:
In file included from /Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.hxx:149:
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.lxx:38:14: error: member access into incomplete type
'const BRepAdaptor_Surface'
return Surf.NbUIntervals(S);
^
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_Approx.hxx:23:7: note: forward declaration of 'BRepAdaptor_Surface'
class BRepAdaptor_Surface;
^
In file included from /Users/jelleferinga/GIT/pythonocc-core-occ-690/build/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx:3915:
In file included from /Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.hxx:149:
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.lxx:43:14: error: member access into incomplete type
'const BRepAdaptor_Surface'
return Surf.NbVIntervals(S);
^
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_Approx.hxx:23:7: note: forward declaration of 'BRepAdaptor_Surface'
class BRepAdaptor_Surface;
^
In file included from /Users/jelleferinga/GIT/pythonocc-core-occ-690/build/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx:3915:
In file included from /Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.hxx:149:
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.lxx:49:7: error: member access into incomplete type
'const BRepAdaptor_Surface'
Surf.UIntervals(Tab,S);
^
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_Approx.hxx:23:7: note: forward declaration of 'BRepAdaptor_Surface'
class BRepAdaptor_Surface;
^
In file included from /Users/jelleferinga/GIT/pythonocc-core-occ-690/build/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx:3915:
In file included from /Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.hxx:149:
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.lxx:55:7: error: member access into incomplete type
'const BRepAdaptor_Surface'
Surf.VIntervals(Tab,S);
^
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_Approx.hxx:23:7: note: forward declaration of 'BRepAdaptor_Surface'
class BRepAdaptor_Surface;
^
In file included from /Users/jelleferinga/GIT/pythonocc-core-occ-690/build/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx:3915:
In file included from /Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.hxx:149:
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.lxx:63:14: error: member access into incomplete type
'const BRepAdaptor_Surface'
return Surf.UTrim(F,L,Tol);
^
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_Approx.hxx:23:7: note: forward declaration of 'BRepAdaptor_Surface'
class BRepAdaptor_Surface;
^
In file included from /Users/jelleferinga/GIT/pythonocc-core-occ-690/build/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx:3915:
In file included from /Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.hxx:149:
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.lxx:70:14: error: member access into incomplete type
'const BRepAdaptor_Surface'
return Surf.VTrim(F,L,Tol);
^
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_Approx.hxx:23:7: note: forward declaration of 'BRepAdaptor_Surface'
class BRepAdaptor_Surface;
^
In file included from /Users/jelleferinga/GIT/pythonocc-core-occ-690/build/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx:3915:
In file included from /Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.hxx:149:
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.lxx:78:11: error: member access into incomplete type
'const BRepAdaptor_Surface'
return S.IsUClosed();
^
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_Approx.hxx:23:7: note: forward declaration of 'BRepAdaptor_Surface'
class BRepAdaptor_Surface;
^
In file included from /Users/jelleferinga/GIT/pythonocc-core-occ-690/build/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx:3915:
In file included from /Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.hxx:149:
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.lxx:83:11: error: member access into incomplete type
'const BRepAdaptor_Surface'
return S.IsVClosed();
^
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_Approx.hxx:23:7: note: forward declaration of 'BRepAdaptor_Surface'
class BRepAdaptor_Surface;
^
In file included from /Users/jelleferinga/GIT/pythonocc-core-occ-690/build/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx:3915:
In file included from /Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.hxx:149:
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.lxx:88:11: error: member access into incomplete type
'const BRepAdaptor_Surface'
return S.IsUPeriodic();
^
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_Approx.hxx:23:7: note: forward declaration of 'BRepAdaptor_Surface'
class BRepAdaptor_Surface;
^
In file included from /Users/jelleferinga/GIT/pythonocc-core-occ-690/build/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx:3915:
In file included from /Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.hxx:149:
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.lxx:93:11: error: member access into incomplete type
'const BRepAdaptor_Surface'
return S.UPeriod();
^
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_Approx.hxx:23:7: note: forward declaration of 'BRepAdaptor_Surface'
class BRepAdaptor_Surface;
^
In file included from /Users/jelleferinga/GIT/pythonocc-core-occ-690/build/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx:3915:
In file included from /Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.hxx:149:
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.lxx:98:11: error: member access into incomplete type
'const BRepAdaptor_Surface'
return S.IsVPeriodic();
^
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_Approx.hxx:23:7: note: forward declaration of 'BRepAdaptor_Surface'
class BRepAdaptor_Surface;
^
In file included from /Users/jelleferinga/GIT/pythonocc-core-occ-690/build/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx:3915:
In file included from /Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.hxx:149:
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.lxx:103:11: error: member access into incomplete type
'const BRepAdaptor_Surface'
return S.VPeriod();
^
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_Approx.hxx:23:7: note: forward declaration of 'BRepAdaptor_Surface'
class BRepAdaptor_Surface;
^
In file included from /Users/jelleferinga/GIT/pythonocc-core-occ-690/build/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx:3915:
In file included from /Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.hxx:149:
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.lxx:110:11: error: member access into incomplete type
'const BRepAdaptor_Surface'
return S.Value(U,V);
^
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_Approx.hxx:23:7: note: forward declaration of 'BRepAdaptor_Surface'
class BRepAdaptor_Surface;
^
In file included from /Users/jelleferinga/GIT/pythonocc-core-occ-690/build/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx:3915:
In file included from /Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.hxx:149:
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.lxx:118:4: error: member access into incomplete type
'const BRepAdaptor_Surface'
S.D0(U,V,P);
^
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_Approx.hxx:23:7: note: forward declaration of 'BRepAdaptor_Surface'
class BRepAdaptor_Surface;
^
In file included from /Users/jelleferinga/GIT/pythonocc-core-occ-690/build/Darwin/x86_64-MinSizeRel-64/BRepApproxPYTHON_wrap.cxx:3915:
In file included from /Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.hxx:149:
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_SurfaceTool.lxx:128:4: error: member access into incomplete type
'const BRepAdaptor_Surface'
S.D1(U,V,P,D1U,D1V);
^
/Users/jelleferinga/miniconda/envs/oce_0.17/include/oce/BRepApprox_Approx.hxx:23:7: note: forward declaration of 'BRepAdaptor_Surface'
class BRepAdaptor_Surface;
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]

@jf--- jf--- closed this as completed Dec 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants