[fdo-users] RE: compile SDF FDO 3.4.0 error

Greg Boone greg.boone at autodesk.com
Mon Oct 25 10:56:00 EDT 2010


The fixes have been submitted.

Greg


/////////////////////////

Author: gregboone
Date: 2010-10-25 07:54:07 -0700 (Mon, 25 Oct 2010) New Revision: 5770

Modified:
   branches/3.3/Providers/SDF/Src/UnitTest/MasterTest.h
Log:
Build: Fix Linux Compile Issue. 

Modified: branches/3.3/Providers/SDF/Src/UnitTest/MasterTest.h
===================================================================
--- branches/3.3/Providers/SDF/Src/UnitTest/MasterTest.h	2010-10-25 14:52:41 UTC (rev 5769)
+++ branches/3.3/Providers/SDF/Src/UnitTest/MasterTest.h	2010-10-25 14:54:07 UTC (rev 5770)
@@ -179,7 +179,7 @@
         FdoDataType type2 = FdoDataType_String,
         FdoString** expected2 = NULL 
     );
-    FdoStringP MasterTest::inFilterOptimize_GetIdValue( 
+    FdoStringP inFilterOptimize_GetIdValue(
         FdoIFeatureReader* rdr,
         FdoString* propName, 
         FdoDataType propType


/////////////////////////

Author: gregboone
Date: 2010-10-25 07:52:41 -0700 (Mon, 25 Oct 2010) New Revision: 5769

Modified:
   branches/3.3/Providers/GenericRdbms/Src/UnitTest/Makefile.am
Log:
Build: Fix Linux ODBC compile issue. 

Re: http://osgeo-org.1803224.n2.nabble.com/GCC-installation-td1811063.html#a1811064


Modified: branches/3.3/Providers/GenericRdbms/Src/UnitTest/Makefile.am
===================================================================
--- branches/3.3/Providers/GenericRdbms/Src/UnitTest/Makefile.am	2010-10-25 04:32:04 UTC (rev 5768)
+++ branches/3.3/Providers/GenericRdbms/Src/UnitTest/Makefile.am	2010-10-25 14:52:41 UTC (rev 5769)
@@ -153,6 +153,7 @@
   -lxerces-c \
   -lz \
   -lodbc \
+  -lodbcinst \
   ./Common/libCommonUnitTests.la \
   ./Odbc/libOdbcUnitTests.la  \
   ../ODBC/libFdoRdbmsODBC.la  \
@@ -188,6 +189,7 @@
   ../Rdbi/librdbi.la \
   ../Util/libutil.la \
   -lodbc \
+  -lodbcinst \
   -lz




-----Original Message-----
From: fdo-users-bounces at lists.osgeo.org [mailto:fdo-users-bounces at lists.osgeo.org] On Behalf Of everling
Sent: Monday, October 25, 2010 1:30 AM
To: fdo-users at lists.osgeo.org
Subject: [fdo-users] RE: compile SDF FDO 3.4.0 error


If I may make a request, FDO 3.3.2 still has the same master.h build issue.
Is it still possible to patch or is the branch frozen?

Asides from this, there is one other FDO 3.3.2 Linux (or at least Ubuntu)
build issue
(http://osgeo-org.1803224.n2.nabble.com/GCC-installation-tp1811063p1811065.html)
that I am aware of, which also has not yet been patched.

Thank you for your time.
-- 
View this message in context: http://osgeo-org.1803224.n2.nabble.com/compile-SDF-FDO-3-4-0-error-tp2165394p5669416.html
Sent from the FDO Users mailing list archive at Nabble.com.
_______________________________________________
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