To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67351
                 Issue #|67351
                 Summary|Build of connectivity/source/drivers/evoab2/NStatement
                        |.cxx broken
               Component|Database access
                 Version|680m176
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|none
             Assigned to|fs
             Reported by|kendy





------- Additional comments from [EMAIL PROTECTED] Thu Jul 13 12:16:29 -0700 
2006 -------
Here's the patch:

--- connectivity/source/drivers/evoab2/NStatement.cxx   2006-07-13 
21:10:46.000000000 +0200
+++ connectivity/source/drivers/evoab2/NStatement.cxx   2006-07-13 
21:10:43.000000000 +0200
@@ -94,8 +94,8 @@ OStatement_Base::OStatement_Base(OEvoabC
          m_xResultSet(NULL),
          m_pResultSet(NULL),
          m_pParseTree(NULL),
-         m_aSQLIterator(_pConnection->createCatalog()->getTables(), 
_pConnection->getMetaData(), NULL),
-         m_aParser(_pConnection->getDriver()->getMSFactory())
+         m_aParser(_pConnection->getDriver()->getMSFactory()),
+         m_aSQLIterator(_pConnection, 
_pConnection->createCatalog()->getTables(), m_aParser, NULL)
 {
        m_pConnection->acquire();
 }

The error:

/opt/icecream/bin/g++ -Wreturn-type -fmessage-length=0 -c -O2 
-fno-strict-aliasing -Wuninitialized   -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib64/glib-2.0/include   -I.  -I../../../unxlngx6.pro/inc/evoab2 
-I../inc -I../../inc -I../../../inc -I../../../unx/inc 
-I../../../unxlngx6.pro/inc -I. 
-I/local/ooo-build/ooo-build/build/src680-m176/solver/680/unxlngx6.pro/inc/stl 
-I/local/ooo-build/ooo-build/build/src680-m176/solver/680/unxlngx6.pro/inc/external
 
-I/local/ooo-build/ooo-build/build/src680-m176/solver/680/unxlngx6.pro/inc 
-I/local/ooo-build/ooo-build/build/src680-m176/solenv/unxlngx6/inc 
-I/local/ooo-build/ooo-build/build/src680-m176/solenv/inc 
-I/local/ooo-build/ooo-build/build/src680-m176/res 
-I/local/ooo-build/ooo-build/build/src680-m176/solver/680/unxlngx6.pro/inc/stl 
-I/local/ooo-build/ooo-build/build/src680-m176/solenv/inc/Xp31 -I/usr/include 
-I/usr/X11R6/include     
-I/local/ooo-build/ooo-build/build/src680-m176/solver/680/unxlngx6.pro/inc/offuh
 
-I. -I../../../res -I. -pipe  -Wno-ctor-dtor-privacy -fno-use-cxa-atexit 
-fvisibility-inlines-hidden -g -fexceptions -fno-enforce-eh-specs    -fpic 
-DLINUX -DUNX -DVCL -DGCC -DC341 -DX86_64 -DCVER=C341 -DNPTL -DGLIBC=2 -DX86_64 
-D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=400 
-DHAVE_GCC_VISIBILITY_FEATURE -D__DMAKE -DUNIX -DCPPU_ENV=gcc3 
-DGXX_INCLUDE_PATH=/usr/include/c++/4.1.0 -DSUPD=680 -DPRODUCT -DNDEBUG 
-DPRODUCT_FULL -DOSL_DEBUG_LEVEL=0 -DOPTIMIZE -DEXCEPTIONS_ON -DCUI 
-DSOLAR_JAVA -DSRC680=SRC680   -DCONN_SHARED_RESOURCE_FILE=cnr -DSHAREDLIB 
-D_DLL_  -DMULTITHREAD  
-o ../../../unxlngx6.pro/slo/NStatement.o 
/local/ooo-build/ooo-build/build/src680-m176/connectivity/source/drivers/evoab2/NStatement.cxx
/local/ooo-build/ooo-build/build/src680-m176/connectivity/source/drivers/evoab2/NStatement.cxx:
 
In constructor 
'connectivity::evoab::OStatement_Base::OStatement_Base(connectivity::evoab::OEvoabConnection*)':
/local/ooo-build/ooo-build/build/src680-m176/connectivity/source/drivers/evoab2/NStatement.cxx:98:
 
error: no matching function for call to 
'connectivity::OSQLParseTreeIterator::OSQLParseTreeIterator(com::sun::star::uno::Reference<com::sun::star::container::XNameAccess>,
 
com::sun::star::uno::Reference<com::sun::star::sdbc::XDatabaseMetaData>, NULL)'
../../../inc/connectivity/sqliterator.hxx:328: note: candidates are: 
connectivity::OSQLParseTreeIterator::OSQLParseTreeIterator(const 
connectivity::OSQLParseTreeIterator&, const connectivity::OSQLParser&, const 
connectivity::OSQLParseNode*)
../../../inc/connectivity/sqliterator.hxx:166: note:                 
connectivity::OSQLParseTreeIterator::OSQLParseTreeIterator(const 
com::sun::star::uno::Reference<com::sun::star::sdbc::XConnection>&, const 
com::sun::star::uno::Reference<com::sun::star::container::XNameAccess>&, const 
connectivity::OSQLParser&, const connectivity::OSQLParseNode*)
../../../inc/connectivity/sqliterator.hxx:159: note:                 
connectivity::OSQLParseTreeIterator::OSQLParseTreeIterator(const 
connectivity::OSQLParseTreeIterator&)
../../../inc/connectivity/sqliterator.hxx:158: note:                 
connectivity::OSQLParseTreeIterator::OSQLParseTreeIterator()
ICECREAM[18916]: Compiled on 10.20.1.133
dmake:  Error code 1, while making '../../../unxlngx6.pro/slo/NStatement.obj'

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to