Re: [fpc-pascal]MySQL 4.0 Files

2003-10-08 Thread Bernhard Steffen
IIRC, besides adding new data fields, they even changed the field order (!) in their communication structs between minor versions like from 3.22 to 3.23 - breaking the fpc mysql units every couple of month. Not very programmer friendly... Rainer Hantsch wrote: But why not include at least two m

Re: [fpc-pascal]Cross-Compiling Debian/Linux -> FreeBSD

2003-10-08 Thread Marco van de Voort
> Marco, there isn't much documentation for xcomp around... suggest you put > the info in this email, and a link http://www.stack.nl/~marcov/buildfaq.pdf > or a copy of the document into ftp:\...contrib\cross\ eg in a readme? Could do that yes. But I have to finish the article first, then I'll do

RE: [fpc-pascal]Cross-Compiling Debian/Linux -> FreeBSD

2003-10-08 Thread Lee, John
Marco, there isn't much documentation for xcomp around... suggest you put the info in this email, and a link http://www.stack.nl/~marcov/buildfaq.pdf or a copy of the document into ftp:\...contrib\cross\ eg in a readme? Regards John For more info about this kind of tricks see

Re: [fpc-pascal]Cross-Compiling Debian/Linux -> FreeBSD

2003-10-08 Thread Marco van de Voort
> On Wed, Oct 08, 2003 at 11:02:45AM +0200, Marco van de Voort wrote: > > > doing (using a shell account), to cross-compile from Debian/Linux to > > > FreeBSD ? > > > > There are certainly ways, and you are in luck, I just did this last weekend. > > I'm writing an article about it for a German mag

Re: [fpc-pascal]Cross-Compiling Debian/Linux -> FreeBSD

2003-10-08 Thread James Mills
On Wed, Oct 08, 2003 at 11:02:45AM +0200, Marco van de Voort wrote: > > > Is there an easy way of cross-compiling other than what I"m currently > > doing (using a shell account), to cross-compile from Debian/Linux to > > FreeBSD ? > > There are certainly ways, and you are in luck, I just did this

Re: [fpc-pascal]Cross-Compiling Debian/Linux -> FreeBSD

2003-10-08 Thread Marco van de Voort
> Is there an easy way of cross-compiling other than what I"m currently > doing (using a shell account), to cross-compile from Debian/Linux to > FreeBSD ? There are certainly ways, and you are in luck, I just did this last weekend. I'm writing an article about it for a German magazine, and am ver