Mapguide ./configure on Linux, Makefile.in files missing!

3 messages Options
Embed this post
Permalink
kernel_panic

Mapguide ./configure on Linux, Makefile.in files missing!

Reply Threaded More More options
Print post
Permalink
Well... it's been a pain in the sit-part to build mapguide, but it seems worth it :)

Im  having troubles compiling it under linux for about a month now, and you can follow the whole drama here http://n2.nabble.com/FDO-Compile-error-libxalan-c-td3772060.html#a3772060

Now, my problem is the following

Im working with the /trunk version of mapguide, and I have already build the webserver extensions, FDO and build_oem.sh script, however, when I run the ./configure script, it always stops with an error regarding Makefile.in files not being present on their respectie folders, in short: there arent ANY Makefile.in files on ANY Mapguide/trunk folders :p:p

Now, who/how can fix this? :P
Walt Welton-Lair

RE: Mapguide ./configure on Linux, Makefile.in files missing!

Reply Threaded More More options
Print post
Permalink
Here's the steps I usually run (from the root folder):

libtoolize --force
aclocal
automake --add-missing
autoconf
configure

The automake step creates the Makefile.in files.  I have never used cmake.

Walt

________________________________________
From: [hidden email] [[hidden email]] On Behalf Of kernel_panic [[hidden email]]
Sent: Saturday, November 07, 2009 1:45 PM
To: [hidden email]
Subject: [mapguide-internals] Mapguide ./configure on Linux, Makefile.in        files missing!

Well... it's been a pain in the sit-part to build mapguide, but it seems
worth it :)

Im  having troubles compiling it under linux for about a month now, and you
can follow the whole drama here
http://n2.nabble.com/FDO-Compile-error-libxalan-c-td3772060.html#a3772060

Now, my problem is the following

Im working with the /trunk version of mapguide, and I have already build the
webserver extensions, FDO and build_oem.sh script, however, when I run the
./configure script, it always stops with an error regarding Makefile.in
files not being present on their respectie folders, in short: there arent
ANY Makefile.in files on ANY Mapguide/trunk folders :p:p

Now, who/how can fix this? :P
--
View this message in context: http://n2.nabble.com/Mapguide-configure-on-Linux-Makefile-in-files-missing-tp3965262p3965262.html
Sent from the MapGuide Internals mailing list archive at Nabble.com.
_______________________________________________
mapguide-internals mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/mapguide-internals
_______________________________________________
mapguide-internals mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/mapguide-internals
kernel_panic

Re: [mapguide-internals] Mapguide ./configure on Linux, Makefile.in files missing!

Reply Threaded More More options
Print post
Permalink
That worked! Thank you very much  :)

However, now Im stuck with this :p

make[2]: se ingresa al directorio `/opt/MgDev/Common/Geometry'
make[2]: *** No hay ninguna regla para construir el objetivo
`../../Oem/geos-2.2.0/source/geom/.libs/libgeos.a', necesario para
`libMgGeometry.la'.  Alto.
make[2]: se sale del directorio `/opt/MgDev/Common/Geometry'
make[1]: *** [all-recursive] Error 1
make[1]: se sale del directorio `/opt/MgDev/Common'
make: *** [all-recursive] Error 1

Any clues on how to solve this? :p



2009/11/7, Walt Welton-Lair [via OSGeo.org]
<[hidden email]>:

>
>
>
> Here's the steps I usually run (from the root folder):
>
> libtoolize --force
> aclocal
> automake --add-missing
> autoconf
> configure
>
> The automake step creates the Makefile.in files.  I have never used cmake.
>