Build problems on 6-CURRENT

NAKATA Maho chat95 at mac.com
Thu Jun 2 00:34:03 PDT 2005


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 at mdanderson.org> 
Jonathan Fosburgh <syjef at 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 at FreeBSD.org)


More information about the freebsd-openoffice mailing list