ThisIsNotRocketScience / GerberTools

Tools to load/edit/create/panelizer sets of gerber files
MIT License
723 stars 143 forks source link

Unable to compile on Debian Buster #130

Open dansmolik opened 3 years ago

dansmolik commented 3 years ago

Hi, I try build GerberTools but I get this:

tmp/GerberTools-master/GerberProjects/GerberProjects.sln: warning : Don't know how to handle GlobalSection ExtensibilityGlobals, Ignoring. /tmp/GerberTools-master/GerberProjects/GerberProjects.sln: warning : Don't know how to handle GlobalSection Performance, Ignoring.

Errors:

GerberProjects/GerberProjects.sln: error : Input string was not in a correct format.

 41 Warning(s)
 1 Error(s)

Time Elapsed 00:00:00.1746280

Thanks for help.

dayhawk4 commented 3 years ago

Hello, using Debian as well and experiencing the exact same issue. First note, in debian, sh is linked to dash, and so in order to get the install script to run correctly, enter as follows:

bash ./install.sh

This will get around -o as an illegal option error However, after this point, I find myself in the same boat as this thread except I am getting 14 warnings and 93 errors.

Went ahead and attached output I received as a text document including both standard out and error out. Currently stuck as well.
CompileOutputOnBuster.txt

dayhawk4 commented 3 years ago

Tried running "sudo bash ./install.sh". Same results