RE : RE : RE : [fpc-pascal] Installing FPC 2.4.4 for Ubuntu / Mint+otherthoughts

2011-06-15 Thread Ludo Brands
> On 15 June 2011 22:31, DaWorm wrote: > > On Wed, Jun 15, 2011 at 5:08 PM, Ludo Brands > > wrote: > >> We were talking to make fpc easier to install for the > average ubuntu > >> user. This is as clear as mud for the average user I would say. > > > > Well, one would hope the average develope

Re: [fpc-pascal] Installing FPC 2.4.4 for Ubuntu / Mint + other thoughts

2011-06-15 Thread Juha Manninen
Thanks, there are many ways to install. I used the Bart's system which is easy although it bypasses the package manager. I believe the Linux installation could be improved with "build-servers" like Suse has and other distros, too. There is no fundamental problem with it. Linux is still a superior

Re: RE : RE : [fpc-pascal] Installing FPC 2.4.4 for Ubuntu / Mint +otherthoughts

2011-06-15 Thread Peter
If folks prefer to stick with ftp://ftp.hu.freepascal.org/pub/fpc/dist/2.4.4/i386-linux/deb/ then fpc_2.4.4-0_all.deb is probably the [single meta]package to install. A readme file in the folder clearly explaining that would be helpful. On 15/06/11 22:08, Ludo Brands wrote: Adding debian unsta

Re: RE : RE : [fpc-pascal] Installing FPC 2.4.4 for Ubuntu / Mint +otherthoughts

2011-06-15 Thread Henry Vermaak
On 15 June 2011 22:31, DaWorm wrote: > On Wed, Jun 15, 2011 at 5:08 PM, Ludo Brands wrote: >> We were talking to make fpc easier to install for the average ubuntu user. >> This is as clear as mud for the average user I would say. > > Well, one would hope the average developer would be a bit farth

Re: RE : RE : [fpc-pascal] Installing FPC 2.4.4 for Ubuntu / Mint +otherthoughts

2011-06-15 Thread Henry Vermaak
On 15 June 2011 22:08, Ludo Brands wrote: >> > Adding debian unstable repositories in Ubuntu is asking for >> trouble. >> > Next time you upgrade your packages you can be in deep s**t. >> >> Just make sure you pin the unstable repo lower than >> everything else, then use: > > We were talking to ma

Re: RE : RE : [fpc-pascal] Installing FPC 2.4.4 for Ubuntu / Mint +otherthoughts

2011-06-15 Thread DaWorm
On Wed, Jun 15, 2011 at 5:08 PM, Ludo Brands wrote: > We were talking to make fpc easier to install for the average ubuntu user. > This is as clear as mud for the average user I would say. Well, one would hope the average developer would be a bit farther along the learning curve than the average

Re: [fpc-pascal] Pseudographics in FPC-IDE

2011-06-15 Thread Nikolay Nikolov
On 06/15/2011 04:15 PM, Anton Shepelev wrote: Nikolay Nikolov: Basically, all it does is, it checks if the LANG variable contains ґUTF-8' as a substring (not sure if it is the right way to do it, but it works for Fedora, Ubuntu, OpenSUSE, Mandriva and latest Debian) and if it does, it w

RE : RE : [fpc-pascal] Installing FPC 2.4.4 for Ubuntu / Mint +otherthoughts

2011-06-15 Thread Ludo Brands
> > Adding debian unstable repositories in Ubuntu is asking for > trouble. > > Next time you upgrade your packages you can be in deep s**t. > > Just make sure you pin the unstable repo lower than > everything else, then use: We were talking to make fpc easier to install for the average ubuntu

Re: RE : [fpc-pascal] Installing FPC 2.4.4 for Ubuntu / Mint + otherthoughts

