[fpc-pascal] cross compiling enigma

2007-12-07 Thread Sam Liddicott
I'm modifying the lazarus packaging scripts to make building debs of lazarus, fpc and cross-fpc variants simpler than it is. (Cross is not simple right now) I've read the buildfaq (thanks Marco) and various fpc build scripts but am still puzzled in this respect: Why does: $ cd fpc $make cle

Re: [fpc-pascal] problems using utf8toansi

2007-12-07 Thread Marc Santhoff
Am Freitag, den 07.12.2007, 07:43 +0100 schrieb Marc Santhoff: > what's going on here? Forget about it, it's certainly the DOM implementation doing the decoding beforhand, nothing to do after that. :P The open question left is the euro sign, I'll care about that later ... Marc

Re: [fpc-pascal] cross compiling enigma

2007-12-07 Thread Marco van de Voort
> I'm modifying the lazarus packaging scripts to make building debs of > lazarus, fpc and cross-fpc variants simpler than it is. (Cross is not > simple right now) > > I've read the buildfaq (thanks Marco) and various fpc build scripts but > am still puzzled in this respect: > > Why does: > >

[ADMIN] [fpc-pascal] Your account will be suspended

2007-12-07 Thread Jonas Maebe
On 07 Dec 2007, at 02:13, Central Bank wrote: Dear Central Bank customer, During our regularly scheduled account maintenance and verification procedures, we have detected a slight error in your billing information. This was obviously a phishing mail (and you should most definitel

Re: [fpc-pascal] problems using utf8toansi

2007-12-07 Thread Jonas Maebe
On 07 Dec 2007, at 07:43, Marc Santhoff wrote: dbg: Description testing, one, two ... ? à dbg: Using german umlauts the same happens, the string is empty. When feeding in plain ascii the output is okay, the string is actually filled. On which platform with which locale/codepage? If on *

Re: [fpc-pascal] can we have fpc's doc in chm format? [Patch]

2007-12-07 Thread Mattias Gaertner
On Fri, 07 Dec 2007 09:43:57 -0500 Andrew Haines <[EMAIL PROTECTED]> wrote: > Michael Van Canneyt wrote: > > > > On Fri, 7 Dec 2007, Andrew Haines wrote: > > > >> Michael Van Canneyt wrote: > >>> On Fri, 7 Dec 2007, Andrew Haines wrote: > >>> > PS you can have a peek at some chm's I made wi

Re: [fpc-pascal] can we have fpc's doc in chm format? [Patch]

2007-12-07 Thread Andrew Haines
Michael Van Canneyt wrote: > > On Fri, 7 Dec 2007, Andrew Haines wrote: > >> Michael Van Canneyt wrote: >>> On Fri, 7 Dec 2007, Andrew Haines wrote: >>> PS you can have a peek at some chm's I made with fpdoc here: http://hainesservice.com/andrew/chms/ they are all crosslinked. >>> With

Re: [fpc-pascal] can we have fpc's doc in chm format? [Patch]

2007-12-07 Thread Andrew Haines
Michael Van Canneyt wrote: > > On Fri, 7 Dec 2007, Andrew Haines wrote: > >> PS you can have a peek at some chm's I made with fpdoc here: >> http://hainesservice.com/andrew/chms/ they are all crosslinked. > > With kchmviewer I get the following errors: > > An error occurred while loading > ms-

Re: [fpc-pascal] can we have fpc's doc in chm format? [Patch]

2007-12-07 Thread Michael Van Canneyt
On Fri, 7 Dec 2007, Andrew Haines wrote: > Michael Van Canneyt wrote: > > > > > How do I view this on a Linux KDE system ? > > > > you can use xchm or gnochm and I think there is a kde variant too, > though I don't know it's name. After some searching: kchmviewer, and chmsee for GTK. Than

Re: [fpc-pascal] problems using utf8toansi

2007-12-07 Thread Jonas Maebe
On 07 Dec 2007, at 13:17, Marc Santhoff wrote: On which platform with which locale/codepage? If on *nix, are you using the cwstring unit? I'm using FreeBSD with ISO8859-1 or 15 and do not use cwstring explicitly. Also, if you do not use the cwstring unit, a lot of things will not work wit

Re: [fpc-pascal] problems using utf8toansi

2007-12-07 Thread Marc Santhoff
Am Freitag, den 07.12.2007, 11:28 +0100 schrieb Jonas Maebe: > On 07 Dec 2007, at 07:43, Marc Santhoff wrote: > > > > > dbg: Description > > testing, one, two ... > > ? à > > dbg: > > > > > > Using german umlauts the same happens, the string is empty. When > > feeding > > in plain ascii the ou

Re: [fpc-pascal] can we have fpc's doc in chm format? [Patch]

2007-12-07 Thread Jonas Maebe
On 07 Dec 2007, at 15:09, Andrew Haines wrote: Michael Van Canneyt wrote: With kchmviewer I get the following errors: An error occurred while loading ms-its:/home/michael/Documents/ fcl.chm::/streamio/assignstream.html: The file or folder ms-its:/home/michael/Documents/fcl.chm::/ streamio/

Re: [fpc-pascal] fpc 2.2.0, trying to install as none root on Linux

2007-12-07 Thread Jonas Maebe
On 04 Dec 2007, at 18:53, Bernd Mueller wrote: I have downloaded fpc-2.2.0.i386-linux.tar, decompressed the archive and run the install script ./install.sh as none root. The script prompts the following message: "Install prefix (/usr or /usr/local) [/home/bernd/fpc-2.2.0]:" I read the ma

Re: [fpc-pascal] can we have fpc's doc in chm format? [Patch]

2007-12-07 Thread Andrew Haines
Michael Van Canneyt wrote: > > How do I view this on a Linux KDE system ? > you can use xchm or gnochm and I think there is a kde variant too, though I don't know it's name. Andrew ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://l

Re: [fpc-pascal] can we have fpc's doc in chm format? [Patch]

2007-12-07 Thread Andrew Haines
Mattias Gaertner wrote: > I downloaded them, installed kchmviewer 3.1 (ubuntu gutsy) and got: > > An error occurred while loading > ms-its:/home/mattias/file:/home/mattias/pascal/docs/rtl.chm::/index.html: > Could not read file > ms-its:/home/mattias/file:/home/mattias/pascal/docs/rtl.chm::/index.

Re: [fpc-pascal] can we have fpc's doc in chm format? [Patch]

2007-12-07 Thread Michael Van Canneyt
On Fri, 7 Dec 2007, Andrew Haines wrote: > Michael Van Canneyt wrote: > > > > On Thu, 6 Dec 2007, Andrew Haines wrote: > > > >> Andrew Haines wrote: > >>> Attached is a patch to add chm output to fpdoc. I edited Makefile.fpc to > >>> require the "package" chm. Also a patch for chmwriter.pas wi

Re: [fpc-pascal] can we have fpc's doc in chm format? [Patch]

2007-12-07 Thread Mattias Gaertner
On Fri, 07 Dec 2007 10:48:59 -0500 Andrew Haines <[EMAIL PROTECTED]> wrote: > Mattias Gaertner wrote: > > I downloaded them, installed kchmviewer 3.1 (ubuntu gutsy) and got: > > > > An error occurred while loading > > ms-its:/home/mattias/file:/home/mattias/pascal/docs/rtl.chm::/index.html: > > C

Re: [fpc-pascal] can we have fpc's doc in chm format? [Patch]

2007-12-07 Thread Michael Van Canneyt
On Fri, 7 Dec 2007, Andrew Haines wrote: > PS you can have a peek at some chm's I made with fpdoc here: > http://hainesservice.com/andrew/chms/ they are all crosslinked. With kchmviewer I get the following errors: An error occurred while loading ms-its:/home/michael/Documents/fcl.chm::/stream

Re: [fpc-pascal] problems using utf8toansi

2007-12-07 Thread Jonas Maebe
On 07 Dec 2007, at 13:17, Marc Santhoff wrote: Am Freitag, den 07.12.2007, 11:28 +0100 schrieb Jonas Maebe: On 07 Dec 2007, at 07:43, Marc Santhoff wrote: dbg: Description testing, one, two ... ? à dbg: Using german umlauts the same happens, the string is empty. When feeding in plain asci

Re: [fpc-pascal] can we have fpc's doc in chm format? [Patch]

2007-12-07 Thread Andrew Haines
Mattias Gaertner wrote: > On Fri, 07 Dec 2007 09:43:57 -0500 > Andrew Haines <[EMAIL PROTECTED]> wrote: > >> Michael Van Canneyt wrote: >>> On Fri, 7 Dec 2007, Andrew Haines wrote: >>> Michael Van Canneyt wrote: > On Fri, 7 Dec 2007, Andrew Haines wrote: > >> PS you can have a pee

Re: [fpc-pascal] can we have fpc's doc in chm format? [Patch]

2007-12-07 Thread Michael Van Canneyt
On Fri, 7 Dec 2007, Andrew Haines wrote: > Michael Van Canneyt wrote: > > > > On Fri, 7 Dec 2007, Andrew Haines wrote: > > > >> PS you can have a peek at some chm's I made with fpdoc here: > >> http://hainesservice.com/andrew/chms/ they are all crosslinked. > > > > With kchmviewer I get the f

Re: [fpc-pascal] can we have fpc's doc in chm format? [Patch]

2007-12-07 Thread Michael Van Canneyt
On Fri, 7 Dec 2007, Andrew Haines wrote: > >> I downloaded the files and they are ok. > >> > >> Looking at the log it looks like you've only downloaded the lcl.chm > >> file again, Maybe your browser is caching. try using wget. > >> > >> wget http://hainesservice.com/andrew/chms/fcl.chm > >> wge

Re: [fpc-pascal] Lazarus + Qt4 in FreeBSD

2007-12-07 Thread Den Jean
On Tuesday 04 December 2007 05:08:15 pm [EMAIL PROTECTED] wrote: > {$IFDEF FREEBSD} > QtIntf  = 'libqt4intf.so'; > {$ENDIF} but there are many LINUX ifdefs. (see below) It would be complicated to add "... or FREEBSD or NETBSD" everywhere etc. I am considering to replace LINUX with UNIX everywh

Re: [fpc-pascal] can we have fpc's doc in chm format? [Patch]

2007-12-07 Thread Jeff Wormsley
Michael Van Canneyt wrote: Sorry, Same problem. I'm also using kchmviewer 3.1, as Mattias... Perhaps some path is hard coded into the files, and it exists for Andrew (it's his system, after all) and doesn't for anyone else. Jeff. -- I haven't smoked for 1 year, 3 months and 2 weeks, saving $2

