barnone,
Here are the start of the lines of errors, from the 1st one :
lib_alpha2/src/a2dump.cpp:24:20: error: unistd.h: No such file or directory
lib_alpha2/src/a2dump.cpp:30:18: error: cstdio: No such file or directory
lib_alpha2/src/a2dump.cpp:31:19: error: cstring: No such file or directory
lib_alpha2/src/a2dump.cpp:32:19: error: cstdlib: No such file or directory
In file included from ./lib_alpha2/alpha2_usb.h:23,
from lib_alpha2/src/a2dump.cpp:34:
./picross/pic_stdint.h:26:20: error: stdint.h: No such file or directory
In file included from ./picross/pic_weak.h:23,
from ./picross/pic_functor.h:23,
from ./picross/pic_usb.h:24,
from ./lib_alpha2/alpha2_active.h:24,
from lib_alpha2/src/a2dump.cpp:35:
./picross/pic_error.h:23:21: error: exception: No such file or directory
./picross/pic_error.h:24:18: error: string: No such file or directory
In file included from ./picross/pic_weak.h:25,
from ./picross/pic_functor.h:23,
from ./picross/pic_usb.h:24,
from ./lib_alpha2/alpha2_active.h:24,
from lib_alpha2/src/a2dump.cpp:35:
./picross/pic_atomic.h:316:30: error: libkern/OSAtomic.h: No such file or directory
After looking at the Building on Lion thread, it would appear I am having the same issue, as I am currently running g++ 4.2.1. Considering I am not running Lion, which solution should I try to apply?
Also my question about the Pico remains - am I wasting my time building EigenD with only a Pico to work with?