[mapguide-users] MGOS 2 build freezing on Ubuntu 7.10

Jason Birch Jason.Birch at nanaimo.ca
Thu Nov 29 12:53:40 EST 2007


Wow, that's insane... 12 hours...

I think I've hacked past it by modifying the Makefile directly.  Now I'm
going to have to figure out the build system (configure, etc) to make a
patch.  If you're interested, the last line in each of these sections is
what I changed in the Makefile in ~/mgsvn/Web/src/CgiAgent/

mapagent_LDADD = -lACE \
                 -lxerces-c \
                 -lMgFoundation \
                 -lMgGeometry \
                 -lMgPlatformBase \
                 -lMgMdfModel \
                 -lMgMdfParser \
                 -lMgHttpHandler \
                 -llib_json

mapagent_LDFLAGS = -version-info 7:0:0 \
            -L../../../Oem/ACE/ACE_wrappers/ace \
            -L../../../Oem/dbxml-2.3.10/install/lib \
            -L$(top_builddir)/$(map_coordsys_dir_path) \
            -L../../../Common/MdfModel \
            -L../../../Common/MdfParser \
            -L../../../Common/Foundation \
            -L../../../Common/Geometry \
            -L../../../Common/PlatformBase \
            -L../../../Common/MapGuideCommon \
            -L../HttpHandler \
            -L../../../Oem/jsoncpp/lib

Jason 

http://trac.osgeo.org/mapguide/ticket/347

-----Original Message-----
From: Jo Cook
Subject: RE: [mapguide-users] MGOS 2 build freezing on Ubuntu 7.10

After letting the build run for over 12 hours it finally got through
that issue... and failed at the missing json file that you filed the bug
ticket for. Have you managed to get it past this point yet? I was using
revision 2520, but the later ones don't seem to address your ticket.


More information about the mapguide-users mailing list