Skip to content

Syntax error in version file of OpenSCAD 0.3 (stable) zip download #174

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Brandano opened this issue Sep 2, 2017 · 4 comments
Closed

Comments

@Brandano
Copy link

Brandano commented Sep 2, 2017

The licence string in the first line of bolts/common/version.scad is missing string delimiters, which causes OpenSCAD to throw a syntax error when attempting to load the library

@gromain
Copy link

gromain commented Jun 5, 2019

This issue still exists for me.

@Illusion65
Copy link

Thanks! That fixed this issue for me - just put quotes (double or single) around the third parameter. Should be:

function BOLTS_version() = [0, 3, "GPL 3.0"];

@RichardWMoran
Copy link

With reference to function BOLTS_version() = [0, 3, "GPL 3.0"];
Had exactly the same problem from within windows 10 environment, and this fix worked for me, The thing i dont understand is why isnt this corrected within the main Git download, as openscad point to this Library directly, but yet it wont work without this fix for all windows 10 users, so surely someone would have informed this user about this error before now, new to github sorry for any protocol breaches in advance.

@berndhahnebach
Copy link
Contributor

duplicate of #207

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants