Anyone have any clues as to why I might be getting this error mid way thru
QT compile?
In file included from /usr/include/local_lim.h:21,
from /usr/include/posix1_lim.h:92,
from /usr/include/dirent.h:153,
from tools/qfiledefs.h:36,
from tools/qfile.cpp:25:
/usr/include/linux/limits.h:52: No include path in which to find limits.h
tools/qfile.cpp: In method `bool QFile::open(int)':
tools/qfile.cpp:377: `EMFILE' undeclared (first use this function)
tools/qfile.cpp:377: (Each undeclared identifier is reported only once
tools/qfile.cpp:377: for each function it appears in.)
tools/qfile.cpp: In method `int QFile::writeBlock(const char *, unsigned
int)';
tools/qfile.cpp:688: `ENOSPC' undeclared (first use this function)
make[1]: *** [tools/qfile.o] Error 1
make: *** [src] Error 2
I am running stampede linux, and i did the linux-g++-shared compile for QT.
I checked the paths, and all the .h and .cpp files are there, it beats me
why make cant find them.