make fails on mac snowleopard
val99erie opened this issue · 3 comments
val99erie commented
Hi,
I just pulled your latest code changes and tried to build, but I got this error:
mcmap $ make
g++ -O3 -c -Wall -fomit-frame-pointer -pedantic -DWITHPNG -I/usr/local/include main.cpp -o main.default.o
main.cpp: In function ‘int main(int, char*)’:
main.cpp:374: error: ‘mkdir’ was not declared in this scope
make: ** [main.default.o] Error 1
PeterN commented
This is the same as issue 6.
devyn commented
Yeah, it's been fixed now.
Zahl commented
Sorry for that one, was working on Windows then. ;-)