To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86844
Issue #|86844
Summary|to-be-DEV300_m2: dbaccess exceptions files
Component|Database access
Version|1.0.0
Platform|All
URL|
OS/Version|All
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|PATCH
Priority|P1
Subcomponent|none
Assigned to|rt
Reported by|pjanik
------- Additional comments from [EMAIL PROTECTED] Sun Mar 9 18:06:43 +0000
2008 -------
Hi,
../unxlngi6.pro/slo/textconnectionsettings.o: In function
`shared_count<dbaui::SetItemPropertyStorage>':
/home/oo/BuildDir/ooo_DEV300_m2_src/solver/300/unxlngi6.pro/inc/boost/detail/shared_count.hpp
:97: undefined reference to `boost::throw_exception(std::exception const&)'
collect2: ld returned 1 exit status
dmake: Error code 1, while making '../unxlngi6.pro/lib/libdbuli.so'
ERROR: Error 65280 occurred while making
/home/oo/BuildDir/ooo_DEV300_m2_src/dbaccess/util
textconnectionsettings.obj has to be in EXCEPTIONSFILES:
[EMAIL PROTECTED]:~/BuildDir/ooo_DEV300_m2_src/dbaccess/source/ui/dlg> diff -u
makefile.mk.orig
makefile.mk.fixed
--- makefile.mk.orig 2008-03-09 18:38:06.000000000 +0100
+++ makefile.mk.fixed 2008-03-09 18:38:06.000000000 +0100
@@ -127,13 +127,13 @@
$(SLO)$/odbcconfig.obj \
$(SLO)$/ExtensionNotPresent.obj \
$(SLO)$/advancedsettings.obj \
- $(SLO)$/datasourceui.obj
+ $(SLO)$/datasourceui.obj \
+ $(SLO)$/textconnectionsettings.obj
SLOFILES= \
$(EXCEPTIONSFILES) \
$(SLO)$/dlgsize.obj \
- $(SLO)$/dlgattr.obj \
- $(SLO)$/textconnectionsettings.obj
+ $(SLO)$/dlgattr.obj
.IF "$(WINDOWS_VISTA_PSDK)"!="" && "$(PROF_EDITION)"==""
DISABLE_ADO=TRUE
[EMAIL PROTECTED]:~/BuildDir/ooo_DEV300_m2_src/dbaccess/source/ui/dlg>
---------------------------------------------------------------------
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]