Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
2992 | minor | always | 10-06-08 13:13 | 10-09-08 11:11 | |
|
|||||
Reporter: | thintz | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.2.0 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.2.1 | ||
|
|||||
Summary: | 0002992: Solaris 10 x86 build failure | ||||
Description: |
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' |
||||
Steps To Reproduce: | |||||
Additional Information: | PATH_MAX is defined in /usr/include/limits.h. Adding that header to jni_vfs.c allows the build to complete. | ||||
Relationships | |||||
Attached Files: |
There are no notes attached to this issue. |