Re: [fpc-pascal] FPC sources in FreeBSD

2016-07-08 Thread Marc Santhoff
On Fr, 2016-07-08 at 23:03 +0300, Juha Manninen wrote: > Hello > > I installed FreeBSD 10.3 under VirtualBox. This is the first time I > use FreeBSD. Cool! > I managed to install X, XFCE and all applications I need. > FPC and Lazarus both work. > > Only thing missing now is FPC source code,

Re: [fpc-pascal] FPC sources in FreeBSD

2016-07-08 Thread fredvs
Juha Manninen wrote > Another thing missing from my FreeBSD is proper keyboard mapping. It > behaves like US keyboard now. Hello. You may use, if xorg was installed, in console : setxkbmap xx For example: setxkbmap us or setxkbmap fr or setxkbmap it,... But, like Graeme noted, with PC-BSD or

Re: [fpc-pascal] FPC sources in FreeBSD

2016-07-08 Thread fredvs
Hello Graeme. I/'ve never tried OpenBSD. But if you want a more "linux like" experience (everything gets configured for you), then try PC-BSD. / Huh, afaik, PC-BSD is based on FreeBSD. On my way, I prefer GhostBSD than PC-BSD. I always had problem with PC-BSD and GhostBSD works out-of-the box.

Re: [fpc-pascal] FPC sources in FreeBSD

2016-07-08 Thread Graeme Geldenhuys
On 2016-07-08 21:03, Juha Manninen wrote: > I installed FreeBSD 10.3 under VirtualBox. This is the first time I > use FreeBSD. Cool! Welcome to the club. Next stop... install FreeBSD has your host OS. > Only thing missing now is FPC source code, needed by Lazarus. > Can it be installed from

Re: [fpc-pascal] FPC sources in FreeBSD

2016-07-08 Thread fredvs
Hello Juha. There is a FreeBSD distro with fpc 2.6.4 + 3.0.0 installed : polYdev. Here announcement on FreeBSD forum : https://forums.freebsd.org/threads/53085/ Here where to download the iso :

Re: [fpc-pascal] FPC sources in FreeBSD

2016-07-08 Thread fredvs
Hello Juha. There is a FreeBSD distro with fpc 2.6.4 + 3.0.0 installed : polYdev. Here announcement on FreeBSD forum : https://forums.freebsd.org/threads/53085/ Here where to download the iso :

[fpc-pascal] FPC sources in FreeBSD

2016-07-08 Thread Juha Manninen
Hello I installed FreeBSD 10.3 under VirtualBox. This is the first time I use FreeBSD. Cool! I managed to install X, XFCE and all applications I need. FPC and Lazarus both work. Only thing missing now is FPC source code, needed by Lazarus. Can it be installed from ports with "pkg" command? I

Re: [fpc-pascal] what is the correct way to write {$IFDEF FPC Version > 3.0}

2016-07-08 Thread Dennis Poon
Bart wrote: On 7/8/16, Dennis wrote: what is the correct way to write {$IFDEF FPC Version > 3.0} See answers above. For your information: FPC_FULLVERSION construction: Major*1 + Minor*100 + Revision Thank you all for your answers. Dennis

Re: [fpc-pascal] what is the correct way to write {$IFDEF FPC Version > 3.0}

2016-07-08 Thread fredvs
Henry Vermaak wrote > See: http://www.freepascal.org/docs-html/current/prog/progap7.html > Henry Wow, I was looking for a complete list of "define-compiler" for ages (already asked in fpc-forum but never get usable answer). Many thanks Henry. Fre;D - Many thanks ;-) -- View this message

Re: [fpc-pascal] what is the correct way to write {$IFDEF FPC Version > 3.0}

2016-07-08 Thread Bart
On 7/8/16, Dennis wrote: > what is the correct way to write {$IFDEF FPC Version > 3.0} See answers above. For your information: FPC_FULLVERSION construction: Major*1 + Minor*100 + Revision Bart ___ fpc-pascal maillist -

Re: [fpc-pascal] what is the correct way to write {$IFDEF FPC Version > 3.0}

2016-07-08 Thread Mattias Gaertner
On Fri, 8 Jul 2016 18:47:19 +0800 Dennis wrote: > what is the correct way to write {$IFDEF FPC Version > 3.0} {$IF FPC_FULLVERSION>3} Mattias ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org

Re: [fpc-pascal] what is the correct way to write {$IFDEF FPC Version > 3.0}

2016-07-08 Thread Henry Vermaak
On Fri, Jul 08, 2016 at 06:47:19PM +0800, Dennis wrote: > what is the correct way to write {$IFDEF FPC Version > 3.0} {$if FPC_FULLVERSION > 3} See: http://www.freepascal.org/docs-html/current/prog/progap7.html Henry ___ fpc-pascal maillist -

[fpc-pascal] what is the correct way to write {$IFDEF FPC Version > 3.0}

2016-07-08 Thread Dennis
what is the correct way to write {$IFDEF FPC Version > 3.0} Thanks in advance, Dennis ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Using paszlib from fpc 3.0 with fpc and delphi 2007?

2016-07-08 Thread Bo Berglund
On Thu, 26 May 2016 12:43:05 +0200, Bo Berglund wrote: >I got a suggestion from the Embarcadero >forum to check Synopse and there I found a single file (plus an inc) >solution to my problem. >I downloaded the PasZip.pas and Synopse.inc files from this location: