[mapguide-users] MgOS build on debian : build_oem step fails

Gilles Mercier gilles.mercier at ec.gc.ca
Tue Oct 23 11:30:38 EDT 2007


Hi François,

I'm not sure but it could be related to aclocal and automake default 
versions(1.4-p6) on Debian Sarge.

Normally, you should also have versions 1.8 available on your system
so add the following to the beginning of your build_oem.sh script:

export AUTOMAKE=/usr/bin/automake-1.8
export ACLOCAL=/usr/bin/aclocal-1.8

Gilles.

 > -----Original Message-----
 > From: mapguide-users-bounces at lists.osgeo.org [mailto:mapguide-users-
 > bounces at lists.osgeo.org] On Behalf Of François Van Der Biest
 > Sent: Monday, October 22, 2007 5:46 AM
 > To: MapGuide Users Mail List
 > Subject: [mapguide-users] MgOS build on debian : build_oem step fails
 >
 > Hi list,
 >
 > I'm trying to compile MgOS on a debian sarge system, but I get this
 > error at the "build_oem" step (see below).
 > Some options seem not to be recognized, and a Makefile.am file has not
 > been generated : package/reader/Makefile.in
 >
 > Thank's for your help,
 >
 > F.
 >
 > %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 >
 > dwfcore: Build Successful ..........................
 > dwftk: Initialization...........................
 > ~/MgDev/Oem/DWFTK7.1/develop/global/build/gnu/dwftoolkit ~/MgDev/Oem
 > ~/MgDev
 > Makefile.am:1: option `nostdinc' not recognized
 > package/Makefile.am:1: option `nostdinc' not recognized
 > expat/Makefile.am:1: option `nostdinc' not recognized
 > whiptk/Makefile.am:1: option `nostdinc' not recognized
 > w3dtk/Makefile.am:1: option `nostdinc' not recognized
 > publisher/Makefile.am:1: option `nostdinc' not recognized
 > autoreconf: automake failed with exit status: 1
 > ~/MgDev/Oem ~/MgDev
 > dwftk: Configure /Build...........................
 > ~/MgDev/Oem/DWFTK7.1/develop/global/src/dwf ~/MgDev/Oem ~/MgDev
 > checking for a BSD-compatible install... /usr/bin/install -c
 >
 > [.....]
 >
 > checking for inflate in -lz... yes
 > foo
 > configure: Building expat into dwftk
 > configure: Using optimized configuration
 > configure: gcc 3.2.x requires less strict compiler flags. Please pay
 > attention to warnings!
 > configure: creating ./config.status
 > config.status: creating Makefile
 > config.status: creating package/Makefile
 > config.status: error: cannot find input file:
 > package/reader/Makefile.in
 > cd . \
 >   && CONFIG_FILES= CONFIG_HEADERS=config.h \
 >      /bin/sh ./config.status
 > config.status: creating config.h
 > config.status: executing default-1 commands
 > make  all-recursive
 > make[1]: Entering directory
 > `/home/fvanderbiest/MgDev/Oem/DWFTK7.1/develop/global/src/dwf'
 > Making all in package
 > make[2]: Entering directory
 > `/home/fvanderbiest/MgDev/Oem/DWFTK7.1/develop/global/src/dwf/package'
 > Making all in reader
 > make[3]: Entering directory
 > `/home/fvanderbiest/MgDev/Oem/DWFTK7.1/develop/global/src/dwf/package/r
 > eader'
 > make[3]: *** No rule to make target `all'.  Stop.
 > make[3]: Leaving directory
 > `/home/fvanderbiest/MgDev/Oem/DWFTK7.1/develop/global/src/dwf/package/r
 > eader'
 > make[2]: *** [all-recursive] Error 1
 > make[2]: Leaving directory
 > `/home/fvanderbiest/MgDev/Oem/DWFTK7.1/develop/global/src/dwf/package'
 > make[1]: *** [all-recursive] Error 1
 > make[1]: Leaving directory
 > `/home/fvanderbiest/MgDev/Oem/DWFTK7.1/develop/global/src/dwf'
 > make: *** [all-recursive-am] Error 2
 > DWFTK 7.1: Error build failed (0).................
 > _______________________________________________
 > mapguide-users mailing list
 > mapguide-users at lists.osgeo.org
 > http://lists.osgeo.org/mailman/listinfo/mapguide-users


More information about the mapguide-users mailing list