Re: [fpc-devel] ptop

2005-02-21 Thread Michael . VanCanneyt
On Mon, 21 Feb 2005, Jan Ruzicka wrote: Hi here comes next incremental patch: - tokens now AnsiStrings - the comments are now handled better, ptop now does a multi line comments. - added debug prints to verbose option 'line in-number out-number symbol name = value' the value is

Re: [fpc-devel] compiling fpc from cvs

2005-02-21 Thread Uberto Barbini
On Monday 21 February 2005 21:04, Uberto Barbini wrote: Where can I find info about compiling fpc from cvs? I browsed doc and faq but I wasn't able to understand exactly where to start. BTW today's daily win bin snapshot doesn't run (segmentation fault in install.exe). I forgot to mention

Re: [fpc-devel] compiling fpc from cvs

2005-02-21 Thread Marco van de Voort
Where can I find info about compiling fpc from cvs? http://www.stack.nl/~marcov/buildfaq.pdf ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] compiling fpc from cvs

2005-02-21 Thread Uberto Barbini
On Monday 21 February 2005 21:45, Marco van de Voort wrote: Where can I find info about compiling fpc from cvs? http://www.stack.nl/~marcov/buildfaq.pdf If there ain't a simple way to compile on win then study all these 24 pages, I think I'll surrender! ;)) Anyway, page 5 you describe the

Re: [fpc-devel] ptop

2005-02-21 Thread Jan Ruzicka
On Feb 21, 2005, at 04:03, [EMAIL PROTECTED] wrote: On Mon, 21 Feb 2005, Jan Ruzicka wrote: Hi [... snip ...] only outstanding issue are new lines in front of long comments. The procedure PPSymbol is trying to fit the symbol on a line by inserting a new line. This is working so it can be

Re: [fpc-devel] compiling fpc from cvs

2005-02-21 Thread Peter Vreman
So let's assume I'm a completely idiot and I have downloaded fpc from cvs to compile it on a windows system. Do I have any hope to compile it? Install fpc 1.0.10 Download fpc from cvs Start cmd.exe Go to the new fpc directory Type 'make all' Not much different from compiling any other C

Re: [fpc-devel] compiling fpc from cvs

2005-02-21 Thread Marco van de Voort
[ Charset ISO-8859-1 unsupported, converting... ] So let's assume I'm a completely idiot and I have downloaded fpc from cvs to compile it on a windows system. Do I have any hope to compile it? Install fpc 1.0.10 Download fpc from cvs Start cmd.exe - make sure the FPC dir is the first

Re: [fpc-devel] compiling fpc from cvs

2005-02-21 Thread SteveG
You need a working compiler already installed (use a binary install from to begin - eg 1.0.10) Download the full FPC from cvs site (eg to folder c:\fpc) At the command prompt, cd to c:\fpc (or your cvs folder) type - make clean all (clears any rubbish from previous builds) cd c:\fpc\compiler