[BRLTTY] convertCharToWchar and reverse not found

Raoul MXgXlas rmgls at wanadoo.fr
Wed Feb 21 08:50:37 EST 2007


Hi,

> - FreeBSD holds iconv.h in /usr/include/sys/ (i missed that, and don't cheked config.log!!! !!!)
> 

> Ah.  I only tried on Darwin, which has full support for iconv.
> It's odd that FreeBSD doesn't have iconv_t and such in <iconv.h>: SUSv3
> requires them.

>> your patch apply quit well here but does not solve all the problem.

>> Are you talking about the warnings concerning printing key_t?  I guess
>> the only way to do it is to cast the values into unsigned long long and
>> use %llu.

no, i am not yet there. BRLTTY does not compile, and have some other problems
to solve before.

hope i give a sufficient doc.

		1. configure problem.
even with --includedir=/usr/local/include --libdir=/usr/local/lib
configure do not find iconv.h and undef it in conf.h.

this very bad hack works:
cp /usr/local/include/iconv.h /usr/include/
	./configure
iconv.h is defined in config.h.

I investigated a little bit more. in fact, usr/include/sys/iconv.h is the first one found;
it is the same as /usr/src/sys/sys/iconv.h from the src tree.
but /usr/local/include/iconv.h exist but is not detected for this reason.
it comes from the ports collection.

======

now the result of ./configure (without modification).


		config.log

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by brltty configure 3.8dev, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ .//configure --prefix=/usr/local --exec-prefix=/usr/local/ --with-screen-driver=sc --enable-standalone-programs --with-braille-driver=bm --with-text-table=text.myfr.tbl

## --------- ##
## Platform. ##
## --------- ##

uname -m = i386
uname -r = 7.0-CURRENT
uname -s = FreeBSD
uname -v = FreeBSD 7.0-CURRENT #1: Sun Feb 18 17:32:19 CET 2007     rmgls at port.private.music:/usr/src/sys/i386/compile/no_sio_no_uart 

/usr/bin/uname -p = i386
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/games
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/X11R6/bin
PATH: /root/bin
PATH: ./


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1573: checking build system type
configure:1591: result: i386-unknown-freebsd7.0
configure:1599: checking host system type
configure:1613: result: i386-unknown-freebsd7.0
configure:1621: checking target system type
configure:1635: result: i386-unknown-freebsd7.0
configure:1878: checking for gawk
configure:1907: result: no
configure:1878: checking for mawk
configure:1907: result: no
configure:1878: checking for nawk
configure:1894: found /usr/bin/nawk
configure:1904: result: nawk
configure:2045: checking whether make sets $(MAKE)
configure:2065: result: yes
configure:2121: checking for gcc
configure:2137: found /usr/bin/gcc
configure:2147: result: gcc
configure:2391: checking for C compiler version
configure:2394: gcc --version </dev/null >&5
gcc (GCC) 3.4.6 [FreeBSD] 20060825
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2397: $? = 0
configure:2399: gcc -v </dev/null >&5
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.4.6 [FreeBSD] 20060825
configure:2402: $? = 0
configure:2404: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2407: $? = 1
configure:2430: checking for C compiler default output file name
configure:2433: gcc    conftest.c  >&5
configure:2436: $? = 0
configure:2482: result: a.out
configure:2487: checking whether the C compiler works
configure:2493: ./a.out
configure:2496: $? = 0
configure:2513: result: yes
configure:2520: checking whether we are cross compiling
configure:2522: result: no
configure:2525: checking for suffix of executables
configure:2527: gcc -o conftest    conftest.c  >&5
configure:2530: $? = 0
configure:2555: result: 
configure:2561: checking for suffix of object files
configure:2582: gcc -c   conftest.c >&5
configure:2585: $? = 0
configure:2607: result: o
configure:2611: checking whether we are using the GNU C compiler
configure:2635: gcc -c   conftest.c >&5
configure:2641: $? = 0
configure:2645: test -z 
			 || test ! -s conftest.err
configure:2648: $? = 0
configure:2651: test -s conftest.o
configure:2654: $? = 0
configure:2667: result: yes
configure:2673: checking whether gcc accepts -g
configure:2694: gcc -c -g  conftest.c >&5
configure:2700: $? = 0
configure:2704: test -z 
			 || test ! -s conftest.err
configure:2707: $? = 0
configure:2710: test -s conftest.o
configure:2713: $? = 0
configure:2724: result: yes
configure:2741: checking for gcc option to accept ANSI C
configure:2811: gcc  -c -g -O2  conftest.c >&5
configure:2817: $? = 0
configure:2821: test -z 
			 || test ! -s conftest.err
configure:2824: $? = 0
configure:2827: test -s conftest.o
configure:2830: $? = 0
configure:2848: result: none needed
configure:2866: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2872: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3010: checking for library containing __cxa_pure_virtual
configure:3040: gcc -o conftest -g -O2   conftest.c  >&5
/var/tmp//ccECMwDS.o(.text+0xd): In function `main':
brltty/conftest.c:30: undefined reference to `__cxa_pure_virtual'
configure:3046: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.8dev"
| #define PACKAGE_STRING "brltty 3.8dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.0"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 0
| #define PACKAGE_TITLE "BRLTTY"
| #define CONFIGURATION_FILE "brltty.conf"
| #define DATA_DIRECTORY "/usr/local/etc/brltty"
| #define LIBRARY_DIRECTORY "/usr/local//lib/brltty"
| #define CONFIGURATION_DIRECTORY "/usr/local/etc"
| #define BRLAPI_ETCDIR "/usr/local/etc"
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char __cxa_pure_virtual ();
| int
| main ()
| {
| __cxa_pure_virtual ();
|   ;
|   return 0;
| }
configure:3095: gcc -o conftest -g -O2   conftest.c -lsupc++   >&5
configure:3101: $? = 0
configure:3105: test -z 
			 || test ! -s conftest.err
configure:3108: $? = 0
configure:3111: test -s conftest
configure:3114: $? = 0
configure:3129: result: -lsupc++
configure:3136: checking if the C compiler can compile C++
configure:3159: gcc -o conftest -g -O2   conftest.cc -lsupc++  >&5
configure:3165: $? = 0
configure:3169: test -z 
			 || test ! -s conftest.err
configure:3172: $? = 0
configure:3175: test -s conftest
configure:3178: $? = 0
configure:3191: result: yes
configure:3290: checking for C++ compiler version
configure:3293: gcc --version </dev/null >&5
gcc (GCC) 3.4.6 [FreeBSD] 20060825
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3296: $? = 0
configure:3298: gcc -v </dev/null >&5
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.4.6 [FreeBSD] 20060825
configure:3301: $? = 0
configure:3303: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:3306: $? = 1
configure:3309: checking whether we are using the GNU C++ compiler
configure:3333: gcc -c   conftest.cc >&5
configure:3339: $? = 0
configure:3343: test -z 
			 || test ! -s conftest.err
configure:3346: $? = 0
configure:3349: test -s conftest.o
configure:3352: $? = 0
configure:3365: result: yes
configure:3371: checking whether gcc accepts -g
configure:3392: gcc -c -g  conftest.cc >&5
configure:3398: $? = 0
configure:3402: test -z 
			 || test ! -s conftest.err
configure:3405: $? = 0
configure:3408: test -s conftest.o
configure:3411: $? = 0
configure:3422: result: yes
configure:3464: gcc -c -g -O2  conftest.cc >&5
configure:3470: $? = 0
configure:3474: test -z 
			 || test ! -s conftest.err
configure:3477: $? = 0
configure:3480: test -s conftest.o
configure:3483: $? = 0
configure:3509: gcc -c -g -O2  conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:23: error: `exit' was not declared in this scope
configure:3515: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.8dev"
| #define PACKAGE_STRING "brltty 3.8dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.0"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 0
| #define PACKAGE_TITLE "BRLTTY"
| #define CONFIGURATION_FILE "brltty.conf"
| #define DATA_DIRECTORY "/usr/local/etc/brltty"
| #define LIBRARY_DIRECTORY "/usr/local//lib/brltty"
| #define CONFIGURATION_DIRECTORY "/usr/local/etc"
| #define BRLAPI_ETCDIR "/usr/local/etc"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:3464: gcc -c -g -O2  conftest.cc >&5
configure:3470: $? = 0
configure:3474: test -z 
			 || test ! -s conftest.err
configure:3477: $? = 0
configure:3480: test -s conftest.o
configure:3483: $? = 0
configure:3509: gcc -c -g -O2  conftest.cc >&5
configure:3515: $? = 0
configure:3519: test -z 
			 || test ! -s conftest.err
configure:3522: $? = 0
configure:3525: test -s conftest.o
configure:3528: $? = 0
configure:3572: checking for ld
configure:3588: found /usr/bin/ld
configure:3598: result: ld
configure:3650: checking for ranlib
configure:3666: found /usr/bin/ranlib
configure:3677: result: ranlib
configure:3693: checking for bison
configure:3722: result: no
configure:3693: checking for byacc
configure:3709: found /usr/bin/byacc
configure:3719: result: byacc
configure:3734: checking for gawk
configure:3760: result: nawk
configure:3770: checking whether ln -s works
configure:3774: result: yes
configure:3795: checking for a BSD-compatible install
configure:3850: result: /usr/bin/install -c
configure:3877: checking for make relocatable object command
configure:3889: result: $(LD) -r -o
configure:3894: checking for loadable module creation command
configure:3941: result: $(CC) -shared  -o
configure:3946: checking for dynamic library creation command
configure:4001: result: $(CC) -shared -Wl,-soname,<name> -o
configure:4006: checking for configure shared object directory command
configure:4021: result: :
configure:4283: checking for library containing socket
configure:4313: gcc -Wall -o conftest -g -O2   conftest.c -lsupc++  >&5
configure:4319: $? = 0
configure:4323: test -z 
			 || test ! -s conftest.err
configure:4326: $? = 0
configure:4329: test -s conftest
configure:4332: $? = 0
configure:4402: result: none required
configure:4409: checking for library containing inet_ntoa
configure:4439: gcc -Wall -o conftest -g -O2   conftest.c -lsupc++  >&5
configure:4445: $? = 0
configure:4449: test -z 
			 || test ! -s conftest.err
configure:4452: $? = 0
configure:4455: test -s conftest
configure:4458: $? = 0
configure:4528: result: none required
configure:4543: checking how to run the C preprocessor
configure:4578: gcc -Wall -E  conftest.c
configure:4584: $? = 0
configure:4616: gcc -Wall -E  conftest.c
conftest.c:22:28: ac_nonexistent.h: No such file or directory
configure:4622: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.8dev"
| #define PACKAGE_STRING "brltty 3.8dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.0"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 0
| #define PACKAGE_TITLE "BRLTTY"
| #define CONFIGURATION_FILE "brltty.conf"
| #define DATA_DIRECTORY "/usr/local/etc/brltty"
| #define LIBRARY_DIRECTORY "/usr/local//lib/brltty"
| #define CONFIGURATION_DIRECTORY "/usr/local/etc"
| #define BRLAPI_ETCDIR "/usr/local/etc"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4661: result: gcc -Wall -E
configure:4685: gcc -Wall -E  conftest.c
configure:4691: $? = 0
configure:4723: gcc -Wall -E  conftest.c
conftest.c:22:28: ac_nonexistent.h: No such file or directory
configure:4729: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.8dev"
| #define PACKAGE_STRING "brltty 3.8dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.0"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 0
| #define PACKAGE_TITLE "BRLTTY"
| #define CONFIGURATION_FILE "brltty.conf"
| #define DATA_DIRECTORY "/usr/local/etc/brltty"
| #define LIBRARY_DIRECTORY "/usr/local//lib/brltty"
| #define CONFIGURATION_DIRECTORY "/usr/local/etc"
| #define BRLAPI_ETCDIR "/usr/local/etc"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4773: checking for egrep
configure:4783: result: grep -E
configure:4788: checking for ANSI C header files
configure:4813: gcc -Wall -c -g -O2  conftest.c >&5
configure:4819: $? = 0
configure:4823: test -z 
			 || test ! -s conftest.err
configure:4826: $? = 0
configure:4829: test -s conftest.o
configure:4832: $? = 0
configure:4921: gcc -Wall -o conftest -g -O2   conftest.c -lsupc++  >&5
conftest.c: In function `main':
conftest.c:39: warning: implicit declaration of function `exit'
configure:4924: $? = 0
configure:4926: ./conftest
configure:4929: $? = 0
configure:4944: result: yes
configure:4968: checking for sys/types.h
configure:4984: gcc -Wall -c -g -O2  conftest.c >&5
configure:4990: $? = 0
configure:4994: test -z 
			 || test ! -s conftest.err
configure:4997: $? = 0
configure:5000: test -s conftest.o
configure:5003: $? = 0
configure:5014: result: yes
configure:4968: checking for sys/stat.h
configure:4984: gcc -Wall -c -g -O2  conftest.c >&5
configure:4990: $? = 0
configure:4994: test -z 
			 || test ! -s conftest.err
configure:4997: $? = 0
configure:5000: test -s conftest.o
configure:5003: $? = 0
configure:5014: result: yes
configure:4968: checking for stdlib.h
configure:4984: gcc -Wall -c -g -O2  conftest.c >&5
configure:4990: $? = 0
configure:4994: test -z 
			 || test ! -s conftest.err
configure:4997: $? = 0
configure:5000: test -s conftest.o
configure:5003: $? = 0
configure:5014: result: yes
configure:4968: checking for string.h
configure:4984: gcc -Wall -c -g -O2  conftest.c >&5
configure:4990: $? = 0
configure:4994: test -z 
			 || test ! -s conftest.err
configure:4997: $? = 0
configure:5000: test -s conftest.o
configure:5003: $? = 0
configure:5014: result: yes
configure:4968: checking for memory.h
configure:4984: gcc -Wall -c -g -O2  conftest.c >&5
configure:4990: $? = 0
configure:4994: test -z 
			 || test ! -s conftest.err
configure:4997: $? = 0
configure:5000: test -s conftest.o
configure:5003: $? = 0
configure:5014: result: yes
configure:4968: checking for strings.h
configure:4984: gcc -Wall -c -g -O2  conftest.c >&5
configure:4990: $? = 0
configure:4994: test -z 
			 || test ! -s conftest.err
configure:4997: $? = 0
configure:5000: test -s conftest.o
configure:5003: $? = 0
configure:5014: result: yes
configure:4968: checking for inttypes.h
configure:4984: gcc -Wall -c -g -O2  conftest.c >&5
configure:4990: $? = 0
configure:4994: test -z 
			 || test ! -s conftest.err
configure:4997: $? = 0
configure:5000: test -s conftest.o
configure:5003: $? = 0
configure:5014: result: yes
configure:4968: checking for stdint.h
configure:4984: gcc -Wall -c -g -O2  conftest.c >&5
configure:4990: $? = 0
configure:4994: test -z 
			 || test ! -s conftest.err
configure:4997: $? = 0
configure:5000: test -s conftest.o
configure:5003: $? = 0
configure:5014: result: yes
configure:4968: checking for unistd.h
configure:4984: gcc -Wall -c -g -O2  conftest.c >&5
configure:4990: $? = 0
configure:4994: test -z 
			 || test ! -s conftest.err
configure:4997: $? = 0
configure:5000: test -s conftest.o
configure:5003: $? = 0
configure:5014: result: yes
configure:5061: checking libintl.h usability
configure:5073: gcc -Wall -c -g -O2  conftest.c >&5
conftest.c:66:21: libintl.h: No such file or directory
configure:5079: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.8dev"
| #define PACKAGE_STRING "brltty 3.8dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.0"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 0
| #define PACKAGE_TITLE "BRLTTY"
| #define CONFIGURATION_FILE "brltty.conf"
| #define DATA_DIRECTORY "/usr/local/etc/brltty"
| #define LIBRARY_DIRECTORY "/usr/local//lib/brltty"
| #define CONFIGURATION_DIRECTORY "/usr/local/etc"
| #define BRLAPI_ETCDIR "/usr/local/etc"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <libintl.h>
configure:5102: result: no
configure:5106: checking libintl.h presence
configure:5116: gcc -Wall -E  conftest.c
conftest.c:32:21: libintl.h: No such file or directory
configure:5122: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.8dev"
| #define PACKAGE_STRING "brltty 3.8dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.0"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 0
| #define PACKAGE_TITLE "BRLTTY"
| #define CONFIGURATION_FILE "brltty.conf"
| #define DATA_DIRECTORY "/usr/local/etc/brltty"
| #define LIBRARY_DIRECTORY "/usr/local//lib/brltty"
| #define CONFIGURATION_DIRECTORY "/usr/local/etc"
| #define BRLAPI_ETCDIR "/usr/local/etc"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <libintl.h>
configure:5142: result: no
configure:5177: checking for libintl.h
configure:5184: result: no
configure:5314: checking iconv.h usability
configure:5326: gcc -Wall -c -g -O2  conftest.c >&5
conftest.c:66:19: iconv.h: No such file or directory
configure:5332: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.8dev"
| #define PACKAGE_STRING "brltty 3.8dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.0"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 0
| #define PACKAGE_TITLE "BRLTTY"
| #define CONFIGURATION_FILE "brltty.conf"
| #define DATA_DIRECTORY "/usr/local/etc/brltty"
| #define LIBRARY_DIRECTORY "/usr/local//lib/brltty"
| #define CONFIGURATION_DIRECTORY "/usr/local/etc"
| #define BRLAPI_ETCDIR "/usr/local/etc"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <iconv.h>
configure:5355: result: no
configure:5359: checking iconv.h presence
configure:5369: gcc -Wall -E  conftest.c
conftest.c:32:19: iconv.h: No such file or directory
configure:5375: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.8dev"
| #define PACKAGE_STRING "brltty 3.8dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.0"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 0
| #define PACKAGE_TITLE "BRLTTY"
| #define CONFIGURATION_FILE "brltty.conf"
| #define DATA_DIRECTORY "/usr/local/etc/brltty"
| #define LIBRARY_DIRECTORY "/usr/local//lib/brltty"
| #define CONFIGURATION_DIRECTORY "/usr/local/etc"
| #define BRLAPI_ETCDIR "/usr/local/etc"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <iconv.h>
configure:5395: result: no
configure:5430: checking for iconv.h
configure:5437: result: no
configure:5528: checking if pthreads are available
configure:5550: checking pthread.h usability
configure:5562: gcc -Wall -c -g -O2  conftest.c >&5
configure:5568: $? = 0
configure:5572: test -z 
			 || test ! -s conftest.err
configure:5575: $? = 0
configure:5578: test -s conftest.o
configure:5581: $? = 0
configure:5591: result: yes
configure:5595: checking pthread.h presence
configure:5605: gcc -Wall -E  conftest.c
configure:5611: $? = 0
configure:5631: result: yes
configure:5666: checking for pthread.h
configure:5673: result: yes
configure:5932: checking for library containing pthread_create
configure:5962: gcc -Wall -o conftest -g -O2   conftest.c -lsupc++  >&5
/var/tmp//ccf0abmi.o(.text+0xd): In function `main':
brltty/conftest.c:43: undefined reference to `pthread_create'
configure:5968: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.8dev"
| #define PACKAGE_STRING "brltty 3.8dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.0"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 0
| #define PACKAGE_TITLE "BRLTTY"
| #define CONFIGURATION_FILE "brltty.conf"
| #define DATA_DIRECTORY "/usr/local/etc/brltty"
| #define LIBRARY_DIRECTORY "/usr/local//lib/brltty"
| #define CONFIGURATION_DIRECTORY "/usr/local/etc"
| #define BRLAPI_ETCDIR "/usr/local/etc"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char pthread_create ();
| int
| main ()
| {
| pthread_create ();
|   ;
|   return 0;
| }
configure:6017: gcc -Wall -o conftest -g -O2   conftest.c -lpthread  -lsupc++  >&5
configure:6023: $? = 0
configure:6027: test -z 
			 || test ! -s conftest.err
configure:6030: $? = 0
configure:6033: test -s conftest
configure:6036: $? = 0
configure:6051: result: -lpthread
configure:6067: result: yes
configure:6214: checking for ocamlc
configure:6241: result: no
configure:6249: WARNING: Cannot find ocamlc.
configure:6654: WARNING: Caml BrlAPI bindings not included: ocamlc not found
configure:6694: checking for javac
configure:6727: result: no
configure:6735: WARNING: Java BrlAPI bindings not included: javac not found
configure:6775: checking for pyrexc
configure:6808: result: no
configure:7047: WARNING: Python BrlAPI bindings not included: pyrexc not found
configure:7095: checking tcl.h usability
configure:7107: gcc -Wall -c -g -O2  conftest.c >&5
conftest.c:68:17: tcl.h: No such file or directory
configure:7113: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.8dev"
| #define PACKAGE_STRING "brltty 3.8dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.0"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 0
| #define PACKAGE_TITLE "BRLTTY"
| #define CONFIGURATION_FILE "brltty.conf"
| #define DATA_DIRECTORY "/usr/local/etc/brltty"
| #define LIBRARY_DIRECTORY "/usr/local//lib/brltty"
| #define CONFIGURATION_DIRECTORY "/usr/local/etc"
| #define BRLAPI_ETCDIR "/usr/local/etc"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <tcl.h>
configure:7136: result: no
configure:7140: checking tcl.h presence
configure:7150: gcc -Wall -E  conftest.c
conftest.c:34:17: tcl.h: No such file or directory
configure:7156: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.8dev"
| #define PACKAGE_STRING "brltty 3.8dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.0"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 0
| #define PACKAGE_TITLE "BRLTTY"
| #define CONFIGURATION_FILE "brltty.conf"
| #define DATA_DIRECTORY "/usr/local/etc/brltty"
| #define LIBRARY_DIRECTORY "/usr/local//lib/brltty"
| #define CONFIGURATION_DIRECTORY "/usr/local/etc"
| #define BRLAPI_ETCDIR "/usr/local/etc"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| /* end confdefs.h.  */
| #include <tcl.h>
configure:7176: result: no
configure:7211: checking for tcl.h
configure:7218: result: no
configure:7265: WARNING: Tcl BrlAPI bindings not included: tcl.h not found
configure:7331: checking which curses package to use
configure:7376: checking ncurses.h usability
configure:7388: gcc -Wall -c -g -O2  conftest.c >&5
configure:7394: $? = 0
configure:7398: test -z 
			 || test ! -s conftest.err
configure:7401: $? = 0
configure:7404: test -s conftest.o
configure:7407: $? = 0
configure:7417: result: yes
configure:7421: checking ncurses.h presence
configure:7431: gcc -Wall -E  conftest.c
configure:7437: $? = 0
configure:7457: result: yes
configure:7492: checking for ncurses.h
configure:7499: result: yes
configure:7517: checking for main in -lncursesw
configure:7541: gcc -Wall -o conftest -g -O2   conftest.c -lncursesw  -lpthread -lsupc++  >&5
/usr/bin/ld: cannot find -lncursesw
configure:7547: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.8dev"
| #define PACKAGE_STRING "brltty 3.8dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.0"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 0
| #define PACKAGE_TITLE "BRLTTY"
| #define CONFIGURATION_FILE "brltty.conf"
| #define DATA_DIRECTORY "/usr/local/etc/brltty"
| #define LIBRARY_DIRECTORY "/usr/local//lib/brltty"
| #define CONFIGURATION_DIRECTORY "/usr/local/etc"
| #define BRLAPI_ETCDIR "/usr/local/etc"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| main ();
|   ;
|   return 0;
| }
configure:7573: result: no
configure:7367: checking for ncurses.h
configure:7372: result: yes
configure:7517: checking for main in -lncurses
configure:7541: gcc -Wall -o conftest -g -O2   conftest.c -lncurses  -lpthread -lsupc++  >&5
configure:7547: $? = 0
configure:7551: test -z 
			 || test ! -s conftest.err
configure:7554: $? = 0
configure:7557: test -s conftest
configure:7560: $? = 0
configure:7573: result: yes
configure:7591: result: ncurses
configure:7682: checking for X
configure:7912: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include
configure:8084: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++   -L/usr/X11R6/lib -lX11 >&5
configure:8090: $? = 0
configure:8094: test -z 
			 || test ! -s conftest.err
configure:8097: $? = 0
configure:8100: test -s conftest
configure:8103: $? = 0
configure:8261: checking for gethostbyname
configure:8318: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
configure:8324: $? = 0
configure:8328: test -z 
			 || test ! -s conftest.err
configure:8331: $? = 0
configure:8334: test -s conftest
configure:8337: $? = 0
configure:8349: result: yes
configure:8500: checking for connect
configure:8557: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
configure:8563: $? = 0
configure:8567: test -z 
			 || test ! -s conftest.err
configure:8570: $? = 0
configure:8573: test -s conftest
configure:8576: $? = 0
configure:8588: result: yes
configure:8663: checking for remove
configure:8720: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
configure:8726: $? = 0
configure:8730: test -z 
			 || test ! -s conftest.err
configure:8733: $? = 0
configure:8736: test -s conftest
configure:8739: $? = 0
configure:8751: result: yes
configure:8826: checking for shmat
configure:8883: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
configure:8889: $? = 0
configure:8893: test -z 
			 || test ! -s conftest.err
configure:8896: $? = 0
configure:8899: test -s conftest
configure:8902: $? = 0
configure:8914: result: yes
configure:8998: checking for IceConnectionNumber in -lICE
configure:9028: gcc -Wall -o conftest -g -O2   -L/usr/X11R6/lib conftest.c -lICE  -lpthread -lsupc++  >&5
configure:9034: $? = 0
configure:9038: test -z 
			 || test ! -s conftest.err
configure:9041: $? = 0
configure:9044: test -s conftest
configure:9047: $? = 0
configure:9060: result: yes
configure:9085: checking for main in -lX11
configure:9109: gcc -Wall -o conftest -g -O2   -I/usr/X11R6/include   -L/usr/X11R6/lib conftest.c -lX11  -lpthread -lsupc++  >&5
configure:9115: $? = 0
configure:9119: test -z 
			 || test ! -s conftest.err
configure:9122: $? = 0
configure:9125: test -s conftest
configure:9128: $? = 0
configure:9141: result: yes
configure:9147: checking for main in -lXext
configure:9171: gcc -Wall -o conftest -g -O2   -I/usr/X11R6/include   -L/usr/X11R6/lib conftest.c -lXext    -lSM -lICE -lX11 -lpthread -lsupc++  >&5
configure:9177: $? = 0
configure:9181: test -z 
			 || test ! -s conftest.err
configure:9184: $? = 0
configure:9187: test -s conftest
configure:9190: $? = 0
configure:9203: result: yes
configure:9208: checking for main in -lXtst
configure:9232: gcc -Wall -o conftest -g -O2   -I/usr/X11R6/include   -L/usr/X11R6/lib conftest.c -lXtst  -lXext   -lSM -lICE -lX11 -lpthread -lsupc++  >&5
configure:9238: $? = 0
configure:9242: test -z 
			 || test ! -s conftest.err
configure:9245: $? = 0
configure:9248: test -s conftest
configure:9251: $? = 0
configure:9264: result: yes
configure:9283: checking X11/extensions/XTest.h usability
configure:9295: gcc -Wall -c -g -O2   -I/usr/X11R6/include conftest.c >&5
configure:9301: $? = 0
configure:9305: test -z 
			 || test ! -s conftest.err
configure:9308: $? = 0
configure:9311: test -s conftest.o
configure:9314: $? = 0
configure:9324: result: yes
configure:9328: checking X11/extensions/XTest.h presence
configure:9338: gcc -Wall -E   -I/usr/X11R6/include conftest.c
configure:9344: $? = 0
configure:9364: result: yes
configure:9399: checking for X11/extensions/XTest.h
configure:9406: result: yes
configure:9433: checking X11/extensions/XKB.h usability
configure:9445: gcc -Wall -c -g -O2   -I/usr/X11R6/include conftest.c >&5
configure:9451: $? = 0
configure:9455: test -z 
			 || test ! -s conftest.err
configure:9458: $? = 0
configure:9461: test -s conftest.o
configure:9464: $? = 0
configure:9474: result: yes
configure:9478: checking X11/extensions/XKB.h presence
configure:9488: gcc -Wall -E   -I/usr/X11R6/include conftest.c
configure:9494: $? = 0
configure:9514: result: yes
configure:9549: checking for X11/extensions/XKB.h
configure:9556: result: yes
configure:9578: checking for main in -lXt
configure:9602: gcc -Wall -o conftest -g -O2   -I/usr/X11R6/include   -L/usr/X11R6/lib conftest.c -lXt  -lXtst -lXext   -lSM -lICE -lX11 -lpthread -lsupc++  >&5
configure:9608: $? = 0
configure:9612: test -z 
			 || test ! -s conftest.err
configure:9615: $? = 0
configure:9618: test -s conftest
configure:9621: $? = 0
configure:9634: result: yes
configure:9654: checking which gui toolkit package to use
configure:9711: checking X11/Xaw/Form.h usability
configure:9723: gcc -Wall -c -g -O2   -I/usr/X11R6/include conftest.c >&5
configure:9729: $? = 0
configure:9733: test -z 
			 || test ! -s conftest.err
configure:9736: $? = 0
configure:9739: test -s conftest.o
configure:9742: $? = 0
configure:9752: result: yes
configure:9756: checking X11/Xaw/Form.h presence
configure:9766: gcc -Wall -E   -I/usr/X11R6/include conftest.c
configure:9772: $? = 0
configure:9792: result: yes
configure:9827: checking for X11/Xaw/Form.h
configure:9834: result: yes
configure:9711: checking X11/Xaw/Paned.h usability
configure:9723: gcc -Wall -c -g -O2   -I/usr/X11R6/include conftest.c >&5
configure:9729: $? = 0
configure:9733: test -z 
			 || test ! -s conftest.err
configure:9736: $? = 0
configure:9739: test -s conftest.o
configure:9742: $? = 0
configure:9752: result: yes
configure:9756: checking X11/Xaw/Paned.h presence
configure:9766: gcc -Wall -E   -I/usr/X11R6/include conftest.c
configure:9772: $? = 0
configure:9792: result: yes
configure:9827: checking for X11/Xaw/Paned.h
configure:9834: result: yes
configure:9711: checking X11/Xaw/Label.h usability
configure:9723: gcc -Wall -c -g -O2   -I/usr/X11R6/include conftest.c >&5
configure:9729: $? = 0
configure:9733: test -z 
			 || test ! -s conftest.err
configure:9736: $? = 0
configure:9739: test -s conftest.o
configure:9742: $? = 0
configure:9752: result: yes
configure:9756: checking X11/Xaw/Label.h presence
configure:9766: gcc -Wall -E   -I/usr/X11R6/include conftest.c
configure:9772: $? = 0
configure:9792: result: yes
configure:9827: checking for X11/Xaw/Label.h
configure:9834: result: yes
configure:9711: checking X11/Xaw/Command.h usability
configure:9723: gcc -Wall -c -g -O2   -I/usr/X11R6/include conftest.c >&5
configure:9729: $? = 0
configure:9733: test -z 
			 || test ! -s conftest.err
configure:9736: $? = 0
configure:9739: test -s conftest.o
configure:9742: $? = 0
configure:9752: result: yes
configure:9756: checking X11/Xaw/Command.h presence
configure:9766: gcc -Wall -E   -I/usr/X11R6/include conftest.c
configure:9772: $? = 0
configure:9792: result: yes
configure:9827: checking for X11/Xaw/Command.h
configure:9834: result: yes
configure:9711: checking X11/Xaw/Repeater.h usability
configure:9723: gcc -Wall -c -g -O2   -I/usr/X11R6/include conftest.c >&5
configure:9729: $? = 0
configure:9733: test -z 
			 || test ! -s conftest.err
configure:9736: $? = 0
configure:9739: test -s conftest.o
configure:9742: $? = 0
configure:9752: result: yes
configure:9756: checking X11/Xaw/Repeater.h presence
configure:9766: gcc -Wall -E   -I/usr/X11R6/include conftest.c
configure:9772: $? = 0
configure:9792: result: yes
configure:9827: checking for X11/Xaw/Repeater.h
configure:9834: result: yes
configure:9852: checking for main in -lXaw
configure:9876: gcc -Wall -o conftest -g -O2   -I/usr/X11R6/include   -L/usr/X11R6/lib conftest.c -lXaw  -lXt -lXtst -lXext   -lSM -lICE -lX11 -lpthread -lsupc++  >&5
configure:9882: $? = 0
configure:9886: test -z 
			 || test ! -s conftest.err
configure:9889: $? = 0
configure:9892: test -s conftest
configure:9895: $? = 0
configure:9908: result: yes
configure:9926: result: Xaw
configure:10057: checking alloca.h usability
configure:10069: gcc -Wall -c -g -O2  conftest.c >&5
conftest.c:75:20: alloca.h: No such file or directory
configure:10075: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.8dev"
| #define PACKAGE_STRING "brltty 3.8dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.0"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 0
| #define PACKAGE_TITLE "BRLTTY"
| #define CONFIGURATION_FILE "brltty.conf"
| #define DATA_DIRECTORY "/usr/local/etc/brltty"
| #define LIBRARY_DIRECTORY "/usr/local//lib/brltty"
| #define CONFIGURATION_DIRECTORY "/usr/local/etc"
| #define BRLAPI_ETCDIR "/usr/local/etc"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| #define HAVE_LIBXAW 1
| #define HAVE_PKG_XAW 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <alloca.h>
configure:10098: result: no
configure:10102: checking alloca.h presence
configure:10112: gcc -Wall -E  conftest.c
conftest.c:41:20: alloca.h: No such file or directory
configure:10118: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.8dev"
| #define PACKAGE_STRING "brltty 3.8dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.0"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 0
| #define PACKAGE_TITLE "BRLTTY"
| #define CONFIGURATION_FILE "brltty.conf"
| #define DATA_DIRECTORY "/usr/local/etc/brltty"
| #define LIBRARY_DIRECTORY "/usr/local//lib/brltty"
| #define CONFIGURATION_DIRECTORY "/usr/local/etc"
| #define BRLAPI_ETCDIR "/usr/local/etc"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| #define HAVE_LIBXAW 1
| #define HAVE_PKG_XAW 1
| /* end confdefs.h.  */
| #include <alloca.h>
configure:10138: result: no
configure:10173: checking for alloca.h
configure:10180: result: no
configure:10057: checking getopt.h usability
configure:10069: gcc -Wall -c -g -O2  conftest.c >&5
configure:10075: $? = 0
configure:10079: test -z 
			 || test ! -s conftest.err
configure:10082: $? = 0
configure:10085: test -s conftest.o
configure:10088: $? = 0
configure:10098: result: yes
configure:10102: checking getopt.h presence
configure:10112: gcc -Wall -E  conftest.c
configure:10118: $? = 0
configure:10138: result: yes
configure:10173: checking for getopt.h
configure:10180: result: yes
configure:10057: checking glob.h usability
configure:10069: gcc -Wall -c -g -O2  conftest.c >&5
configure:10075: $? = 0
configure:10079: test -z 
			 || test ! -s conftest.err
configure:10082: $? = 0
configure:10085: test -s conftest.o
configure:10088: $? = 0
configure:10098: result: yes
configure:10102: checking glob.h presence
configure:10112: gcc -Wall -E  conftest.c
configure:10118: $? = 0
configure:10138: result: yes
configure:10173: checking for glob.h
configure:10180: result: yes
configure:10057: checking regex.h usability
configure:10069: gcc -Wall -c -g -O2  conftest.c >&5
configure:10075: $? = 0
configure:10079: test -z 
			 || test ! -s conftest.err
configure:10082: $? = 0
configure:10085: test -s conftest.o
configure:10088: $? = 0
configure:10098: result: yes
configure:10102: checking regex.h presence
configure:10112: gcc -Wall -E  conftest.c
configure:10118: $? = 0
configure:10138: result: yes
configure:10173: checking for regex.h
configure:10180: result: yes
configure:10057: checking syslog.h usability
configure:10069: gcc -Wall -c -g -O2  conftest.c >&5
configure:10075: $? = 0
configure:10079: test -z 
			 || test ! -s conftest.err
configure:10082: $? = 0
configure:10085: test -s conftest.o
configure:10088: $? = 0
configure:10098: result: yes
configure:10102: checking syslog.h presence
configure:10112: gcc -Wall -E  conftest.c
configure:10118: $? = 0
configure:10138: result: yes
configure:10173: checking for syslog.h
configure:10180: result: yes
configure:10209: checking sys/poll.h usability
configure:10221: gcc -Wall -c -g -O2  conftest.c >&5
configure:10227: $? = 0
configure:10231: test -z 
			 || test ! -s conftest.err
configure:10234: $? = 0
configure:10237: test -s conftest.o
configure:10240: $? = 0
configure:10250: result: yes
configure:10254: checking sys/poll.h presence
configure:10264: gcc -Wall -E  conftest.c
configure:10270: $? = 0
configure:10290: result: yes
configure:10325: checking for sys/poll.h
configure:10332: result: yes
configure:10209: checking sys/select.h usability
configure:10221: gcc -Wall -c -g -O2  conftest.c >&5
configure:10227: $? = 0
configure:10231: test -z 
			 || test ! -s conftest.err
configure:10234: $? = 0
configure:10237: test -s conftest.o
configure:10240: $? = 0
configure:10250: result: yes
configure:10254: checking sys/select.h presence
configure:10264: gcc -Wall -E  conftest.c
configure:10270: $? = 0
configure:10290: result: yes
configure:10325: checking for sys/select.h
configure:10332: result: yes
configure:10209: checking sys/wait.h usability
configure:10221: gcc -Wall -c -g -O2  conftest.c >&5
configure:10227: $? = 0
configure:10231: test -z 
			 || test ! -s conftest.err
configure:10234: $? = 0
configure:10237: test -s conftest.o
configure:10240: $? = 0
configure:10250: result: yes
configure:10254: checking sys/wait.h presence
configure:10264: gcc -Wall -E  conftest.c
configure:10270: $? = 0
configure:10290: result: yes
configure:10325: checking for sys/wait.h
configure:10332: result: yes
configure:10360: checking pwd.h usability
configure:10372: gcc -Wall -c -g -O2  conftest.c >&5
configure:10378: $? = 0
configure:10382: test -z 
			 || test ! -s conftest.err
configure:10385: $? = 0
configure:10388: test -s conftest.o
configure:10391: $? = 0
configure:10401: result: yes
configure:10405: checking pwd.h presence
configure:10415: gcc -Wall -E  conftest.c
configure:10421: $? = 0
configure:10441: result: yes
configure:10476: checking for pwd.h
configure:10483: result: yes
configure:10360: checking grp.h usability
configure:10372: gcc -Wall -c -g -O2  conftest.c >&5
configure:10378: $? = 0
configure:10382: test -z 
			 || test ! -s conftest.err
configure:10385: $? = 0
configure:10388: test -s conftest.o
configure:10391: $? = 0
configure:10401: result: yes
configure:10405: checking grp.h presence
configure:10415: gcc -Wall -E  conftest.c
configure:10421: $? = 0
configure:10441: result: yes
configure:10476: checking for grp.h
configure:10483: result: yes
configure:10513: checking sys/io.h usability
configure:10525: gcc -Wall -c -g -O2  conftest.c >&5
conftest.c:84:20: sys/io.h: No such file or directory
configure:10531: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.8dev"
| #define PACKAGE_STRING "brltty 3.8dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.0"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 0
| #define PACKAGE_TITLE "BRLTTY"
| #define CONFIGURATION_FILE "brltty.conf"
| #define DATA_DIRECTORY "/usr/local/etc/brltty"
| #define LIBRARY_DIRECTORY "/usr/local//lib/brltty"
| #define CONFIGURATION_DIRECTORY "/usr/local/etc"
| #define BRLAPI_ETCDIR "/usr/local/etc"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| #define HAVE_LIBXAW 1
| #define HAVE_PKG_XAW 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/io.h>
configure:10554: result: no
configure:10558: checking sys/io.h presence
configure:10568: gcc -Wall -E  conftest.c
conftest.c:50:20: sys/io.h: No such file or directory
configure:10574: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.8dev"
| #define PACKAGE_STRING "brltty 3.8dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.0"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 0
| #define PACKAGE_TITLE "BRLTTY"
| #define CONFIGURATION_FILE "brltty.conf"
| #define DATA_DIRECTORY "/usr/local/etc/brltty"
| #define LIBRARY_DIRECTORY "/usr/local//lib/brltty"
| #define CONFIGURATION_DIRECTORY "/usr/local/etc"
| #define BRLAPI_ETCDIR "/usr/local/etc"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| #define HAVE_LIBXAW 1
| #define HAVE_PKG_XAW 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| /* end confdefs.h.  */
| #include <sys/io.h>
configure:10594: result: no
configure:10629: checking for sys/io.h
configure:10636: result: no
configure:10513: checking sys/modem.h usability
configure:10525: gcc -Wall -c -g -O2  conftest.c >&5
conftest.c:84:23: sys/modem.h: No such file or directory
configure:10531: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.8dev"
| #define PACKAGE_STRING "brltty 3.8dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.0"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 0
| #define PACKAGE_TITLE "BRLTTY"
| #define CONFIGURATION_FILE "brltty.conf"
| #define DATA_DIRECTORY "/usr/local/etc/brltty"
| #define LIBRARY_DIRECTORY "/usr/local//lib/brltty"
| #define CONFIGURATION_DIRECTORY "/usr/local/etc"
| #define BRLAPI_ETCDIR "/usr/local/etc"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| #define HAVE_LIBXAW 1
| #define HAVE_PKG_XAW 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/modem.h>
configure:10554: result: no
configure:10558: checking sys/modem.h presence
configure:10568: gcc -Wall -E  conftest.c
conftest.c:50:23: sys/modem.h: No such file or directory
configure:10574: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.8dev"
| #define PACKAGE_STRING "brltty 3.8dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.0"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 0
| #define PACKAGE_TITLE "BRLTTY"
| #define CONFIGURATION_FILE "brltty.conf"
| #define DATA_DIRECTORY "/usr/local/etc/brltty"
| #define LIBRARY_DIRECTORY "/usr/local//lib/brltty"
| #define CONFIGURATION_DIRECTORY "/usr/local/etc"
| #define BRLAPI_ETCDIR "/usr/local/etc"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| #define HAVE_LIBXAW 1
| #define HAVE_PKG_XAW 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| /* end confdefs.h.  */
| #include <sys/modem.h>
configure:10594: result: no
configure:10629: checking for sys/modem.h
configure:10636: result: no
configure:10513: checking machine/speaker.h usability
configure:10525: gcc -Wall -c -g -O2  conftest.c >&5
In file included from conftest.c:84:
/usr/include/machine/speaker.h:11:2: warning: #warning "machine/speaker.h is deprecated.  Include dev/speaker/speaker.h instead."
configure:10531: $? = 0
configure:10535: test -z 
			 || test ! -s conftest.err
configure:10538: $? = 0
configure:10541: test -s conftest.o
configure:10544: $? = 0
configure:10554: result: yes
configure:10558: checking machine/speaker.h presence
configure:10568: gcc -Wall -E  conftest.c
In file included from conftest.c:50:
/usr/include/machine/speaker.h:11:2: warning: #warning "machine/speaker.h is deprecated.  Include dev/speaker/speaker.h instead."
configure:10574: $? = 0
configure:10594: result: yes
configure:10629: checking for machine/speaker.h
configure:10636: result: yes
configure:10513: checking linux/vt.h usability
configure:10525: gcc -Wall -c -g -O2  conftest.c >&5
conftest.c:85:22: linux/vt.h: No such file or directory
configure:10531: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.8dev"
| #define PACKAGE_STRING "brltty 3.8dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.0"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 0
| #define PACKAGE_TITLE "BRLTTY"
| #define CONFIGURATION_FILE "brltty.conf"
| #define DATA_DIRECTORY "/usr/local/etc/brltty"
| #define LIBRARY_DIRECTORY "/usr/local//lib/brltty"
| #define CONFIGURATION_DIRECTORY "/usr/local/etc"
| #define BRLAPI_ETCDIR "/usr/local/etc"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| #define HAVE_LIBXAW 1
| #define HAVE_PKG_XAW 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_MACHINE_SPEAKER_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linux/vt.h>
configure:10554: result: no
configure:10558: checking linux/vt.h presence
configure:10568: gcc -Wall -E  conftest.c
conftest.c:51:22: linux/vt.h: No such file or directory
configure:10574: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.8dev"
| #define PACKAGE_STRING "brltty 3.8dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.0"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 0
| #define PACKAGE_TITLE "BRLTTY"
| #define CONFIGURATION_FILE "brltty.conf"
| #define DATA_DIRECTORY "/usr/local/etc/brltty"
| #define LIBRARY_DIRECTORY "/usr/local//lib/brltty"
| #define CONFIGURATION_DIRECTORY "/usr/local/etc"
| #define BRLAPI_ETCDIR "/usr/local/etc"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| #define HAVE_LIBXAW 1
| #define HAVE_PKG_XAW 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_MACHINE_SPEAKER_H 1
| /* end confdefs.h.  */
| #include <linux/vt.h>
configure:10594: result: no
configure:10629: checking for linux/vt.h
configure:10636: result: no
configure:10664: checking linux/input.h usability
configure:10676: gcc -Wall -c -g -O2  conftest.c >&5
conftest.c:85:25: linux/input.h: No such file or directory
configure:10682: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.8dev"
| #define PACKAGE_STRING "brltty 3.8dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.0"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 0
| #define PACKAGE_TITLE "BRLTTY"
| #define CONFIGURATION_FILE "brltty.conf"
| #define DATA_DIRECTORY "/usr/local/etc/brltty"
| #define LIBRARY_DIRECTORY "/usr/local//lib/brltty"
| #define CONFIGURATION_DIRECTORY "/usr/local/etc"
| #define BRLAPI_ETCDIR "/usr/local/etc"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| #define HAVE_LIBXAW 1
| #define HAVE_PKG_XAW 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_MACHINE_SPEAKER_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linux/input.h>
configure:10705: result: no
configure:10709: checking linux/input.h presence
configure:10719: gcc -Wall -E  conftest.c
conftest.c:51:25: linux/input.h: No such file or directory
configure:10725: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.8dev"
| #define PACKAGE_STRING "brltty 3.8dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.0"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 0
| #define PACKAGE_TITLE "BRLTTY"
| #define CONFIGURATION_FILE "brltty.conf"
| #define DATA_DIRECTORY "/usr/local/etc/brltty"
| #define LIBRARY_DIRECTORY "/usr/local//lib/brltty"
| #define CONFIGURATION_DIRECTORY "/usr/local/etc"
| #define BRLAPI_ETCDIR "/usr/local/etc"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| #define HAVE_LIBXAW 1
| #define HAVE_PKG_XAW 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_MACHINE_SPEAKER_H 1
| /* end confdefs.h.  */
| #include <linux/input.h>
configure:10745: result: no
configure:10780: checking for linux/input.h
configure:10787: result: no
configure:10871: checking for getopt_long
configure:10928: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
configure:10934: $? = 0
configure:10938: test -z 
			 || test ! -s conftest.err
configure:10941: $? = 0
configure:10944: test -s conftest
configure:10947: $? = 0
configure:10959: result: yes
configure:10871: checking for hstrerror
configure:10928: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
configure:10934: $? = 0
configure:10938: test -z 
			 || test ! -s conftest.err
configure:10941: $? = 0
configure:10944: test -s conftest
configure:10947: $? = 0
configure:10959: result: yes
configure:10871: checking for realpath
configure:10928: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
configure:10934: $? = 0
configure:10938: test -z 
			 || test ! -s conftest.err
configure:10941: $? = 0
configure:10944: test -s conftest
configure:10947: $? = 0
configure:10959: result: yes
configure:10871: checking for vsyslog
configure:10928: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
configure:10934: $? = 0
configure:10938: test -z 
			 || test ! -s conftest.err
configure:10941: $? = 0
configure:10944: test -s conftest
configure:10947: $? = 0
configure:10959: result: yes
configure:10974: checking for pause
configure:11031: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
configure:11037: $? = 0
configure:11041: test -z 
			 || test ! -s conftest.err
configure:11044: $? = 0
configure:11047: test -s conftest
configure:11050: $? = 0
configure:11062: result: yes
configure:10974: checking for sigaction
configure:11031: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
configure:11037: $? = 0
configure:11041: test -z 
			 || test ! -s conftest.err
configure:11044: $? = 0
configure:11047: test -s conftest
configure:11050: $? = 0
configure:11062: result: yes
configure:11077: checking for fchdir
configure:11134: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
configure:11140: $? = 0
configure:11144: test -z 
			 || test ! -s conftest.err
configure:11147: $? = 0
configure:11150: test -s conftest
configure:11153: $? = 0
configure:11165: result: yes
configure:11077: checking for fchmod
configure:11134: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
configure:11140: $? = 0
configure:11144: test -z 
			 || test ! -s conftest.err
configure:11147: $? = 0
configure:11150: test -s conftest
configure:11153: $? = 0
configure:11165: result: yes
configure:11180: checking for shmget
configure:11237: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
configure:11243: $? = 0
configure:11247: test -z 
			 || test ! -s conftest.err
configure:11250: $? = 0
configure:11253: test -s conftest
configure:11256: $? = 0
configure:11268: result: yes
configure:11180: checking for shm_open
configure:11237: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
configure:11243: $? = 0
configure:11247: test -z 
			 || test ! -s conftest.err
configure:11250: $? = 0
configure:11253: test -s conftest
configure:11256: $? = 0
configure:11268: result: yes
configure:11284: checking for getpeereid
configure:11341: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
configure:11347: $? = 0
configure:11351: test -z 
			 || test ! -s conftest.err
configure:11354: $? = 0
configure:11357: test -s conftest
configure:11360: $? = 0
configure:11372: result: yes
configure:11284: checking for getpeerucred
configure:11341: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
/var/tmp//ccn70i4W.o(.text+0x14): In function `main':
brltty/conftest.c:102: undefined reference to `getpeerucred'
/var/tmp//ccn70i4W.o(.data+0x0):/usr/home/raoul/brltty/conftest.c:101: undefined reference to `getpeerucred'
configure:11347: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.8dev"
| #define PACKAGE_STRING "brltty 3.8dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.0"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 0
| #define PACKAGE_TITLE "BRLTTY"
| #define CONFIGURATION_FILE "brltty.conf"
| #define DATA_DIRECTORY "/usr/local/etc/brltty"
| #define LIBRARY_DIRECTORY "/usr/local//lib/brltty"
| #define CONFIGURATION_DIRECTORY "/usr/local/etc"
| #define BRLAPI_ETCDIR "/usr/local/etc"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| #define HAVE_LIBXAW 1
| #define HAVE_PKG_XAW 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_MACHINE_SPEAKER_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_HSTRERROR 1
| #define HAVE_REALPATH 1
| #define HAVE_VSYSLOG 1
| #define HAVE_PAUSE 1
| #define HAVE_SIGACTION 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCHMOD 1
| #define HAVE_SHMGET 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_GETPEEREID 1
| /* end confdefs.h.  */
| /* Define getpeerucred to an innocuous variant, in case <limits.h> declares getpeerucred.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getpeerucred innocuous_getpeerucred
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getpeerucred (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef getpeerucred
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char getpeerucred ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_getpeerucred) || defined (__stub___getpeerucred)
| choke me
| #else
| char (*f) () = getpeerucred;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != getpeerucred;
|   ;
|   return 0;
| }
configure:11372: result: no
configure:11284: checking for getzoneid
configure:11341: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
/var/tmp//ccT1ZeT5.o(.text+0x14): In function `main':
brltty/conftest.c:102: undefined reference to `getzoneid'
/var/tmp//ccT1ZeT5.o(.data+0x0):brltty/conftest.c:101: undefined reference to `getzoneid'
configure:11347: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.8dev"
| #define PACKAGE_STRING "brltty 3.8dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.0"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 0
| #define PACKAGE_TITLE "BRLTTY"
| #define CONFIGURATION_FILE "brltty.conf"
| #define DATA_DIRECTORY "/usr/local/etc/brltty"
| #define LIBRARY_DIRECTORY "/usr/local//lib/brltty"
| #define CONFIGURATION_DIRECTORY "/usr/local/etc"
| #define BRLAPI_ETCDIR "/usr/local/etc"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| #define HAVE_LIBXAW 1
| #define HAVE_PKG_XAW 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_MACHINE_SPEAKER_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_HSTRERROR 1
| #define HAVE_REALPATH 1
| #define HAVE_VSYSLOG 1
| #define HAVE_PAUSE 1
| #define HAVE_SIGACTION 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCHMOD 1
| #define HAVE_SHMGET 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_GETPEEREID 1
| /* end confdefs.h.  */
| /* Define getzoneid to an innocuous variant, in case <limits.h> declares getzoneid.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getzoneid innocuous_getzoneid
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getzoneid (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef getzoneid
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char getzoneid ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_getzoneid) || defined (__stub___getzoneid)
| choke me
| #else
| char (*f) () = getzoneid;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != getzoneid;
|   ;
|   return 0;
| }
configure:11372: result: no
configure:11643: checking for gai_strerror
configure:11700: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
configure:11706: $? = 0
configure:11710: test -z 
			 || test ! -s conftest.err
configure:11713: $? = 0
configure:11716: test -s conftest
configure:11719: $? = 0
configure:11731: result: yes
configure:11643: checking for getaddrinfo
configure:11700: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
configure:11706: $? = 0
configure:11710: test -z 
			 || test ! -s conftest.err
configure:11713: $? = 0
configure:11716: test -s conftest
configure:11719: $? = 0
configure:11731: result: yes
configure:11643: checking for getnameinfo
configure:11700: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
configure:11706: $? = 0
configure:11710: test -z 
			 || test ! -s conftest.err
configure:11713: $? = 0
configure:11716: test -s conftest
configure:11719: $? = 0
configure:11731: result: yes
configure:11744: checking for key_t
configure:11772: gcc -Wall -c -g -O2  conftest.c >&5
configure:11778: $? = 0
configure:11782: test -z 
			 || test ! -s conftest.err
configure:11785: $? = 0
configure:11788: test -s conftest.o
configure:11791: $? = 0
configure:11802: result: yes
configure:11805: checking size of key_t
configure:12148: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
configure:12151: $? = 0
configure:12153: ./conftest
configure:12156: $? = 0
configure:12179: result: 4
configure:12197: checking whether byte ordering is bigendian
configure:12224: gcc -Wall -c -g -O2  conftest.c >&5
configure:12230: $? = 0
configure:12234: test -z 
			 || test ! -s conftest.err
configure:12237: $? = 0
configure:12240: test -s conftest.o
configure:12243: $? = 0
configure:12267: gcc -Wall -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:74: error: syntax error before "big"
configure:12273: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.8dev"
| #define PACKAGE_STRING "brltty 3.8dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.0"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 0
| #define PACKAGE_TITLE "BRLTTY"
| #define CONFIGURATION_FILE "brltty.conf"
| #define DATA_DIRECTORY "/usr/local/etc/brltty"
| #define LIBRARY_DIRECTORY "/usr/local//lib/brltty"
| #define CONFIGURATION_DIRECTORY "/usr/local/etc"
| #define BRLAPI_ETCDIR "/usr/local/etc"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| #define HAVE_LIBXAW 1
| #define HAVE_PKG_XAW 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_MACHINE_SPEAKER_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_HSTRERROR 1
| #define HAVE_REALPATH 1
| #define HAVE_VSYSLOG 1
| #define HAVE_PAUSE 1
| #define HAVE_SIGACTION 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCHMOD 1
| #define HAVE_SHMGET 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_GETPEEREID 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define SIZEOF_KEY_T 4
| #define HAVE_POSIX_THREADS 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
|  not big endian
| #endif
| 
|   ;
|   return 0;
| }
configure:12408: result: no
configure:12427: checking for an ANSI C-conforming const
configure:12494: gcc -Wall -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:94: warning: unused variable `s'
conftest.c:114: warning: unused variable `foo'
conftest.c:75: warning: unused variable `x'
conftest.c:81: warning: unused variable `zero'
conftest.c:111: warning: 'b' might be used uninitialized in this function
conftest.c:93: warning: 't' might be used uninitialized in this function
configure:12500: $? = 0
configure:12504: test -z 
			 || test ! -s conftest.err
configure:12507: $? = 0
configure:12510: test -s conftest.o
configure:12513: $? = 0
configure:12524: result: yes
configure:12534: checking for inline
configure:12555: gcc -Wall -c -g -O2  conftest.c >&5
configure:12561: $? = 0
configure:12565: test -z 
			 || test ! -s conftest.err
configure:12568: $? = 0
configure:12571: test -s conftest.o
configure:12574: $? = 0
configure:12586: result: inline
configure:12608: checking if the compiler understands the __alignof__ operator
configure:12632: gcc -Wall -c -g -O2  conftest.c >&5
configure:12638: $? = 0
configure:12642: test -z 
			 || test ! -s conftest.err
configure:12645: $? = 0
configure:12648: test -s conftest.o
configure:12651: $? = 0
configure:12662: result: yes
configure:12673: checking if the compiler understands __attribute__((format(printf)))
configure:12697: gcc -Wall -c -g -O2  conftest.c >&5
configure:12703: $? = 0
configure:12707: test -z 
			 || test ! -s conftest.err
configure:12710: $? = 0
configure:12713: test -s conftest.o
configure:12716: $? = 0
configure:12727: result: yes
configure:12738: checking if the compiler understands __attribute__((packed))
configure:12764: gcc -Wall -c -g -O2  conftest.c >&5
configure:12770: $? = 0
configure:12774: test -z 
			 || test ! -s conftest.err
configure:12777: $? = 0
configure:12780: test -s conftest.o
configure:12783: $? = 0
configure:12794: result: yes
configure:12805: checking if the compiler understands __attribute__((unused))
configure:12829: gcc -Wall -c -g -O2  conftest.c >&5
conftest.c:72: warning: 'conf_attribute_unused' declared `static' but never defined
configure:12835: $? = 0
configure:12839: test -z 
			 || test ! -s conftest.err
configure:12842: $? = 0
configure:12845: test -s conftest.o
configure:12848: $? = 0
configure:12859: result: yes
configure:12870: checking for system-dependent compilation flags
configure:12894: result: 
configure:12899: checking for c compiler yacc source flags
configure:12916: result: -Wno-parentheses -Wno-unused -Wno-uninitialized -Wno-unknown-pragmas
configure:12921: checking for c compiler python source flags
configure:12938: result: -Wno-parentheses -Wno-unused -fno-strict-aliasing -U_POSIX_C_SOURCE -U_XOPEN_SOURCE
configure:12943: checking for c compiler shared object flags
configure:12976: result: -fPIC
configure:12981: checking for c++ compiler shared object flags
configure:12998: result: -fPIC
configure:13068: checking for static archive extension
configure:13080: result: a
configure:13085: checking for shared object run-time search path environment variable
configure:13103: result: LD_LIBRARY_PATH
configure:13808: checking for Gpm_Open in -lgpm
configure:13838: gcc -Wall -o conftest -g -O2   conftest.c -lgpm  -lpthread -lsupc++  >&5
/usr/bin/ld: cannot find -lgpm
configure:13844: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.8dev"
| #define PACKAGE_STRING "brltty 3.8dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.0"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 0
| #define PACKAGE_TITLE "BRLTTY"
| #define CONFIGURATION_FILE "brltty.conf"
| #define DATA_DIRECTORY "/usr/local/etc/brltty"
| #define LIBRARY_DIRECTORY "/usr/local//lib/brltty"
| #define CONFIGURATION_DIRECTORY "/usr/local/etc"
| #define BRLAPI_ETCDIR "/usr/local/etc"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| #define HAVE_LIBXAW 1
| #define HAVE_PKG_XAW 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_MACHINE_SPEAKER_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_HSTRERROR 1
| #define HAVE_REALPATH 1
| #define HAVE_VSYSLOG 1
| #define HAVE_PAUSE 1
| #define HAVE_SIGACTION 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCHMOD 1
| #define HAVE_SHMGET 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_GETPEEREID 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define SIZEOF_KEY_T 4
| #define HAVE_POSIX_THREADS 1
| #define HAVE_OPERATOR_ALIGNOF 1
| #define HAVE_ATTRIBUTE_FORMAT_PRINTF 1
| #define HAVE_ATTRIBUTE_PACKED 1
| #define HAVE_ATTRIBUTE_UNUSED 1
| #define LIBRARY_EXTENSION "so"
| #define MODULE_NAME "libbrltty"
| #define MODULE_EXTENSION "so"
| #define ENABLE_PREFERENCES_MENU 1
| #define ENABLE_TABLE_SELECTION 1
| #define ENABLE_LEARN_MODE 1
| #define ENABLE_CONTRACTED_BRAILLE 1
| #define ENABLE_BEEPER_SUPPORT 1
| #define ENABLE_PCM_SUPPORT 1
| #define ENABLE_MIDI_SUPPORT 1
| #define ENABLE_FM_SUPPORT 1
| #define ENABLE_PM_CONFIGURATION_FILE 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char Gpm_Open ();
| int
| main ()
| {
| Gpm_Open ();
|   ;
|   return 0;
| }
configure:13870: result: no
configure:13889: checking for linkage editor program creation flags
configure:13924: result: -export-dynamic
configure:13928: checking for static linkage flag
configure:13968: result: -static
configure:14016: checking for library containing dlopen
configure:14046: gcc -Wall -o conftest -g -O2   -static -Wl,-export-dynamic conftest.c -lpthread -lsupc++  >&5
configure:14052: $? = 0
configure:14056: test -z 
			 || test ! -s conftest.err
configure:14059: $? = 0
configure:14062: test -s conftest
configure:14065: $? = 0
configure:14135: result: none required
configure:14722: WARNING: no bluetooth support on freebsd7.0
configure:15009: WARNING: Libbraille package not found: /usr /usr/local /usr/local/Libbraille /usr/local/libbraille /opt/Libbraille /opt/libbraille
configure:15325: checking for device directory
configure:15340: result: /dev
configure:15348: checking for first serial device
configure:15398: result: cuaa0
configure:15616: WARNING: FestivalLite package not found: /usr /usr/local /usr/local/FestivalLite /usr/local/flite /opt/FestivalLite /opt/flite
configure:15739: WARNING: Mikropuhe package not found: /usr /usr/local /usr/local/Mikropuhe /usr/local/mikropuhe /opt/Mikropuhe /opt/mikropuhe
configure:15788: WARNING: speech-dispatcher package not found: /usr /usr/local /usr/local/speech-dispatcher /usr/local/speechd /opt/speech-dispatcher /opt/speechd
configure:15834: WARNING: Swift package not found: /usr /usr/local /usr/local/Swift /usr/local/swift /opt/Swift /opt/swift
configure:15880: WARNING: Theta package not found: /usr /usr/local /usr/local/Theta /usr/local/theta /opt/Theta /opt/theta
configure:15926: WARNING: ViaVoice package not found: /usr /usr/local /usr/local/ViaVoice /usr/local/viavoice /opt/ViaVoice /opt/viavoice
configure:16213: WARNING: no native screen driver for freebsd7.0
configure:16583: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by brltty config.status 3.8dev, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on port.private.music

config.status:933: creating config.mk
config.status:933: creating brltty.spec
config.status:933: creating brltty.lsm
config.status:933: creating Programs/brltty-config
config.status:933: creating Documents/brltty.conf
config.status:933: creating Documents/brltty.1
config.status:933: creating Documents/BrlAPIref.doxy
config.status:933: creating BrailleDrivers/Voyager/mkhlp
config.status:933: creating ./Makefile
config.status:933: creating Programs/Makefile
config.status:933: creating Documents/Makefile
config.status:933: creating Documents/Manual-BRLTTY/English/Makefile
config.status:933: creating Documents/Manual-BRLTTY/French/Makefile
config.status:933: creating Documents/Manual-BrlAPI/English/Makefile
config.status:933: creating BrailleDrivers/Alva/Makefile
config.status:933: creating BrailleDrivers/Albatross/Makefile
config.status:933: creating BrailleDrivers/BrlAPI/Makefile
config.status:933: creating BrailleDrivers/Braudi/Makefile
config.status:933: creating BrailleDrivers/BrailleLite/Makefile
config.status:933: creating BrailleDrivers/Baum/Makefile
config.status:933: creating BrailleDrivers/BrailleNote/Makefile
config.status:933: creating BrailleDrivers/CombiBraille/Makefile
config.status:933: creating BrailleDrivers/EcoBraille/Makefile
config.status:933: creating BrailleDrivers/EuroBraille/Makefile
config.status:933: creating BrailleDrivers/FreedomScientific/Makefile
config.status:933: creating BrailleDrivers/HandyTech/Makefile
config.status:933: creating BrailleDrivers/LogText/Makefile
config.status:933: creating BrailleDrivers/MultiBraille/Makefile
config.status:933: creating BrailleDrivers/MDV/Makefile
config.status:933: creating BrailleDrivers/MiniBraille/Makefile
config.status:933: creating BrailleDrivers/Papenmeier/Makefile
config.status:933: creating BrailleDrivers/TechniBraille/Makefile
config.status:933: creating BrailleDrivers/TSI/Makefile
config.status:933: creating BrailleDrivers/TTY/Makefile
config.status:933: creating BrailleDrivers/VideoBraille/Makefile
config.status:933: creating BrailleDrivers/Voyager/Makefile
config.status:933: creating BrailleDrivers/Virtual/Makefile
config.status:933: creating BrailleDrivers/VisioBraille/Makefile
config.status:933: creating BrailleDrivers/XWindow/Makefile
config.status:933: creating SpeechDrivers/Alva/Makefile
config.status:933: creating SpeechDrivers/BrailleLite/Makefile
config.status:933: creating SpeechDrivers/CombiBraille/Makefile
config.status:933: creating SpeechDrivers/ExternalSpeech/Makefile
config.status:933: creating SpeechDrivers/Festival/Makefile
config.status:933: creating SpeechDrivers/GenericSay/Makefile
config.status:933: creating ScreenDrivers/Screen/Makefile
config.status:933: creating ScreenDrivers/AtSpi/Makefile
config.status:1037: creating config.h
config.status:1037: creating Programs/brlapi.h
config.status:1483: executing brltty-summary commands
config.status:1486: Options Summary:
   execute-root: 
   install-root: 
   libdir: /lib
   sysconfdir: /etc
   program-directory: /bin
   library-directory: /lib/brltty
   data-directory: /etc/brltty
   manpage-directory: /man
   include-directory: /include/brltty
   relocatable-install: no
   compiler-prefix: 
   init-path: 
   stderr-path: 
   i18n: yes
   iconv: yes
   api: yes
   api-parameters: 
   caml-bindings: yes
   java-bindings: yes
   python-bindings: yes
   tcl-bindings: yes
   curses-package: ncurses
   gui-toolkit-package: Xaw
   preferences-menu: yes
   table-selection: yes
   learn-mode: yes
   contracted-braille: yes
   beeper-support: yes
   pcm-support: yes
   midi-support: yes
   fm-support: yes
   pm-configfile: yes
   gpm: yes
   standalone-programs: yes
   usb-support: yes
   libbraille-root: 
   internal-braille-drivers: bm
   braille-parameters: 
   braille-device: usb:
   text-table: text.myfr.tbl
   attributes-table: attributes.tbl
   speech-support: yes
   flite-root: 
   mikropuhe-root: 
   speechd-root: 
   swift-root: 
   theta-root: 
   viavoice-root: 
   internal-speech-drivers: 
   speech-parameters: 
   internal-screen-drivers: sc
   screen-parameters: 
   screen-driver: sc

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i386-unknown-freebsd7.0
ac_cv_build_alias=i386-unknown-freebsd7.0
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_PYTHON_VERSION_set=
ac_cv_env_PYTHON_VERSION_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func_connect=yes
ac_cv_func_fchdir=yes
ac_cv_func_fchmod=yes
ac_cv_func_gai_strerror=yes
ac_cv_func_getaddrinfo=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_getnameinfo=yes
ac_cv_func_getopt_long=yes
ac_cv_func_getpeereid=yes
ac_cv_func_getpeerucred=no
ac_cv_func_getzoneid=no
ac_cv_func_hstrerror=yes
ac_cv_func_pause=yes
ac_cv_func_realpath=yes
ac_cv_func_remove=yes
ac_cv_func_shm_open=yes
ac_cv_func_shmat=yes
ac_cv_func_shmget=yes
ac_cv_func_sigaction=yes
ac_cv_func_vsyslog=yes
ac_cv_have_x='have_x=yes 		ac_x_includes=/usr/X11R6/include ac_x_libraries=/usr/X11R6/lib'
ac_cv_header_X11_Xaw_Command_h=yes
ac_cv_header_X11_Xaw_Form_h=yes
ac_cv_header_X11_Xaw_Label_h=yes
ac_cv_header_X11_Xaw_Paned_h=yes
ac_cv_header_X11_Xaw_Repeater_h=yes
ac_cv_header_X11_extensions_XKB_h=yes
ac_cv_header_X11_extensions_XTest_h=yes
ac_cv_header_alloca_h=no
ac_cv_header_getopt_h=yes
ac_cv_header_glob_h=yes
ac_cv_header_grp_h=yes
ac_cv_header_iconv_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=no
ac_cv_header_linux_input_h=no
ac_cv_header_linux_vt_h=no
ac_cv_header_machine_speaker_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_ncurses_h=yes
ac_cv_header_pthread_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_regex_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_io_h=no
ac_cv_header_sys_modem_h=no
ac_cv_header_sys_poll_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_tcl_h=no
ac_cv_header_unistd_h=yes
ac_cv_host=i386-unknown-freebsd7.0
ac_cv_host_alias=i386-unknown-freebsd7.0
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_X11=ac_cv_lib_X11_main
ac_cv_lib_X11_main=yes
ac_cv_lib_Xaw___main=yes
ac_cv_lib_Xext=ac_cv_lib_Xext_main
ac_cv_lib_Xext_main=yes
ac_cv_lib_Xt=ac_cv_lib_Xt_main
ac_cv_lib_Xt_main=yes
ac_cv_lib_Xtst=ac_cv_lib_Xtst_main
ac_cv_lib_Xtst_main=yes
ac_cv_lib_gpm_Gpm_Open=no
ac_cv_lib_ncurses___main=yes
ac_cv_lib_ncursesw___main=no
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=nawk
ac_cv_prog_CPP='gcc -Wall -E'
ac_cv_prog_LD=ld
ac_cv_prog_OCAMLC=no
ac_cv_prog_YACC=byacc
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
ac_cv_search___cxa_pure_virtual=-lsupc++
ac_cv_search_dlopen='none required'
ac_cv_search_inet_ntoa='none required'
ac_cv_search_pthread_create=-lpthread
ac_cv_search_socket='none required'
ac_cv_sizeof_key_t=4
ac_cv_target=i386-unknown-freebsd7.0
ac_cv_target_alias=i386-unknown-freebsd7.0
ac_cv_type_key_t=yes
brltty_cv_c_attribute_format_printf=yes
brltty_cv_c_attribute_packed=yes
brltty_cv_c_attribute_unused=yes
brltty_cv_c_operator_alignof=yes
brltty_cv_device_directory=/dev
brltty_cv_device_serial_first=cuaa0
brltty_cv_env_libsearch=LD_LIBRARY_PATH
brltty_cv_ext_arc=a
brltty_cv_have_pthreads=yes
brltty_cv_package_curses=ncurses
brltty_cv_package_gui_toolkit=Xaw
brltty_cv_prog_cc_cxx=yes
brltty_cv_prog_cc_flags_pyrexc='-Wno-parentheses -Wno-unused -fno-strict-aliasing -U_POSIX_C_SOURCE -U_XOPEN_SOURCE'
brltty_cv_prog_cc_flags_yacc='-Wno-parentheses -Wno-unused -Wno-uninitialized -Wno-unknown-pragmas'
brltty_cv_prog_cc_libflags=-fPIC
brltty_cv_prog_cc_sysflags=
brltty_cv_prog_conflibdir=:
brltty_cv_prog_cxx_libflags=-fPIC
brltty_cv_prog_ld_flags=-export-dynamic
brltty_cv_prog_ld_static=-static
brltty_cv_prog_mklib='$(CC) -shared -Wl,-soname,<name> -o'
brltty_cv_prog_mkmod='$(CC) -shared  -o'
brltty_cv_prog_mkobj='$(LD) -r -o'

## ----------------- ##
## Output variables. ##
## ----------------- ##

AWK='nawk'
CC='gcc -Wall'
CFLAGS='-g -O2'
CONFIGURATION_DIRECTORY='/usr/local/etc'
CONFLIBDIR=':'
CPP='gcc -Wall -E'
CPPFLAGS=''
CXX='gcc -Wall'
CXXFLAGS='-g -O2'
DATA_DIRECTORY='/usr/local/etc/brltty'
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_OPTION_STRIP='-s'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
JAVAC=''
LD='ld'
LDFLAGS=' -static -Wl,-export-dynamic'
LIBCFLAGS='-fPIC'
LIBCXXFLAGS='-fPIC'
LIBOBJS=''
LIBRARY_DIRECTORY='/usr/local//lib/brltty'
LIBS='-lpthread -lsupc++ '
LN_S='ln -s'
LTLIBOBJS=''
MKLIB='$(CC) -shared -Wl,-soname,<name> -o'
MKMOD='$(CC) -shared  -o'
MKOBJ='$(LD) -r -o'
OBJEXT='o'
OCAMLBEST=''
OCAMLC='no'
OCAMLCDOTOPT=''
OCAMLDEP=''
OCAMLLEX=''
OCAMLLEXDOTOPT=''
OCAMLLIB=''
OCAMLOPT=''
OCAMLOPTDOTOPT=''
OCAMLVERSION=''
OCAMLWEB=''
OCAMLWIN32=''
OCAMLYACC=''
PACKAGE_BUGREPORT='http://mielke.cc/brltty/'
PACKAGE_NAME='brltty'
PACKAGE_STRING='brltty 3.8dev'
PACKAGE_TARNAME='brltty'
PACKAGE_TITLE='BRLTTY'
PACKAGE_VERSION='3.8dev'
PATH_SEPARATOR=':'
PM_CONFIGFILE_DEPENDENCY='configuration-file'
PYREXC=''
PYREXC_CFLAGS='-Wno-parentheses -Wno-unused -fno-strict-aliasing -U_POSIX_C_SOURCE -U_XOPEN_SOURCE'
PYTHON=''
PYTHON_CPPFLAGS=''
PYTHON_EXTRA_LDFLAGS=''
PYTHON_EXTRA_LIBS=''
PYTHON_LDFLAGS=''
PYTHON_SITE_PKG=''
PYTHON_VERSION=''
RANLIB='ranlib'
SET_MAKE=''
SHELL='/usr/local/bin/bash'
SYSCFLAGS=''
TCLSH=''
X_CFLAGS=' -I/usr/X11R6/include'
X_EXTRA_LIBS=''
X_LIBS=' -L/usr/X11R6/lib'
X_PRE_LIBS=' -lSM -lICE'
YACC='byacc'
YACC_CFLAGS='-Wno-parentheses -Wno-unused -Wno-uninitialized -Wno-unknown-pragmas'
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_RANLIB='ranlib'
all_api='all-api'
all_api_bindings=''
all_xbrlapi='all-xbrlapi'
api_authkeyfile='brlapi.key'
api_bindings=''
api_dynamic_library='api-dynamic-library'
api_libraries='-lpthread -lsupc++ '
api_major='0'
api_minor='5'
api_objects='brlapi_server.$O brlapi_keyranges.$O'
api_release='0.5.0'
api_revision='0'
api_version='0.5'
archive_extension='a'
archive_prefix='lib'
attributes_table='$(SRC_TOP)$(TBL_DIR)/attributes.tbl'
beeper_tune_objects='beeper.$O'
bindir='${exec_prefix}/bin'
bluetooth_objects=''
braille_device='usb:'
braille_driver_libraries=''
braille_driver_objects='$(BLD_TOP)BrailleDrivers/Baum/braille.$O'
braille_drivers=''
braille_help='braille-help'
braille_libraries_al=''
braille_libraries_at=''
braille_libraries_ba='-L$(BLD_TOP)$(PGM_DIR) -lbrlapi'
braille_libraries_bd=''
braille_libraries_bl=''
braille_libraries_bm=''
braille_libraries_bn=''
braille_libraries_cb=''
braille_libraries_ec=''
braille_libraries_eu=''
braille_libraries_fs=''
braille_libraries_ht=''
braille_libraries_il=''
braille_libraries_lb=''
braille_libraries_lt=''
braille_libraries_mb=''
braille_libraries_md=''
braille_libraries_mn=''
braille_libraries_pm=''
braille_libraries_tn=''
braille_libraries_ts=''
braille_libraries_tt='$(CLIBS)'
braille_libraries_vd=''
braille_libraries_vo=''
braille_libraries_vr=''
braille_libraries_vs=''
braille_libraries_xw='$(XLIBS)'
brltty_external_codes_braille='al at ba bd bl bn cb ec eu fs ht lt mb md mn pm tn ts tt vd vo vr vs xw'
brltty_external_codes_screen='as'
brltty_external_codes_speech='al bl cb es fv gs'
brltty_external_names_braille='Alva Albatross BrlAPI Braudi BrailleLite BrailleNote CombiBraille EcoBraille EuroBraille FreedomScientific HandyTech LogText MultiBraille MDV MiniBraille Papenmeier TechniBraille TSI TTY VideoBraille Voyager Virtual VisioBraille XWindow'
brltty_external_names_screen='AtSpi'
brltty_external_names_speech='Alva BrailleLite CombiBraille ExternalSpeech Festival GenericSay'
brltty_internal_codes_braille='bm'
brltty_internal_codes_screen='sc'
brltty_internal_codes_speech=''
brltty_internal_names_braille='Baum'
brltty_internal_names_screen='Screen'
brltty_internal_names_speech=''
brltty_item_codes_braille='al at ba bd bl bm bn cb ec eu fs ht lt mb md mn pm tn ts tt vd vo vr vs xw'
brltty_item_codes_screen='sc as'
brltty_item_codes_speech='al bl cb es fv gs'
brltty_item_names_braille='Alva Albatross BrlAPI Braudi BrailleLite Baum BrailleNote CombiBraille EcoBraille EuroBraille FreedomScientific HandyTech LogText MultiBraille MDV MiniBraille Papenmeier TechniBraille TSI TTY VideoBraille Voyager Virtual VisioBraille XWindow'
brltty_item_names_screen='Screen AtSpi'
brltty_item_names_speech='Alva BrailleLite CombiBraille ExternalSpeech Festival GenericSay'
brltty_libs_curses='-lncurses '
brltty_libs_x='  -L/usr/X11R6/lib -lXaw -lXt -lXtst -lXext   -lSM -lICE -lX11 '
brltty_manual_directories=' Documents/Manual-BRLTTY/English Documents/Manual-BRLTTY/French Documents/Manual-BrlAPI/English'
brltty_package_curses='ncurses'
brltty_package_gui_toolkit='Xaw'
build='i386-unknown-freebsd7.0'
build_alias=''
build_cpu='i386'
build_os='freebsd7.0'
build_vendor='unknown'
compiler_prefix=''
configuration_file='brltty.conf'
contracted_braille_objects='ctb_compile.$O ctb_translate.$O'
cspi_includes='-I/usr/local/include/at-spi-1.0 -I/usr/X11R6/include -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/bonobo-activation-2.0  '
cspi_libdirs='-L/usr/local/lib  '
cspi_libraries='-lcspi -lspi -lbonobo-2 -latk-1.0 -lbonobo-activation -lORBit-2 -lm -lgthread-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv  '
data_directory='${prefix}/etc/brltty'
datadir='${prefix}/share'
exec_prefix='/usr/local/'
execute_root=''
first_serial_device='cuaa0'
flite_language=''
flite_lexicon=''
flite_root=''
flite_voice=''
fm_tune_objects='fm.$O adlib.$O'
host='i386-unknown-freebsd7.0'
host_alias=''
host_cpu='i386'
host_os='freebsd7.0'
host_vendor='unknown'
include_directory='${prefix}/include/brltty'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_api='install-api'
install_api_bindings=''
install_api_libraries='install-api-libraries'
install_attributes_tables='install-attributes-tables'
install_contraction_tables='install-contraction-tables'
install_drivers=''
install_root=''
install_text_tables='install-text-tables'
install_xbrlapi='install-xbrlapi'
libbraille_root=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
library_directory='${exec_prefix}/lib/brltty'
library_extension='so'
library_prefix='lib'
libsearch_variable='LD_LIBRARY_PATH'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
manpage_directory='${prefix}/man'
midi_tune_objects='midi.$O'
mikropuhe_root=''
module_extension='so'
module_name='libbrltty'
oldincludedir='/usr/include'
package_date='2007/02/21'
pcm_tune_objects='pcm.$O'
prefix='/usr/local'
program_directory='${exec_prefix}/bin'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
screen_driver_libraries=''
screen_driver_objects='$(BLD_TOP)ScreenDrivers/Screen/screen.$O'
screen_drivers=''
screen_help='screen-help'
screen_libraries_as='$(CSPI_LIBDIRS) $(CSPI_LIBRARIES)'
screen_libraries_hd=''
screen_libraries_lx=''
screen_libraries_pb=''
screen_libraries_sc=''
screen_libraries_wn=''
sharedstatedir='${prefix}/com'
speech_driver_libraries=''
speech_driver_objects=''
speech_drivers=''
speech_help=''
speech_libraries_al=''
speech_libraries_bl=''
speech_libraries_cb=''
speech_libraries_es=''
speech_libraries_fl=''
speech_libraries_fv=''
speech_libraries_gs=''
speech_libraries_mp=''
speech_libraries_sd=''
speech_libraries_sw=''
speech_libraries_th=''
speech_libraries_vv=''
speech_support_object='spk.$O'
speechd_root=''
swift_root=''
sysconfdir='${prefix}/etc'
system_object='sys_freebsd.$O'
target='i386-unknown-freebsd7.0'
target_alias=''
target_cpu='i386'
target_os='freebsd7.0'
target_vendor='unknown'
text_table='$(SRC_TOP)$(TBL_DIR)/text.myfr.tbl'
theta_root=''
translation_table_objects='tbl.$O tbl_native.$O'
usb_objects='usb.$O usb_freebsd.$O'
viavoice_root=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define API_PARAMETERS ""
#define ATTRIBUTES_TABLE "attributes.tbl"
#define BRAILLE_DEVICE "usb:"
#define BRAILLE_DRIVER_CODES "bm al at ba bd bl bn cb ec eu fs ht lt mb md mn pm tn ts tt vd vo vr vs xw"
#define BRAILLE_PARAMETERS ""
#define BRLAPI_AUTHKEYFILE "brlapi.key"
#define BRLAPI_ETCDIR "/usr/local/etc"
#define BRLAPI_MAJOR 0
#define BRLAPI_MINOR 5
#define BRLAPI_RELEASE "0.5.0"
#define BRLAPI_REVISION 0
#define CONFIGURATION_DIRECTORY "/usr/local/etc"
#define CONFIGURATION_FILE "brltty.conf"
#define DATA_DIRECTORY "/usr/local/etc/brltty"
#define DEVICE_DIRECTORY "/dev"
#define ENABLE_API 1
#define ENABLE_BEEPER_SUPPORT 1
#define ENABLE_CONTRACTED_BRAILLE 1
#define ENABLE_FM_SUPPORT 1
#define ENABLE_LEARN_MODE 1
#define ENABLE_MIDI_SUPPORT 1
#define ENABLE_PCM_SUPPORT 1
#define ENABLE_PM_CONFIGURATION_FILE 1
#define ENABLE_PREFERENCES_MENU 1
#define ENABLE_SPEECH_SUPPORT 1
#define ENABLE_TABLE_SELECTION 1
#define ENABLE_USB_SUPPORT 1
#define HAVE_ATTRIBUTE_FORMAT_PRINTF 1
#define HAVE_ATTRIBUTE_PACKED 1
#define HAVE_ATTRIBUTE_UNUSED 1
#define HAVE_DLOPEN 1
#define HAVE_FCHDIR 1
#define HAVE_FCHMOD 1
#define HAVE_GAI_STRERROR 1
#define HAVE_GETADDRINFO 1
#define HAVE_GETNAMEINFO 1
#define HAVE_GETOPT_H 1
#define HAVE_GETOPT_LONG 1
#define HAVE_GETPEEREID 1
#define HAVE_GLOB_H 1
#define HAVE_GRP_H 1
#define HAVE_HSTRERROR 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBNCURSES 1
#define HAVE_LIBXAW 1
#define HAVE_MACHINE_SPEAKER_H 1
#define HAVE_MEMORY_H 1
#define HAVE_OPERATOR_ALIGNOF 1
#define HAVE_PAUSE 1
#define HAVE_PKG_NCURSES 1
#define HAVE_PKG_XAW 1
#define HAVE_POSIX_THREADS 1
#define HAVE_PWD_H 1
#define HAVE_REALPATH 1
#define HAVE_REGEX_H 1
#define HAVE_SHMGET 1
#define HAVE_SHM_OPEN 1
#define HAVE_SIGACTION 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYSLOG_H 1
#define HAVE_SYS_POLL_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_VSYSLOG 1
#define HAVE_X11_EXTENSIONS_XKB_H 1
#define HAVE_X11_EXTENSIONS_XTEST_H 1
#define LIBRARY_DIRECTORY "/usr/local//lib/brltty"
#define LIBRARY_EXTENSION "so"
#define MODULE_EXTENSION "so"
#define MODULE_NAME "libbrltty"
#define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
#define PACKAGE_NAME "brltty"
#define PACKAGE_STRING "brltty 3.8dev"
#define PACKAGE_TARNAME "brltty"
#define PACKAGE_TITLE "BRLTTY"
#define PACKAGE_VERSION "3.8dev"
#define SCREEN_DRIVER "sc"
#define SCREEN_DRIVER_CODES "sc as"
#define SCREEN_PARAMETERS ""
#define SIZEOF_KEY_T 4
#define SPEECH_DRIVER_CODES "al bl cb es fv gs"
#define SPEECH_PARAMETERS ""
#define STDC_HEADERS 1
#define TEXT_TABLE "text.myfr.tbl"
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;

configure: exit 0

=======================================
	2. make problem.
i renamed /usr/include/sys/iconv.h temp_iconv.h !!!

here is the iconv.h from the ports collection:
================
/* Copyright (C) 1999-2003 Free Software Foundation, Inc.
   This file is part of the GNU LIBICONV Library.

   The GNU LIBICONV Library is free software; you can redistribute it
   and/or modify it under the terms of the GNU Library General Public
   License as published by the Free Software Foundation; either version 2
   of the License, or (at your option) any later version.

   The GNU LIBICONV Library is distributed in the hope that it will be
   useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   Library General Public License for more details.

   You should have received a copy of the GNU Library General Public
   License along with the GNU LIBICONV Library; see the file COPYING.LIB.
   If not, write to the Free Software Foundation, Inc., 59 Temple Place -
   Suite 330, Boston, MA 02111-1307, USA.  */

/* When installed, this file is called "iconv.h". */

#ifndef _LIBICONV_H
#define _LIBICONV_H

#define _LIBICONV_VERSION 0x0109    /* version number: (major<<8) + minor */
extern int _libiconv_version;       /* Likewise */

/* We would like to #include any system header file which could define
   iconv_t, 1. in order to eliminate the risk that the user gets compilation
   errors because some other system header file includes /usr/include/iconv.h
   which defines iconv_t or declares iconv after this file, 2. when compiling
   for LIBICONV_PLUG, we need the proper iconv_t type in order to produce
   binary compatible code.
   But gcc's #include_next is not portable. Thus, once libiconv's iconv.h
   has been installed in /usr/local/include, there is no way any more to
   include the original /usr/include/iconv.h. We simply have to get away
   without it.
   Ad 1. The risk that a system header file does
   #include "iconv.h"  or  #include_next "iconv.h"
   is small. They all do #include <iconv.h>.
   Ad 2. The iconv_t type is a pointer type in all cases I have seen. (It
   has to be a scalar type because (iconv_t)(-1) is a possible return value
   from iconv_open().) */

/* Define iconv_t ourselves. */
#undef iconv_t
#define iconv_t libiconv_t
typedef void* iconv_t;

/* Get size_t declaration. */
#include <stddef.h>

/* Get errno declaration and values. */
#include <errno.h>
/* Some systems, like SunOS 4, don't have EILSEQ. Some systems, like BSD/OS,
   have EILSEQ in a different header.  On these systems, define EILSEQ
   ourselves. */
#ifndef EILSEQ
#define EILSEQ 
#endif


#ifdef __cplusplus
extern "C" {
#endif


/* Allocates descriptor for code conversion from encoding `fromcode' to
   encoding `tocode'. */
#ifndef LIBICONV_PLUG
#define iconv_open libiconv_open
#endif
extern iconv_t iconv_open (const char* tocode, const char* fromcode);

/* Converts, using conversion descriptor `cd', at most `*inbytesleft' bytes
   starting at `*inbuf', writing at most `*outbytesleft' bytes starting at
   `*outbuf'.
   Decrements `*inbytesleft' and increments `*inbuf' by the same amount.
   Decrements `*outbytesleft' and increments `*outbuf' by the same amount. */
#ifndef LIBICONV_PLUG
#define iconv libiconv
#endif
extern size_t iconv (iconv_t cd, const char* * inbuf, size_t *inbytesleft, char* * outbuf, size_t *outbytesleft);

/* Frees resources allocated for conversion descriptor `cd'. */
#ifndef LIBICONV_PLUG
#define iconv_close libiconv_close
#endif
extern int iconv_close (iconv_t cd);


#ifndef LIBICONV_PLUG

/* Nonstandard extensions. */

/* Control of attributes. */
#define iconvctl libiconvctl
extern int iconvctl (iconv_t cd, int request, void* argument);

/* Requests for iconvctl. */
#define ICONV_TRIVIALP            0  /* int *argument */
#define ICONV_GET_TRANSLITERATE   1  /* int *argument */
#define ICONV_SET_TRANSLITERATE   2  /* const int *argument */
#define ICONV_GET_DISCARD_ILSEQ   3  /* int *argument */
#define ICONV_SET_DISCARD_ILSEQ   4  /* const int *argument */

/* Listing of locale independent encodings. */
#define iconvlist libiconvlist
extern void iconvlist (int (*do_one) (unsigned int namescount,
                                      const char * const * names,
                                      void* data),
                       void* data);

/* Support for relocatable packages.  */

/* Sets the original and the current installation prefix of the package.
   Relocation simply replaces a pathname starting with the original prefix
   by the corresponding pathname with the current prefix instead.  Both
   prefixes should be directory names without trailing slash (i.e. use ""
   instead of "/").  */
extern void libiconv_set_relocation_prefix (const char *orig_prefix,
					    const char *curr_prefix);

#endif


#ifdef __cplusplus
}
#endif


#endif /* _LIBICONV_H */

========================================
		The make precess ane errors.

make -I/usr/local/include
... ...
./brlapi_server.c: In function `handleWrite':
./brlapi_server.c:1053: warning: passing arg 2 of `libiconv' from incompatible pointer type
gcc -Wall -g -O2 -I. -I./../ -I. -I..  -DHAVE_CONFIG_H -c ./brlapi_keyranges.c
gcc -Wall -static -Wl,-export-dynamic -o brltty main.o config.o options.o misc.o sys_freebsd.o io_misc.o queue.o async.o auth.o cut.o touch.o cmd.o at2.o lock.o charset.o tbl.o tbl_native.o ctb_compile.o ctb_translate.o serial.o usb.o usb_freebsd.o  drivers.o scr.o scr_base.o scr_help.o scr_frozen.o scr_main.o scr_real.o ./..//ScreenDrivers/Screen/screen.o route.o brl.o ./..//BrailleDrivers/Baum/braille.o spk.o  tunes.o beeper.o pcm.o midi.o fm.o adlib.o brlapi_server.o brlapi_keyranges.o    -lpthread -lsupc++
charset.o(.text+0x137): In function `setCharset':
./charset.c:251: undefined reference to `libiconv_open'
charset.o(.text+0x19d):./charset.c:268: undefined reference to `libiconv_close'
charset.o(.text+0x237):./charset.c:255: undefined reference to `libiconv_close'
charset.o(.text+0x2df): In function `convertWcharToChar':
./charset.c:100: undefined reference to `libiconv'
charset.o(.text+0x351): In function `convertCharToWchar':
./charset.c:99: undefined reference to `libiconv'
charset.o(.text+0x3c2): In function `convertCharToUtf8':
./charset.c:83: undefined reference to `libiconv'
charset.o(.text+0x432): In function `convertWcharToUtf8':
./charset.c:82: undefined reference to `libiconv'
charset.o(.text+0x494): In function `convertUtf8ToChar':
./charset.c:64: undefined reference to `libiconv'
charset.o(.text+0x4fc):./charset.c:63: more undefined references to `libiconv' follow
brlapi_server.o(.text+0x1a7a): In function `handleWrite':
./brlapi_server.c:1052: undefined reference to `libiconv_open'
brlapi_server.o(.text+0x1aa1):./brlapi_server.c:1053: undefined reference to `libiconv'
brlapi_server.o(.text+0x1aac):./brlapi_server.c:1054: undefined reference to `libiconv_close'
*** Error code 1
Stop

I am there at this time.

best regards

raoul Mégélas
rmgls at wanadoo.fr

P'S' sorry, i am out for 3 days.



More information about the BRLTTY mailing list