Closed RickCarlino closed 7 years ago
I had to remove -DVER=\"svnversion -n\" from the Makefile, otherwise I got this error:
-DVER=\"svnversion -n\"
Makefile
gcc -Wall -pedantic -g -DUNIX_HOST -DVER=\"`svnversion -n`\" -c -o picoc.o picoc.c gcc: error: directory": No such file or directory make: *** [picoc.o] Error 1
I had to remove
-DVER=\"svnversion -n\"
from theMakefile
, otherwise I got this error: