Open satovey opened 10 years ago
Solved. Area.h is in the libarea-master download, I mis-read the instructions. Still, other errors exist causing compile fail. Thanks again.
The problem here is that apparently HeeksCNC and Libarea were submodules, but they were removed without updating any of the documentation.
Apparently you have to check them out into the root the heekscad
directory.
HeeksCAD 1.0 Does not compile due to Area.h open error. This is the only error I am having as follows:
Error 1 fatal error C1083: Cannot open include file: 'Area.h': No such file or directory x:_Dev\HeeksCAD1_0\interface\HeeksCADInterface.cpp 53 HeeksCAD Error 2 fatal error C1083: Cannot open include file: 'Area.h': No such file or directory x:_dev\heekscad1_0\src\HArea.h 8 HeeksCAD Error 3 fatal error C1083: Cannot open include file: 'Area.h': No such file or directory x:_dev\heekscad1_0\src\HArea.h 8 HeeksCAD
Where is Area.h supposed to be located? Is this an OpenCascade header file?
I am following compile directions from: http://code.google.com/p/heekscad/wiki/CompilingHeeksCAD1_0forWindows
Any feedback appreciated. Thanks Scott