[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

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

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 mich...@freepascal.org 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

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 mich...@freepascal.org 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

[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

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,

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

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] 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 mavericks

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

[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

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 the