Hi Daid,
I have installed mingw32-make and running make in the CuraEngine directory in the DOS prompt. I am getting the following error. Can you pls help us with set up of environment
C:githubmhkCuraCuraEngine>mingw32-make all
g++ -I. -c -Wall -Wextra -O3 -fomit-frame-pointer gcodeExport.cpp -o gcodeExport.o
In file included from utils/intpoint.h:12,
from utils/floatpoint.h:10,
from settings.h:4,
from gcodeExport.h:7,
from gcodeExport.cpp:4:
clipper/clipper.hpp:41: ostream: No such file or directory
In file included from utils/floatpoint.h:10,
from settings.h:4,
from gcodeExport.h:7,
from gcodeExport.cpp:4:
utils/intpoint.h:15: stdint.h: No such file or directory
In file included from settings.h:4,
from gcodeExport.h:7,
from gcodeExport.cpp:4:
utils/floatpoint.h:12: stdint.h: No such file or directory
In file included from gcodeExport.cpp:5:
pathOrderOptimizer.h:5: stdint.h: No such file or directory
mingw32-make: *** [gcodeExport.o] Error 1
Recommended Posts
Daid 306
Install mingw32
Run make
(In all honesty, if you need more instructions then this to get it to compile, you have little business in the code. It's a complex piece of code)
Link to post
Share on other sites