Mantis - Resin
Viewing Issue Advanced Details
2992 minor always 10-06-08 13:13 10-09-08 11:11
thintz  
ferg  
normal  
closed 3.2.0  
fixed  
none    
none 3.2.1  
0002992: Solaris 10 x86 build failure
cc -fast -xtarget=pentium4 -fns -DPOLL -D_POSIX_PTHREAD_SEMANTICS -D__SOLARIS__ -DHAS_JVMTI -DRESIN_HOME=\"/export/usr3/home/tdhintz/downloads/resin-pro-3.2.0\" -I/usr/sfw/include -I/usr/java/include -I/usr/java/include/solaris -I../common -DCPU=\"i386\" -DOS= -D_FILE_OFFSET_BITS=64 -KPIC -c jni_vfs.c
"jni_vfs.c", line 1431: warning: implicit function declaration: pthread_self
"jni_vfs.c", line 2203: undefined symbol: PATH_MAX
"jni_vfs.c", line 2497: warning: implicit function declaration: getloadavg
cc: acomp failed for jni_vfs.c
*** Error code 2
make: Fatal error: Command failed for target `jni_vfs.o'
PATH_MAX is defined in /usr/include/limits.h. Adding that header to jni_vfs.c allows the build to complete.

There are no notes attached to this issue.