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

makefile(7) fatal error #3

Open
nosarious opened this issue Mar 2, 2018 · 1 comment
Open

makefile(7) fatal error #3

nosarious opened this issue Mar 2, 2018 · 1 comment

Comments

@nosarious
Copy link

This looks so intriguing, but I have no clue how to actually use it. yet.

I am using Windows 10 and Visual Studio 17, with the command prompt set up.

When I do nmake -f Makefile I get the error:

makefile(7) : fatal error U1000: syntax error : ')' missing in macro invocation

Could you ... let me know the specifics of your setup where everything is working properly? I may have missed some important doohickey in my setup.

Thank you.

@osresearch
Copy link
Owner

osresearch commented Mar 3, 2018

I'm building on various Linux flavors and haven't tried building on Windows, but it is likely an issue with its make tool compared to gmake. Line 7 is

-Wp,-MMD,$(dir $@).$(notdir $@).d

Which uses a gcc extension to generate dependency files at compilation time. You can delete that line without causing other problems (other than partial rebuilds won't work).

That should produce a few executables, including hiddenwire, which now has command line options and if you run hiddenwire --help it will show you the options. #3 is a bug that it only reads (binary) stl files from stdin, not from the file on the command line.

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

2 participants