Re: [fpc-devel] Changes in Makefile-system

2011-04-06 Thread Luiz Americo Pereira Camara
On 1/4/2011 18:15, Joost van der Sluis wrote: Hi all, If you are really stuck, the old Makefile.fpc is copied to Makefile.org. Copy the Makefile.org to Makefile.fpc, and run 'fpcmake -TAll' in the fcl-web directory. And don't forget to report your problems. Trying to compile svn 251 (rev1726

Re: [fpc-devel] Changes in Makefile-system

2011-04-06 Thread Joost van der Sluis
On Wed, 2011-04-06 at 13:40 +0400, Sergei Gorelkin wrote: > 06.04.2011 12:56, Joost van der Sluis пишет: > >> Another disaster occurs when I try to use the same source tree from > >> different OSes. > >> Say first I build in Linux, it successfully creates the > >> '/packages/fcl-web/fpmake' execu

Re: [fpc-devel] Changes in Makefile-system

2011-04-06 Thread Sergei Gorelkin
06.04.2011 12:56, Joost van der Sluis пишет: Another disaster occurs when I try to use the same source tree from different OSes. Say first I build in Linux, it successfully creates the '/packages/fcl-web/fpmake' executable. After that building from Windows fails since it attempts to run the Lin

Re: [fpc-devel] Changes in Makefile-system

2011-04-06 Thread Joost van der Sluis
On Sun, 2011-04-03 at 03:51 +0400, Sergei Gorelkin wrote: > On 02.04.2011 01:15, Joost van der Sluis wrote: > > Hi all, > > > > I've just committed a change in the Makefiles for the fcl-web package. > > The Makefile now calls fpmake to build and install the package. > > > I'm unable to run the test

Re: [fpc-devel] Changes in Makefile-system

2011-04-06 Thread Joost van der Sluis
On Wed, 2011-04-06 at 12:28 +0400, Sergei Gorelkin wrote: > 02.04.2011 1:15, Joost van der Sluis пишет: > > Hi all, > > > > I've just committed a change in the Makefiles for the fcl-web package. > > The Makefile now calls fpmake to build and install the package. > > > Another disaster occurs when I

Re: [fpc-devel] Changes in Makefile-system

2011-04-06 Thread Sergei Gorelkin
02.04.2011 1:15, Joost van der Sluis пишет: Hi all, I've just committed a change in the Makefiles for the fcl-web package. The Makefile now calls fpmake to build and install the package. Another disaster occurs when I try to use the same source tree from different OSes. Say first I build in L

Re: [fpc-devel] Changes in Makefile-system

2011-04-05 Thread Joost van der Sluis
On Tue, 2011-04-05 at 08:11 +0200, Jonas Maebe wrote: > On 02 Apr 2011, at 15:35, Joost van der Sluis wrote: > > > Done. Can someone who actually knows how to do that trigger a retry of a > > testsuite-run, and a new testsuite-mail? > > Building still fails on darwin, I think because of a missing

Re: [fpc-devel] Changes in Makefile-system

2011-04-04 Thread Jonas Maebe
On 02 Apr 2011, at 15:35, Joost van der Sluis wrote: > Done. Can someone who actually knows how to do that trigger a retry of a > testsuite-run, and a new testsuite-mail? Building still fails on darwin, I think because of a missing dependency on univint: Start building package fcl-web for targ

Re: [fpc-devel] Changes in Makefile-system

2011-04-04 Thread Marco van de Voort
In our previous episode, Vincent Snijders said: > > Hi all, > > > > I've just committed a change in the Makefiles for the fcl-web package. > > The Makefile now calls fpmake to build and install the package. > > > > It's a first test, so please try and report any problems you have when > > building

Re: [fpc-devel] Changes in Makefile-system

