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

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 try to use

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 suite with

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

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

2011-04-05 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

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 Vincent Snijders
2011/4/1 Joost van der Sluis jo...@cnoc.nl: 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

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 the fcl-web

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

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.

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

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 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 -Ur -Xs -O2

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 test, so please

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 fcl-web all

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

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

[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)