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

Compile error on both Windows and Linux #1

Closed
eddavis2 opened this issue Aug 26, 2022 · 3 comments
Closed

Compile error on both Windows and Linux #1

eddavis2 opened this issue Aug 26, 2022 · 3 comments

Comments

@eddavis2
Copy link

I tried building on both Windows and Linux.
On Both systems, I get the same error:

g++ -MD -Wall -Werror -O3 -I. -c -o objs_linux/cc.o discrete_src/cc.cpp
discrete_src/cc.cpp:2178:1: fatal error: opening dependency file objs_linux/cc.d: No such file or directory
2178 | }
| ^
compilation terminated.
make: *** [Makefile:43: objs_linux/cc.o] Error 1

Thanks for any help!

@jingoro2112
Copy link
Owner

This happens if you don't run "make clean" first to create the directory, I'll fix it!

@Diegovsky
Copy link
Contributor

Still happens in 8c0447b

@jingoro2112
Copy link
Owner

jingoro2112 commented Oct 8, 2022 via email

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

3 participants