Hello, Raoul, le Thu 17 Jan 2008 16:24:45 +0100, a écrit : > gcc -Wall -Wl,-export-dynamic -o scrtest scrtest.o program.o options.o misc.o > io_misc.o queue.o async.o keyboard.o sys_freebsd.o drivers.o scr.o scr_base.o > scr_help.o scr_frozen.o scr_main.o scr_real.o > ./..//ScreenDrivers/AtSpi/screen.o route.o -L/usr/local/lib -lcspi -lspi > -lbonobo-2 -latk-1.0 -lbonobo-activation -lORBit-2 -lgthread-2.0 > -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv -lpthread -lsupc++ > ./..//ScreenDrivers/AtSpi/screen.o(.text+0x16db): In function > `insertKey_AtSpiScreen': > ./screen.c:651: undefined reference to `convertCharToWchar' > ./..//ScreenDrivers/AtSpi/screen.o(.text+0x1cba): In function > `read_AtSpiScreen': > ./screen.c:624: undefined reference to `convertWcharToChar'
That's it: the screen driver gets compiled in, but charset.o is not there. Dave, we need to add charset.$O to SCRTEST_OBJECTS. Samuel _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://mielke.cc/mailman/listinfo/brltty
