From: Michael W. <mw...@ic...> - 2004-09-21 10:10:47
|
On Mon, Sep 20, 2004 at 02:41:42PM +0100, Rob Pomeroy wrote: [snip] > > There is a patch in [1] for mdbtools which could temporally > > fix this error. > > [1] http://sourceforge.net/tracker/?group_id=3D2294&atid=3D302294 > > Unfortunately this link seems to send me to a page saying > "Error - ArtifactType: Invalid ArtifactTypeID". The "=3D" parts of the above URL are there because of "quoted printable" encoding. "=3D" is an equal sign, so just replace "=3D" with "=" whereever it appears in the URL. That just gives the URL of the patches page, though. > I tried looking amongst the various patches on the mdbtools > site, but none of them seemed to relate to this problem, and > moreover, I couldn't see how to apply the patches. (Yup, you > guessed right, not a C programmer!) [snip] I think the patch you're interested in is probably the "UTF-8 Fix" one or maybe the "UTF-8 and memo support" Download the patch (e.g. to /tmp/utf8.diff) and then do the following: $ cd /path/to/mdbtools/src/libmdb $ patch -p1 </tmp/utf8.diff patch should say: patching file data.c or something similar. If it complains about rejected hunks or something your version of data.c is too different from the one the patch was generated against. If it worked without complaints, compile mdbtools as normal. I'm afraid I can't help with the other problem. -- Michael Wood <mw...@ic...> |