| [Date Prev] [Date Next] | [Thread Prev] [Thread Next] | [Date Index] [Thread Index] |
[nocol-users] netconsole compilation in BSDI
|
Hi,
I've successfully compiled netconsole in solaris early this year, but now
fail in bsdi 4.0. The compilation of netconsole gives the following error
messages.
I tried to work around with OS_LIBS and OS_CFLAGS but with no luck. Any
suggestion is welcome. :)
Rgds,
Cho Man Fai
cho: {148} % make
cc -DNOCOL -I/usr/staff/cho/src/nocol-4.2.1/include -DDATADIR=\"/usr/local/nocol/data\" -DMSGSDIR=\"/usr/local/nocol/msgs\"
-DHELPFILE=\"/usr/local/nocol/etc/netconsole-help\" -c build_display.c
build_display.c: In function `display_screenful':
build_display.c:222: structure has no member named `_cury'
build_display.c:222: structure has no member named `_maxy'
build_display.c:242: structure has no member named `_cury'
build_display.c:242: structure has no member named `_begy'
build_display.c:243: structure has no member named `_curx'
build_display.c:243: structure has no member named `_begx'
*** Error code 1
Stop.
|