Re: [fpc-pascal] fpcup fails on Linux

2015-04-17 Thread Stéphane Aulery
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://www.mail-archive.com/fpc-devel@lists.freepascal.org/msg32256.html > but there was no solution. > > Why it happens only with rstconv.pp? Many units we

Re: [fpc-pascal] fptemplate example wrong?

2015-04-17 Thread leledumbo
> 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 the correct OnReplaceTag event to assign is the one of > th

[fpc-pascal] fptemplate example wrong?

2015-04-17 Thread Luca Olivetti
Hello, I was following the simpletemplate example for fptemplate, where, in webmodule.pas, it says: //ModuleTemplate is a web module global property //To use the Template propery of the current web action (which is visible in //the object inspector for every Action), use //(Sender as TFPW

Re: [fpc-pascal] CRTI.O and CRTN.O not found

2015-04-17 Thread Peter
On 17/04/15 16:45, Peter wrote: > On 15/04/15 05:39, Anthony Walter wrote: >> Peter: I always install the build-essentials package whenever I setup >> a debian system, yet I occasionally get both -crti.o not found and >> -crtn.o not found >> >> Bart: That first google result you linked relates to m

Re: [fpc-pascal] CRTI.O and CRTN.O not found

2015-04-17 Thread Peter
On 15/04/15 05:39, Anthony Walter wrote: > Peter: I always install the build-essentials package whenever I setup > a debian system, yet I occasionally get both -crti.o not found and > -crtn.o not found > > Bart: That first google result you linked relates to mavericks and not > debian > > > ___

Re: [fpc-pascal] IsATTY

2015-04-17 Thread David Copeland
On 04/17/2015 10:49 AM, Henry Vermaak wrote: > On Fri, Apr 17, 2015 at 09:55:26AM -0400, David Copeland wrote: >> This function is a part the unit oldlinux. Is there a replacement for it >> somewhere? I have looked in the Linux, Unix, etc units but didn't see it. > It's in termio. > > Henry > _

Re: [fpc-pascal] IsATTY

2015-04-17 Thread Henry Vermaak
On Fri, Apr 17, 2015 at 09:55:26AM -0400, David Copeland wrote: > This function is a part the unit oldlinux. Is there a replacement for it > somewhere? I have looked in the Linux, Unix, etc units but didn't see it. It's in termio. Henry ___ fpc-pascal m

[fpc-pascal] IsATTY

2015-04-17 Thread David Copeland
This function is a part the unit oldlinux. Is there a replacement for it somewhere? I have looked in the Linux, Unix, etc units but didn't see it. Thanks, Dave Copeland. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.

Re: [fpc-pascal] fpcup fails on Linux

2015-04-17 Thread Michael Van Canneyt
On Fri, 17 Apr 2015, Juha Manninen wrote: On Fri, Apr 17, 2015 at 3:27 PM, Michael Van Canneyt wrote: I did a small fix, added a dependency on rtl-objpas, where the variants unit is located. Rev 30618. Can you please test if this fixes the issue for you ? Using "trunk" now in the command.

Re: [fpc-pascal] fpcup fails on Linux

2015-04-17 Thread Juha Manninen
On Fri, Apr 17, 2015 at 3:27 PM, Michael Van Canneyt wrote: > I did a small fix, added a dependency on rtl-objpas, where the variants unit > is located. > Rev 30618. > > Can you please test if this fixes the issue for you ? Using "trunk" now in the command. It looks different but still fails. I r

Re: [fpc-pascal] fpcup fails on Linux

2015-04-17 Thread Michael Van Canneyt
On Fri, 17 Apr 2015, Juha Manninen wrote: I found a similar error from last December, experienced by Waldo Kitty : https://www.mail-archive.com/fpc-devel@lists.freepascal.org/msg32256.html but there was no solution. Why it happens only with rstconv.pp? Many units were already compiled before

Re: [fpc-pascal] fpcup fails on Linux

2015-04-17 Thread Juha Manninen
I found a similar error from last December, experienced by Waldo Kitty : https://www.mail-archive.com/fpc-devel@lists.freepascal.org/msg32256.html but there was no solution. Why it happens only with rstconv.pp? Many units were already compiled before that. My test system is a fresh XUbuntu, 32-b

[fpc-pascal] fpcup fails on Linux

2015-04-17 Thread Juha Manninen
I tried installing FPC using fpcup on some Linux systems, now on XUbuntu. Both "fixes" and "trunk" give an error with fpjson. On Windows I can install both without problems. Do I need another package from Ubuntu repos? Here "fixes" is set to branch fixes_3_0 : ./fpcup_linux_x86 --fpcURL="fixes" -