[BRLTTY] BrailleSense QWERTY

Vincent LE GOFF vincent.legoff.srs at gmail.com
Tue Dec 15 00:52:10 EST 2015


I got it wrong, it's the /var/run/brltty that can't be created (a 
process?).  I've checked out the code in my home directory:

cd /home/vincent/src
git clone https://github.com/brltty/brltty.git
cd brltty
./autogen
./configure
sudo make install

Here's the log of the configure and make install command.  I'm afraid I 
don't know what is wrong.

Thanks,

Vincent

On 12/14/2015 9:37 PM, Dave Mielke wrote:
> [quoted lines by Vincent LE GOFF on 2015/12/14 at 21:20 -0800]
>
>> I get an error because /var/brltty already exists, which is kind of normal
>> since I'm using it to build it.
> Do you mean that you checked out the brltty source into /var/brltty/?
>
> I'm not sure what that error would be. Can you post a log of what you're doing?
>
>> I don't feel quite comfortable removing it before installing it, but I'm
>> looking at the build options, perhaps there's one to do that.
> No, don't do that. Let's try to understand what the problem is. I don't like
> not understanding a problem.
>
> I'm not even sure why building brltty would care about /var/brltty/. Have you
> specified that directory with some option?
>

-------------- next part --------------
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for library containing __cxa_pure_virtual... no
checking if the C compiler can compile C++... no
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking for ld... /usr/bin/ld
checking for strip... /usr/bin/strip
checking for ranlib... /usr/bin/ranlib
checking for gawk... no
checking for mawk... mawk
checking whether ln -s works... yes
checking for pkg-config... /usr/bin/pkg-config
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for linuxdoc... false
checking for doxygen... false
checking for a BSD-compatible install... /usr/bin/install -c
checking for make relocatable object command... $(LD) -r -o
checking for loadable module creation command... $(CC) -shared  -o
checking for dynamic library creation command... $(CC) -shared -Wl,-soname,<name> -o
checking for configure shared object directory command... /sbin/ldconfig -n
checking for library containing socket... none required
checking for library containing inet_ntoa... none required
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for main in -lintl... no
checking for wcslen... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking for wcwidth... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for main in -liconv... no
checking if pthreads are available... checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for library containing pthread_create... -lpthread
yes
checking for javac... no
checking for javac... no
checking for gcj... no
configure: WARNING: Java compiler not found
configure: WARNING: Java BrlAPI bindings not included
checking for ocamlc... no
configure: WARNING: Cannot find ocamlc.
configure: WARNING: OCaml BrlAPI bindings not included
checking for python... /usr/bin/python
configure: WARNING: Python developer environment not installed
checking for cython... no
configure: WARNING: Cython compiler not found
configure: WARNING: Python BrlAPI bindings not included
configure: WARNING: Tcl configuration script not found: tclConfig.sh
configure: WARNING: Tcl packages directory not found
configure: WARNING: Tcl BrlAPI bindings not included
checking which curses package to use... checking for ncursesw/ncurses.h... no
checking for curses.h... no
checking for ncurses.h... no
checking for curses.h... (cached) no
checking for curses.h... (cached) no
checking for curses.h... (cached) no

checking for time... yes
checking for gettimeofday... yes
checking for nanosleep... yes
checking whether clock_gettime is declared... yes
checking for library containing clock_gettime... none required
checking whether pthread_getname_np is declared... yes
checking for library containing pthread_getname_np... none required
checking whether localtime_r is declared... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for select... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking sys/signalfd.h usability... yes
checking sys/signalfd.h presence... yes
checking for sys/signalfd.h... yes
checking for sigaction... yes
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking glob.h usability... yes
checking glob.h presence... yes
checking for glob.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking sys/io.h usability... yes
checking sys/io.h presence... yes
checking for sys/io.h... yes
checking sys/modem.h usability... no
checking sys/modem.h presence... no
checking for sys/modem.h... no
checking machine/speaker.h usability... no
checking machine/speaker.h presence... no
checking for machine/speaker.h... no
checking dev/speaker/speaker.h usability... no
checking dev/speaker/speaker.h presence... no
checking for dev/speaker/speaker.h... no
checking linux/vt.h usability... yes
checking linux/vt.h presence... yes
checking for linux/vt.h... yes
checking sdkddkver.h usability... no
checking sdkddkver.h presence... no
checking for sdkddkver.h... no
checking linux/input.h usability... yes
checking linux/input.h presence... yes
checking for linux/input.h... yes
checking for linux/uinput.h... yes
checking for getopt_long... yes
checking for hstrerror... yes
checking for realpath... yes
checking for vsyslog... yes
checking for pause... yes
checking for fchdir... yes
checking for fchmod... yes
checking for shmget... yes
checking for shm_open... no
checking for getpeereid... no
checking for getpeerucred... no
checking for getzoneid... no
checking for mempcpy... yes
checking for wmempcpy... yes
checking for gai_strerror... yes
checking for getaddrinfo... yes
checking for getnameinfo... yes
checking size of wchar_t... 4
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking if the compiler understands the __alignof__ operator... yes
checking if the compiler understands __attribute__((format(__printf__)))... yes
checking if the compiler understands __attribute__((noreturn))... yes
checking if the compiler understands __attribute__((packed))... yes
checking if the compiler understands __attribute__((unused))... yes
checking if the compiler supports thread-local variables... __thread
checking for static archive extension... a
checking for shared object run-time search path environment variable... LD_LIBRARY_PATH
checking for Gpm_Open in -lgpm... no
configure: system service package not available: libsystemd
configure: WARNING: system service support not available on this platform
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for library containing dlopen... -ldl
checking for iconv.h... (cached) yes
checking whether fork is declared... yes
checking for signal.h... (cached) yes
checking whether SIGCHLD is declared... yes
checking mntent.h usability... yes
checking mntent.h presence... yes
checking for mntent.h... yes
checking for setmntent... yes
checking for addmntent... yes
configure: PCm package not available: alsa
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
configure: MIDI package not available: alsa
checking for sys/soundcard.h... (cached) yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for tcdrain... yes
checking bluetooth/bluetooth.h usability... no
checking bluetooth/bluetooth.h presence... no
checking for bluetooth/bluetooth.h... no
configure: WARNING: Bluetooth I/O support not available on this platform
configure: WARNING: Libbraille package not found: /usr /usr/local /usr/local/Libbraille /usr/local/libbraille /opt/Libbraille /opt/libbraille /mingw /mingw/Libbraille /mingw/libbraille
checking for device directory... /dev
checking for first serial device... ttyS0
configure: WARNING: eSpeak package not found: /usr /usr/local /usr/local/eSpeak /usr/local/espeak /opt/eSpeak /opt/espeak /mingw /mingw/eSpeak /mingw/espeak
configure: WARNING: FestivalLite package not found: /usr /usr/local /usr/local/FestivalLite /usr/local/flite /opt/FestivalLite /opt/flite /mingw /mingw/FestivalLite /mingw/flite
configure: WARNING: Mikropuhe package not found: /usr /usr/local /usr/local/Mikropuhe /usr/local/mikropuhe /opt/Mikropuhe /opt/mikropuhe /mingw /mingw/Mikropuhe /mingw/mikropuhe
configure: WARNING: speech-dispatcher package not found: /usr /usr/local /usr/local/speech-dispatcher /usr/local/speechd /opt/speech-dispatcher /opt/speechd /mingw /mingw/speech-dispatcher /mingw/speechd
configure: WARNING: Swift package not found: /usr /usr/local /usr/local/Swift /usr/local/swift /opt/Swift /opt/swift /mingw /mingw/Swift /mingw/swift
configure: WARNING: Theta package not found: /usr /usr/local /usr/local/Theta /usr/local/theta /opt/Theta /opt/theta /mingw /mingw/Theta /mingw/theta
configure: WARNING: ViaVoice package not found: /usr /usr/local /usr/local/ViaVoice /usr/local/viavoice /opt/ViaVoice /opt/viavoice /mingw /mingw/ViaVoice /mingw/viavoice
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
configure: creating ./config.status
config.status: creating config.mk
config.status: creating brltty.spec
config.status: creating config.sh
config.status: creating Documents/brltty.conf
config.status: creating Documents/brltty.1
config.status: creating Documents/BrlAPIref.doxy
config.status: creating Bindings/Lisp/brlapi.lisp
config.status: creating Bindings/Python/setup.py
config.status: creating Android/Application/res/values/configured.xml
config.status: creating Autostart/Systemd/brltty.service
config.status: creating ./Makefile
config.status: creating Programs/Makefile
config.status: creating Documents/Makefile
config.status: creating Messages/Makefile
config.status: creating Android/Core/Makefile
config.status: creating Android/Application/Makefile
config.status: creating Documents/Manual-BRLTTY/English/Makefile
config.status: creating Documents/Manual-BRLTTY/French/Makefile
config.status: creating Documents/Manual-BrlAPI/English/Makefile
config.status: creating Bindings/Lisp/Makefile
config.status: creating Drivers/Braille/Alva/Makefile
config.status: creating Drivers/Braille/Albatross/Makefile
config.status: creating Drivers/Braille/BrlAPI/Makefile
config.status: creating Drivers/Braille/BrailComm/Makefile
config.status: creating Drivers/Braille/Braudi/Makefile
config.status: creating Drivers/Braille/BrailleLite/Makefile
config.status: creating Drivers/Braille/Baum/Makefile
config.status: creating Drivers/Braille/BrailleNote/Makefile
config.status: creating Drivers/Braille/CombiBraille/Makefile
config.status: creating Drivers/Braille/Cebra/Makefile
config.status: creating Drivers/Braille/EcoBraille/Makefile
config.status: creating Drivers/Braille/EuroBraille/Makefile
config.status: creating Drivers/Braille/FreedomScientific/Makefile
config.status: creating Drivers/Braille/Hedo/Makefile
config.status: creating Drivers/Braille/HIMS/Makefile
config.status: creating Drivers/Braille/HandyTech/Makefile
config.status: creating Drivers/Braille/HumanWare/Makefile
config.status: creating Drivers/Braille/Iris/Makefile
config.status: creating Drivers/Braille/LogText/Makefile
config.status: creating Drivers/Braille/MultiBraille/Makefile
config.status: creating Drivers/Braille/MDV/Makefile
config.status: creating Drivers/Braille/BrailleMemo/Makefile
config.status: creating Drivers/Braille/MiniBraille/Makefile
config.status: creating Drivers/Braille/Metec/Makefile
config.status: creating Drivers/Braille/NinePoint/Makefile
config.status: creating Drivers/Braille/Pegasus/Makefile
config.status: creating Drivers/Braille/Papenmeier/Makefile
config.status: creating Drivers/Braille/Seika/Makefile
config.status: creating Drivers/Braille/TechniBraille/Makefile
config.status: creating Drivers/Braille/TSI/Makefile
config.status: creating Drivers/Braille/TTY/Makefile
config.status: creating Drivers/Braille/VideoBraille/Makefile
config.status: creating Drivers/Braille/Voyager/Makefile
config.status: creating Drivers/Braille/Virtual/Makefile
config.status: creating Drivers/Braille/VisioBraille/Makefile
config.status: creating Drivers/Braille/B2G/Makefile
config.status: creating Drivers/Speech/Alva/Makefile
config.status: creating Drivers/Speech/BrailleLite/Makefile
config.status: creating Drivers/Speech/CombiBraille/Makefile
config.status: creating Drivers/Speech/Festival/Makefile
config.status: creating Drivers/Speech/GenericSay/Makefile
config.status: creating Drivers/Speech/ExternalSpeech/Makefile
config.status: creating Drivers/Screen/Linux/Makefile
config.status: creating Drivers/Screen/Screen/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: creating Programs/brlapi.h
config.status: Programs/brlapi.h is unchanged
config.status: executing item-summary commands
config.status: Options Summary:
   execute-root: 
   install-root: 
   libdir: ${exec_prefix}/lib
   sysconfdir: ${prefix}/etc
   program-directory: ${exec_prefix}/bin
   drivers-directory: ${exec_prefix}/lib/brltty
   writable-directory: ${prefix}/var/run/brltty
   tables-directory: ${prefix}/etc/brltty
   manpage-directory: ${datarootdir}/man
   include-directory: ${prefix}/usr/include/brltty
   gdm-autostart-directory: ${datarootdir}/gdm/greeter/autostart
   init-path: 
   stderr-path: 
   standalone-programs: no
   i18n: yes
   icu: yes
   iconv: yes
   api: yes
   api-parameters: 
   java-bindings: yes
   lisp-bindings: yes
   ocaml-bindings: yes
   python-bindings: yes
   tcl-bindings: yes
   api-socket-path: ${prefix}/var/lib/BrlAPI
   x: yes
   system-package: linux
   contracted-braille: yes
   gpm: yes
   pgmpath-package: linux
   service-package: none
   params-package: linux
   dynld-package: dlfcn
   charset-package: iconv
   hostcmd-package: unix
   mntpt-package: mntent
   mntfs-package: linux
   kbd-package: linux
   bell-package: linux
   leds-package: linux
   beep-package: linux
   pcm-package: oss
   midi-package: oss
   fm-package: adlib
   serial-package: termios
   usb-package: linux
   bluetooth-package: none
   ports-package: glibc
   libbraille-root: 
   external-braille-drivers: al at ba bc bd bl bm bn cb ce ec eu fs hd hm ht hw ir lt mb md mm mn mt np pg pm sk tn ts tt vd vo vr vs bg
   internal-braille-drivers: 
   braille-parameters: 
   braille-device: usb:
   text-table: en-nabcc
   attributes-table: left_right
   speech-support: yes
   espeak-root: 
   flite-root: 
   mikropuhe-root: 
   speechd-root: 
   swift-root: 
   theta-root: 
   viavoice-root: 
   external-speech-drivers: al bl cb fv gs xs
   internal-speech-drivers: 
   speech-parameters: 
   external-screen-drivers: lx sc
   internal-screen-drivers: 
   screen-parameters: 
   screen-driver: lx
   relocatable-install: no
   stripping: yes
config.status: executing build-configure commands
cd Programs && make install
make[1]: Entering directory `/home/vincent/src/brltty/Programs'
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -c ./brltty.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC  -c ./core.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./program.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC  -c ./pgmpath_linux.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC  -c ./service_none.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./pid.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./options.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC  -c ./params_linux.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./log.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./addresses.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./file.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./device.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./parse.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./timing.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./async_handle.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./async_data.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./async_wait.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./async_alarm.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./async_task.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./async_io.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./async_event.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./async_signal.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./thread.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./queue.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC  -c ./dynld_dlfcn.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC  -c ./ports_glibc.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC  -c ./system_linux.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./hostcmd.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC  -c ./hostcmd_unix.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./datafile.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC  -c ./unicode.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./lock.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./charset.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC  -c ./charset_iconv.c
../getrevid -s -f revision_identifier.h -d unknown ../
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./revision.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./report.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./config.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./activity.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./prefs.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./prefs_table.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./profile.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./menu.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./menu_prefs.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./ses.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./status.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./update.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./blink.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./dataarea.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./cmd.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./cmd_brlapi.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./cmd_queue.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC  -c ./cmd_utils.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC  -c ./cmd_custom.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC  -c ./cmd_navigation.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./cmd_input.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./cmd_keycodes.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./cmd_touch.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./cmd_toggle.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./cmd_preferences.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./cmd_clipboard.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./cmd_speech.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./cmd_learn.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./learn.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./cmd_miscellaneous.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./pipe.c
gcc -DFOR_BUILD -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -o tbl2hex.o -c tbl2hex.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./ttb_compile.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./ttb_native.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./atb_compile.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC  -c ./ctb_compile.c
gcc -Wl,-export-dynamic -o tbl2hex tbl2hex.o program.o pgmpath_linux.o service_none.o pid.o options.o params_linux.o log.o addresses.o file.o device.o parse.o timing.o async_handle.o async_data.o async_wait.o async_alarm.o async_task.o async_io.o async_event.o async_signal.o thread.o queue.o dynld_dlfcn.o ports_glibc.o system_linux.o hostcmd.o hostcmd_unix.o datafile.o unicode.o lock.o charset.o charset_iconv.o dataarea.o ttb_compile.o ttb_native.o atb_compile.o ctb_compile.o   -ldl -lpthread 
./tbl2hex -- ../Tables/Text/en-nabcc.ttb >text.auto.h
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./ttb_translate.c
./tbl2hex -- ../Tables/Attributes/left_right.atb >attr.auto.h
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./atb_translate.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC  -c ./ctb_translate.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./ktb_translate.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./ktb_compile.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./ktb_list.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./ktb_cmds.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./ktb_keyboard.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./kbd.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC  -c ./kbd_linux.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./kbd_keycodes.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./bell.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC  -c ./bell_linux.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./leds.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC  -c ./leds_linux.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./alert.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./message.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./tune.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./notes.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./notes_beep.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./beep.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC  -c ./beep_linux.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./notes_pcm.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./pcm.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC  -c ./pcm_oss.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./notes_midi.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./midi.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC  -c ./midi_oss.c
./midi_oss.c: In function ‘setMidiInstrument’:
./midi_oss.c:170:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   SEQ_SET_PATCH(midi->deviceNumber, channel, instrument);
   ^
./midi_oss.c: In function ‘beginMidiBlock’:
./midi_oss.c:177:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   SEQ_START_TIMER();
   ^
./midi_oss.c: In function ‘endMidiBlock’:
./midi_oss.c:184:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   SEQ_STOP_TIMER();
   ^
./midi_oss.c: In function ‘insertMidiWait’:
./midi_oss.c:207:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   SEQ_DELTA_TIME((duration + 9) / 10);
   ^
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./notes_fm.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC  -c ./fm_adlib.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./hidkeys.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./drivers.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./driver.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./scr.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./scr_utils.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./scr_base.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./scr_main.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./scr_real.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./scr_gpm.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./scr_driver.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./routing.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./scr_special.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./scr_frozen.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./scr_help.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./scr_menu.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./brl.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./brl_utils.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./brl_input.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./brl_driver.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./brl_base.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./io_misc.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./gio.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./gio_null.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./gio_serial.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./serial.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC  -c ./serial_termios.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./gio_usb.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./usb.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./usb_hid.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./usb_serial.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./usb_adapters.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./usb_cdc_acm.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./usb_belkin.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./usb_cp2101.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./usb_cp2110.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./usb_ftdi.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC  -c ./usb_linux.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./gio_bluetooth.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./bluetooth.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./bluetooth_names.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC  -c ./bluetooth_none.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./mntpt.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC  -c ./mntpt_mntent.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC  -c ./mntfs_linux.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./spk.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./spk_thread.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./spk_driver.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./spk_base.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./spk_input.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./api_control.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./brlapi_server.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./brlapi_keyranges.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./auth.c
gcc -Wl,-export-dynamic -o brltty brltty.o core.o program.o pgmpath_linux.o service_none.o  pid.o options.o params_linux.o log.o addresses.o file.o device.o parse.o timing.o async_handle.o async_data.o async_wait.o async_alarm.o async_task.o async_io.o async_event.o async_signal.o thread.o queue.o dynld_dlfcn.o ports_glibc.o system_linux.o hostcmd.o hostcmd_unix.o datafile.o unicode.o lock.o charset.o charset_iconv.o revision.o report.o config.o activity.o prefs.o prefs_table.o profile.o menu.o menu_prefs.o ses.o status.o update.o blink.o dataarea.o cmd.o cmd_brlapi.o cmd_queue.o cmd_utils.o cmd_custom.o cmd_navigation.o cmd_input.o cmd_keycodes.o cmd_touch.o cmd_toggle.o cmd_preferences.o cmd_clipboard.o cmd_speech.o cmd_learn.o learn.o cmd_miscellaneous.o pipe.o ttb_translate.o ttb_compile.o ttb_native.o atb_translate.o atb_compile.o ctb_compile.o ctb_translate.o ktb_translate.o ktb_compile.o ktb_list.o ktb_cmds.o ktb_keyboard.o kbd.o kbd_linux.o kbd_keycodes.o bell.o bell_linux.o leds.o leds_linux.o alert.o message.o tune.o notes.o notes_beep.o beep.o beep_linux.o notes_pcm.o pcm.o pcm_oss.o notes_midi.o midi.o midi_oss.o notes_fm.o fm_adlib.o hidkeys.o drivers.o driver.o scr.o scr_utils.o scr_base.o scr_main.o scr_real.o scr_gpm.o scr_driver.o routing.o  scr_special.o scr_frozen.o scr_help.o scr_menu.o brl.o brl_utils.o brl_input.o brl_driver.o brl_base.o  io_misc.o gio.o gio_null.o gio_serial.o serial.o serial_termios.o gio_usb.o usb.o usb_hid.o usb_serial.o usb_adapters.o usb_cdc_acm.o usb_belkin.o usb_cp2101.o usb_cp2110.o usb_ftdi.o usb_linux.o gio_bluetooth.o bluetooth.o bluetooth_names.o bluetooth_none.o mntpt.o mntpt_mntent.o mntfs_linux.o spk.o spk_thread.o spk_driver.o spk_base.o  spk_input.o api_control.o brlapi_server.o brlapi_keyranges.o auth.o          -ldl -lpthread 
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -c ./brltty-trtxt.c
gcc -Wl,-export-dynamic -o brltty-trtxt brltty-trtxt.o program.o pgmpath_linux.o service_none.o  pid.o options.o params_linux.o log.o addresses.o file.o device.o parse.o timing.o async_handle.o async_data.o async_wait.o async_alarm.o async_task.o async_io.o async_event.o async_signal.o thread.o queue.o dynld_dlfcn.o ports_glibc.o system_linux.o hostcmd.o hostcmd_unix.o datafile.o unicode.o lock.o charset.o charset_iconv.o ttb_translate.o ttb_compile.o ttb_native.o dataarea.o   -ldl -lpthread 
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall  -c ./brltty-ttb.c
./brltty-ttb.c: In function ‘showUndefinedCharacters’:
./brltty-ttb.c:117:13: warning: format not a string literal and no format arguments [-Wformat-security]
             logMessage(LOG_WARNING, buffer);
             ^
In file included from ./brltty-ttb.c:1052:0:
../Headers/get_curses.h: At top level:
../Headers/get_curses.h:54:2: warning: #warning curses package either unspecified or unsupported [-Wcpp]
 #warning curses package either unspecified or unsupported
  ^
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./ttb_gnome.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./ttb_louis.c
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -fPIC -c ./brlapi_client.c
gcc -shared -Wl,-soname,libbrlapi.so.0.6 -o libbrlapi.so brlapi_client.o -lpthread 
ar rc libbrlapi.a brlapi_client.o
/usr/bin/ranlib libbrlapi.a
gcc -Wl,-export-dynamic -o brltty-ttb brltty-ttb.o program.o pgmpath_linux.o service_none.o  pid.o options.o params_linux.o log.o addresses.o file.o device.o parse.o timing.o async_handle.o async_data.o async_wait.o async_alarm.o async_task.o async_io.o async_event.o async_signal.o thread.o queue.o dynld_dlfcn.o ports_glibc.o system_linux.o hostcmd.o hostcmd_unix.o datafile.o unicode.o lock.o charset.o charset_iconv.o dataarea.o ttb_translate.o ttb_compile.o ttb_native.o ttb_gnome.o ttb_louis.o -L./../Programs -lbrlapi    -ldl -lpthread 
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -c ./brltty-atb.c
gcc -Wl,-export-dynamic -o brltty-atb brltty-atb.o program.o pgmpath_linux.o service_none.o  pid.o options.o params_linux.o log.o addresses.o file.o device.o parse.o timing.o async_handle.o async_data.o async_wait.o async_alarm.o async_task.o async_io.o async_event.o async_signal.o thread.o queue.o dynld_dlfcn.o ports_glibc.o system_linux.o hostcmd.o hostcmd_unix.o datafile.o unicode.o lock.o charset.o charset_iconv.o atb_translate.o atb_compile.o dataarea.o   -ldl -lpthread 
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -c ./brltty-ctb.c
gcc -Wl,-export-dynamic -o brltty-ctb brltty-ctb.o program.o pgmpath_linux.o service_none.o  pid.o options.o params_linux.o log.o addresses.o file.o device.o parse.o timing.o async_handle.o async_data.o async_wait.o async_alarm.o async_task.o async_io.o async_event.o async_signal.o thread.o queue.o dynld_dlfcn.o ports_glibc.o system_linux.o hostcmd.o hostcmd_unix.o datafile.o unicode.o lock.o charset.o charset_iconv.o prefs.o prefs_table.o dataarea.o ttb_translate.o ttb_compile.o ttb_native.o ctb_compile.o ctb_translate.o   -ldl -lpthread 
/usr/bin/install -c -d /bin
test -z "/var/run/brltty" || /usr/bin/install -c -d /var/run/brltty
/usr/bin/install: cannot create directory ‘/var/run/brltty’: File exists
make[1]: *** [install-writable-directory] Error 1
make[1]: Leaving directory `/home/vincent/src/brltty/Programs'
make: *** [install] Error 2


More information about the BRLTTY mailing list