Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Sep 2006 19:52:58 -0400
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        freebsd-openoffice@FreeBSD.org
Cc:        "Michael W. Lucas" <mwlucas@blackhelicopters.org>
Subject:   Re: build failure
Message-ID:  <200609151953.00233.jkim@FreeBSD.org>
In-Reply-To: <20060915151816.GA39715@bewilderbeast.blackhelicopters.org>
References:  <20060915151816.GA39715@bewilderbeast.blackhelicopters.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--Boundary-00=_czzCFYLa53xYFdP
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

On Friday 15 September 2006 11:18 am, Michael W. Lucas wrote:
--- >8 --- SNIP!!! --- >8 ---
> =============
> Building project udkapi
> =============
> /amd64/usr/ports/editors/openoffice.org-2.0-devel/work/SRC680_m183/
>udkapi/com/sun/star/uno idlc @/tmp/mklaCStd
> idlc: compile 'Exception.idl' ...
> idlc: could not load registry dll.
> idlc: detected 1 errors
> Sun Microsystems (R) idlc Version 1.1
>
> dmake:  Error code 1, while making
> '../../../../unxfbsdi.pro/misc/urd_cssuno.don' '---* tg_merge.mk
> *---'
>
> ERROR: Error 65280 occurred while making
> /amd64/usr/ports/editors/openoffice.org-2.0-devel/work/SRC680_m183/
>udkapi/com/sun/star/uno dmake:  Error code 1, while making
> 'build_instsetoo_native' '---* *---'
> *** Error code 255
>
> Stop in /amd64/usr/ports/editors/openoffice.org-2.0-devel.
> humvee32/usr/ports/editors/openoffice.org-2.0-devel;
>
> humvee32~;uname -a
> FreeBSD humvee32.blackhelicopters.org 7.0-CURRENT FreeBSD
> 7.0-CURRENT #0: Wed Sep 13 07:28:29 EDT 2006    
> root@humvee32.blackhelicopters.org:/usr/obj/usr/src/sys/THIRTYTWO 
> i386
>
>
> My ports tree is on my amd64 slice, but it's really running i386.

See:

http://docs.freebsd.org/cgi/mid.cgi?200609151417.14241.jkim

Additionally you may need the attached patch.  Just drop it in the 
files directory and rebuild from scratch.

Jung-uk Kim

--Boundary-00=_czzCFYLa53xYFdP
Content-Type: text/x-diff;
  charset="iso-8859-1";
  name="patch-docfld"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="patch-docfld"

--- sw/source/core/doc/docfld.cxx	14 Aug 2006 15:57:08 -0000	1.26
+++ sw/source/core/doc/docfld.cxx	15 Sep 2006 21:06:05 -0000
@@ -1223,7 +1223,7 @@
 	pMgr->CloseAll(FALSE);
 }
 
-void SwDoc::FldsToCalc( SwCalc& rCalc, ULONG nLastNd, USHORT nLastCnt )
+void SwDoc::FldsToCalc( SwCalc& rCalc, sal_uInt32 nLastNd, sal_uInt16 nLastCnt )
 {
 	// erzeuge die Sortierteliste aller SetFelder
 	pUpdtFlds->MakeFldList( *this, mbNewFldLst, GETFLD_CALC );
@@ -2243,7 +2243,7 @@
 		ResetModified();
 }
 
-bool SwDoc::SetFieldsDirty( bool b, const SwNode* pChk, ULONG nLen )
+bool SwDoc::SetFieldsDirty( bool b, const SwNode* pChk, sal_uInt32 nLen )
 {
 	// teste ggfs. mal, ob die angegbenen Nodes ueberhaupt Felder beinhalten.
 	// wenn nicht, braucht das Flag nicht veraendert werden.

--Boundary-00=_czzCFYLa53xYFdP--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609151953.00233.jkim>