[BRLTTY] convertCharToWchar and reverse not found

rmgls at wanadoo.fr rmgls at wanadoo.fr
Sat Feb 17 03:46:32 EST 2007


Hi Dave,

I imported the current brltty, and have the following problem,
(hope its not a FAQ)!!!


Platform: FreeBSD Current 7.0 (18-12_2006)
machine i386 pentium 1g ram.
gcc (GCC) 3.4.6 [FreeBSD] 20060825
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

make

...

cd ./..//ScreenDrivers/Screen && make screen.o
gcc -Wall -g -O2 -I. -I./../../ -I. -I../..  -DHAVE_CONFIG_H -fPIC '-DDRIVER_NAME=Screen' '-DDRIVER_CODE=sc' '-DDRIVER_COMMENT=""' '-DDRIVER_VERSION=""' '-DDRIVER_DEVELOPERS=""' -c ./screen.c
./screen.c: In function `open_ScreenScreen':
./screen.c:76: warning: unsigned int format, key_t arg (arg 3)
./screen.c:79: warning: unsigned int format, key_t arg (arg 3)
./screen.c:83: warning: unsigned int format, key_t arg (arg 3)
./screen.c:87: warning: unsigned int format, key_t arg (arg 3)
	...
cd ./..//BrailleDrivers/Baum && make braille.o
cmd.o(.text+0x65e): In function `cmdBrlttyToBrlapi':
./cmd.c:222: undefined reference to `convertCharToWchar'
cmd.o(.text+0x995): In function `cmdBrlapiToBrltty':
./cmd.c:311: undefined reference to `convertWcharToChar'
brlapi_server.o(.text+0x887): In function `getDots':
./brlapi_server.c:584: undefined reference to `convertWcharToChar'
*** Error code 1

Stop

*** Error code 1


Does it miss an extern decl: (from charset.c?

best regards!

raoul
rmgls at wanadoo.Fr



More information about the BRLTTY mailing list