Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 38411 - openoffice-ximian 1.1.49.2 broke on recent-files.cxx
Summary: openoffice-ximian 1.1.49.2 broke on recent-files.cxx
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-16 08:21 UTC by Luca Barbato
Modified: 2006-02-04 06:04 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luca Barbato gentoo-dev 2004-01-16 08:21:10 UTC
there follow the error messages.

In file included from /var/tmp/portage/openoffice-ximian-1.1.49.2/work/oo_1.1_src/svtools/source/config/recent-files.cxx:17:
/var/tmp/portage/openoffice-ximian-1.1.49.2/work/oo_1.1_src/solver/645/unxlngppc.pro/inc/tools/config.hxx:77: warning: `class Config' has virtual functions but non-virtual destructor
/var/tmp/portage/openoffice-ximian-1.1.49.2/work/oo_1.1_src/svtools/source/config/recent-files.cxx: In function `void svt::endRecentItem(svt::ParseContext*)':
/var/tmp/portage/openoffice-ximian-1.1.49.2/work/oo_1.1_src/svtools/source/config/recent-files.cxx:166: `assert' undeclared (first use this function)
/var/tmp/portage/openoffice-ximian-1.1.49.2/work/oo_1.1_src/svtools/source/config/recent-files.cxx:166: (Each undeclared identifier is reported only once for each function it appears in.)
/var/tmp/portage/openoffice-ximian-1.1.49.2/work/oo_1.1_src/svtools/source/config/recent-files.cxx: In function `void svt::startElementCb(void*, const XML_Char*, const XML_Char**)':
/var/tmp/portage/openoffice-ximian-1.1.49.2/work/oo_1.1_src/svtools/source/config/recent-files.cxx:200: warning: invalid conversion from `void*' to `svt::ParseContext*'
/var/tmp/portage/openoffice-ximian-1.1.49.2/work/oo_1.1_src/svtools/source/config/recent-files.cxx: In function `void svt::endElementCb(void*, const XML_Char*)':
/var/tmp/portage/openoffice-ximian-1.1.49.2/work/oo_1.1_src/svtools/source/config/recent-files.cxx:265: warning: invalid conversion from `void*' to `svt::ParseContext*'
/var/tmp/portage/openoffice-ximian-1.1.49.2/work/oo_1.1_src/svtools/source/config/recent-files.cxx: In function `void svt::characterDataCb(void*, const XML_Char*, int)':
/var/tmp/portage/openoffice-ximian-1.1.49.2/work/oo_1.1_src/svtools/source/config/recent-files.cxx:382: warning: invalid conversion from `void*' to `svt::ParseContext*'
/var/tmp/portage/openoffice-ximian-1.1.49.2/work/oo_1.1_src/svtools/source/config/recent-files.cxx: In function `void svt::convertItems(svt::ParseContext*, svt::RecentFileItem**, int*)':
/var/tmp/portage/openoffice-ximian-1.1.49.2/work/oo_1.1_src/svtools/source/config/recent-files.cxx:571: warning: invalid conversion from `void*' to `svt::RecentFileItem*'
/var/tmp/portage/openoffice-ximian-1.1.49.2/work/oo_1.1_src/svtools/source/config/recent-files.cxx: In function `FILE* svt::openAndLock()':
/var/tmp/portage/openoffice-ximian-1.1.49.2/work/oo_1.1_src/svtools/source/config/recent-files.cxx:607: warning: invalid conversion from `const sal_Char*' to `char*'
/var/tmp/portage/openoffice-ximian-1.1.49.2/work/oo_1.1_src/svtools/source/config/recent-files.cxx: In function `void svt::recentFilesAddItem(rtl_uString*, const rtl_uString*)':
/var/tmp/portage/openoffice-ximian-1.1.49.2/work/oo_1.1_src/svtools/source/config/recent-files.cxx:761: warning: invalid conversion from `const void*' to `void*'
dmake:  Error code 1, while making '../../unxlngppc.pro/slo/recent-files.obj'
---* TG_SLO.MK *---

the simple solution is add a #include <assert.h> in the oo_1.1_src/svtools/source/config/recent-files.cxx file
Comment 1 Andreas Proschofsky (RETIRED) gentoo-dev 2004-01-17 08:56:44 UTC
This is fixed in cvs now, thanks