gbrault / picoc

Automatically exported from code.google.com/p/picoc
1 stars 0 forks source link

Building on macOS fails with strange error #204

Open Sosukodo opened 6 years ago

Sosukodo commented 6 years ago

macOS 10.13.4, Xcode 9.3

make gcc -Wall -pedantic -g -DUNIX_HOST -DVER=\"svnversion -n\" -c -o picoc.o picoc.c clang: error: no such file or directory: 'directory"' make: *** [picoc.o] Error 1

Is it something I'm overlooking or doing wrong?