[fdo-internals] Re: FDO 3.5.0 RC2 build
Trevor Wekel
trevor_wekel at otxsystems.com
Wed Sep 22 16:59:39 EDT 2010
Ok. It looks like we have a bug in the Linux makefiles. In Fdo/Unmanaged/Inc/Makefile.am, the install target specifically removes these files. It does not remove them for the Windows build.
install :
@mkdir -p $(INSTALL_DIR)
@cp -r -u -f * $(INSTALL_DIR)
@rm -f $(INSTALL_DIR)/Common/Xsl/TransformerXalan.h
@rm -f $(INSTALL_DIR)/FdoSpatial.h
@rm -rf $(INSTALL_DIR)/Spatial
@rm -rf $(INSTALL_DIR)/Makefile*
I think this should be changed as follows:
install:
@mkdir -p $(INSTALL_DIR)
@cp -r -u -f * $(INSTALL_DIR)
@rm -rf $(INSTALL_DIR)/Makefile*
Does this look correct? Should I just make the change to the posted .tar.gz ball, or should I generate a new Linux build after the check in of the fix?
Regards,
Trevor
-----Original Message-----
From: fdo-internals-bounces at lists.osgeo.org [mailto:fdo-internals-bounces at lists.osgeo.org] On Behalf Of Trevor Wekel
Sent: September 22, 2010 11:52 AM
To: FDO Internals Mail List
Subject: RE: [fdo-internals] Re: FDO 3.5.0 RC2 build
Hi Vito,
Thanks for the heads up. I will investigate.
Regards,
Trevor
-----Original Message-----
From: fdo-internals-bounces at lists.osgeo.org [mailto:fdo-internals-bounces at lists.osgeo.org] On Behalf Of Vito Rifino
Sent: September 22, 2010 1:19 AM
To: fdo-internals at lists.osgeo.org
Subject: [fdo-internals] Re: FDO 3.5.0 RC2 build
Hi Trevor,
linux binaries package misses FdoSpatial.h and Spatial headers folder.
Vito
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/FDO-3-5-0-RC2-build-tp5552296p5557934.html
Sent from the FDO Internals mailing list archive at Nabble.com.
_______________________________________________
fdo-internals mailing list
fdo-internals at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/fdo-internals
More information about the fdo-internals
mailing list