To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74401
------- Additional comments from [EMAIL PROTECTED] Tue Feb 13 02:13:18 +0000
2007 -------
sb:
Boost of FreeBSD(from ports), definition of BOOST_NO_EXCEPTIONS is
conditional. I inserted
#if !defined BOOST_NO_EXCEPTIONS
#error "BOOST_NO_EXCEPTIONS not defined"
#endif
or
#if defined BOOST_NO_EXCEPTIONS
#error "BOOST_NO_EXCEPTIONS defined"
#endif
in source/inc/dlgedobj.hxx, both build have failed.
BTW: following patch helped me.
Index: basctl/source/dlged/makefile.mk
===================================================================
RCS file: /cvs/script/basctl/source/dlged/makefile.mk,v
retrieving revision 1.7
diff -u -r1.7 makefile.mk
--- basctl/source/dlged/makefile.mk 2 Jan 2007 15:51:33 -0000 1.7
+++ basctl/source/dlged/makefile.mk 13 Feb 2007 00:06:27 -0000
@@ -59,6 +59,7 @@
$(SLO)$/managelang.obj
EXCEPTIONSFILES=$(SLO)$/dlged.obj \
+ $(SLO)$/dlgedobj.obj \
$(SLO)$/dlgedfac.obj \
$(SLO)$/dlgedlist.obj \
$(SLO)$/dlgedclip.obj \
thanks,
---------------------------------------------------------------------
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]