Re: [fpc-pascal] AT-SPI fpc compatible ?

2016-01-04 Thread fredvs
> Now i attack the biggest part, do fpc-self assistived. Hello. This is a answer to a old topic... (2013 already !). Finally, it is done, fpc is assisted ;-) Via ideU, fpc-output-messages can be voice-listened too. => https://github.com/fredvs/ideU/releases Fre;D - Many thanks ;-) -- V

Re: [fpc-pascal] what does fpc make target sourceinstall do?

2016-01-04 Thread Anthony Walter
The compiler has a few parts. The bin folder which is created during "make install". Cross compilers can also be placed there after "make crossinstall" The lib folder which is created during "make install". It contains the rtl, fcl, and other units per architecture (from "make crossinstall") for

Re: [fpc-pascal] what does fpc make target sourceinstall do?

2016-01-04 Thread Bo Berglund
On Sun, 20 Dec 2015 09:14:40 +0100, Bo Berglund wrote: >I have looked at a cook-book description on how to build fpc from >sources on RaspBian Linux and there I found these steps (I have left >out some other steps non-related to my question): > >svn co http://svn.freepascal.org/svn/fpc/tags/relea

Re: [fpc-pascal] No official FPC 3.0 installer for Solaris

2016-01-04 Thread Graeme Geldenhuys
On 2016-01-04 15:53, Pierre Free Pascal wrote: > I generated today two installers for Fantastic Pierre - thank you so much! Regards, - Graeme - My public PGP key: http://tinyurl.com/graeme-pgp ___ fpc-pascal maillist - fpc-pascal@lists.freepasc

Re: [fpc-pascal] No official FPC 3.0 installer for Solaris

2016-01-04 Thread Pierre Free Pascal
Hi, I generated today two installers for i386-solaris ftp://ftp.hu.freepascal.org/pub/fpc/dist/3.0.0/i386-solaris/ and x86_64-solaris. ftp://ftp.hu.freepascal.org/pub/fpc/dist/3.0.0/x86_64-solaris/ These installer come with a GDB-enabled FP IDE, which was compiled on a Oracle Solaris machin

Re: [fpc-pascal] No official FPC 3.0 installer for Solaris

2016-01-04 Thread Mark Morgan Lloyd
Graeme Geldenhuys wrote: On 2016-01-04 11:22, Mark Morgan Lloyd wrote: Graeme, what's the situation with Solaris on i386 and x64? I don't know. I still have both an OpenIndiana and OpenSolaris servers running here. They were set up years ago and still ticking over happily. Both are 32-bit as t

Re: [fpc-pascal] No official FPC 3.0 installer for Solaris

2016-01-04 Thread Marco van de Voort
In our previous episode, Graeme Geldenhuys said: > Just curious... what is the process of creating an official console > installer for FPC? Is this process documented somewhere? I might be of > assistance. Some notes are on the "release engineering" page in the wiki. __

[fpc-pascal] Default type of string literals

2016-01-04 Thread Bernd
Consider the following program: program stringtypeoverloadproblem; {$mode objfpc}{$H+} uses sysutils; var Foo: String; begin Foo := ConcatPaths(['foo', 'bar']); end. With fpc 3.0 this will fail to compile with the error: Hint: (11030) Start of reading config file C:\lazarus\fpc\3.0.0\b

Re: [fpc-pascal] No official FPC 3.0 installer for Solaris

2016-01-04 Thread Graeme Geldenhuys
On 2016-01-04 10:19, Sven Barth wrote: > It's not unsupported. It's just that no one had found the time to create a > release installer yet Many thanks for that information Sven. Good to know Solaris is still a supported FPC platform. Just curious... what is the process of creating an official c

Re: [fpc-pascal] No official FPC 3.0 installer for Solaris

2016-01-04 Thread Graeme Geldenhuys
On 2016-01-04 11:22, Mark Morgan Lloyd wrote: > Graeme, what's the situation with Solaris on i386 and x64? I don't know. I still have both an OpenIndiana and OpenSolaris servers running here. They were set up years ago and still ticking over happily. Both are 32-bit as they were installed on old h

Re: [fpc-pascal] No official FPC 3.0 installer for Solaris

2016-01-04 Thread Mark Morgan Lloyd
Graeme Geldenhuys wrote: As the subject line says. I just had a look on SourceForge, and the last Solaris/OpenSolaris/Illumos FPC release is 2.6.4. http://sourceforge.net/projects/freepascal/files/Solaris/ Any plans to make an official 3.0 release, or is Solaris (and derivatives) now unsuppor

Re: [fpc-pascal] No official FPC 3.0 installer for Solaris

2016-01-04 Thread Sven Barth
Am 04.01.2016 10:57 schrieb "Graeme Geldenhuys" < mailingli...@geldenhuys.co.uk>: > > As the subject line says. I just had a look on SourceForge, and the last > Solaris/OpenSolaris/Illumos FPC release is 2.6.4. > > http://sourceforge.net/projects/freepascal/files/Solaris/ > > Any plans to make an

[fpc-pascal] No official FPC 3.0 installer for Solaris

2016-01-04 Thread Graeme Geldenhuys
As the subject line says. I just had a look on SourceForge, and the last Solaris/OpenSolaris/Illumos FPC release is 2.6.4. http://sourceforge.net/projects/freepascal/files/Solaris/ Any plans to make an official 3.0 release, or is Solaris (and derivatives) now unsupported platforms? Regards,