2011-04-04 Thread Vincent Snijders
2011/4/1 Joost van der Sluis : > Hi all, > > I've just committed a change in the Makefiles for the fcl-web package. > The Makefile now calls fpmake to build and install the package. > > It's a first test, so please try and report any problems you have when > building the fcl-web package. (Or all pa

Re: [fpc-devel] Changes in Makefile-system

2011-04-03 Thread de_jean_7777
When trying to build FPC from svn on a win32 system (win7 and xp) on three different systems I get the same error. I'm using a 2.5.1 compiler to build fpc from svn. make -C fcl-web smart make[3]: Entering directory `C:/Programming/fpc/packages/fcl-web' C:/Programming/fpc/compiler/ppc386.exe fpm

Re: [fpc-devel] Changes in Makefile-system

2011-04-02 Thread Sergei Gorelkin
On 02.04.2011 01:15, Joost van der Sluis wrote: Hi all, I've just committed a change in the Makefiles for the fcl-web package. The Makefile now calls fpmake to build and install the package. I'm unable to run the test suite with this change, apparently it tries to install package files to thei

Re: [fpc-devel] Changes in Makefile-system

2011-04-02 Thread Marco van de Voort
In our previous episode, Joost van der Sluis said: > > > > Indeed. I'll fix that. > > Done. Can someone who actually knows how to do that trigger a retry of a > testsuite-run, and a new testsuite-mail? An interesting bug has been entered as 19063. When crosscompiling, the crosscompiler is used

Re: [fpc-devel] Changes in Makefile-system

2011-04-02 Thread Hans-Peter Diettrich
Joost van der Sluis schrieb: If you are really stuck, the old Makefile.fpc is copied to Makefile.org. Just a note: when the backup is named .org, there exists no confusion about its origin. Then backups of Makefile, Makefile.fpc etc. can exist without name clashes. DoDi __

Re: [fpc-devel] Changes in Makefile-system

2011-04-02 Thread Michael Van Canneyt
On Sat, 2 Apr 2011, Joost van der Sluis wrote: On Sat, 2011-04-02 at 10:50 +0200, Michael Van Canneyt wrote: On Fri, 1 Apr 2011, Joost van der Sluis wrote: Hi all, I've just committed a change in the Makefiles for the fcl-web package. The Makefile now calls fpmake to build and install the

Re: [fpc-devel] Changes in Makefile-system

2011-04-02 Thread Joost van der Sluis
On Sat, 2011-04-02 at 14:40 +0200, Joost van der Sluis wrote: > On Sat, 2011-04-02 at 11:44 +0200, Jonas Maebe wrote: > > On 02 Apr 2011, at 11:35, Michael Van Canneyt wrote: > > > > > On Sat, 2 Apr 2011, Jonas Maebe wrote: > > > > > >> It broke the compilation of 2.5.1 on all tested platforms la

Re: [fpc-devel] Changes in Makefile-system

2011-04-02 Thread Joost van der Sluis
On Sat, 2011-04-02 at 11:44 +0200, Jonas Maebe wrote: > On 02 Apr 2011, at 11:35, Michael Van Canneyt wrote: > > > On Sat, 2 Apr 2011, Jonas Maebe wrote: > > > >> It broke the compilation of 2.5.1 on all tested platforms last night. > >> Here's the error I got on Darwin/ppc: > >> > >> make -C f

Re: [fpc-devel] Changes in Makefile-system

2011-04-02 Thread Joost van der Sluis
On Sat, 2011-04-02 at 10:50 +0200, Michael Van Canneyt wrote: > > On Fri, 1 Apr 2011, Joost van der Sluis wrote: > > > Hi all, > > > > I've just committed a change in the Makefiles for the fcl-web package. > > The Makefile now calls fpmake to build and install the package. > > > > It's a first te

Re: [fpc-devel] Changes in Makefile-system

2011-04-02 Thread Jonas Maebe
On 02 Apr 2011, at 11:35, Michael Van Canneyt wrote: > On Sat, 2 Apr 2011, Jonas Maebe wrote: > >> It broke the compilation of 2.5.1 on all tested platforms last night. Here's >> the error I got on Darwin/ppc: >> >> make -C fcl-web all >> /Users/fpc/snapshot/fpc-2.3/compiler/ppcppc fpmake.pp -

Re: [fpc-devel] Changes in Makefile-system

2011-04-02 Thread Michael Van Canneyt
On Sat, 2 Apr 2011, Jonas Maebe wrote: On 01 Apr 2011, at 23:15, Joost van der Sluis wrote: It's a first test, so please try and report any problems you have when building the fcl-web package. (Or all packages, or just a complete fpc-checkout) I'll try to fix them as soon as possible. It

Re: [fpc-devel] Changes in Makefile-system

2011-04-02 Thread Jonas Maebe
On 01 Apr 2011, at 23:15, Joost van der Sluis wrote: > It's a first test, so please try and report any problems you have when > building the fcl-web package. (Or all packages, or just a complete > fpc-checkout) I'll try to fix them as soon as possible. It broke the compilation of 2.5.1 on all te

Re: [fpc-devel] Changes in Makefile-system

2011-04-02 Thread Michael Van Canneyt
On Fri, 1 Apr 2011, Joost van der Sluis wrote: Hi all, I've just committed a change in the Makefiles for the fcl-web package. The Makefile now calls fpmake to build and install the package. It's a first test, so please try and report any problems you have when building the fcl-web package. (

[fpc-devel] Changes in Makefile-system

2011-04-01 Thread Joost van der Sluis
Hi all, I've just committed a change in the Makefiles for the fcl-web package. The Makefile now calls fpmake to build and install the package. It's a first test, so please try and report any problems you have when building the fcl-web package. (Or all packages, or just a complete fpc-checkout) I'