You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ubuntu 20.04
checked that all listed dependencies installed
followed instructions to build from source
no errors seen, until the make step
make >output.txt
ar: `u' modifier ignored since `D' is the default (see `U')
make[1]: *** No rule to make target 'turtle_lexer.c', needed by 'all'. Stop.
make: *** [Makefile:528: all-recursive] Error 1
I see turtle_lexer.l in /src/ and multiple notes in Makefile that .c/.h files will be BUILT but for some reason this isn't happening, I guess?
Any ideas, any thing I should check is installed? Any known (must use older version) lib/tool requirements?
The text was updated successfully, but these errors were encountered:
Ubuntu 20.04
checked that all listed dependencies installed
followed instructions to build from source
no errors seen, until the make step
I see turtle_lexer.l in /src/ and multiple notes in Makefile that .c/.h files will be BUILT but for some reason this isn't happening, I guess?
Any ideas, any thing I should check is installed? Any known (must use older version) lib/tool requirements?
The text was updated successfully, but these errors were encountered: