Re: [fpc-pascal] fpcup fails on Linux

2015-04-18 Thread Marco van de Voort
In our previous episode, Juha Manninen said: > Thanks for everybody for testing. > I could finally install FPC trunk in my development machine, Mint > Linux 64-bit, using fpcup. I remember it failed also there earlier for > some reason. > I still don't know what caused the errors in the fresh XUbun

Re: [fpc-pascal] fpcup fails on Linux

2015-04-18 Thread Juha Manninen
Thanks for everybody for testing. I could finally install FPC trunk in my development machine, Mint Linux 64-bit, using fpcup. I remember it failed also there earlier for some reason. I still don't know what caused the errors in the fresh XUbuntu and other Linux distros in virtual machines. I hope

Re: [fpc-pascal] fpcup fails on Linux

2015-04-18 Thread David B Copeland
I also successfully built trunk (3.1.1) on Suse 13.1 from the fpcbuild.zip, last Thursday (I think). On 04/17/2015 07:22 AM, Stéphane Aulery wrote: > Le vendredi 17 avril 2015 à 01:39:40, Juha Manninen a écrit : >> I found a similar error from last December, experienced by Waldo Kitty : >> https

Re: [fpc-pascal] fptemplate example wrong?

2015-04-18 Thread Luca Olivetti
El 18/04/15 a les 14:16, ABorka ha escrit: > The OnGetParam and OnReplaceTag are two totally different ways to handle > templates. The former is the original version found in FPC packages, the > latter is the newer, more Delphi-like - although enhanced - way to do > templates. The two are mutually

Re: [fpc-pascal] fptemplate example wrong?

2015-04-18 Thread ABorka
The OnGetParam and OnReplaceTag are two totally different ways to handle templates. The former is the original version found in FPC packages, the latter is the newer, more Delphi-like - although enhanced - way to do templates. The two are mutually exclusive and controlled by the AllowTagParams

Re: [fpc-pascal] fptemplate example wrong?

2015-04-18 Thread Luca Olivetti
El 18/04/15 a les 07:54, leledumbo ha escrit: >> but it didn't work in my program. > > The example works just fine with embedded server, only need to adjust path > to the template. So you might want to send a minimal example that shows it > doesn't work as you describe. > >> It turns out that th