You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i was trying to compile javascript export templates but i am getting this error:
[ 57%] Compiling ==> core/node_path.cpp
thirdparty/misc/clipper.cpp:901:7: error: cannot use 'throw' with exceptions disabled
throw clipperException("Coordinate outside allowed range");
^
thirdparty/misc/clipper.cpp:1049:5: error: cannot use 'throw' with exceptions disabled
throw clipperException("AddPath: Open paths must be subject.");
^
thirdparty/misc/clipper.cpp:1081:5: error: cannot use 'throw' with exceptions disabled
throw; //range test fails
^
thirdparty/misc/clipper.cpp:1065:3: error: cannot use 'try' with exceptions disabled
try
^
thirdparty/misc/clipper.cpp:1445:5: error: cannot use 'throw' with exceptions disabled
throw clipperException("UpdateEdgeIntoAEL: invalid call");
^
thirdparty/misc/clipper.cpp:1513:5: error: cannot use 'throw' with exceptions disabled
throw clipperException("Error: PolyTree struct is needed for open path clipping.");
^
thirdparty/misc/clipper.cpp:1563:3: error: cannot use 'try' with exceptions disabled
try {
^
thirdparty/misc/clipper.cpp:2841:5: error: cannot use 'throw' with exceptions disabled
throw clipperException("ProcessIntersections error");
^
thirdparty/misc/clipper.cpp:2830:3: error: cannot use 'try' with exceptions disabled
try {
^
thirdparty/misc/clipper.cpp:3005:8: error: cannot use 'throw' with exceptions disabled
else throw clipperException("DoMaxima error");
^
10 errors generated.
ERROR:root:compiler frontend failed to generate LLVM bitcode, halting
scons: *** [thirdparty/misc/clipper.javascript.debug.bc] Error 1
scons: building terminated because of errors.
Command i used: scons platform=javascript -j4 target=debug
Not sure if this is a already known error or i'm missing something :/
btw, are there nightly builds?
The text was updated successfully, but these errors were encountered:
Hi, i was trying to compile javascript export templates but i am getting this error:
Command i used:
scons platform=javascript -j4 target=debug
Not sure if this is a already known error or i'm missing something :/
btw, are there nightly builds?
The text was updated successfully, but these errors were encountered: