[BRLTTY] FW: Trouble building Stand Alone Program on RHEL 6.3 32 bit

Rimkus, Robert (N-UNITED SPACE ALLIANCE, LLC) robert.rimkus at lmco.com
Thu Sep 27 10:40:44 EDT 2012


I am trying again.

Hope I did not say something foolish.

Thx

bob

From: Rimkus, Robert (N-UNITED SPACE ALLIANCE, LLC)
Sent: Wednesday, September 26, 2012 11:58 AM
To: 'brltty at mielke.cc'
Subject: Trouble building Stand Alone Program on RHEL 6.3 32 bit

Please see the contents of my configuration output and build output.

I have pth.i686.rpm installed.  It seems to have problems with pthreads.

If you want to skip to the output of the build then search for xxx and the output will follow.

What do I need to do to build a statically linked brltty?

TIA



Output Of Configuration

checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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... -lsupc++
checking if the C compiler can compile C++... yes
checking whether we are using the GNU C++ compiler... yes
checking whether gcc accepts -g... yes
checking for ld... ld
checking for ranlib... ranlib
checking for gawk... gawk
checking whether ln -s works... yes
checking for linkage editor program creation flags... -export-dynamic
checking for static linkage flag... -static
checking for a BSD-compatible install... /usr/bin/install -c
checking for doxygen... /usr/bin/doxygen
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... no
checking for library containing inet_ntoa... no
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... no
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... no
checking for icu-config... no
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... no
no
checking which curses package to use... checking ncursesw/ncurses.h usability... yes
checking ncursesw/ncurses.h presence... yes
checking for ncursesw/ncurses.h... yes
checking for main in -lncursesw... no
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking for main in -lncurses... no
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking for main in -lcurses... no

checking X11/keysym.h usability... yes
checking X11/keysym.h presence... yes
checking for X11/keysym.h... yes
checking X11/extensions/XTest.h usability... yes
checking X11/extensions/XTest.h presence... yes
checking for X11/extensions/XTest.h... yes
checking X11/extensions/XKB.h usability... yes
checking X11/extensions/XKB.h presence... yes
checking for X11/extensions/XKB.h... yes
checking which gui toolkit package to use... checking X11/Xaw/Form.h usability... yes
checking X11/Xaw/Form.h presence... yes
checking for X11/Xaw/Form.h... yes
checking X11/Xaw/Paned.h usability... yes
checking X11/Xaw/Paned.h presence... yes
checking for X11/Xaw/Paned.h... yes
checking X11/Xaw/Label.h usability... yes
checking X11/Xaw/Label.h presence... yes
checking for X11/Xaw/Label.h... yes
checking X11/Xaw/Command.h usability... yes
checking X11/Xaw/Command.h presence... yes
checking for X11/Xaw/Command.h... yes
checking X11/Xaw/Repeater.h usability... yes
checking X11/Xaw/Repeater.h presence... yes
checking for X11/Xaw/Repeater.h... yes
checking for main in -lXaw... no
checking X11/Xaw3d/Form.h usability... no
checking X11/Xaw3d/Form.h presence... no
checking for X11/Xaw3d/Form.h... no
checking X11/neXtaw/Form.h usability... no
checking X11/neXtaw/Form.h presence... no
checking for X11/neXtaw/Form.h... no
checking X11/XawPlus/Form.h usability... no
checking X11/XawPlus/Form.h presence... no
checking for X11/XawPlus/Form.h... no
checking Xm/Xm.h usability... yes
checking Xm/Xm.h presence... yes
checking for Xm/Xm.h... yes
checking Xm/Form.h usability... yes
checking Xm/Form.h presence... yes
checking for Xm/Form.h... yes
checking Xm/PanedW.h usability... yes
checking Xm/PanedW.h presence... yes
checking for Xm/PanedW.h... yes
checking Xm/Label.h usability... yes
checking Xm/Label.h presence... yes
checking for Xm/Label.h... yes
checking Xm/PushB.h usability... yes
checking Xm/PushB.h presence... yes
checking for Xm/PushB.h... yes
checking for main in -lXm... no

checking for time... no
checking for gettimeofday... no
checking for nanosleep... no
checking whether clock_gettime is declared... yes
checking for library containing clock_gettime... no
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... no
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for sigaction... no
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 sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.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 linux/vt.h usability... yes
checking linux/vt.h presence... yes
checking for linux/vt.h... yes
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... no
checking for hstrerror... no
checking for realpath... no
checking for vsyslog... no
checking for pause... no
checking for fchdir... no
checking for fchmod... no
checking for shmget... no
checking for shm_open... no
checking for getpeereid... no
checking for getpeerucred... no
checking for getzoneid... no
checking for mempcpy... no
checking for wmempcpy... no
checking for gai_strerror... no
checking for getaddrinfo... no
checking for getnameinfo... no
checking size of key_t... 0
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 for system-dependent compilation flags... -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE
checking for c compiler shared object flags... -fPIC
checking for c++ compiler shared object flags... -fPIC
checking for static archive extension... a
checking for shared object run-time search path environment variable... LD_LIBRARY_PATH
checking alsa/asoundlib.h usability... yes
checking alsa/asoundlib.h presence... yes
checking for alsa/asoundlib.h... yes
checking linux/soundcard.h usability... yes
checking linux/soundcard.h presence... yes
checking for linux/soundcard.h... yes
checking for Gpm_Open in -lgpm... no
checking for library containing dlopen... no
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for tcdrain... no
checking bluetooth/bluetooth.h usability... no
checking bluetooth/bluetooth.h presence... no
checking for bluetooth/bluetooth.h... no
configure: WARNING: Bluetooth support not available on this platform
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... no
configure: mount package not available: mntent
checking sys/mnttab.h usability... no
checking sys/mnttab.h presence... no
checking for sys/mnttab.h... no
configure: mount package not available: mnttab
configure: WARNING: mount 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
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
configure: WARNING: FestivalLite package not found: /usr /usr/local /usr/local/FestivalLite /usr/local/flite /opt/FestivalLite /opt/flite
configure: WARNING: Mikropuhe package not found: /usr /usr/local /usr/local/Mikropuhe /usr/local/mikropuhe /opt/Mikropuhe /opt/mikropuhe
configure: WARNING: speech-dispatcher package not found: /usr /usr/local /usr/local/speech-dispatcher /usr/local/speechd /opt/speech-dispatcher /opt/speechd
configure: WARNING: Swift package not found: /usr /usr/local /usr/local/Swift /usr/local/swift /opt/Swift /opt/swift
configure: WARNING: Theta package not found: /usr /usr/local /usr/local/Theta /usr/local/theta /opt/Theta /opt/theta
configure: WARNING: ViaVoice package not found: /usr /usr/local /usr/local/ViaVoice /usr/local/viavoice /opt/ViaVoice /opt/viavoice
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking for X11/keysym.h... (cached) yes
configure: creating ./config.status
config.status: creating config.mk
config.status: creating brltty.spec
config.status: creating Programs/brltty-config
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 ./Makefile
config.status: creating Programs/Makefile
config.status: creating Documents/Makefile
config.status: creating Messages/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 Drivers/Braille/Alva/Makefile
config.status: creating Drivers/Braille/Albatross/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/EcoBraille/Makefile
config.status: creating Drivers/Braille/EuroBraille/Makefile
config.status: creating Drivers/Braille/FreedomScientific/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/IrisLinux/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/MiniBraille/Makefile
config.status: creating Drivers/Braille/Metec/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/NinePoint/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/ExternalSpeech/Makefile
config.status: creating Drivers/Speech/Festival/Makefile
config.status: creating Drivers/Speech/GenericSay/Makefile
config.status: creating Drivers/Screen/Linux/Makefile
config.status: creating Drivers/Screen/Screen/Makefile
config.status: creating Drivers/Screen/AtSpi2/Makefile
config.status: creating config.h
config.status: creating Programs/brlapi.h
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
   init-path:
   stderr-path:
   standalone-programs: yes
   i18n: yes
   icu: yes
   iconv: yes
   api: yes
   x: yes
   learn-mode: yes
   contracted-braille: yes
   beeper-support: yes
   pcm-support: yes
   midi-support: yes
   fm-support: yes
   gpm: yes
   serial-package: termios
   usb-package: linux
   bluetooth-package: none
   charset-package: iconv
   hostcmd-package: unix
   mount-package: none
   libbraille-root:
   internal-braille-drivers:
   braille-parameters:
   braille-device: usb:
   text-table: en-nabcc
   attributes-table: attributes
   speech-support: yes
   espeak-root:
   flite-root:
   mikropuhe-root:
   speechd-root:
   swift-root:
   theta-root:
   viavoice-root:
   internal-speech-drivers:
   speech-parameters:
   internal-screen-drivers:
   screen-parameters:
   screen-driver: lx
   relocatable-install: no
   stripping: yes
config.status: executing build-configure commands



xxx


Output of make


cd Programs && make all

make[1]: Entering directory `/home/rimkus/brltty/brltty-4.4/Programs'

gawk -f ./brldefs.awk -f ./brlapi_constants.awk ./brldefs.h >brlapi_constants.h

gcc -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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 ./main.c

In file included from ./main.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from ./main.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from ./main.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from ./main.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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 ./brltty.c

In file included from ./brltty.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from ./brltty.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from ./brltty.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from ./brltty.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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

In file included from ./program.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from ./program.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from ./program.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from ./program.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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

In file included from ./pid.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from ./pid.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from ./pid.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from ./pid.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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

In file included from ./options.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from ./options.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from ./options.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from ./options.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

./options.c: In function 'processCommandLine':

./options.c:272: warning: 'resetLetter' may be used uninitialized in this function

gcc -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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

In file included from ./log.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from ./log.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from ./log.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from ./log.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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

In file included from ./file.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from ./file.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from ./file.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from ./file.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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

In file included from ./device.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from ./device.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from ./device.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from ./device.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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

In file included from ./parse.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from ./parse.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from ./parse.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from ./parse.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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

In file included from ./timing.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from ./timing.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from ./timing.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from ./timing.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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

In file included from ./io_misc.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from ./io_misc.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from ./io_misc.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from ./io_misc.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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 ./sys_linux.c

In file included from ./sys_linux.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from ./sys_linux.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from ./sys_linux.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from ./sys_linux.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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

In file included from ./config.c:23:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from ./config.c:23:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from ./config.c:23:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from ./config.c:23:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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

In file included from ./prefs.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from ./prefs.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from ./prefs.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from ./prefs.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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

In file included from ./prefs_table.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from ./prefs_table.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from ./prefs_table.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from ./prefs_table.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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

In file included from ./menu.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from ./menu.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from ./menu.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from ./menu.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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

In file included from ./ses.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from ./ses.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from ./ses.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from ./ses.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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

In file included from ./status.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from ./status.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from ./status.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from ./status.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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 ./clipboard.c

In file included from ./clipboard.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from ./clipboard.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from ./clipboard.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from ./clipboard.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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 ./touch.c

In file included from ./touch.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from ./touch.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from ./touch.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from ./touch.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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.c

In file included from ./async.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from ./async.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from ./async.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from ./async.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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

In file included from ./charset.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from ./charset.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from ./charset.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from ./charset.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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

In file included from ./charset_iconv.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from ./charset_iconv.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from ./charset_iconv.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from ./charset_iconv.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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

In file included from ./dataarea.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from ./dataarea.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from ./dataarea.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from ./dataarea.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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

In file included from ./datafile.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from ./datafile.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from ./datafile.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from ./datafile.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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

In file included from ./hostcmd.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from ./hostcmd.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from ./hostcmd.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from ./hostcmd.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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

In file included from ./hostcmd_unix.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from ./hostcmd_unix.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from ./hostcmd_unix.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from ./hostcmd_unix.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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

In file included from ./lock.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from ./lock.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from ./lock.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from ./lock.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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 ./mount.c

In file included from ./mount.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from ./mount.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from ./mount.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from ./mount.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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 ./mount_none.c

In file included from ./mount_none.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from ./mount_none.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from ./mount_none.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from ./mount_none.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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

In file included from ./queue.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from ./queue.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from ./queue.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from ./queue.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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

In file included from ./unicode.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from ./unicode.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from ./unicode.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from ./unicode.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gawk -f ./brldefs.awk -f ./cmds.awk ./brldefs.h >cmds.auto.h

gcc -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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

In file included from ./cmd.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from ./cmd.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from ./cmd.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from ./cmd.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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 ./scancodes.c

In file included from ./scancodes.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from ./scancodes.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from ./scancodes.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from ./scancodes.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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

In file included from ./ttb_compile.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from ./ttb_compile.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from ./ttb_compile.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from ./ttb_compile.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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

In file included from ./ttb_native.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from ./ttb_native.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from ./ttb_native.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from ./ttb_native.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -DFOR_BUILD -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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.build.o -c tbl2hex.c

In file included from tbl2hex.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from tbl2hex.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from tbl2hex.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from tbl2hex.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -DFOR_BUILD -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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 program.build.o -c program.c

In file included from program.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from program.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from program.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                from ./../prologue.h:284,

                 from program.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -DFOR_BUILD -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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 pid.build.o -c pid.c

In file included from pid.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from pid.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from pid.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from pid.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -DFOR_BUILD -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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 options.build.o -c options.c

In file included from options.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from options.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from options.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from options.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

options.c: In function 'processCommandLine':

options.c:272: warning: 'resetLetter' may be used uninitialized in this function

gcc -DFOR_BUILD -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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 log.build.o -c log.c

In file included from log.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from log.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from log.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from log.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -DFOR_BUILD -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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 file.build.o -c file.c

In file included from file.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from file.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from file.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from file.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -DFOR_BUILD -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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 device.build.o -c device.c

In file included from device.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from device.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from device.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from device.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -DFOR_BUILD -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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 parse.build.o -c parse.c

In file included from parse.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from parse.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from parse.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from parse.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -DFOR_BUILD -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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 timing.build.o -c timing.c

In file included from timing.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from timing.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from timing.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from timing.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -DFOR_BUILD -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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 io_misc.build.o -c io_misc.c

In file included from io_misc.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from io_misc.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from io_misc.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from io_misc.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -DFOR_BUILD -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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 sys_linux.build.o -c sys_linux.c

In file included from sys_linux.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from sys_linux.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from sys_linux.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from sys_linux.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -DFOR_BUILD -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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 charset.build.o -c charset.c

In file included from charset.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from charset.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from charset.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from charset.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -DFOR_BUILD -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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 charset_none.build.o -c charset_none.c

In file included from charset_none.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from charset_none.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from charset_none.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from charset_none.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -DFOR_BUILD -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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 dataarea.build.o -c dataarea.c

In file included from dataarea.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from dataarea.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from dataarea.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from dataarea.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -DFOR_BUILD -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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 datafile.build.o -c datafile.c

In file included from datafile.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from datafile.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from datafile.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from datafile.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -DFOR_BUILD -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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 hostcmd.build.o -c hostcmd.c

In file included from hostcmd.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from hostcmd.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from hostcmd.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from hostcmd.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -DFOR_BUILD -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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 hostcmd_none.build.o -c hostcmd_none.c

In file included from hostcmd_none.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from hostcmd_none.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from hostcmd_none.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from hostcmd_none.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -DFOR_BUILD -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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 lock.build.o -c lock.c

In file included from lock.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from lock.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from lock.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from lock.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -DFOR_BUILD -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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 queue.build.o -c queue.c

In file included from queue.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from queue.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from queue.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from queue.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -DFOR_BUILD -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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 ttb_compile.build.o -c ttb_compile.c

In file included from ttb_compile.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from ttb_compile.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from ttb_compile.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from ttb_compile.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -DFOR_BUILD -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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 ttb_native.build.o -c ttb_native.c

In file included from ttb_native.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from ttb_native.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from ttb_native.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from ttb_native.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -DFOR_BUILD -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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 atb_compile.build.o -c atb_compile.c

In file included from atb_compile.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from atb_compile.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from atb_compile.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from atb_compile.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -DFOR_BUILD -I. -I. -I./../Programs -I../Programs -I./.. -I..   -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 ctb_compile.build.o -c ctb_compile.c

In file included from ctb_compile.c:19:

./../prologue.h:289:1: warning: "WCHAR_MAX" redefined

In file included from /usr/include/inttypes.h:28,

                 from ./../prologue.h:209,

                 from ctb_compile.c:19:

/usr/include/stdint.h:275:1: warning: this is the location of the previous definition

In file included from ctb_compile.c:19:

./../prologue.h:389:1: warning: "mempcpy" redefined

In file included from /usr/include/string.h:637,

                 from ./../prologue.h:284,

                 from ctb_compile.c:19:

/usr/include/bits/string2.h:223:1: warning: this is the location of the previous definition

gcc -o tbl2hex tbl2hex.build.o program.build.o pid.build.o options.build.o log.build.o file.build.o device.build.o parse.build.o timing.build.o io_misc.build.o sys_linux.build.o charset.build.o charset_none.build.o dataarea.build.o datafile.build.o hostcmd.build.o hostcmd_none.build.o lock.build.o queue.build.o ttb_compile.build.o ttb_native.build.o atb_compile.build.o ctb_compile.build.o  -lsupc++

sys_linux.build.o: In function `openPcmDevice':

/home/rimkus/brltty/brltty-4.4/Programs/sys_pcm_alsa.h:164: undefined reference to `loadSharedObject'

/home/rimkus/brltty/brltty-4.4/Programs/sys_pcm_alsa.h:169: undefined reference to `findSharedSymbol'

/home/rimkus/brltty/brltty-4.4/Programs/sys_pcm_alsa.h:170: undefined reference to `findSharedSymbol'

/home/rimkus/brltty/brltty-4.4/Programs/sys_pcm_alsa.h:171: undefined reference to `findSharedSymbol'

/home/rimkus/brltty/brltty-4.4/Programs/sys_pcm_alsa.h:172: undefined reference to `findSharedSymbol'

/home/rimkus/brltty/brltty-4.4/Programs/sys_pcm_alsa.h:173: undefined reference to `findSharedSymbol'

sys_linux.build.o:/home/rimkus/brltty/brltty-4.4/Programs/sys_pcm_alsa.h:174: more undefined references to `findSharedSymbol' follow

sys_linux.build.o: In function `openMidiDevice':

/home/rimkus/brltty/brltty-4.4/Programs/sys_midi_alsa.h:248: undefined reference to `loadSharedObject'

/home/rimkus/brltty/brltty-4.4/Programs/sys_midi_alsa.h:253: undefined reference to `findSharedSymbol'

/home/rimkus/brltty/brltty-4.4/Programs/sys_midi_alsa.h:254: undefined reference to `findSharedSymbol'

/home/rimkus/brltty/brltty-4.4/Programs/sys_midi_alsa.h:255: undefined reference to `findSharedSymbol'

/home/rimkus/brltty/brltty-4.4/Programs/sys_midi_alsa.h:256: undefined reference to `findSharedSymbol'

/home/rimkus/brltty/brltty-4.4/Programs/sys_midi_alsa.h:257: undefined reference to `findSharedSymbol'

sys_linux.build.o:/home/rimkus/brltty/brltty-4.4/Programs/sys_midi_alsa.h:258: more undefined references to `findSharedSymbol' follow

lock.build.o: In function `obtainLock':

/home/rimkus/brltty/brltty-4.4/Programs/lock.c:70: undefined reference to `pthread_rwlock_trywrlock'

/home/rimkus/brltty/brltty-4.4/Programs/lock.c:74: undefined reference to `pthread_rwlock_rdlock'

/home/rimkus/brltty/brltty-4.4/Programs/lock.c:71: undefined reference to `pthread_rwlock_wrlock'

/home/rimkus/brltty/brltty-4.4/Programs/lock.c:73: undefined reference to `pthread_rwlock_tryrdlock'

lock.build.o: In function `freeLockDescriptor':

/home/rimkus/brltty/brltty-4.4/Programs/lock.c:63: undefined reference to `pthread_rwlock_destroy'

lock.build.o: In function `newLockDescriptor':

/home/rimkus/brltty/brltty-4.4/Programs/lock.c:51: undefined reference to `pthread_rwlock_init'

lock.build.o: In function `releaseLock':

/home/rimkus/brltty/brltty-4.4/Programs/lock.c:81: undefined reference to `pthread_rwlock_unlock'

collect2: ld returned 1 exit status

make[1]: *** [tbl2hex] Error 1

make[1]: Leaving directory `/home/rimkus/brltty/brltty-4.4/Programs'

make: *** [all] Error 2





-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mielke.cc/pipermail/brltty/attachments/20120927/7f6323b6/attachment-0001.html>


More information about the BRLTTY mailing list