Re: [fpc-pascal] getting UTC time

2011-07-10 Thread Martin Schreiber
On Sunday 10 July 2011 21:20:06 Bernd wrote: > Is there an easy (or elegant) cross platform way of getting the > current time in UTC that works on all platforms? MSEgui has nowutc() in lib/common/kernel/msesys.pas. It calls platformdependent sys_getutctime() which is implemented for Linux and Wi

[fpc-pascal] getting UTC time

2011-07-10 Thread Bernd
Is there an easy (or elegant) cross platform way of getting the current time in UTC that works on all platforms? I did some google search and there it seems some people have made themselves some more or less complicated functions for this purpose but they all use either unix and baseunix or they us

Re: [fpc-pascal] Use of FPMake to build FPC from source

2011-07-10 Thread Marco van de Voort
In our previous episode, Michael Van Canneyt said: > > For me the important part is getting rid of make and coreutils, since the > > windows versions are no longer maintained. > > The same reason for us to do so, but these things take time. > > But I think there are other, newer versions of these

Re: [fpc-pascal] Use of FPMake to build FPC from source

2011-07-10 Thread Michael Van Canneyt
On Sun, 10 Jul 2011, Marco van de Voort wrote: In our previous episode, Michael Van Canneyt said: It's been a while since FPMake established, and in svn / source version, there are fpmake.pp along with Makefile in almost every package (rtl, fcl, etc.). Is this system ready to be used like I o

Re: [fpc-pascal] Use of FPMake to build FPC from source

2011-07-10 Thread Marco van de Voort
In our previous episode, Michael Van Canneyt said: > > It's been a while since FPMake established, and in svn / source version, > > there are fpmake.pp along with Makefile in almost every package (rtl, fcl, > > etc.). Is this system ready to be used like I only need to compile one top > > level fpm

Re: [fpc-pascal] Use of FPMake to build FPC from source

2011-07-10 Thread Michael Van Canneyt
On Sun, 10 Jul 2011, leledumbo wrote: It's been a while since FPMake established, and in svn / source version, there are fpmake.pp along with Makefile in almost every package (rtl, fcl, etc.). Is this system ready to be used like I only need to compile one top level fpmake then it will compile

[fpc-pascal] Use of FPMake to build FPC from source

2011-07-10 Thread leledumbo
It's been a while since FPMake established, and in svn / source version, there are fpmake.pp along with Makefile in almost every package (rtl, fcl, etc.). Is this system ready to be used like I only need to compile one top level fpmake then it will compile the others to build/install FPC? -- View