Re: [fpc-pascal] how to compile (PWU) project from command line

2007-06-18 Thread Graeme Geldenhuys
On 18/06/07, Marc Pertron <[EMAIL PROTECTED]> wrote: > All should work under Linux. I remember i had to correct 2-3 typo. If it didn't compile at all, i can mail you the 1.6.0.1 that i use (I only use Linux) I'll download 1.6.0.1 from SourceForge and see if I have any better luck. Thanks. Grae

Re: [fpc-pascal] how to compile (PWU) project from command line

2007-06-18 Thread Marc Pertron
Graeme Geldenhuys a écrit : Do you know if there are any unit tests or something I can run to see what actually works under Linux? As I mentioned earlier, I had a few units that doesn't even compile in the release version. All should work under Linux. I remember i had to correct 2-3 typo. If i

Re: [fpc-pascal] how to compile (PWU) project from command line

2007-06-18 Thread Marc Pertron
Graeme Geldenhuys a écrit : Do you know if there are any unit tests or something I can run to see what actually works under Linux? As I mentioned earlier, I had a few units that doesn't even compile in the release version. All should work under Linux. I remember i had to correct 2-3 typo. If i

Re: [fpc-pascal] how to compile (PWU) project from command line

2007-06-18 Thread Graeme Geldenhuys
On 18/06/07, Marc Pertron <[EMAIL PROTECTED]> wrote: I asked some questions on https://lists.sourceforge.net/lists/listinfo/pascal-webdev-users Lars answers quite fast. Thanks, didn't know about that mailing list. After looking a little, the project code is quite good, even if there is no do

Re: [fpc-pascal] how to compile (PWU) project from command line

2007-06-18 Thread Marc Pertron
Graeme Geldenhuys a écrit : Do you know what email address I can use to report problems? L505 (Lars) uses a few email addresses in the mailing list so not user which one is a real one to use. I asked some questions on https://lists.sourceforge.net/lists/listinfo/pascal-webdev-users Lars answe

Re: [fpc-pascal] how to compile (PWU) project from command line

2007-06-18 Thread Graeme Geldenhuys
On 18/06/07, Marc Pertron <[EMAIL PROTECTED]> wrote: Some of the sample were bogus. It seems they use Win32 to develop, so sometime there is a few change to apply to make the example working. Do you know what email address I can use to report problems? L505 (Lars) uses a few email addresses

Re: [fpc-pascal] how to compile (PWU) project from command line

2007-06-18 Thread Graeme Geldenhuys
Hi Marc, I used the -vt parameter to see where FPC is looking. Then after reading the User's Guide (which I should have done in the first place) I found my problem. FPC used the local fpc.cfg file and then ignores my global fpc.cfg file in my home directory. Using the following solves the probl

Re: [fpc-pascal] how to compile (PWU) project from command line

2007-06-18 Thread Marc Pertron
Graeme Geldenhuys a écrit : Hi, I feel quite embarrassed asking this. :) I am clearly a victim of relying on programming tools to much (Lazarus) and forgot how to use the compiler directly from the command line. I downloaded PWU 1.6 and want to try some of the extra examples. Lets take the co