Date: Thu, 02 Jun 2005 16:33:51 +0900 (JST) From: NAKATA Maho <chat95@mac.com> To: syjef@mdanderson.org Cc: openoffice@freebsd.org Subject: Re: Build problems on 6-CURRENT Message-ID: <20050602.163351.35657954.chat95@mac.com> In-Reply-To: <200506010902.34691.syjef@mdanderson.org> References: <200506010902.34691.syjef@mdanderson.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Thanks for your report.
First of all, you must apply these patch by hand.
But I'll commit them to ports cvs repo, later.
In Message-ID: <200506010902.34691.syjef@mdanderson.org>
Jonathan Fosburgh <syjef@mdanderson.org> wrote:
> > ../../unxfbsd.pro/bin/odk645/examples/OLE/delphi/InsertTables/SampleUI.dfm
> tr: Illegal byte sequence
> dmake: Error code 1, while making
> '../../unxfbsd.pro/bin/odk645/examples/OLE/delphi/InsertTables/SampleUI.dfm'
> dmake:
> '../../unxfbsd.pro/bin/odk645/examples/OLE/delphi/InsertTables/SampleUI.dfm'
This seems to be SampleUI.dfm contains illigal char (namely not ascii char)
however how do I patch it. anyway you can clean this file like:
# rm odk/examples/OLE/delphi/InsertTables/SampleUI.dfm
# touch odk/examples/OLE/delphi/InsertTables/SampleUI.dfm
might suffice as a workaround.
> > ../../../unxfbsd.pro/bin/odk680/examples/DevelopersGuide/Database/OpenQuery.java
and also odk/examples/DevelopersGuide/Database/OpenQuery.java
has an illigal char.
--- odk/examples/DevelopersGuide/Database/OpenQuery.java~ Tue Feb 1 01:20:00 2005
+++ odk/examples/DevelopersGuide/Database/OpenQuery.java Thu Jun 2 16:24:34 2005
@@ -107,7 +107,7 @@
// the DataSourceName can be a data source registered with [PRODUCTNAME], among other possibilities
xProp.setPropertyValue("DataSourceName","Bibliography");
- // the CommandType must be TABLE, QUERY or COMMAND \uffff here we use COMMAND
+ // the CommandType must be TABLE, QUERY or COMMAND. here we use COMMAND
xProp.setPropertyValue("CommandType",new Integer(com.sun.star.sdb.CommandType.COMMAND));
// the Command could be a table or query name or a SQL command, depending on the CommandType
namely, please replace `\uffff' to `.'
-- NAKATA, Maho (maho@FreeBSD.org)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050602.163351.35657954.chat95>
