[fdo-users] FDO doesn't compile on Debian Linux

mike at malagatech.com mike at malagatech.com
Wed Jul 30 15:14:04 EDT 2008


Thank you for your help, my buiild is now working.  The problem was that I
had run the build_parse.sh script and it modified yyConstraint.cpp and
created yyConstraint.h.  Even after deleting these and replacing with the
files from the archive it still wouldn't compile so I deleted the entire
OpenSource_FDO directory and extracted again.  Now when I run the build
process it works without errors.

Mike

On Wed, 30 Jul 2008 04:30:55 -0700, Jack Lee <jack.lee at autodesk.com> wrote:
> Hi,
> 
> Did you run build_parse.sh? You shouldn't need to run the script.
> You should verify that the files under Utilities/Common/Inc/Parse and
> Utilities/Common/Src/Parse did not changed.
> 
> 
> -----Original Message-----
> From: fdo-users-bounces at lists.osgeo.org
> [mailto:fdo-users-bounces at lists.osgeo.org] On Behalf Of
> mike at malagatech.com
> Sent: Wednesday, July 30, 2008 12:06 AM
> To: FDO Users Mail List
> Subject: RE: [fdo-users] FDO doesn't compile on Debian Linux
> 
> I think that may be where the problem is.  It enters Utilities/Common and
> begin compiling but then has errors on the following files:
> yyConstraint.h, yyConstraint.y, yyConstraint.cpp
> 
> Below is the complete output from my build process:
> 
> configuring fdocore
> acinclude.m4:7: warning: underquoted definition of FDO_HELP_STRING
> acinclude.m4:7:   run info '(automake)Extending aclocal'
> acinclude.m4:7:   or see
> http://sources.redhat.com/automake/automake.html#Extending-aclocal
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... /bin/mkdir -p
> checking for gawk... no
> checking for mawk... mawk
> checking whether make sets $(MAKE)... yes
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking for style of include used by make... GNU
> checking dependency style of gcc... gcc3
> checking for g++... g++
> checking whether we are using the GNU C++ compiler... yes
> checking whether g++ accepts -g... yes
> checking dependency style of g++... gcc3
> checking for bison... bison -y
> checking build system type... i686-pc-linux-gnu
> checking host system type... i686-pc-linux-gnu
> checking for a sed that does not truncate output... /bin/sed
> checking for grep that handles long lines and -e... /bin/grep
> checking for egrep... /bin/grep -E
> checking for ld used by gcc... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for /usr/bin/ld option to reload object files... -r
> checking for BSD-compatible nm... /usr/bin/nm -B
> checking whether ln -s works... yes
> checking how to recognise dependent libraries... pass_all
> checking how to run the C preprocessor... gcc -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking dlfcn.h usability... yes
> checking dlfcn.h presence... yes
> checking for dlfcn.h... yes
> checking how to run the C++ preprocessor... g++ -E
> checking for g77... no
> checking for xlf... no
> checking for f77... no
> checking for frt... no
> checking for pgf77... no
> checking for cf77... no
> checking for fort77... no
> checking for fl32... no
> checking for af77... no
> checking for xlf90... no
> checking for f90... no
> checking for pgf90... no
> checking for pghpf... no
> checking for epcf90... no
> checking for gfortran... no
> checking for g95... no
> checking for xlf95... no
> checking for f95... no
> checking for fort... no
> checking for ifort... no
> checking for ifc... no
> checking for efc... no
> checking for pgf95... no
> checking for lf95... no
> checking for ftn... no
> checking whether we are using the GNU Fortran 77 compiler... no
> checking whether  accepts -g... no
> checking the maximum length of command line arguments... 32768
> checking command to parse /usr/bin/nm -B output from gcc object... ok
> checking for objdir... .libs
> checking for ar... ar
> checking for ranlib... ranlib
> checking for strip... strip
> checking if gcc supports -fno-rtti -fno-exceptions... no
> checking for gcc option to produce PIC... -fPIC
> checking if gcc PIC flag -fPIC works... yes
> checking if gcc static flag -static works... yes
> checking if gcc supports -c -o file.o... yes
> checking whether the gcc linker (/usr/bin/ld) supports shared
> libraries...
> yes
> checking whether -lc should be explicitly linked in... no
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... no
> configure: creating libtool
> appending configuration tag "CXX" to libtool
> checking for ld used by g++... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking whether the g++ linker (/usr/bin/ld) supports shared
> libraries...
> yes
> checking for g++ option to produce PIC... -fPIC
> checking if g++ PIC flag -fPIC works... yes
> checking if g++ static flag -static works... yes
> checking if g++ supports -c -o file.o... yes
> checking whether the g++ linker (/usr/bin/ld) supports shared
> libraries...
> yes
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> appending configuration tag "F77" to libtool
> configure: Building with default location of FDO API files at
> /usr/local/src/OpenSource_FDO/Fdo
> configure: Building with default location of FDO Utility files at
> /usr/local/src/OpenSource_FDO/Utilities
> configure: Building with default location of FDO Thirdparty files at
> /usr/local/src/OpenSource_FDO/Thirdparty
> configure: Using optimized configuration
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating Fdo/Makefile
> config.status: creating Utilities/Makefile
> config.status: creating Thirdparty/Makefile
> config.status: creating Fdo/Unmanaged/Makefile
> config.status: creating Fdo/Unmanaged/Src/Makefile
> config.status: creating Fdo/Unmanaged/Src/McToMsf/Makefile
> config.status: creating Fdo/Unmanaged/Src/Message/Makefile
> config.status: creating Fdo/Unmanaged/Src/FileToHdr/Makefile
> config.status: creating Fdo/Unmanaged/Src/Nls/Makefile
> config.status: creating Fdo/Unmanaged/Src/Common/Makefile
> config.status: creating Fdo/Unmanaged/Src/Geometry/Makefile
> config.status: creating Fdo/Unmanaged/Src/Spatial/Makefile
> config.status: creating Fdo/Unmanaged/Src/Fdo/Makefile
> config.status: creating Fdo/Unmanaged/Inc/Makefile
> config.status: creating Fdo/Managed/Makefile
> config.status: creating Fdo/Install/Makefile
> config.status: creating Fdo/Install/XsdInstallPaths/Makefile
> config.status: creating Fdo/Docs/Makefile
> config.status: creating Fdo/Docs/doc_src/Makefile
> config.status: creating
> Fdo/Docs/doc_src/group_and_page_definitions/Makefile
> config.status: creating Fdo/Docs/doc_src/headers_and_footers/Makefile
> config.status: creating Fdo/Docs/XmlSchema/Makefile
> config.status: creating Fdo/UnitTest/Makefile
> config.status: creating Utilities/Common/Makefile
> config.status: creating Utilities/TestCommon/Makefile
> config.status: creating Utilities/SQLiteInterface/Makefile
> config.status: creating Utilities/OWS/Makefile
> config.status: creating Utilities/OWS/Src/Makefile
> config.status: creating Utilities/ExpressionEngine/Makefile
> config.status: creating Utilities/ExpressionEngine/Src/Makefile
> config.status: creating Utilities/ExpressionEngine/Inc/Makefile
> config.status: creating Utilities/SchemaMgr/Makefile
> config.status: creating Utilities/SchemaMgr/Inc/Makefile
> config.status: creating Utilities/SchemaMgr/Nls/Makefile
> config.status: creating Utilities/SchemaMgr/Src/Makefile
> config.status: creating Utilities/SchemaMgr/Src/Sm/Makefile
> config.status: creating Utilities/SchemaMgr/Src/Sm/Lp/Makefile
> config.status: creating Utilities/SchemaMgr/Src/Sm/Ov/Makefile
> config.status: creating Utilities/SchemaMgr/Src/Sm/Ph/Makefile
> config.status: creating Utilities/SchemaMgr/Src/Sm/Ph/Cfg/Makefile
> config.status: creating Utilities/SchemaMgr/Src/Sm/Ph/Mt/Makefile
> config.status: creating Utilities/SchemaMgr/Src/Sm/Ph/Rb/Makefile
> config.status: creating Utilities/SchemaMgr/Src/Sm/Ph/Rd/Makefile
> config.status: executing depfiles commands
> Making all in Fdo
> make[1]: Entering directory `/usr/local/src/OpenSource_FDO/Fdo'
> Making all in Unmanaged
> make[2]: Entering directory `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged'
> Making all in Src
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src'
> Making all in McToMsf
> make[4]: Entering directory
> `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src/McToMsf'
> make[4]: Nothing to be done for `all'.
> make[4]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src/McToMsf'
> Making all in Message
> make[4]: Entering directory
> `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src/Message'
> make[4]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src/Message'
> Making all in FileToHdr
> make[4]: Entering directory
> `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src/FileToHdr'
> make[4]: Nothing to be done for `all'.
> make[4]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src/FileToHdr'
> Making all in Nls
> make[4]: Entering directory
> `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src/Nls'
> make[4]: Nothing to be done for `all'.
> make[4]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src/Nls'
> Making all in Common
> make[4]: Entering directory
> `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src/Common'
> make[4]: Nothing to be done for `all'.
> make[4]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src/Common'
> Making all in Geometry
> make[4]: Entering directory
> `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src/Geometry'
> /bin/sh ../../../../libtool --tag=CXX   --mode=compile g++
> -DPACKAGE_NAME=\"FDO\" -DPACKAGE_TARNAME=\"fdo\"
> -DPACKAGE_VERSION=\"3.3.0\" -DPACKAGE_STRING=\"FDO\ 3.3.0\"
> -DPACKAGE_BUGREPORT=\"http://fdo.osgeo.org\" -DPACKAGE=\"fdo\"
> -DVERSION=\"3.3.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
> -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1
> -DHAVE_DLFCN_H=1 -I. -I../../Inc -I../Common    -O2 -MMD -MT  -DFULLPROTO
> -D__USE_GNU -MT yyFgft.lo -MD -MP -MF .deps/yyFgft.Tpo -c -o yyFgft.lo
> `test -f 'Parse/yyFgft.cpp' || echo './'`Parse/yyFgft.cpp
>  g++ -DPACKAGE_NAME=\"FDO\" -DPACKAGE_TARNAME=\"fdo\"
> -DPACKAGE_VERSION=\"3.3.0\" "-DPACKAGE_STRING=\"FDO 3.3.0\""
> -DPACKAGE_BUGREPORT=\"http://fdo.osgeo.org\" -DPACKAGE=\"fdo\"
> -DVERSION=\"3.3.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
> -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1
> -DHAVE_DLFCN_H=1 -I. -I../../Inc -I../Common -O2 -MMD -MT -DFULLPROTO
> -D__USE_GNU -MT yyFgft.lo -MD -MP -MF .deps/yyFgft.Tpo -c
> Parse/yyFgft.cpp
> -fPIC -DPIC -o .libs/yyFgft.o
> Fdo/Unmanaged/Src/Geometry/Parse/yyFgft.y:40: error: invalid function
> declaration
> y.tab.h:114: error: declaration does not declare anything
> Parse/ParseFgft.h:124: error: field 'fdo_fgft_yyval' has incomplete type
> Parse/ParseFgft.h:125: error: field 'fdo_fgft_yylval' has incomplete type
> yyFgft.cpp:341: error: expected ';' before '->' token
> yyFgft.cpp:342: error: field 'pParse' has incomplete type
> yyFgft.cpp:342: error: expected ';' before '->' token
> yyFgft.cpp:1159: error: expected ',' or '...' before '->' token
> yyFgft.cpp: In function 'void fdo_fgft_yydestruct(const char*, int,
> FDO_FGFT_YYSTYPE*)':
> yyFgft.cpp:1168: error: invalid use of undefined type 'union
> FDO_FGFT_YYSTYPE'
> Parse/yyFgft.h:106: error: forward declaration of 'union
> FDO_FGFT_YYSTYPE'
> yyFgft.cpp: In function 'int fdo_fgft_yyparse()':
> yyFgft.cpp:1260: error: expected initializer before '->' token
> yyFgft.cpp:1261: error: expected initializer before '->' token
> yyFgft.cpp:1264: error: elements of array 'FDO_FGFT_YYSTYPE
> fdo_fgft_yyvsa
> [200]' have incomplete type
> yyFgft.cpp:1264: error: storage size of 'fdo_fgft_yyvsa' isn't known
> yyFgft.cpp:1265: error: expected initializer before '->' token
> yyFgft.cpp:1271: error: expected initializer before '->' token
> yyFgft.cpp:1285: error: 'pParse' was not declared in this scope
> yyFgft.cpp:1350: error: invalid application of 'sizeof' to incomplete
> type
> 'FDO_FGFT_YYSTYPE'
> yyFgft.cpp:1353: error: 'union fdo_fgft_yyalloc' has no member named
> 'pParse'
> yyFgft.cpp:1353: error: 'union fdo_fgft_yyalloc' has no member named
> 'pParse'
> yyFgft.cpp:1354: error: 'union fdo_fgft_yyalloc' has no member named
> 'fdo_fgft_yyvs'
> yyFgft.cpp:1354: error: 'fdo_fgft_yyvs' was not declared in this scope
> yyFgft.cpp:1354: error: 'union fdo_fgft_yyalloc' has no member named
> 'fdo_fgft_yyvs'
> Parse/ParseFgft.h:171: error: too few arguments to function 'FdoInt32
> fdo_fgft_yylex(FdoParseFgft*)'
> yyFgft.cpp:1397: error: at this point in file
> yyFgft.cpp:1784: error: cannot convert 'const char*' to 'FdoParseFgft*'
> for
> argument '1' to 'FdoInt32 fdo_fgft_yyerror(FdoParseFgft*, char*)'
> yyFgft.cpp:1930: error: cannot convert 'const char*' to 'FdoParseFgft*'
> for
> argument '1' to 'FdoInt32 fdo_fgft_yyerror(FdoParseFgft*, char*)'
> make[4]: *** [yyFgft.lo] Error 1
> make[4]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src/Geometry'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/local/src/OpenSource_FDO/Fdo'
> make: *** [all-recursive] Error 1
> Making install in Fdo
> make[1]: Entering directory `/usr/local/src/OpenSource_FDO/Fdo'
> Making install in Unmanaged
> make[2]: Entering directory `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged'
> Making install in Src
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src'
> Making install in McToMsf
> make[4]: Entering directory
> `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src/McToMsf'
> make[5]: Entering directory
> `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src/McToMsf'
> make[5]: Nothing to be done for `install-exec-am'.
> make[5]: Nothing to be done for `install-data-am'.
> make[5]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src/McToMsf'
> make[4]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src/McToMsf'
> Making install in Message
> make[4]: Entering directory
> `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src/Message'
> make[4]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src/Message'
> Making install in FileToHdr
> make[4]: Entering directory
> `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src/FileToHdr'
> make[5]: Entering directory
> `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src/FileToHdr'
> make[5]: Nothing to be done for `install-exec-am'.
> make[5]: Nothing to be done for `install-data-am'.
> make[5]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src/FileToHdr'
> make[4]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src/FileToHdr'
> Making install in Nls
> make[4]: Entering directory
> `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src/Nls'
> make[5]: Entering directory
> `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src/Nls'
> make[5]: Nothing to be done for `install-exec-am'.
> make[5]: Nothing to be done for `install-data-am'.
> make[5]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src/Nls'
> make[4]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src/Nls'
> Making install in Common
> make[4]: Entering directory
> `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src/Common'
> make[5]: Entering directory
> `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src/Common'
> make[5]: Nothing to be done for `install-exec-am'.
> make[5]: Nothing to be done for `install-data-am'.
> make[5]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src/Common'
> make[4]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src/Common'
> Making install in Geometry
> make[4]: Entering directory
> `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src/Geometry'
> /bin/sh ../../../../libtool --tag=CXX   --mode=compile g++
> -DPACKAGE_NAME=\"FDO\" -DPACKAGE_TARNAME=\"fdo\"
> -DPACKAGE_VERSION=\"3.3.0\" -DPACKAGE_STRING=\"FDO\ 3.3.0\"
> -DPACKAGE_BUGREPORT=\"http://fdo.osgeo.org\" -DPACKAGE=\"fdo\"
> -DVERSION=\"3.3.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
> -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1
> -DHAVE_DLFCN_H=1 -I. -I../../Inc -I../Common    -O2 -MMD -MT  -DFULLPROTO
> -D__USE_GNU -MT yyFgft.lo -MD -MP -MF .deps/yyFgft.Tpo -c -o yyFgft.lo
> `test -f 'Parse/yyFgft.cpp' || echo './'`Parse/yyFgft.cpp
>  g++ -DPACKAGE_NAME=\"FDO\" -DPACKAGE_TARNAME=\"fdo\"
> -DPACKAGE_VERSION=\"3.3.0\" "-DPACKAGE_STRING=\"FDO 3.3.0\""
> -DPACKAGE_BUGREPORT=\"http://fdo.osgeo.org\" -DPACKAGE=\"fdo\"
> -DVERSION=\"3.3.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
> -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1
> -DHAVE_DLFCN_H=1 -I. -I../../Inc -I../Common -O2 -MMD -MT -DFULLPROTO
> -D__USE_GNU -MT yyFgft.lo -MD -MP -MF .deps/yyFgft.Tpo -c
> Parse/yyFgft.cpp
> -fPIC -DPIC -o .libs/yyFgft.o
> Fdo/Unmanaged/Src/Geometry/Parse/yyFgft.y:40: error: invalid function
> declaration
> y.tab.h:114: error: declaration does not declare anything
> Parse/ParseFgft.h:124: error: field 'fdo_fgft_yyval' has incomplete type
> Parse/ParseFgft.h:125: error: field 'fdo_fgft_yylval' has incomplete type
> yyFgft.cpp:341: error: expected ';' before '->' token
> yyFgft.cpp:342: error: field 'pParse' has incomplete type
> yyFgft.cpp:342: error: expected ';' before '->' token
> yyFgft.cpp:1159: error: expected ',' or '...' before '->' token
> yyFgft.cpp: In function 'void fdo_fgft_yydestruct(const char*, int,
> FDO_FGFT_YYSTYPE*)':
> yyFgft.cpp:1168: error: invalid use of undefined type 'union
> FDO_FGFT_YYSTYPE'
> Parse/yyFgft.h:106: error: forward declaration of 'union
> FDO_FGFT_YYSTYPE'
> yyFgft.cpp: In function 'int fdo_fgft_yyparse()':
> yyFgft.cpp:1260: error: expected initializer before '->' token
> yyFgft.cpp:1261: error: expected initializer before '->' token
> yyFgft.cpp:1264: error: elements of array 'FDO_FGFT_YYSTYPE
> fdo_fgft_yyvsa
> [200]' have incomplete type
> yyFgft.cpp:1264: error: storage size of 'fdo_fgft_yyvsa' isn't known
> yyFgft.cpp:1265: error: expected initializer before '->' token
> yyFgft.cpp:1271: error: expected initializer before '->' token
> yyFgft.cpp:1285: error: 'pParse' was not declared in this scope
> yyFgft.cpp:1350: error: invalid application of 'sizeof' to incomplete
> type
> 'FDO_FGFT_YYSTYPE'
> yyFgft.cpp:1353: error: 'union fdo_fgft_yyalloc' has no member named
> 'pParse'
> yyFgft.cpp:1353: error: 'union fdo_fgft_yyalloc' has no member named
> 'pParse'
> yyFgft.cpp:1354: error: 'union fdo_fgft_yyalloc' has no member named
> 'fdo_fgft_yyvs'
> yyFgft.cpp:1354: error: 'fdo_fgft_yyvs' was not declared in this scope
> yyFgft.cpp:1354: error: 'union fdo_fgft_yyalloc' has no member named
> 'fdo_fgft_yyvs'
> Parse/ParseFgft.h:171: error: too few arguments to function 'FdoInt32
> fdo_fgft_yylex(FdoParseFgft*)'
> yyFgft.cpp:1397: error: at this point in file
> yyFgft.cpp:1784: error: cannot convert 'const char*' to 'FdoParseFgft*'
> for
> argument '1' to 'FdoInt32 fdo_fgft_yyerror(FdoParseFgft*, char*)'
> yyFgft.cpp:1930: error: cannot convert 'const char*' to 'FdoParseFgft*'
> for
> argument '1' to 'FdoInt32 fdo_fgft_yyerror(FdoParseFgft*, char*)'
> make[4]: *** [yyFgft.lo] Error 1
> make[4]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src/Geometry'
> make[3]: *** [install-recursive] Error 1
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src'
> make[2]: *** [install-recursive] Error 1
> make[2]: Leaving directory `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged'
> make[1]: *** [install-recursive] Error 1
> make[1]: Leaving directory `/usr/local/src/OpenSource_FDO/Fdo'
> make: *** [install-recursive] Error 1
> Making all in Common
> make[1]: Entering directory
> `/usr/local/src/OpenSource_FDO/Utilities/Common'
> /bin/sh ../../libtool --tag=CXX   --mode=compile g++
> -DPACKAGE_NAME=\"FDO\"
> -DPACKAGE_TARNAME=\"fdo\" -DPACKAGE_VERSION=\"3.3.0\"
> -DPACKAGE_STRING=\"FDO\ 3.3.0\"
> -DPACKAGE_BUGREPORT=\"http://fdo.osgeo.org\" -DPACKAGE=\"fdo\"
> -DVERSION=\"3.3.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
> -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1
> -DHAVE_DLFCN_H=1 -I. -I/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Inc
> -I./Inc -I/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src/Common    -O2
> -MMD -MT  -D__USE_GNU -DLINUX -DLINUX_IA32 -pthread -DHAVE_GEOM_INFO_TYPE
> -MT yyConstraint.lo -MD -MP -MF .deps/yyConstraint.Tpo -c -o
> yyConstraint.lo `test -f 'Src/Parse/yyConstraint.cpp' || echo
> './'`Src/Parse/yyConstraint.cpp
>  g++ -DPACKAGE_NAME=\"FDO\" -DPACKAGE_TARNAME=\"fdo\"
> -DPACKAGE_VERSION=\"3.3.0\" "-DPACKAGE_STRING=\"FDO 3.3.0\""
> -DPACKAGE_BUGREPORT=\"http://fdo.osgeo.org\" -DPACKAGE=\"fdo\"
> -DVERSION=\"3.3.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
> -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1
> -DHAVE_DLFCN_H=1 -I. -I/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Inc
> -I./Inc -I/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src/Common -O2 -MMD
> -MT -D__USE_GNU -DLINUX -DLINUX_IA32 -pthread -DHAVE_GEOM_INFO_TYPE -MT
> yyConstraint.lo -MD -MP -MF .deps/yyConstraint.Tpo -c
> Src/Parse/yyConstraint.cpp  -fPIC -DPIC -o .libs/yyConstraint.o
> In file included from ./Inc/Parse/Lex.h:38,
>                  from ./Inc/Parse/Parse.h:33,
>                  from Utilities/Common/Src/Parse/yyConstraint.y:48:
> ./Inc/Parse/yyConstraint.h:5:1: warning: "FdoToken_NULL" redefined
> Src/Parse/yyConstraint.cpp:127:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:6:1: warning: "FdoToken_TRUE" redefined
> Src/Parse/yyConstraint.cpp:128:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:7:1: warning: "FdoToken_FALSE" redefined
> Src/Parse/yyConstraint.cpp:129:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:8:1: warning: "FdoToken_DATE" redefined
> Src/Parse/yyConstraint.cpp:130:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:9:1: warning: "FdoToken_TIME" redefined
> Src/Parse/yyConstraint.cpp:131:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:10:1: warning: "FdoToken_TIMESTAMP" redefined
> Src/Parse/yyConstraint.cpp:132:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:11:1: warning: "FdoToken_GEOMFROMTEXT"
> redefined
> Src/Parse/yyConstraint.cpp:133:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:12:1: warning: "FdoToken_AND" redefined
> Src/Parse/yyConstraint.cpp:134:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:13:1: warning: "FdoToken_OR" redefined
> Src/Parse/yyConstraint.cpp:135:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:14:1: warning: "FdoToken_NOT" redefined
> Src/Parse/yyConstraint.cpp:136:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:15:1: warning: "FdoToken_LIKE" redefined
> Src/Parse/yyConstraint.cpp:137:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:16:1: warning: "FdoToken_IN" redefined
> Src/Parse/yyConstraint.cpp:138:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:17:1: warning: "FdoToken_BEYOND" redefined
> Src/Parse/yyConstraint.cpp:139:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:18:1: warning: "FdoToken_WITHINDISTANCE"
> redefined
> Src/Parse/yyConstraint.cpp:140:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:19:1: warning: "FdoToken_CONTAINS" redefined
> Src/Parse/yyConstraint.cpp:141:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:20:1: warning: "FdoToken_COVEREDBY" redefined
> Src/Parse/yyConstraint.cpp:142:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:21:1: warning: "FdoToken_CROSSES" redefined
> Src/Parse/yyConstraint.cpp:143:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:22:1: warning: "FdoToken_DISJOINT" redefined
> Src/Parse/yyConstraint.cpp:144:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:23:1: warning: "FdoToken_ENVELOPEINTERSECTS"
> redefined
> Src/Parse/yyConstraint.cpp:145:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:24:1: warning: "FdoToken_EQUALS" redefined
> Src/Parse/yyConstraint.cpp:146:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:25:1: warning: "FdoToken_INTERSECTS" redefined
> Src/Parse/yyConstraint.cpp:147:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:26:1: warning: "FdoToken_INSIDE" redefined
> Src/Parse/yyConstraint.cpp:148:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:27:1: warning: "FdoToken_OVERLAPS" redefined
> Src/Parse/yyConstraint.cpp:149:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:28:1: warning: "FdoToken_TOUCHES" redefined
> Src/Parse/yyConstraint.cpp:150:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:29:1: warning: "FdoToken_WITHIN" redefined
> Src/Parse/yyConstraint.cpp:151:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:30:1: warning: "FdoToken_RELATE" redefined
> Src/Parse/yyConstraint.cpp:152:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:31:1: warning: "FdoToken_IDENTIFIER" redefined
> Src/Parse/yyConstraint.cpp:153:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:32:1: warning: "FdoToken_PARAMETER" redefined
> Src/Parse/yyConstraint.cpp:154:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:33:1: warning: "FdoToken_STRING" redefined
> Src/Parse/yyConstraint.cpp:155:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:34:1: warning: "FdoToken_INTEGER" redefined
> Src/Parse/yyConstraint.cpp:156:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:35:1: warning: "FdoToken_INT64" redefined
> Src/Parse/yyConstraint.cpp:157:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:36:1: warning: "FdoToken_DOUBLE" redefined
> Src/Parse/yyConstraint.cpp:158:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:37:1: warning: "FdoToken_DATETIME" redefined
> Src/Parse/yyConstraint.cpp:159:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:38:1: warning: "FdoToken_BLOB" redefined
> Src/Parse/yyConstraint.cpp:160:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:39:1: warning: "FdoToken_CLOB" redefined
> Src/Parse/yyConstraint.cpp:161:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:40:1: warning: "FdoToken_Add" redefined
> Src/Parse/yyConstraint.cpp:162:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:41:1: warning: "FdoToken_Subtract" redefined
> Src/Parse/yyConstraint.cpp:163:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:42:1: warning: "FdoToken_Multiply" redefined
> Src/Parse/yyConstraint.cpp:164:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:43:1: warning: "FdoToken_Divide" redefined
> Src/Parse/yyConstraint.cpp:165:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:44:1: warning: "FdoToken_Negate" redefined
> Src/Parse/yyConstraint.cpp:166:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:45:1: warning: "FdoToken_EQ" redefined
> Src/Parse/yyConstraint.cpp:167:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:46:1: warning: "FdoToken_NE" redefined
> Src/Parse/yyConstraint.cpp:168:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:47:1: warning: "FdoToken_GT" redefined
> Src/Parse/yyConstraint.cpp:169:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:48:1: warning: "FdoToken_GE" redefined
> Src/Parse/yyConstraint.cpp:170:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:49:1: warning: "FdoToken_LT" redefined
> Src/Parse/yyConstraint.cpp:171:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:50:1: warning: "FdoToken_LE" redefined
> Src/Parse/yyConstraint.cpp:172:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:51:1: warning: "FdoToken_LeftParenthesis"
> redefined
> Src/Parse/yyConstraint.cpp:173:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:52:1: warning: "FdoToken_RightParenthesis"
> redefined
> Src/Parse/yyConstraint.cpp:174:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:53:1: warning: "FdoToken_LeftSquareBrackets"
> redefined
> Src/Parse/yyConstraint.cpp:175:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:54:1: warning: "FdoToken_RightSquareBrackets"
> redefined
> Src/Parse/yyConstraint.cpp:176:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:55:1: warning: "FdoToken_Comma" redefined
> Src/Parse/yyConstraint.cpp:177:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:56:1: warning: "FdoToken_Dot" redefined
> Src/Parse/yyConstraint.cpp:178:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:57:1: warning: "FdoToken_Colon" redefined
> Src/Parse/yyConstraint.cpp:179:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:58:1: warning: "FdoToken_AS" redefined
> Src/Parse/yyConstraint.cpp:180:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:59:1: warning: "FdoToken_BETWEEN" redefined
> Src/Parse/yyConstraint.cpp:181:1: warning: this is the location of the
> previous definition
> Utilities/Common/Src/Parse/yyConstraint.y:73: error: using typedef-name
> 'FDO_CONSTRAINT_YYSTYPE' after 'union'
> ./Inc/Parse/yyConstraint.h:69: error: 'FDO_CONSTRAINT_YYSTYPE' has a
> previous declaration here
> Utilities/Common/Src/Parse/yyConstraint.y:73: error: 'union' tag used in
> naming '<type error>'
> Utilities/Common/Src/Parse/yyConstraint.y:54: error: invalid function
> declaration
> yyConstraint.cpp:240: error: declaration does not declare anything
> yyConstraint.cpp:415: error: expected ';' before '->' token
> yyConstraint.cpp:416: error: expected ';' before '->' token
> yyConstraint.cpp:1222: error: expected ',' or '...' before '->' token
> yyConstraint.cpp: In function 'void fdo_constraint_yydestruct(const
> char*,
> int, FDO_CONSTRAINT_YYSTYPE*)':
> yyConstraint.cpp:1231: error: 'union _FDO_CONSTRAINT_YYSTYPE' has no
> member
> named 'fdo_constraint_yyvaluep'
> yyConstraint.cpp: In function 'int fdo_constraint_yyparse()':
> yyConstraint.cpp:1323: error: expected initializer before '->' token
> yyConstraint.cpp:1324: error: expected initializer before '->' token
> yyConstraint.cpp:1328: error: expected initializer before '->' token
> yyConstraint.cpp:1334: error: expected initializer before '->' token
> yyConstraint.cpp:1348: error: 'pParse' was not declared in this scope
> yyConstraint.cpp:1416: error: 'union fdo_constraint_yyalloc' has no
> member
> named 'pParse'
> yyConstraint.cpp:1416: error: 'union fdo_constraint_yyalloc' has no
> member
> named 'pParse'
> yyConstraint.cpp:1417: error: 'union fdo_constraint_yyalloc' has no
> member
> named 'fdo_constraint_yyvs'
> yyConstraint.cpp:1417: error: 'fdo_constraint_yyvs' was not declared in
> this scope
> yyConstraint.cpp:1417: error: 'union fdo_constraint_yyalloc' has no
> member
> named 'fdo_constraint_yyvs'
> ./Inc/Parse/Parse.h:118: error: too few arguments to function 'FdoInt32
> fdo_constraint_yylex(FdoCommonParse*)'
> yyConstraint.cpp:1460: error: at this point in file
> yyConstraint.cpp:2016: error: cannot convert 'const char*' to
> 'FdoCommonParse*' for argument '1' to 'FdoInt32
> fdo_constraint_yyerror(FdoCommonParse*, char*)'
> yyConstraint.cpp:2162: error: cannot convert 'const char*' to
> 'FdoCommonParse*' for argument '1' to 'FdoInt32
> fdo_constraint_yyerror(FdoCommonParse*, char*)'
> make[1]: *** [yyConstraint.lo] Error 1
> make[1]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Utilities/Common'
> make: *** [all-recursive] Error 1
> Making install in Common
> make[1]: Entering directory
> `/usr/local/src/OpenSource_FDO/Utilities/Common'
> /bin/sh ../../libtool --tag=CXX   --mode=compile g++
> -DPACKAGE_NAME=\"FDO\"
> -DPACKAGE_TARNAME=\"fdo\" -DPACKAGE_VERSION=\"3.3.0\"
> -DPACKAGE_STRING=\"FDO\ 3.3.0\"
> -DPACKAGE_BUGREPORT=\"http://fdo.osgeo.org\" -DPACKAGE=\"fdo\"
> -DVERSION=\"3.3.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
> -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1
> -DHAVE_DLFCN_H=1 -I. -I/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Inc
> -I./Inc -I/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src/Common    -O2
> -MMD -MT  -D__USE_GNU -DLINUX -DLINUX_IA32 -pthread -DHAVE_GEOM_INFO_TYPE
> -MT yyConstraint.lo -MD -MP -MF .deps/yyConstraint.Tpo -c -o
> yyConstraint.lo `test -f 'Src/Parse/yyConstraint.cpp' || echo
> './'`Src/Parse/yyConstraint.cpp
>  g++ -DPACKAGE_NAME=\"FDO\" -DPACKAGE_TARNAME=\"fdo\"
> -DPACKAGE_VERSION=\"3.3.0\" "-DPACKAGE_STRING=\"FDO 3.3.0\""
> -DPACKAGE_BUGREPORT=\"http://fdo.osgeo.org\" -DPACKAGE=\"fdo\"
> -DVERSION=\"3.3.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
> -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1
> -DHAVE_DLFCN_H=1 -I. -I/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Inc
> -I./Inc -I/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src/Common -O2 -MMD
> -MT -D__USE_GNU -DLINUX -DLINUX_IA32 -pthread -DHAVE_GEOM_INFO_TYPE -MT
> yyConstraint.lo -MD -MP -MF .deps/yyConstraint.Tpo -c
> Src/Parse/yyConstraint.cpp  -fPIC -DPIC -o .libs/yyConstraint.o
> In file included from ./Inc/Parse/Lex.h:38,
>                  from ./Inc/Parse/Parse.h:33,
>                  from Utilities/Common/Src/Parse/yyConstraint.y:48:
> ./Inc/Parse/yyConstraint.h:5:1: warning: "FdoToken_NULL" redefined
> Src/Parse/yyConstraint.cpp:127:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:6:1: warning: "FdoToken_TRUE" redefined
> Src/Parse/yyConstraint.cpp:128:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:7:1: warning: "FdoToken_FALSE" redefined
> Src/Parse/yyConstraint.cpp:129:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:8:1: warning: "FdoToken_DATE" redefined
> Src/Parse/yyConstraint.cpp:130:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:9:1: warning: "FdoToken_TIME" redefined
> Src/Parse/yyConstraint.cpp:131:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:10:1: warning: "FdoToken_TIMESTAMP" redefined
> Src/Parse/yyConstraint.cpp:132:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:11:1: warning: "FdoToken_GEOMFROMTEXT"
> redefined
> Src/Parse/yyConstraint.cpp:133:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:12:1: warning: "FdoToken_AND" redefined
> Src/Parse/yyConstraint.cpp:134:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:13:1: warning: "FdoToken_OR" redefined
> Src/Parse/yyConstraint.cpp:135:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:14:1: warning: "FdoToken_NOT" redefined
> Src/Parse/yyConstraint.cpp:136:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:15:1: warning: "FdoToken_LIKE" redefined
> Src/Parse/yyConstraint.cpp:137:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:16:1: warning: "FdoToken_IN" redefined
> Src/Parse/yyConstraint.cpp:138:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:17:1: warning: "FdoToken_BEYOND" redefined
> Src/Parse/yyConstraint.cpp:139:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:18:1: warning: "FdoToken_WITHINDISTANCE"
> redefined
> Src/Parse/yyConstraint.cpp:140:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:19:1: warning: "FdoToken_CONTAINS" redefined
> Src/Parse/yyConstraint.cpp:141:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:20:1: warning: "FdoToken_COVEREDBY" redefined
> Src/Parse/yyConstraint.cpp:142:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:21:1: warning: "FdoToken_CROSSES" redefined
> Src/Parse/yyConstraint.cpp:143:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:22:1: warning: "FdoToken_DISJOINT" redefined
> Src/Parse/yyConstraint.cpp:144:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:23:1: warning: "FdoToken_ENVELOPEINTERSECTS"
> redefined
> Src/Parse/yyConstraint.cpp:145:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:24:1: warning: "FdoToken_EQUALS" redefined
> Src/Parse/yyConstraint.cpp:146:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:25:1: warning: "FdoToken_INTERSECTS" redefined
> Src/Parse/yyConstraint.cpp:147:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:26:1: warning: "FdoToken_INSIDE" redefined
> Src/Parse/yyConstraint.cpp:148:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:27:1: warning: "FdoToken_OVERLAPS" redefined
> Src/Parse/yyConstraint.cpp:149:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:28:1: warning: "FdoToken_TOUCHES" redefined
> Src/Parse/yyConstraint.cpp:150:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:29:1: warning: "FdoToken_WITHIN" redefined
> Src/Parse/yyConstraint.cpp:151:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:30:1: warning: "FdoToken_RELATE" redefined
> Src/Parse/yyConstraint.cpp:152:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:31:1: warning: "FdoToken_IDENTIFIER" redefined
> Src/Parse/yyConstraint.cpp:153:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:32:1: warning: "FdoToken_PARAMETER" redefined
> Src/Parse/yyConstraint.cpp:154:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:33:1: warning: "FdoToken_STRING" redefined
> Src/Parse/yyConstraint.cpp:155:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:34:1: warning: "FdoToken_INTEGER" redefined
> Src/Parse/yyConstraint.cpp:156:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:35:1: warning: "FdoToken_INT64" redefined
> Src/Parse/yyConstraint.cpp:157:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:36:1: warning: "FdoToken_DOUBLE" redefined
> Src/Parse/yyConstraint.cpp:158:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:37:1: warning: "FdoToken_DATETIME" redefined
> Src/Parse/yyConstraint.cpp:159:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:38:1: warning: "FdoToken_BLOB" redefined
> Src/Parse/yyConstraint.cpp:160:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:39:1: warning: "FdoToken_CLOB" redefined
> Src/Parse/yyConstraint.cpp:161:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:40:1: warning: "FdoToken_Add" redefined
> Src/Parse/yyConstraint.cpp:162:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:41:1: warning: "FdoToken_Subtract" redefined
> Src/Parse/yyConstraint.cpp:163:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:42:1: warning: "FdoToken_Multiply" redefined
> Src/Parse/yyConstraint.cpp:164:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:43:1: warning: "FdoToken_Divide" redefined
> Src/Parse/yyConstraint.cpp:165:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:44:1: warning: "FdoToken_Negate" redefined
> Src/Parse/yyConstraint.cpp:166:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:45:1: warning: "FdoToken_EQ" redefined
> Src/Parse/yyConstraint.cpp:167:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:46:1: warning: "FdoToken_NE" redefined
> Src/Parse/yyConstraint.cpp:168:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:47:1: warning: "FdoToken_GT" redefined
> Src/Parse/yyConstraint.cpp:169:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:48:1: warning: "FdoToken_GE" redefined
> Src/Parse/yyConstraint.cpp:170:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:49:1: warning: "FdoToken_LT" redefined
> Src/Parse/yyConstraint.cpp:171:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:50:1: warning: "FdoToken_LE" redefined
> Src/Parse/yyConstraint.cpp:172:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:51:1: warning: "FdoToken_LeftParenthesis"
> redefined
> Src/Parse/yyConstraint.cpp:173:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:52:1: warning: "FdoToken_RightParenthesis"
> redefined
> Src/Parse/yyConstraint.cpp:174:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:53:1: warning: "FdoToken_LeftSquareBrackets"
> redefined
> Src/Parse/yyConstraint.cpp:175:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:54:1: warning: "FdoToken_RightSquareBrackets"
> redefined
> Src/Parse/yyConstraint.cpp:176:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:55:1: warning: "FdoToken_Comma" redefined
> Src/Parse/yyConstraint.cpp:177:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:56:1: warning: "FdoToken_Dot" redefined
> Src/Parse/yyConstraint.cpp:178:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:57:1: warning: "FdoToken_Colon" redefined
> Src/Parse/yyConstraint.cpp:179:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:58:1: warning: "FdoToken_AS" redefined
> Src/Parse/yyConstraint.cpp:180:1: warning: this is the location of the
> previous definition
> ./Inc/Parse/yyConstraint.h:59:1: warning: "FdoToken_BETWEEN" redefined
> Src/Parse/yyConstraint.cpp:181:1: warning: this is the location of the
> previous definition
> Utilities/Common/Src/Parse/yyConstraint.y:73: error: using typedef-name
> 'FDO_CONSTRAINT_YYSTYPE' after 'union'
> ./Inc/Parse/yyConstraint.h:69: error: 'FDO_CONSTRAINT_YYSTYPE' has a
> previous declaration here
> Utilities/Common/Src/Parse/yyConstraint.y:73: error: 'union' tag used in
> naming '<type error>'
> Utilities/Common/Src/Parse/yyConstraint.y:54: error: invalid function
> declaration
> yyConstraint.cpp:240: error: declaration does not declare anything
> yyConstraint.cpp:415: error: expected ';' before '->' token
> yyConstraint.cpp:416: error: expected ';' before '->' token
> yyConstraint.cpp:1222: error: expected ',' or '...' before '->' token
> yyConstraint.cpp: In function 'void fdo_constraint_yydestruct(const
> char*,
> int, FDO_CONSTRAINT_YYSTYPE*)':
> yyConstraint.cpp:1231: error: 'union _FDO_CONSTRAINT_YYSTYPE' has no
> member
> named 'fdo_constraint_yyvaluep'
> yyConstraint.cpp: In function 'int fdo_constraint_yyparse()':
> yyConstraint.cpp:1323: error: expected initializer before '->' token
> yyConstraint.cpp:1324: error: expected initializer before '->' token
> yyConstraint.cpp:1328: error: expected initializer before '->' token
> yyConstraint.cpp:1334: error: expected initializer before '->' token
> yyConstraint.cpp:1348: error: 'pParse' was not declared in this scope
> yyConstraint.cpp:1416: error: 'union fdo_constraint_yyalloc' has no
> member
> named 'pParse'
> yyConstraint.cpp:1416: error: 'union fdo_constraint_yyalloc' has no
> member
> named 'pParse'
> yyConstraint.cpp:1417: error: 'union fdo_constraint_yyalloc' has no
> member
> named 'fdo_constraint_yyvs'
> yyConstraint.cpp:1417: error: 'fdo_constraint_yyvs' was not declared in
> this scope
> yyConstraint.cpp:1417: error: 'union fdo_constraint_yyalloc' has no
> member
> named 'fdo_constraint_yyvs'
> ./Inc/Parse/Parse.h:118: error: too few arguments to function 'FdoInt32
> fdo_constraint_yylex(FdoCommonParse*)'
> yyConstraint.cpp:1460: error: at this point in file
> yyConstraint.cpp:2016: error: cannot convert 'const char*' to
> 'FdoCommonParse*' for argument '1' to 'FdoInt32
> fdo_constraint_yyerror(FdoCommonParse*, char*)'
> yyConstraint.cpp:2162: error: cannot convert 'const char*' to
> 'FdoCommonParse*' for argument '1' to 'FdoInt32
> fdo_constraint_yyerror(FdoCommonParse*, char*)'
> make[1]: *** [yyConstraint.lo] Error 1
> make[1]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Utilities/Common'
> make: *** [install-recursive] Error 1
> acinclude.m4:7: warning: underquoted definition of FDO_HELP_STRING
> acinclude.m4:7:   run info '(automake)Extending aclocal'
> acinclude.m4:7:   or see
> http://sources.redhat.com/automake/automake.html#Extending-aclocal
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... /bin/mkdir -p
> checking for gawk... no
> checking for mawk... mawk
> checking whether make sets $(MAKE)... yes
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking for style of include used by make... GNU
> checking dependency style of gcc... gcc3
> checking for g++... g++
> checking whether we are using the GNU C++ compiler... yes
> checking whether g++ accepts -g... yes
> checking dependency style of g++... gcc3
> checking for bison... bison -y
> checking build system type... i686-pc-linux-gnu
> checking host system type... i686-pc-linux-gnu
> checking for a sed that does not truncate output... /bin/sed
> checking for grep that handles long lines and -e... /bin/grep
> checking for egrep... /bin/grep -E
> checking for ld used by gcc... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for /usr/bin/ld option to reload object files... -r
> checking for BSD-compatible nm... /usr/bin/nm -B
> checking whether ln -s works... yes
> checking how to recognise dependent libraries... pass_all
> checking how to run the C preprocessor... gcc -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking dlfcn.h usability... yes
> checking dlfcn.h presence... yes
> checking for dlfcn.h... yes
> checking how to run the C++ preprocessor... g++ -E
> checking for g77... no
> checking for xlf... no
> checking for f77... no
> checking for frt... no
> checking for pgf77... no
> checking for cf77... no
> checking for fort77... no
> checking for fl32... no
> checking for af77... no
> checking for xlf90... no
> checking for f90... no
> checking for pgf90... no
> checking for pghpf... no
> checking for epcf90... no
> checking for gfortran... no
> checking for g95... no
> checking for xlf95... no
> checking for f95... no
> checking for fort... no
> checking for ifort... no
> checking for ifc... no
> checking for efc... no
> checking for pgf95... no
> checking for lf95... no
> checking for ftn... no
> checking whether we are using the GNU Fortran 77 compiler... no
> checking whether  accepts -g... no
> checking the maximum length of command line arguments... 32768
> checking command to parse /usr/bin/nm -B output from gcc object... ok
> checking for objdir... .libs
> checking for ar... ar
> checking for ranlib... ranlib
> checking for strip... strip
> checking if gcc supports -fno-rtti -fno-exceptions... no
> checking for gcc option to produce PIC... -fPIC
> checking if gcc PIC flag -fPIC works... yes
> checking if gcc static flag -static works... yes
> checking if gcc supports -c -o file.o... yes
> checking whether the gcc linker (/usr/bin/ld) supports shared
> libraries...
> yes
> checking whether -lc should be explicitly linked in... no
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... no
> configure: creating libtool
> appending configuration tag "CXX" to libtool
> checking for ld used by g++... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking whether the g++ linker (/usr/bin/ld) supports shared
> libraries...
> yes
> checking for g++ option to produce PIC... -fPIC
> checking if g++ PIC flag -fPIC works... yes
> checking if g++ static flag -static works... yes
> checking if g++ supports -c -o file.o... yes
> checking whether the g++ linker (/usr/bin/ld) supports shared
> libraries...
> yes
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> appending configuration tag "F77" to libtool
> configure: Building with default location of FDO API files at
> /usr/local/src/OpenSource_FDO/Fdo
> configure: Building with default location of FDO Utility files at
> /usr/local/src/OpenSource_FDO/Utilities
> configure: Building with default location of FDO Thirdparty files at
> /usr/local/src/OpenSource_FDO/Thirdparty
> configure: Using optimized configuration
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating Inc/Makefile
> config.status: creating Src/Makefile
> config.status: creating Src/Message/Makefile
> config.status: creating Src/ShpRead/Makefile
> config.status: creating Src/ShpSpatialIndex/Makefile
> config.status: creating Src/Overrides/Makefile
> config.status: creating Src/Provider/Makefile
> config.status: creating Src/UnitTest/Makefile
> config.status: creating Docs/Makefile
> config.status: creating Docs/doc_src/Makefile
> config.status: creating Docs/doc_src/group_and_page_definitions/Makefile
> config.status: creating Docs/doc_src/headers_and_footers/Makefile
> config.status: executing depfiles commands
> Making all in Src
> make[1]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/SHP/Src'
> Making all in Message
> make[2]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/SHP/Src/Message'
> make[2]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/SHP/Src/Message'
> Making all in ShpRead
> make[2]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/SHP/Src/ShpRead'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/SHP/Src/ShpRead'
> Making all in ShpSpatialIndex
> make[2]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/SHP/Src/ShpSpatialIndex'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/SHP/Src/ShpSpatialIndex'
> Making all in Overrides
> make[2]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/SHP/Src/Overrides'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/SHP/Src/Overrides'
> Making all in Provider
> make[2]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/SHP/Src/Provider'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/SHP/Src/Provider'
> Making all in UnitTest
> make[2]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/SHP/Src/UnitTest'
> make[2]: *** No rule to make target
> `/usr/local/src/OpenSource_FDO/Utilities/Common/libProvidersCommon.la',
> needed by `UnitTest'.  Stop.
> make[2]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/SHP/Src/UnitTest'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/SHP/Src'
> make: *** [all-recursive] Error 1
> Making install in Src
> make[1]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/SHP/Src'
> Making install in Message
> make[2]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/SHP/Src/Message'
> make[2]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/SHP/Src/Message'
> Making install in ShpRead
> make[2]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/SHP/Src/ShpRead'
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/SHP/Src/ShpRead'
> make[3]: Nothing to be done for `install-exec-am'.
> make[3]: Nothing to be done for `install-data-am'.
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/SHP/Src/ShpRead'
> make[2]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/SHP/Src/ShpRead'
> Making install in ShpSpatialIndex
> make[2]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/SHP/Src/ShpSpatialIndex'
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/SHP/Src/ShpSpatialIndex'
> make[3]: Nothing to be done for `install-exec-am'.
> make[3]: Nothing to be done for `install-data-am'.
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/SHP/Src/ShpSpatialIndex'
> make[2]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/SHP/Src/ShpSpatialIndex'
> Making install in Overrides
> make[2]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/SHP/Src/Overrides'
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/SHP/Src/Overrides'
> make[3]: Nothing to be done for `install-exec-am'.
> make[3]: Nothing to be done for `install-data-am'.
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/SHP/Src/Overrides'
> make[2]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/SHP/Src/Overrides'
> Making install in Provider
> make[2]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/SHP/Src/Provider'
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/SHP/Src/Provider'
> make[3]: Nothing to be done for `install-exec-am'.
> make[3]: Nothing to be done for `install-data-am'.
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/SHP/Src/Provider'
> make[2]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/SHP/Src/Provider'
> Making install in UnitTest
> make[2]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/SHP/Src/UnitTest'
> make[2]: *** No rule to make target
> `/usr/local/src/OpenSource_FDO/Utilities/Common/libProvidersCommon.la',
> needed by `UnitTest'.  Stop.
> make[2]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/SHP/Src/UnitTest'
> make[1]: *** [install-recursive] Error 1
> make[1]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/SHP/Src'
> make: *** [install-recursive] Error 1
> acinclude.m4:7: warning: underquoted definition of FDO_HELP_STRING
> acinclude.m4:7:   run info '(automake)Extending aclocal'
> acinclude.m4:7:   or see
> http://sources.redhat.com/automake/automake.html#Extending-aclocal
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... /bin/mkdir -p
> checking for gawk... no
> checking for mawk... mawk
> checking whether make sets $(MAKE)... yes
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking for style of include used by make... GNU
> checking dependency style of gcc... gcc3
> checking for g++... g++
> checking whether we are using the GNU C++ compiler... yes
> checking whether g++ accepts -g... yes
> checking dependency style of g++... gcc3
> checking for bison... bison -y
> checking build system type... i686-pc-linux-gnu
> checking host system type... i686-pc-linux-gnu
> checking for a sed that does not truncate output... /bin/sed
> checking for grep that handles long lines and -e... /bin/grep
> checking for egrep... /bin/grep -E
> checking for ld used by gcc... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for /usr/bin/ld option to reload object files... -r
> checking for BSD-compatible nm... /usr/bin/nm -B
> checking whether ln -s works... yes
> checking how to recognise dependent libraries... pass_all
> checking how to run the C preprocessor... gcc -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking dlfcn.h usability... yes
> checking dlfcn.h presence... yes
> checking for dlfcn.h... yes
> checking how to run the C++ preprocessor... g++ -E
> checking for g77... no
> checking for xlf... no
> checking for f77... no
> checking for frt... no
> checking for pgf77... no
> checking for cf77... no
> checking for fort77... no
> checking for fl32... no
> checking for af77... no
> checking for xlf90... no
> checking for f90... no
> checking for pgf90... no
> checking for pghpf... no
> checking for epcf90... no
> checking for gfortran... no
> checking for g95... no
> checking for xlf95... no
> checking for f95... no
> checking for fort... no
> checking for ifort... no
> checking for ifc... no
> checking for efc... no
> checking for pgf95... no
> checking for lf95... no
> checking for ftn... no
> checking whether we are using the GNU Fortran 77 compiler... no
> checking whether  accepts -g... no
> checking the maximum length of command line arguments... 32768
> checking command to parse /usr/bin/nm -B output from gcc object... ok
> checking for objdir... .libs
> checking for ar... ar
> checking for ranlib... ranlib
> checking for strip... strip
> checking if gcc supports -fno-rtti -fno-exceptions... no
> checking for gcc option to produce PIC... -fPIC
> checking if gcc PIC flag -fPIC works... yes
> checking if gcc static flag -static works... yes
> checking if gcc supports -c -o file.o... yes
> checking whether the gcc linker (/usr/bin/ld) supports shared
> libraries...
> yes
> checking whether -lc should be explicitly linked in... no
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... no
> configure: creating libtool
> appending configuration tag "CXX" to libtool
> checking for ld used by g++... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking whether the g++ linker (/usr/bin/ld) supports shared
> libraries...
> yes
> checking for g++ option to produce PIC... -fPIC
> checking if g++ PIC flag -fPIC works... yes
> checking if g++ static flag -static works... yes
> checking if g++ supports -c -o file.o... yes
> checking whether the g++ linker (/usr/bin/ld) supports shared
> libraries...
> yes
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> appending configuration tag "F77" to libtool
> configure: Building with default location of FDO API files at
> /usr/local/src/OpenSource_FDO/Fdo
> configure: Building with default location of FDO Utility files at
> /usr/local/src/OpenSource_FDO/Utilities
> configure: Building with default location of FDO Thirdparty files at
> /usr/local/src/OpenSource_FDO/Thirdparty
> configure: error: The default ESRI ArcSDE SDK path DEFAULT is not a valid
> directory. Please use the custom option
> make: *** No targets specified and no makefile found.  Stop.
> make: *** No rule to make target `install'.  Stop.
> acinclude.m4:7: warning: underquoted definition of FDO_HELP_STRING
> acinclude.m4:7:   run info '(automake)Extending aclocal'
> acinclude.m4:7:   or see
> http://sources.redhat.com/automake/automake.html#Extending-aclocal
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... /bin/mkdir -p
> checking for gawk... no
> checking for mawk... mawk
> checking whether make sets $(MAKE)... yes
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking for style of include used by make... GNU
> checking dependency style of gcc... gcc3
> checking for g++... g++
> checking whether we are using the GNU C++ compiler... yes
> checking whether g++ accepts -g... yes
> checking dependency style of g++... gcc3
> checking for bison... bison -y
> checking build system type... i686-pc-linux-gnu
> checking host system type... i686-pc-linux-gnu
> checking for a sed that does not truncate output... /bin/sed
> checking for grep that handles long lines and -e... /bin/grep
> checking for egrep... /bin/grep -E
> checking for ld used by gcc... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for /usr/bin/ld option to reload object files... -r
> checking for BSD-compatible nm... /usr/bin/nm -B
> checking whether ln -s works... yes
> checking how to recognise dependent libraries... pass_all
> checking how to run the C preprocessor... gcc -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking dlfcn.h usability... yes
> checking dlfcn.h presence... yes
> checking for dlfcn.h... yes
> checking how to run the C++ preprocessor... g++ -E
> checking for g77... no
> checking for xlf... no
> checking for f77... no
> checking for frt... no
> checking for pgf77... no
> checking for cf77... no
> checking for fort77... no
> checking for fl32... no
> checking for af77... no
> checking for xlf90... no
> checking for f90... no
> checking for pgf90... no
> checking for pghpf... no
> checking for epcf90... no
> checking for gfortran... no
> checking for g95... no
> checking for xlf95... no
> checking for f95... no
> checking for fort... no
> checking for ifort... no
> checking for ifc... no
> checking for efc... no
> checking for pgf95... no
> checking for lf95... no
> checking for ftn... no
> checking whether we are using the GNU Fortran 77 compiler... no
> checking whether  accepts -g... no
> checking the maximum length of command line arguments... 32768
> checking command to parse /usr/bin/nm -B output from gcc object... ok
> checking for objdir... .libs
> checking for ar... ar
> checking for ranlib... ranlib
> checking for strip... strip
> checking if gcc supports -fno-rtti -fno-exceptions... no
> checking for gcc option to produce PIC... -fPIC
> checking if gcc PIC flag -fPIC works... yes
> checking if gcc static flag -static works... yes
> checking if gcc supports -c -o file.o... yes
> checking whether the gcc linker (/usr/bin/ld) supports shared
> libraries...
> yes
> checking whether -lc should be explicitly linked in... no
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... no
> configure: creating libtool
> appending configuration tag "CXX" to libtool
> checking for ld used by g++... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking whether the g++ linker (/usr/bin/ld) supports shared
> libraries...
> yes
> checking for g++ option to produce PIC... -fPIC
> checking if g++ PIC flag -fPIC works... yes
> checking if g++ static flag -static works... yes
> checking if g++ supports -c -o file.o... yes
> checking whether the g++ linker (/usr/bin/ld) supports shared
> libraries...
> yes
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> appending configuration tag "F77" to libtool
> configure: Building with default location of FDO API files at
> /usr/local/src/OpenSource_FDO/Fdo
> configure: Building with default location of FDO Utility files at
> /usr/local/src/OpenSource_FDO/Utilities
> configure: Building with default location of FDO Thirdparty files at
> /usr/local/src/OpenSource_FDO/Thirdparty
> configure: Building with default location of MySQL SDK files at
> /usr/include/mysql
> configure: Building with default location of ODBC SDK files at /usr
> configure: Using optimized configuration
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating com/Makefile
> config.status: creating Docs/Makefile
> config.status: creating Inc/Makefile
> config.status: creating Nls/Makefile
> config.status: creating Src/Makefile
> config.status: creating Src/Fdo/Makefile
> config.status: creating Src/Fdo/Capability/Makefile
> config.status: creating Src/Fdo/Connection/Makefile
> config.status: creating Src/Fdo/Custom/Makefile
> config.status: creating Src/Fdo/DataStore/Makefile
> config.status: creating Src/Fdo/FeatureCommands/Makefile
> config.status: creating Src/Fdo/Filter/Makefile
> config.status: creating Src/Fdo/Lock/Makefile
> config.status: creating Src/Fdo/Lt/Makefile
> config.status: creating Src/Fdo/Other/Makefile
> config.status: creating Src/Fdo/Pvc/Makefile
> config.status: creating Src/Fdo/Schema/Makefile
> config.status: creating Src/Fdo/SpatialContext/Makefile
> config.status: creating Src/Gdbi/Makefile
> config.status: creating Src/Geometry/Makefile
> config.status: creating Src/Geometry/Fgf/Makefile
> config.status: creating Src/LongTransactionManager/Makefile
> config.status: creating Src/LockManager/Makefile
> config.status: creating Src/MySQL/Makefile
> config.status: creating Src/MySQL/Driver/Makefile
> config.status: creating Src/MySQL/Fdo/Makefile
> config.status: creating Src/MySQL/SchemaMgr/Makefile
> config.status: creating Src/MySQL/SchemaMgr/Lp/Makefile
> config.status: creating Src/MySQL/SchemaMgr/Ov/Makefile
> config.status: creating Src/MySQL/SchemaMgr/Ph/Makefile
> config.status: creating Src/MySQL/SchemaMgr/Ph/Rd/Makefile
> config.status: creating Src/Rdbi/Makefile
> config.status: creating Src/SchemaMgr/Makefile
> config.status: creating Src/SchemaMgr/Lp/Makefile
> config.status: creating Src/SchemaMgr/Ov/Makefile
> config.status: creating Src/SchemaMgr/Ph/Makefile
> config.status: creating Src/SchemaMgr/Ph/Cfg/Makefile
> config.status: creating Src/SchemaMgr/Ph/Rd/Makefile
> config.status: creating Src/UnitTest/Common/Makefile
> config.status: creating Src/UnitTest/MySql/Makefile
> config.status: creating Src/UnitTest/Makefile
> config.status: creating Src/Util/Makefile
> config.status: creating Src/ODBCDriver/Makefile
> config.status: creating Src/ODBC/Makefile
> config.status: creating Src/ODBC/Fdo/Makefile
> config.status: creating Src/ODBC/SchemaMgr/Makefile
> config.status: creating Src/ODBC/SchemaMgr/Lp/Makefile
> config.status: creating Src/ODBC/SchemaMgr/Ov/Makefile
> config.status: creating Src/ODBC/SchemaMgr/Ph/Makefile
> config.status: creating Src/ODBC/SchemaMgr/Ph/Rd/Makefile
> config.status: creating Src/UnitTest/Odbc/Makefile
> config.status: creating Docs/doc_src/Makefile
> config.status: creating Docs/doc_src/group_and_page_definitions/Makefile
> config.status: creating Docs/doc_src/headers_and_footers/Makefile
> config.status: creating Docs/doc_src/headers_and_footers/MySQL/Makefile
> config.status: creating Docs/doc_src/headers_and_footers/ODBC/Makefile
> config.status: creating
> Docs/doc_src/group_and_page_definitions/MySQL/Makefile
> config.status: creating
> Docs/doc_src/group_and_page_definitions/ODBC/Makefile
> config.status: executing depfiles commands
> Making all in Nls
> make[1]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Nls'
> make[1]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Nls'
> Making all in Src
> make[1]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src'
> Making all in Fdo
> make[2]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo'
> Making all in Capability
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Capability'
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Capability'
> Making all in Connection
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Connection'
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Connection'
> Making all in Custom
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Custom'
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Custom'
> Making all in DataStore
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/DataStore'
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/DataStore'
> Making all in FeatureCommands
> make[3]: Entering directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/FeatureCommands'
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/FeatureCommands'
> Making all in Filter
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Filter'
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Filter'
> Making all in Lock
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Lock'
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Lock'
> Making all in Lt
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Lt'
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Lt'
> Making all in Other
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Other'
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Other'
> Making all in Pvc
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Pvc'
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Pvc'
> Making all in Schema
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Schema'
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Schema'
> Making all in SpatialContext
> make[3]: Entering directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/SpatialContext'
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/SpatialContext'
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo'
> make[3]: Nothing to be done for `all-am'.
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo'
> make[2]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo'
> Making all in Gdbi
> make[2]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Gdbi'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Gdbi'
> Making all in LongTransactionManager
> make[2]: Entering directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/LongTransactionManager'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/LongTransactionManager'
> Making all in LockManager
> make[2]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/LockManager'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/LockManager'
> Making all in MySQL
> make[2]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL'
> Making all in Driver
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/Driver'
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/Driver'
> Making all in Fdo
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/Fdo'
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/Fdo'
> Making all in SchemaMgr
> make[3]: Entering directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/SchemaMgr'
> Making all in Lp
> make[4]: Entering directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/SchemaMgr/Lp'
> make[4]: Nothing to be done for `all'.
> make[4]: Leaving directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/SchemaMgr/Lp'
> Making all in Ov
> make[4]: Entering directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/SchemaMgr/Ov'
> make[4]: Nothing to be done for `all'.
> make[4]: Leaving directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/SchemaMgr/Ov'
> Making all in Ph
> make[4]: Entering directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/SchemaMgr/Ph'
> Making all in Rd
> make[5]: Entering directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/SchemaMgr/Ph/Rd'
> make[5]: Nothing to be done for `all'.
> make[5]: Leaving directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/SchemaMgr/Ph/Rd'
> make[5]: Entering directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/SchemaMgr/Ph'
> make[5]: Nothing to be done for `all-am'.
> make[5]: Leaving directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/SchemaMgr/Ph'
> make[4]: Leaving directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/SchemaMgr/Ph'
> make[4]: Entering directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/SchemaMgr'
> make[4]: Nothing to be done for `all-am'.
> make[4]: Leaving directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/SchemaMgr'
> make[3]: Leaving directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/SchemaMgr'
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL'
> make[3]: Nothing to be done for `all-am'.
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL'
> make[2]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL'
> Making all in Rdbi
> make[2]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Rdbi'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Rdbi'
> Making all in SchemaMgr
> make[2]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/SchemaMgr'
> Making all in Lp
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/SchemaMgr/Lp'
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/SchemaMgr/Lp'
> Making all in Ov
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/SchemaMgr/Ov'
> make[3]: *** No rule to make target
> `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src/libFDO.la', needed by
> `libSchemaMgr_OV.la'.  Stop.
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/SchemaMgr/Ov'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/SchemaMgr'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src'
> make: *** [all-recursive] Error 1
> Making install in Nls
> make[1]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Nls'
> make[1]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Nls'
> Making install in Src
> make[1]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src'
> Making install in Fdo
> make[2]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo'
> Making install in Capability
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Capability'
> make[4]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Capability'
> make[4]: Nothing to be done for `install-exec-am'.
> make[4]: Nothing to be done for `install-data-am'.
> make[4]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Capability'
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Capability'
> Making install in Connection
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Connection'
> make[4]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Connection'
> make[4]: Nothing to be done for `install-exec-am'.
> make[4]: Nothing to be done for `install-data-am'.
> make[4]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Connection'
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Connection'
> Making install in Custom
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Custom'
> make[4]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Custom'
> make[4]: Nothing to be done for `install-exec-am'.
> make[4]: Nothing to be done for `install-data-am'.
> make[4]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Custom'
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Custom'
> Making install in DataStore
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/DataStore'
> make[4]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/DataStore'
> make[4]: Nothing to be done for `install-exec-am'.
> make[4]: Nothing to be done for `install-data-am'.
> make[4]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/DataStore'
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/DataStore'
> Making install in FeatureCommands
> make[3]: Entering directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/FeatureCommands'
> make[4]: Entering directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/FeatureCommands'
> make[4]: Nothing to be done for `install-exec-am'.
> make[4]: Nothing to be done for `install-data-am'.
> make[4]: Leaving directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/FeatureCommands'
> make[3]: Leaving directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/FeatureCommands'
> Making install in Filter
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Filter'
> make[4]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Filter'
> make[4]: Nothing to be done for `install-exec-am'.
> make[4]: Nothing to be done for `install-data-am'.
> make[4]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Filter'
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Filter'
> Making install in Lock
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Lock'
> make[4]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Lock'
> make[4]: Nothing to be done for `install-exec-am'.
> make[4]: Nothing to be done for `install-data-am'.
> make[4]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Lock'
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Lock'
> Making install in Lt
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Lt'
> make[4]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Lt'
> make[4]: Nothing to be done for `install-exec-am'.
> make[4]: Nothing to be done for `install-data-am'.
> make[4]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Lt'
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Lt'
> Making install in Other
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Other'
> make[4]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Other'
> make[4]: Nothing to be done for `install-exec-am'.
> make[4]: Nothing to be done for `install-data-am'.
> make[4]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Other'
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Other'
> Making install in Pvc
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Pvc'
> make[4]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Pvc'
> make[4]: Nothing to be done for `install-exec-am'.
> make[4]: Nothing to be done for `install-data-am'.
> make[4]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Pvc'
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Pvc'
> Making install in Schema
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Schema'
> make[4]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Schema'
> make[4]: Nothing to be done for `install-exec-am'.
> make[4]: Nothing to be done for `install-data-am'.
> make[4]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Schema'
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/Schema'
> Making install in SpatialContext
> make[3]: Entering directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/SpatialContext'
> make[4]: Entering directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/SpatialContext'
> make[4]: Nothing to be done for `install-exec-am'.
> make[4]: Nothing to be done for `install-data-am'.
> make[4]: Leaving directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/SpatialContext'
> make[3]: Leaving directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo/SpatialContext'
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo'
> make[4]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo'
> make[4]: Nothing to be done for `install-exec-am'.
> make[4]: Nothing to be done for `install-data-am'.
> make[4]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo'
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo'
> make[2]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Fdo'
> Making install in Gdbi
> make[2]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Gdbi'
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Gdbi'
> make[3]: Nothing to be done for `install-exec-am'.
> make[3]: Nothing to be done for `install-data-am'.
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Gdbi'
> make[2]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Gdbi'
> Making install in LongTransactionManager
> make[2]: Entering directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/LongTransactionManager'
> make[3]: Entering directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/LongTransactionManager'
> make[3]: Nothing to be done for `install-exec-am'.
> make[3]: Nothing to be done for `install-data-am'.
> make[3]: Leaving directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/LongTransactionManager'
> make[2]: Leaving directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/LongTransactionManager'
> Making install in LockManager
> make[2]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/LockManager'
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/LockManager'
> make[3]: Nothing to be done for `install-exec-am'.
> make[3]: Nothing to be done for `install-data-am'.
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/LockManager'
> make[2]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/LockManager'
> Making install in MySQL
> make[2]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL'
> Making install in Driver
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/Driver'
> make[4]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/Driver'
> make[4]: Nothing to be done for `install-exec-am'.
> make[4]: Nothing to be done for `install-data-am'.
> make[4]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/Driver'
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/Driver'
> Making install in Fdo
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/Fdo'
> make[4]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/Fdo'
> make[4]: Nothing to be done for `install-exec-am'.
> make[4]: Nothing to be done for `install-data-am'.
> make[4]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/Fdo'
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/Fdo'
> Making install in SchemaMgr
> make[3]: Entering directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/SchemaMgr'
> Making install in Lp
> make[4]: Entering directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/SchemaMgr/Lp'
> make[5]: Entering directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/SchemaMgr/Lp'
> make[5]: Nothing to be done for `install-exec-am'.
> make[5]: Nothing to be done for `install-data-am'.
> make[5]: Leaving directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/SchemaMgr/Lp'
> make[4]: Leaving directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/SchemaMgr/Lp'
> Making install in Ov
> make[4]: Entering directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/SchemaMgr/Ov'
> make[5]: Entering directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/SchemaMgr/Ov'
> make[5]: Nothing to be done for `install-exec-am'.
> make[5]: Nothing to be done for `install-data-am'.
> make[5]: Leaving directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/SchemaMgr/Ov'
> make[4]: Leaving directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/SchemaMgr/Ov'
> Making install in Ph
> make[4]: Entering directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/SchemaMgr/Ph'
> Making install in Rd
> make[5]: Entering directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/SchemaMgr/Ph/Rd'
> make[6]: Entering directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/SchemaMgr/Ph/Rd'
> make[6]: Nothing to be done for `install-exec-am'.
> make[6]: Nothing to be done for `install-data-am'.
> make[6]: Leaving directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/SchemaMgr/Ph/Rd'
> make[5]: Leaving directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/SchemaMgr/Ph/Rd'
> make[5]: Entering directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/SchemaMgr/Ph'
> make[6]: Entering directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/SchemaMgr/Ph'
> make[6]: Nothing to be done for `install-exec-am'.
> make[6]: Nothing to be done for `install-data-am'.
> make[6]: Leaving directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/SchemaMgr/Ph'
> make[5]: Leaving directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/SchemaMgr/Ph'
> make[4]: Leaving directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/SchemaMgr/Ph'
> make[4]: Entering directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/SchemaMgr'
> make[5]: Entering directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/SchemaMgr'
> make[5]: Nothing to be done for `install-exec-am'.
> make[5]: Nothing to be done for `install-data-am'.
> make[5]: Leaving directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/SchemaMgr'
> make[4]: Leaving directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/SchemaMgr'
> make[3]: Leaving directory
>
`/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL/SchemaMgr'
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL'
> make[4]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL'
> make[4]: Nothing to be done for `install-exec-am'.
> make[4]: Nothing to be done for `install-data-am'.
> make[4]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL'
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL'
> make[2]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/MySQL'
> Making install in Rdbi
> make[2]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Rdbi'
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Rdbi'
> make[3]: Nothing to be done for `install-exec-am'.
> make[3]: Nothing to be done for `install-data-am'.
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Rdbi'
> make[2]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/Rdbi'
> Making install in SchemaMgr
> make[2]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/SchemaMgr'
> Making install in Lp
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/SchemaMgr/Lp'
> make[4]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/SchemaMgr/Lp'
> make[4]: Nothing to be done for `install-exec-am'.
> make[4]: Nothing to be done for `install-data-am'.
> make[4]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/SchemaMgr/Lp'
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/SchemaMgr/Lp'
> Making install in Ov
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/SchemaMgr/Ov'
> make[3]: *** No rule to make target
> `/usr/local/src/OpenSource_FDO/Fdo/Unmanaged/Src/libFDO.la', needed by
> `libSchemaMgr_OV.la'.  Stop.
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/SchemaMgr/Ov'
> make[2]: *** [install-recursive] Error 1
> make[2]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src/SchemaMgr'
> make[1]: *** [install-recursive] Error 1
> make[1]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GenericRdbms/Src'
> make: *** [install-recursive] Error 1
> acinclude.m4:7: warning: underquoted definition of FDO_HELP_STRING
> acinclude.m4:7:   run info '(automake)Extending aclocal'
> acinclude.m4:7:   or see
> http://sources.redhat.com/automake/automake.html#Extending-aclocal
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... /bin/mkdir -p
> checking for gawk... no
> checking for mawk... mawk
> checking whether make sets $(MAKE)... yes
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking for style of include used by make... GNU
> checking dependency style of gcc... gcc3
> checking for g++... g++
> checking whether we are using the GNU C++ compiler... yes
> checking whether g++ accepts -g... yes
> checking dependency style of g++... gcc3
> checking for bison... bison -y
> checking build system type... i686-pc-linux-gnu
> checking host system type... i686-pc-linux-gnu
> checking for a sed that does not truncate output... /bin/sed
> checking for grep that handles long lines and -e... /bin/grep
> checking for egrep... /bin/grep -E
> checking for ld used by gcc... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for /usr/bin/ld option to reload object files... -r
> checking for BSD-compatible nm... /usr/bin/nm -B
> checking whether ln -s works... yes
> checking how to recognise dependent libraries... pass_all
> checking how to run the C preprocessor... gcc -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking dlfcn.h usability... yes
> checking dlfcn.h presence... yes
> checking for dlfcn.h... yes
> checking how to run the C++ preprocessor... g++ -E
> checking for g77... no
> checking for xlf... no
> checking for f77... no
> checking for frt... no
> checking for pgf77... no
> checking for cf77... no
> checking for fort77... no
> checking for fl32... no
> checking for af77... no
> checking for xlf90... no
> checking for f90... no
> checking for pgf90... no
> checking for pghpf... no
> checking for epcf90... no
> checking for gfortran... no
> checking for g95... no
> checking for xlf95... no
> checking for f95... no
> checking for fort... no
> checking for ifort... no
> checking for ifc... no
> checking for efc... no
> checking for pgf95... no
> checking for lf95... no
> checking for ftn... no
> checking whether we are using the GNU Fortran 77 compiler... no
> checking whether  accepts -g... no
> checking the maximum length of command line arguments... 32768
> checking command to parse /usr/bin/nm -B output from gcc object... ok
> checking for objdir... .libs
> checking for ar... ar
> checking for ranlib... ranlib
> checking for strip... strip
> checking if gcc supports -fno-rtti -fno-exceptions... no
> checking for gcc option to produce PIC... -fPIC
> checking if gcc PIC flag -fPIC works... yes
> checking if gcc static flag -static works... yes
> checking if gcc supports -c -o file.o... yes
> checking whether the gcc linker (/usr/bin/ld) supports shared
> libraries...
> yes
> checking whether -lc should be explicitly linked in... no
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... no
> configure: creating libtool
> appending configuration tag "CXX" to libtool
> checking for ld used by g++... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking whether the g++ linker (/usr/bin/ld) supports shared
> libraries...
> yes
> checking for g++ option to produce PIC... -fPIC
> checking if g++ PIC flag -fPIC works... yes
> checking if g++ static flag -static works... yes
> checking if g++ supports -c -o file.o... yes
> checking whether the g++ linker (/usr/bin/ld) supports shared
> libraries...
> yes
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> appending configuration tag "F77" to libtool
> configure: Building with default location of FDO API files at
> /usr/local/src/OpenSource_FDO/Fdo
> configure: Building with default location of FDO Utility files at
> /usr/local/src/OpenSource_FDO/Utilities
> configure: Building with default location of FDO Thirdparty files at
> /usr/local/src/OpenSource_FDO/Thirdparty
> configure: Building with default location of thirdparty GDAL files at
> /usr/local/src/OpenSource_FDO/Thirdparty/gdal
> configure: Using optimized configuration
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating Inc/Makefile
> config.status: creating Src/Makefile
> config.status: creating Src/Message/Makefile
> config.status: creating Src/Overrides/Makefile
> config.status: creating Src/Provider/Makefile
> config.status: creating Src/UnitTest/Makefile
> config.status: creating Docs/Makefile
> config.status: creating Docs/doc_src/Makefile
> config.status: creating Docs/doc_src/group_and_page_definitions/Makefile
> config.status: creating Docs/doc_src/headers_and_footers/Makefile
> config.status: executing depfiles commands
> Making all in Src
> make[1]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GDAL/Src'
> Making all in Message
> make[2]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GDAL/Src/Message'
> make[2]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GDAL/Src/Message'
> Making all in Overrides
> make[2]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GDAL/Src/Overrides'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GDAL/Src/Overrides'
> Making all in Provider
> make[2]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GDAL/Src/Provider'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GDAL/Src/Provider'
> Making all in UnitTest
> make[2]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GDAL/Src/UnitTest'
> make[2]: *** No rule to make target
> `/usr/local/src/OpenSource_FDO/Utilities/Common/libProvidersCommon.la',
> needed by `UnitTest'.  Stop.
> make[2]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GDAL/Src/UnitTest'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GDAL/Src'
> make: *** [all-recursive] Error 1
> Making install in Src
> make[1]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GDAL/Src'
> Making install in Message
> make[2]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GDAL/Src/Message'
> make[2]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GDAL/Src/Message'
> Making install in Overrides
> make[2]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GDAL/Src/Overrides'
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GDAL/Src/Overrides'
> make[3]: Nothing to be done for `install-exec-am'.
> make[3]: Nothing to be done for `install-data-am'.
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GDAL/Src/Overrides'
> make[2]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GDAL/Src/Overrides'
> Making install in Provider
> make[2]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GDAL/Src/Provider'
> make[3]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GDAL/Src/Provider'
> make[3]: Nothing to be done for `install-exec-am'.
> make[3]: Nothing to be done for `install-data-am'.
> make[3]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GDAL/Src/Provider'
> make[2]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GDAL/Src/Provider'
> Making install in UnitTest
> make[2]: Entering directory
> `/usr/local/src/OpenSource_FDO/Providers/GDAL/Src/UnitTest'
> make[2]: *** No rule to make target
> `/usr/local/src/OpenSource_FDO/Utilities/Common/libProvidersCommon.la',
> needed by `UnitTest'.  Stop.
> make[2]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GDAL/Src/UnitTest'
> make[1]: *** [install-recursive] Error 1
> make[1]: Leaving directory
> `/usr/local/src/OpenSource_FDO/Providers/GDAL/Src'
> make: *** [install-recursive] Error 1
> 
> 
> On Tue, 29 Jul 2008 19:16:01 -0700, Jack Lee <jack.lee at autodesk.com>
> wrote:
>> Hi,
>>
>> Did the build_linux.sh script build
>> /usr/local/src/OpenSource_FDO/Utilities/Common?
>>
>> ________________________________________
>> From: fdo-users-bounces at lists.osgeo.org
>> [fdo-users-bounces at lists.osgeo.org] On Behalf Of Zac Spitzer
>> [zac.spitzer at gmail.com]
>> Sent: Tuesday, July 29, 2008 9:47 PM
>> To: FDO Users Mail List
>> Subject: Re: [fdo-users] FDO doesn't compile on Debian Linux
>>
>> is it the bash dash sh problem ?
>>
>> On Wed, Jul 30, 2008 at 11:46 AM,  <mike at malagatech.com> wrote:
>>> The second "O" in Source is a typo; the path being used is correct.
>>>
>>> Mike
>>>
>>> On Tue, 29 Jul 2008 15:36:30 -0700, Jack Lee <jack.lee at autodesk.com>
>> wrote:
>>>> Hi,
>>>>
>>>> Is /usr/local/src/OpenSOurce_FDO the correct directory? Notice the
>> second
>>>> capital O in OpenSOurce_FDO?
>>>>
>>>>
>>>>
>>>> make[2]: *** No rule to make target
>>>>
> '/usr/local/src/OpenSOurce_FDO/Utilities/Common/libProviderCommon.la',
>>>> needed by 'UnitTest'.  Stop.
>>>>
>>>> -----Original Message-----
>>>> From: fdo-users-bounces at lists.osgeo.org
>>>> [mailto:fdo-users-bounces at lists.osgeo.org] On Behalf Of
>>>> mike at malagatech.com
>>>> Sent: Tuesday, July 29, 2008 5:42 PM
>>>> To: fdo-users at lists.osgeo.org
>>>> Subject: [fdo-users] FDO doesn't compile on Debian Linux
>>>>
>>>> I have downloaded version 3.3.1 of FDO to my Debian Linux system. 
> I'm
>>>> running the current stable distribution of Debian with the latest
>>>> updates.
>>>> I believe I have installed of the required Debian packages to be able
>> to
>>>> build and install FDO.  In addition to the base FDO source I also
>>>> downloaded the following providers: ArcSDE, GDAL, GenericRdbms, SHP. 
> I
>>>> am
>>>> able to run "source setenvironment.sh" without an error.  I am able
> to
>>>> run
>>>> "./build_thirdparty.sh" without an error.  When I try to run
>>>> "./build_linux.sh" or "./build_linux.sh --c release --a buildinstall
>> --m
>>>> configure --w all" the process works for a while and then dies with
> the
>>>> error:
>>>>
>>>> make[2]: *** No rule to make target
>>>>
> '/usr/local/src/OpenSOurce_FDO/Utilities/Common/libProviderCommon.la',
>>>> needed by 'UnitTest'.  Stop.
>>>> make[2]: Leaving directory
>>>> '/usr/local/src/OpenSource_FDO/Providers/GDAL/Src/UnitTest'
>>>> make[1]: *** [install-recursive] Error 1
>>>> make[1]: Leaving directory
>>>> '/usr/local/src/OpenSource_FDO/Providers/GDAL/Src'
>>>> make: *** [install-recursive] Error 1
>>>>
>>>> Any help would be appreciated,
>>>> Thank you,
>>>>
>>>> Mike Juneau
>>>>
>>>> _______________________________________________
>>>> fdo-users mailing list
>>>> fdo-users at lists.osgeo.org
>>>> http://lists.osgeo.org/mailman/listinfo/fdo-users
>>>>
>>>
>>> _______________________________________________
>>> fdo-users mailing list
>>> fdo-users at lists.osgeo.org
>>> http://lists.osgeo.org/mailman/listinfo/fdo-users
>>>
>>
>>
>>
>> --
>> Zac Spitzer -
>> http://zacster.blogspot.com (My Blog)
>> +61 405 847 168
>> _______________________________________________
>> fdo-users mailing list
>> fdo-users at lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/fdo-users
>> _______________________________________________
>> fdo-users mailing list
>> fdo-users at lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/fdo-users
> 
> _______________________________________________
> fdo-users mailing list
> fdo-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/fdo-users
> 



More information about the fdo-users mailing list