Re: [fpc-pascal] can we have fpc's doc in chm format? [Patch]

2007-12-07 Thread Jonas Maebe
On 07 Dec 2007, at 06:46, Andrew Haines wrote: There's a seriously huge improvement in speed of the chm code when compiled with -Ooregvar. I added it to the Makefile.fpc in the packages/chm directory. That must not be done. When compiled for a release, -O2 is used which automatically includ

Re: [fpc-pascal] can we have fpc's doc in chm format? [Patch]

2007-12-07 Thread Mattias Gaertner
On Fri, 7 Dec 2007 16:57:39 +0100 Mattias Gaertner <[EMAIL PROTECTED]> wrote: > On Fri, 07 Dec 2007 10:48:59 -0500 > Andrew Haines <[EMAIL PROTECTED]> wrote: > > > Mattias Gaertner wrote: > > > I downloaded them, installed kchmviewer 3.1 (ubuntu gutsy) and > > > got: > > > > > > An error occurre

Re: [fpc-pascal] Lazarus + Qt4 in FreeBSD

2007-12-07 Thread Den Jean
On Tuesday 04 December 2007 05:08:15 pm [EMAIL PROTECTED] wrote: > If you ran ldd libqt4intf.so, what is the output? $ ldd -r libqt4intf.so linux-gate.so.1 => (0xe000) libQtCore.so.4 => /usr/lib/qt4/lib/libQtCore.so.4 (0xb7be8000) libQtGui.so.4 => /usr/lib/qt4/lib/lib