On Jul 18, 2005, at 8:43 AM, Alexander K. Hansen wrote:
OS 10.4.2, XCode 2.1, X.org
I get the following faiure when trying to build eterm 0.9.2-7 (full log available if needed):
...
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/sw/include -no-cpp-precomp -DDARWIN -mdynamic-no-pic -I/sw/include -I/usr/X11R6/include -I/sw/include -I/usr/X11R6/include -g -O2 -c utmp.c -fno-common -DPIC -o .libs/utmp.lo
utmp.c: In function `add_utmp_entry':
utmp.c:99: error: storage size of `utmp2' isn't known
utmp.c:139: error: structure has no member named `ut_name'
utmp.c:139: error: structure has no member named `ut_name'
utmp.c:145: error: structure has no member named `ut_session'
utmp.c:146: error: structure has no member named `ut_xtime'
utmp.c:163: error: `WTMPX_FILE' undeclared (first use in this function)
utmp.c:163: error: (Each undeclared identifier is reported only once
utmp.c:163: error: for each function it appears in.)
utmp.c: In function `remove_utmp_entry':
utmp.c:174: error: storage size of `utmp' isn't known
utmp.c:184: warning: comparison between pointer and integer
utmp.c:191: error: `WTMPX_FILE' undeclared (first use in this function)
make[2]: *** [utmp.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
### execution of make failed, exit code 2
--Alex Hansen