jingoro2112 / wrench

practical embedded script interpreter
MIT License
99 stars 10 forks source link

Compile error on both Windows and Linux #1

Closed eddavis2 closed 1 year ago

eddavis2 commented 1 year ago

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 commented 1 year ago

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

Diegovsky commented 1 year ago

Still happens in 8c0447b

jingoro2112 commented 1 year ago

I added a blank file to the obj/ directory that should prevent it from being omitted, should fix it going forward

On Fri, Oct 7, 2022, 11:46 AM Diego Augusto @.***> wrote:

Still happens in 8c0447b https://github.com/jingoro2112/wrench/commit/8c0447bdfc4c84778afd6be4fd288f6d0a14bddc

— Reply to this email directly, view it on GitHub https://github.com/jingoro2112/wrench/issues/1#issuecomment-1271761136, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALIKA5AMQ54SQQNL2NMHXTWCBAULANCNFSM57YBQDAA . You are receiving this because you modified the open/close state.Message ID: @.***>