Open GoogleCodeExporter opened 8 years ago
Do you use HeeksCNC plugin with HeeksCAD ?
Original comment by neomil...@gmail.com
on 7 May 2015 at 11:45
Yes, I mainly use HeeksCNC, should I be reporting the issue somewhere else?
Original comment by faulty....@gmail.com
on 7 May 2015 at 11:47
If I update to opencascade-6.8.0, compiling latest heekscad will result in the
following error
/home/faulty/build/heeks/heekscad/interface/Geom.cpp: In function ‘gp_Trsf
make_matrix(const double*)’:
/home/faulty/build/heeks/heekscad/interface/Geom.cpp:1168:107: error: no
matching function for call to ‘gp_Trsf::SetValues(const double&, const
double&, const double&, const double&, const double&, const double&, const
double&, const double&, const double&, const double&, const double&, const
double&, double, double)’
tr.SetValues(m[0], m[1], m[2], m[3], m[4], m[5], m[6], m[7], m[8], m[9], m[10], m[11], 0.0001, 0.00000001);
^
/home/faulty/build/heeks/heekscad/interface/Geom.cpp:1168:107: note: candidate
is:
In file included from /opt/opencascade/inc/BRepAdaptor_Curve.hxx:13:0,
from /home/faulty/build/heeks/heekscad/src/stdafx.h:76,
from /home/faulty/build/heeks/heekscad/interface/Geom.cpp:5:
/opt/opencascade/inc/gp_Trsf.hxx:207:26: note: void
gp_Trsf::SetValues(Standard_Real, Standard_Real, Standard_Real, Standard_Real,
Standard_Real, Standard_Real, Standard_Real, Standard_Real, Standard_Real,
Standard_Real, Standard_Real, Standard_Real)
Standard_EXPORT void SetValues (const Standard_Real a11, const Standard_Real a12, const Standard_Real a13, const Standard_Real a14, const Standard_Real a21, const Standard_Real a22, const Standard_Real a23, const Standard_Real a24, const Standard_Real a31, const Standard_Real a32, const Standard_Real a33, const Standard_Real a34) ;
^
/opt/opencascade/inc/gp_Trsf.hxx:207:26: note: candidate expects 12
arguments, 14 provided
interface/CMakeFiles/heeksintf.dir/build.make:77: recipe for target
'interface/CMakeFiles/heeksintf.dir/Geom.cpp.o' failed
make[2]: *** [interface/CMakeFiles/heeksintf.dir/Geom.cpp.o] Error 1
CMakeFiles/Makefile2:75: recipe for target
'interface/CMakeFiles/heeksintf.dir/all' failed
make[1]: *** [interface/CMakeFiles/heeksintf.dir/all] Error 2
Makefile:136: recipe for target 'all' failed
make: *** [all] Error 2
Original comment by faulty....@gmail.com
on 8 May 2015 at 7:32
Original issue reported on code.google.com by
faulty....@gmail.com
on 7 May 2015 at 10:11