Hi,
build cvs plib with the net/ component on irix, gives me:
bram@vger:~/src/plib/src/net$ make
CC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"plib\"
-DVERSION=\"1.8.4\" -DHAVE_LIBPTHREAD=1 -DHAVE_LIBGL=1 -DHAVE_LIBDL=1
-DHAVE_LIBAUDIO=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -Dsocklen_t=int -I. -I.
-I../../src/util -I/usr/sara/include -I/home/insight/bram/include -fullwarn
-c netSocket.cxx
cc-3625 CC: REMARK File = /usr/include/sys/select.h, Line = 35
an include directive is appearing within the scope of extern "C"
#include <standards.h>
^
I have no idea how to fix this, as the error is in a system hdr file.
Bram
|