[BRLTTY] brltty build on OSX

Raoul Mégélas rmgls at free.fr
Mon Nov 8 05:19:18 EST 2010


Hi all,

i ttry to compile brltty on OSX snow leopard 10.6.4.
and it not builds with the following reports (see below=.

Any hints would be helpfull!
thanks

Raoul
rmgls at free.fr

cd Programs && make all
awk -f ./brldefs.awk -f ./brlapi_constants.awk ./brldefs.h >brlapi_constants.h
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./main.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H  -c ./brltty.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./program.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./pid.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./options.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./log.c
./log.c: In function 'writeLogRecord':
./log.c:81: warning: format '%03ld' expects type 'long int', but argument 5 has type 'int'
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./file.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./device.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./parse.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./timing.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./misc.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./io_misc.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./sys_darwin.c
In file included from ./sys_darwin.c:25:
./sys_prog_none.h:19:2: warning: #warning program path determination not available on this platform
In file included from ./sys_darwin.c:27:
./sys_boot_none.h:19:2: warning: #warning boot parameter retrieval not available on this platform
In file included from ./sys_darwin.c:31:
./sys_mount_none.h:19:2: warning: #warning file system mount support not available on this platform
In file included from ./sys_darwin.c:34:
./sys_shlib_dyld.h: In function 'logDyldError':
./sys_shlib_dyld.h:29: warning: 'NSLinkEditError' is deprecated (declared at /usr/include/mach-o/dyld.h:217)
./sys_shlib_dyld.h: In function 'loadSharedObject':
./sys_shlib_dyld.h:36: warning: 'NSCreateObjectFileImageFromFile' is deprecated (declared at /usr/include/mach-o/dyld.h:145)
./sys_shlib_dyld.h:38: warning: 'NSLinkModule' is deprecated (declared at /usr/include/mach-o/dyld.h:161)
./sys_shlib_dyld.h: In function 'unloadSharedObject':
./sys_shlib_dyld.h:72: warning: 'NSUnLinkModule' is deprecated (declared at /usr/include/mach-o/dyld.h:169)
./sys_shlib_dyld.h: In function 'findSharedSymbol':
./sys_shlib_dyld.h:81: warning: 'NSLookupSymbolInModule' is deprecated (declared at /usr/include/mach-o/dyld.h:181)
./sys_shlib_dyld.h:84: warning: 'NSAddressOfSymbol' is deprecated (declared at /usr/include/mach-o/dyld.h:188)
In file included from ./sys_darwin.c:37:
./sys_beep_none.h:19:2: warning: #warning console beep support not available on this platform
In file included from ./sys_darwin.c:40:
./sys_pcm_none.h:19:2: warning: #warning sound card support not available on this platform
In file included from ./sys_darwin.c:44:
./sys_midi_darwin.h: In function 'openMidiDevice':
./sys_midi_darwin.h:57: warning: 'AUGraphNewNode' is deprecated (declared at /System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:673)
./sys_midi_darwin.h:66: warning: 'AUGraphNewNode' is deprecated (declared at /System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:673)
./sys_midi_darwin.h:85: warning: 'AUGraphGetNodeInfo' is deprecated (declared at /System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:687)
In file included from ./sys_darwin.c:47:
./sys_ports_none.h:19:2: warning: #warning I/O port access not available on this platform
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./config.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./ses.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./status.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./cut.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./touch.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./async.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./unicode.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./charset.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./dataarea.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./datafile.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./lock.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./mount.c
./mount.c:119:2: warning: #warning mounts table support not available on this platform
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./queue.c
awk -f ./brldefs.awk -f ./cmds.awk ./brldefs.h >cmds.auto.h
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./cmd.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./scancodes.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./ttb_compile.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./ttb_native.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./tbl2hex.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -o host_program.o -c ./program.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -o host_pid.o -c ./pid.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -o host_options.o -c ./options.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -o host_log.o -c ./log.c
./log.c: In function 'writeLogRecord':
./log.c:81: warning: format '%03ld' expects type 'long int', but argument 5 has type 'int'
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -o host_file.o -c ./file.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -o host_device.o -c ./device.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -o host_parse.o -c ./parse.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -o host_timing.o -c ./timing.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -o host_misc.o -c ./misc.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -o host_io_misc.o -c ./io_misc.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -o host_sys_darwin.o -c ./sys_darwin.c
In file included from ./sys_darwin.c:25:
./sys_prog_none.h:19:2: warning: #warning program path determination not available on this platform
In file included from ./sys_darwin.c:27:
./sys_boot_none.h:19:2: warning: #warning boot parameter retrieval not available on this platform
In file included from ./sys_darwin.c:31:
./sys_mount_none.h:19:2: warning: #warning file system mount support not available on this platform
In file included from ./sys_darwin.c:34:
./sys_shlib_dyld.h: In function 'logDyldError':
./sys_shlib_dyld.h:29: warning: 'NSLinkEditError' is deprecated (declared at /usr/include/mach-o/dyld.h:217)
./sys_shlib_dyld.h: In function 'loadSharedObject':
./sys_shlib_dyld.h:36: warning: 'NSCreateObjectFileImageFromFile' is deprecated (declared at /usr/include/mach-o/dyld.h:145)
./sys_shlib_dyld.h:38: warning: 'NSLinkModule' is deprecated (declared at /usr/include/mach-o/dyld.h:161)
./sys_shlib_dyld.h: In function 'unloadSharedObject':
./sys_shlib_dyld.h:72: warning: 'NSUnLinkModule' is deprecated (declared at /usr/include/mach-o/dyld.h:169)
./sys_shlib_dyld.h: In function 'findSharedSymbol':
./sys_shlib_dyld.h:81: warning: 'NSLookupSymbolInModule' is deprecated (declared at /usr/include/mach-o/dyld.h:181)
./sys_shlib_dyld.h:84: warning: 'NSAddressOfSymbol' is deprecated (declared at /usr/include/mach-o/dyld.h:188)
In file included from ./sys_darwin.c:37:
./sys_beep_none.h:19:2: warning: #warning console beep support not available on this platform
In file included from ./sys_darwin.c:40:
./sys_pcm_none.h:19:2: warning: #warning sound card support not available on this platform
In file included from ./sys_darwin.c:44:
./sys_midi_darwin.h: In function 'openMidiDevice':
./sys_midi_darwin.h:57: warning: 'AUGraphNewNode' is deprecated (declared at /System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:673)
./sys_midi_darwin.h:66: warning: 'AUGraphNewNode' is deprecated (declared at /System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:673)
./sys_midi_darwin.h:85: warning: 'AUGraphGetNodeInfo' is deprecated (declared at /System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:687)
In file included from ./sys_darwin.c:47:
./sys_ports_none.h:19:2: warning: #warning I/O port access not available on this platform
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -o host_lock.o -c ./lock.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -o host_charset.o -c ./charset.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -o host_datafile.o -c ./datafile.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -o host_queue.o -c ./queue.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -o host_dataarea.o -c ./dataarea.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -o host_ttb_compile.o -c ./ttb_compile.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -o host_ttb_native.o -c ./ttb_native.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./atb_compile.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -o host_atb_compile.o -c ./atb_compile.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H  -c ./ctb_compile.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -o host_ctb_compile.o -c ./ctb_compile.c
gcc -Wall  -o tbl2hex tbl2hex.o host_program.o host_pid.o host_options.o host_log.o host_file.o host_device.o host_parse.o host_timing.o host_misc.o host_io_misc.o host_sys_darwin.o host_lock.o host_charset.o host_datafile.o host_queue.o host_dataarea.o host_ttb_compile.o host_ttb_native.o host_atb_compile.o host_ctb_compile.o  -lIOKit -framework CoreFoundation -framework AudioUnit -framework AudioToolbox -liconv -lsupc++ 
./tbl2hex -- ../Tables/en-nabcc.ttb >text.auto.h
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./ttb_translate.c
./tbl2hex -- ../Tables/attributes.atb >attr.auto.h
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./atb_translate.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H  -c ./ctb_translate.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./ktb_compile.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./ktb_translate.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./ktb_list.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./ktb_keyboard.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./kbd.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./kbd_none.c
./kbd_none.c:19:2: warning: #warning keyboard monitor support not available on this platform
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./tunes.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./beeper.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./pcm.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./midi.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./fm.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./adlib.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./drivers.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./driver.c
./mkdrvtab ScreenDriver scr_driver_  >scr.auto.h
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./scr.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./scr_base.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./scr_help.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./scr_frozen.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./scr_main.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./scr_real.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./routing.c
./mkdrvtab BrailleDriver brl_driver_  >brl.auto.h
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./brl.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./serial.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./usb.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H  -c ./usb_darwin.c
./usb_darwin.c: In function 'usbAsynchronousRequestCallback':
./usb_darwin.c:381: warning: cast from pointer to integer of different size
./usb_darwin.c: In function 'usbReadEndpoint':
./usb_darwin.c:707: warning: pointer targets in passing argument 4 of 'usbApplyInputFilters' differ in signedness
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./bluetooth.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H  -c ./bluetooth_none.c
./bluetooth_none.c:19:2: warning: #warning Bluetooth support not available on this platform
./mkdrvtab SpeechDriver spk_driver_  >spk.auto.h
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./spk.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./brlapi_server.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./brlapi_keyranges.c
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H -c ./auth.c
gcc -Wall  -o brltty main.o brltty.o program.o pid.o options.o log.o file.o device.o parse.o timing.o misc.o io_misc.o sys_darwin.o config.o ses.o status.o cut.o touch.o async.o unicode.o charset.o dataarea.o datafile.o lock.o mount.o queue.o cmd.o scancodes.o ttb_compile.o ttb_native.o ttb_translate.o atb_compile.o atb_translate.o ctb_compile.o ctb_translate.o ktb_compile.o ktb_translate.o ktb_list.o ktb_keyboard.o kbd.o kbd_none.o tunes.o beeper.o pcm.o midi.o fm.o adlib.o drivers.o driver.o scr.o scr_base.o scr_help.o scr_frozen.o scr_main.o scr_real.o routing.o  brl.o  serial.o usb.o usb_darwin.o bluetooth.o bluetooth_none.o spk.o  brlapi_server.o brlapi_keyranges.o auth.o       -lIOKit -framework CoreFoundation -framework AudioUnit -framework AudioToolbox -liconv -lsupc++ 
for driver in Alva Albatross BrlAPI BrailComm Braudi BrailleLite Baum BrailleNote CombiBraille EcoBraille EuroBraille FreedomScientific HIMS HandyTech LogText MultiBraille MDV MiniBraille Metec Pegasus Papenmeier Seika TechniBraille TSI TTY VideoBraille Voyager Virtual VisioBraille; \
	do (cd ./../Drivers/Braille/$driver && make braille-driver) || exit 1; \
	done
gcc -Wall -g -O2 -I. -I. -I./../../../Programs -I../../../Programs -I./../../.. -I../../..   -DHAVE_CONFIG_H  '-DDRIVER_NAME=Alva' '-DDRIVER_CODE=al' '-DDRIVER_COMMENT="ABT(3nn), Delphi(4nn), Satellite(5nn), Braille System 40, Braille Controller 640/680"' '-DDRIVER_VERSION="2.2"' '-DDRIVER_DEVELOPERS="Nicolas Pitre <nico at fluxnic.net>"' -c ./braille.c
/usr/bin/install -c -d ../../../lib
gcc -Wall -bundle -Wl,-flat_namespace,-undefined,suppress -o ../../../lib/libbrlttybal.bundle braille.o 
gcc -Wall -g -O2 -I. -I. -I./../../../Programs -I../../../Programs -I./../../.. -I../../..   -DHAVE_CONFIG_H  '-DDRIVER_NAME=Albatross' '-DDRIVER_CODE=at' '-DDRIVER_COMMENT="46/80"' '-DDRIVER_VERSION=""' '-DDRIVER_DEVELOPERS="Dave Mielke <dave at mielke.cc>"' -c ./braille.c
/usr/bin/install -c -d ../../../lib
gcc -Wall -bundle -Wl,-flat_namespace,-undefined,suppress -o ../../../lib/libbrlttybat.bundle braille.o 
cd ./../../../Programs && make api
awk -f ./brldefs.awk -f ./brlapi_keytab.awk ./brldefs.h >brlapi_keytab.auto.h
gcc -Wall -g -O2 -I. -I. -I./../Programs -I../Programs -I./.. -I..   -DHAVE_CONFIG_H  -c ./brlapi_client.c
gcc -Wall -dynamiclib -Wl,-macosx_version_min,10.2,-single_module,-install_name,libbrlapi.dylib.0.5 -o libbrlapi.dylib brlapi_client.o -liconv -lsupc++ 
ld: symbol dyld_stub_binding_helper not defined (usually in crt1.o/dylib1.o/bundle1.o)
collect2: ld returned 1 exit status
make[3]: *** [libbrlapi.dylib] Error 1
make[2]: *** [brlapi] Error 2
make[1]: *** [braille-drivers] Error 1
make: *** [all] Error 2


More information about the BRLTTY mailing list