[BRLTTY] convertW* undefined

Samuel Thibault samuel.thibault at ens-lyon.org
Thu Jan 17 14:00:44 EST 2008


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


More information about the BRLTTY mailing list