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

\ fails, / works with generated 3d makefiles on Cygwin #61

Open
tahina-pro opened this issue Oct 9, 2021 · 1 comment
Open

\ fails, / works with generated 3d makefiles on Cygwin #61

tahina-pro opened this issue Oct 9, 2021 · 1 comment
Labels
3d The 3d dependent data description language and frontend bug Something isn't working

Comments

@tahina-pro
Copy link
Member

If I run make -C src/3d/tests/extern -j 4 on Cygwin with the mingw64 C compiler, I get the following error message:

make[3]: *** No rule to make target 'obj/TestWrapper.h', needed by 'obj/main.o'.

In fact, the handwritten "driver" Makefile is using / directory separators, but 3d on Windows generates obj/EverParse.Makefile with \ directory separators. If I use a unique directory separator (i.e. change \ into / in the generated obj/EverParse.Makefile, or alternatively change / into \ in the handwritten Makefile), then things seem to work well.

Things work well on Linux, where / is uniformly used.

@tahina-pro tahina-pro added bug Something isn't working 3d The 3d dependent data description language and frontend labels Oct 9, 2021
@protz
Copy link
Contributor

protz commented Oct 10, 2021

FYI / is a valid path separator on Windows, too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3d The 3d dependent data description language and frontend bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants