Problem during make of openoffice.org-2.0 port
Alexandre MOREL
alex at mknux.org
Thu Mar 8 23:14:07 UTC 2007
Hi,
During the "make -DWITH_CUPS install clean" of :
/usr/ports/editors/openoffice.org-2.0 i had an compilation error which
concern the file : work/OOD680_m5/svx/inc/svdobj.hxx line 326 (const = NULL)
Informations about my system:
uname -a
FreeBSD xxxx.xxxxx.xx 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12
08:43:30 UTC 2007
root at portnoy.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP amd64
My ports was updated the Thursday, March 08 2007 via portsnap.
The following patch solve this problem :
*************************************************************************
--- ./work/OOD680_m5/svx/inc/svdobj.hxx Thu Mar 8 23:17:10 2007
+++ ./work/OOD680_m5/svx/inc/svdobj.hxx.old Thu Mar 8 23:16:59 2007
@@ -323,7 +323,7 @@
{}
virtual ~SdrObjUserData();
- virtual SdrObjUserData* Clone(SdrObject* pObj1) const = 0;
+ virtual SdrObjUserData* Clone(SdrObject* pObj1) const = NULL;
UINT32 GetInventor() const { return nInventor; }
UINT16 GetId() const { return nIdentifier; }
//BFS01virtual void WriteData(SvStream& rOut);
*************************************************************************
Thank you for your great job of porting openoffice on freebsd.
Cordialy
Alexandre
More information about the freebsd-openoffice
mailing list