Heeks / heekscad-old

/!\ Obsolete repository of HeeksCAD
http://heeks.net
Other
111 stars 47 forks source link

fatal error C1083: Cannot open include file: 'Area.h': No such file or directory #30

Open satovey opened 10 years ago

satovey commented 10 years ago

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

satovey commented 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.

fake-name commented 8 years ago

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.