2011-06-15 Thread Henry Vermaak
On 15 June 2011 19:26, Ludo Brands wrote: > Adding debian unstable repositories in Ubuntu is asking for trouble. Next > time you upgrade your packages you can be in deep s**t. Just make sure you pin the unstable repo lower than everything else, then use: apt-get -t unstable install fpc-2.4.4 (to

RE : [fpc-pascal] Installing FPC 2.4.4 for Ubuntu / Mint + otherthoughts

2011-06-15 Thread Ludo Brands
Adding debian unstable repositories in Ubuntu is asking for trouble. Next time you upgrade your packages you can be in deep s**t. Ludo > -Message d'origine- > De : fpc-pascal-boun...@lists.freepascal.org > [mailto:fpc-pascal-boun...@lists.freepascal.org] De la part de Peter > Envoyé

Re: [fpc-pascal] Installing FPC 2.4.4 for Ubuntu / Mint + other thoughts

2011-06-15 Thread Peter
"Am I really supposed to download those ~40 packages separately" Usually, in situations like this, one just installs a meta package with a package manager. The meta package is just a list of required dependencies, and downloads other packages as needed. I installed this one. http://packages.

RE : [fpc-pascal] Installing FPC 2.4.4 for Ubuntu / Mint + other thoughts

2011-06-15 Thread Ludo Brands
Resend: Outlook keeps converting to html messages... A quick improvement for ftp://ftp.hu.freepascal.org/pub/fpc/dist/2.4.4/i386-linux/deb/ is to "upgrade" it to a repository. Include the attached file in the above directory and you can access it as normal repository by adding "deb ftp://ftp.hu.f

Re: [fpc-pascal] Re: https

2011-06-15 Thread Rainer Stratmann
Am Wednesday 15 June 2011 17:14:02 schrieb leledumbo: > > As I understand from here > > http://forum.lazarus.freepascal.org/index.php?topic=6361.0 > > and here > > http://forum.lazarus.freepascal.org/index.php?topic=13312.0 > > fpweb only works with Apache. > > Huh? Who said that? It should work wi

Re: [fpc-pascal] https

2011-06-15 Thread michael . vancanneyt
On Wed, 15 Jun 2011, ik wrote: On Wed, Jun 15, 2011 at 18:01, Rainer Stratmann wrote: Am Wednesday 15 June 2011 16:42:16 schrieb ik: On Wed, Jun 15, 2011 at 17:32, Rainer Stratmann wrote: Is there a solution for https somewhere? What do you mean exactly ? As I understand from here h

Re: [fpc-pascal] https

2011-06-15 Thread ik
On Wed, Jun 15, 2011 at 18:01, Rainer Stratmann wrote: > Am Wednesday 15 June 2011 16:42:16 schrieb ik: > > On Wed, Jun 15, 2011 at 17:32, Rainer Stratmann > > > > > > wrote: > > > > > > Is there a solution for https somewhere? > > > > What do you mean exactly ? > > > As I understand from here >

Re: [fpc-pascal] XML read

2011-06-15 Thread Marcos Douglas
On Tue, Jun 14, 2011 at 10:28 AM, Bart wrote: > > My XmlToList procedure is based upon the XmlToTree example in the wiki. > > There are no memory leaks in my code (checked it with heaptrace). Hi Bart, Below is my "simple way" to get all for each : ---

[fpc-pascal] Re: https

2011-06-15 Thread leledumbo
> As I understand from here > http://forum.lazarus.freepascal.org/index.php?topic=6361.0 > and here > http://forum.lazarus.freepascal.org/index.php?topic=13312.0 > fpweb only works with Apache. Huh? Who said that? It should work with any web server capable of serving CGI. > Before I read that I

RE : [fpc-pascal] https

2011-06-15 Thread Ludo Brands
Synapse (http://www.ararat.cz/synapse/doku.php) has https server support and works with fpc. A demo server is included with the sources. Ludo > -Message d'origine- > De : fpc-pascal-boun...@lists.freepascal.org > [mailto:fpc-pascal-boun...@lists.freepascal.org] De la part > de Rainer St

[fpc-pascal] Re: creating cross compiler to fpc

2011-06-15 Thread leledumbo
Unfortunately we only have custom prefix option (-XP), no suffix. You can try Henry's suggestion. -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/creating-cross-compiler-to-fpc-tp4491156p4491548.html Sent from the Free Pascal - General mailing list archive at Nab

Re: [fpc-pascal] https

2011-06-15 Thread Rainer Stratmann
Am Wednesday 15 June 2011 16:42:16 schrieb ik: > On Wed, Jun 15, 2011 at 17:32, Rainer Stratmann > > > wrote: > > > > Is there a solution for https somewhere? > > What do you mean exactly ? > As I understand from here http://forum.lazarus.freepascal.org/index.php?topic=6361.0 and here http://forum

Re: [fpc-pascal] https

2011-06-15 Thread ik
On Wed, Jun 15, 2011 at 17:32, Rainer Stratmann wrote: > Is there a solution for https somewhere? > What do you mean exactly ? > ___ > fpc-pascal maillist - fpc-pascal@lists.freepascal.org > http://lists.freepascal.org/mailman/listinfo/fpc-pascal >

[fpc-pascal] https

2011-06-15 Thread Rainer Stratmann
Is there a solution for https somewhere? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

RE : [fpc-pascal] Installing FPC 2.4.4 for Ubuntu / Mint + other thoughts

2011-06-15 Thread Ludo Brands
A quick improvement for ftp://ftp.hu.freepascal.org/pub/fpc/dist/2.4.4/i386-linux/deb/ is to "upgrade" it to a repository. Include the attached file in the above directory and you can access it as normal repository by adding "deb

Re: [fpc-pascal] Installing FPC 2.4.4 for Ubuntu / Mint + other thoughts

2011-06-15 Thread Bart
Juha, > I just want to > have a working compiler for Lazarus SVN versions but it is difficult. Yes, I recognize this from the past... This is how I set it up on Suse 10.0 (I cannot use the rpm's my Suse is just too old, it refuses installing fpc rpm's since long time ago) Go to the general downl

Re: [fpc-pascal] Pseudographics in FPC-IDE

2011-06-15 Thread Anton Shepelev
Nikolay Nikolov: > Basically, all it does is, it checks if the LANG > variable contains ґUTF-8' as a substring (not sure > if it is the right way to do it, but it works for > Fedora, Ubuntu, OpenSUSE, Mandriva and latest > Debian) and if it does, it writes UTF-8 characters > to the console

Re: [fpc-pascal] creating cross compiler to fpc

2011-06-15 Thread Henry Vermaak
On 15/06/11 14:02, ik wrote: Hello, I'm trying to create a cross compiler for FPC to be 32 bit on Linux. My problem is that "as" and "ld" for 32 bit called "as86" and "ld86". How can I tell to the make command to use these two rather then "i386-linux-as" and "i386-linux-ld" ? Just create a sy

[fpc-pascal] creating cross compiler to fpc

2011-06-15 Thread ik
Hello, I'm trying to create a cross compiler for FPC to be 32 bit on Linux. My problem is that "as" and "ld" for 32 bit called "as86" and "ld86". How can I tell to the make command to use these two rather then "i386-linux-as" and "i386-linux-ld" ? Thanks, Ido LINESIP - Opening the source for c

Re: [fpc-pascal] fpweb and http authentication

2011-06-15 Thread ik
On Wed, Jun 15, 2011 at 12:42, wrote: > > > On Wed, 15 Jun 2011, ik wrote: > > On Wed, Jun 15, 2011 at 12:12, wrote: >> >> >>> >>> On Wed, 15 Jun 2011, ik wrote: >>> >>> Hello, >>> How can I create http authentication using fpWeb ? I found on WWWAuthenticate, but I do not u

Re: [fpc-pascal] fpweb and http authentication

2011-06-15 Thread michael . vancanneyt
On Wed, 15 Jun 2011, ik wrote: On Wed, Jun 15, 2011 at 12:12, wrote: On Wed, 15 Jun 2011, ik wrote: Hello, How can I create http authentication using fpWeb ? I found on WWWAuthenticate, but I do not understand how to use it. Check the Authorization header. If it does not contain a

Re: [fpc-pascal] fpweb and http authentication

2011-06-15 Thread ik
On Wed, Jun 15, 2011 at 12:12, wrote: > > > On Wed, 15 Jun 2011, ik wrote: > > Hello, >> >> How can I create http authentication using fpWeb ? >> >> I found on WWWAuthenticate, but I do not understand how to use it. >> > > Check the Authorization header. If it does not contain a valid > authenti

Re: [fpc-pascal] fpweb and http authentication

2011-06-15 Thread michael . vancanneyt
On Wed, 15 Jun 2011, ik wrote: Hello, How can I create http authentication using fpWeb ? I found on WWWAuthenticate, but I do not understand how to use it. Check the Authorization header. If it does not contain a valid authentication, you just have to send a 401 response code and include a

[fpc-pascal] fpweb and http authentication

2011-06-15 Thread ik
Hello, How can I create http authentication using fpWeb ? I found on WWWAuthenticate, but I do not understand how to use it. Ido LINESIP - Opening the source for communication http://www.linesip.com http://www.linesip.co.il ___ fpc-pascal maillist