Re: [fpc-pascal] Wiki Syntax Highlight

2007-06-10 Thread Johann Glaser
Hi! I installed GesHi and one of the extensions: see http://wiki.lazarus.freepascal.org/Executing_External_Programs for the results. Thanks a lot! I've beautified the Web Service Toolkit page now. Unfortunately the documentation about the Wiki itself is quite sparse (i.e. about the syntax

Re: [fpc-pascal] installing latest stable

2007-06-10 Thread Michael Van Canneyt
On Sat, 9 Jun 2007, pineal wrote: On Friday 08 June 2007 18:46, Daniël Mantione wrote: Op Fri, 8 Jun 2007, schreef pineal: I have downloaded a tar archive, fpc-2.1.4.i386-linux.tar there are no install instructions that I can find. Can anyone give me some guidance or

Re: [fpc-pascal] PASCAL programming for Novice

2007-06-10 Thread Micha Nelissen
Francisco Reyes wrote: Pete Cervasio writes: Contents of $HOME/.vim/filetype.vim: Thanks. Found that it also works with .pas Changed the programs to that since that is one of the extensiosn the compiler also checks for. ___ If you google for

Re: [fpc-pascal] installing latest stable

2007-06-10 Thread Daniël Mantione
Op Sun, 10 Jun 2007, schreef pineal: On Sunday 10 June 2007 10:15, Michael Van Canneyt wrote: I have spent the whole afternoon trying to install fpc. :( First I downloaded the .rpm files. The compiler and docs install fine but the source doesn't install anything and there is no

Re: [fpc-pascal] Wiki Syntax Highlight

2007-06-10 Thread Vincent Snijders
Johann Glaser schreef: Hi! I installed GesHi and one of the extensions: see http://wiki.lazarus.freepascal.org/Executing_External_Programs for the results. Thanks a lot! I've beautified the Web Service Toolkit page now. Unfortunately the documentation about the Wiki itself is quite sparse

Re: [fpc-pascal] installing latest stable

2007-06-10 Thread pineal
On Sunday 10 June 2007 13:20, Daniël Mantione wrote: Op Sun, 10 Jun 2007, schreef pineal: On Sunday 10 June 2007 10:15, Michael Van Canneyt wrote: I have spent the whole afternoon trying to install fpc. :( First I downloaded the .rpm files. The compiler and docs install fine but

Re: [fpc-pascal] installing latest stable

2007-06-10 Thread Michael Van Canneyt
On Sun, 10 Jun 2007, pineal wrote: On Sunday 10 June 2007 13:20, Daniël Mantione wrote: Op Sun, 10 Jun 2007, schreef pineal: On Sunday 10 June 2007 10:15, Michael Van Canneyt wrote: I have spent the whole afternoon trying to install fpc. :( First I downloaded the .rpm

[fpc-pascal] How to analyze a core dump?

2007-06-10 Thread Luca Olivetti
Hello, I'm trying to debug a segment violation, I compiled the program with -g, but analyzing the core dump isn't really helpful, maybe the warning can't read pathname for load map is the cause? Or it's possible that it's caused by some of the c libraries used having no debug symbols? Any

Re: [fpc-pascal] How to analyze a core dump?

2007-06-10 Thread John Coppens
On Sun, 10 Jun 2007 21:30:09 +0200 Luca Olivetti [EMAIL PROTECTED] wrote: I'm trying to debug a segment violation, I compiled the program with -g, but analyzing the core dump isn't really helpful, maybe the warning can't read pathname for load map is the cause? Or it's possible that it's

Re: [fpc-pascal] How to analyze a core dump?

2007-06-10 Thread Luca Olivetti
En/na John Coppens ha escrit: On Sun, 10 Jun 2007 21:30:09 +0200 Luca Olivetti [EMAIL PROTECTED] wrote: I'm trying to debug a segment violation, I compiled the program with -g, but analyzing the core dump isn't really helpful, maybe the warning can't read pathname for load map is the cause? Or

Re: [fpc-pascal] How to analyze a core dump?

2007-06-10 Thread ik
Hi, On 6/10/07, Luca Olivetti [EMAIL PROTECTED] wrote: Hello, I'm trying to debug a segment violation, I compiled the program with -g, but analyzing the core dump isn't really helpful, maybe the warning can't read pathname for load map is the cause? Or it's possible that it's caused by some of