zapmaker / GrblHoming

QT-based gcode user interface for grbl on arduino
GNU General Public License v3.0
320 stars 190 forks source link

Not compiling under Linux #96

Open DaPeace opened 9 years ago

DaPeace commented 9 years ago

Hello, only a short info, the files in visu3D are uppercase and when compiling under Linux (in my case Ubuntu), it does not find them because its searching for lowercase. Next problem under Linux is, that in mainwindow.h the path to visu3D is with windows-like backslash so linux doestn find the viewer3D.h Must be #include "visu3D/viewer3D.h" do work with Linux. Then everything is compiling but i get a segmentation fault when starting. The original GRBLHome-Branch is compiling and running fine.

Thanks for the improvements :-)