Quote |
However, if I copy limits.h over to cwd (and then include that instead), everything works. It seems that the system wide limits.h has certain parts that are ignored. |
Quote |
- cwd = current working directory? |
Code Sample |
cp -a /opt/compile*/include /opt/include make clean export CPPFLAGS=-I/opt/include ./configure --prefix=/opt/glib-2.14.6 make install-strip |
Quote |
Here's a snippet for a workaround:... |
Code Sample |
$ export CPPFLAGS=-I/opt/compile-3.3.5/include |