Skip to content
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

Case-Sensitivity of include / use makes it impossible to use BH-Lib on linux systems. #1

Open
bassklampfe opened this issue Oct 16, 2020 · 0 comments

Comments

@bassklampfe
Copy link

Your library looks interesting, but it won't render on Linux systems because the case-sensitivity of the file names.

Loaded design '…/BH-Lib-master/examples.scad'.
WARNING: Can't open include file '../../../Electrical/LEDs/surface mount.scad'.

After renaming BH-Lib-master/Hardware/Electrical/LEDs/Surface mount.scad to surface mount.scad

Parsing design (AST generation)...
WARNING: Can't open include file 'Surface mount.scad'.

You should really fix includes and files to have same case over all files.

@bassklampfe bassklampfe changed the title Case-Sensitivity of include / use makes it impossiu Case-Sensitivity of include / use makes it impossible to use BH-Lib on linux systems. Oct 16, 2020
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

1 participant