zsaleeba / picoc

A very small C interpreter
1.45k stars 183 forks source link

compilation fix #1

Open ildus opened 9 years ago

qw3rtman commented 9 years ago

:+1: . This fixes my error when using 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
e8johan commented 9 years ago

Please consider this instead, https://github.com/zsaleeba/picoc/pull/5, it replaces the svn version with the git hash, instead of just removing the information.

Kerollmops commented 7 years ago

up 👍