Here on linux with gcc v4.1.2 I get the following compile error:
portability.c: In function '__nj_portability_bootstrap_init':
portability.c:95: error: '__nj_zero_page' undeclared (first use in this function)
Also configure did already produce some warnings:
autoconf-tmp-aligntest.c:8: warning: incompatible implicit declaration of built-in function 'malloc'
./autoconf-tmp-errnolib.c:11: warning: incompatible implicit declaration of built-in function 'snprintf'
./autoconf-tmp-errnolib.c:13: warning: incompatible implicit declaration of built-in function 'strcpy'
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=558563
I have the same problem.
I'm using gcc v4.0.2 on an ia64 HP-UX system so i used this
configure command: ./configure ia64-hp-hpux
I've tried with njamd-0.8.1 and it fails the same way when I
try to compile it.
The problem is with the __FUNCTION__ macro usage.
Logged In: YES
user_id=268346
Originator: NO
Here on linux with gcc v4.1.2 I get the following compile error:
portability.c: In function '__nj_portability_bootstrap_init':
portability.c:95: error: '__nj_zero_page' undeclared (first use in this function)
Also configure did already produce some warnings:
autoconf-tmp-aligntest.c:8: warning: incompatible implicit declaration of built-in function 'malloc'
./autoconf-tmp-errnolib.c:11: warning: incompatible implicit declaration of built-in function 'snprintf'
./autoconf-tmp-errnolib.c:13: warning: incompatible implicit declaration of built-in function 'strcpy'