[tlinux-users:08401] Re: Toshiba Linux Utilities in Kernel 2.6.18.1
WL <[email protected]>
| Newsgroups | gmane.linux.hardware.toshiba |
|---|---|
| Message-ID | <[email protected]> |
Hi, > 2) When I type "make", I get: > > > > make[1]: Entering directory `/home/fid/downloads/toshutils-2.0.1/src' > > gcc -m486 -O2 -Wall -I../pixmaps -DLINUX -I/usr/local/include/gtk-1.2 > > -I/usr/include/glib-1.2 -I/usr/lib/glib/include -DVERSION=\"2.0.1\" > > -DBINDIR=\"/usr/local/bin\"\ > > -DXMESSAGE=\"/usr/bin/xmessage\" -DWALL=\"/usr/bin/wall\" -c > > thotswap.c > > thotswap.c: In function `DisplayXMessage': > > thotswap.c:187: error: `XMESSAGE' undeclared (first use in this > function) > > thotswap.c:187: error: (Each undeclared identifier is reported only once > > thotswap.c:187: error: for each function it appears in.) > > make[1]: *** [thotswap.o] Error 1 > > make[1]: Leaving directory `/home/fid/downloads/toshutils-2.0.1/src' > > make: *** [all] Error 2 > > > > Any ideas? the xmessage problem is in toshutils-2.0.1/src/Makefile.in edit lines 86 and 99 to put a space before the backslash, e.g. $(CC) $(CFLAGS) -D ... -DBINDIR=\"$(BINDESTDIR)\" \ Regards, WL