Re: [Lazarus] Cannot build Lazarus from source

2017-10-09 Thread Leonardo M. Ramé via Lazarus
El 09/10/17 a las 11:26, Leonardo M. Ramé via Lazarus escribió: Mmm, the problem is that I used fpc-3.0.2-i386 to bootstrap my compiler, and as I want to build Lazarus fo x86_64 linux I generated that compiler. The bootstrap compiler is: Free Pascal Compiler version 3.0.2 [2017/02/06] for i3

Re: [Lazarus] Cannot build Lazarus from source

2017-10-09 Thread Leonardo M. Ramé via Lazarus
Mmm, the problem is that I used fpc-3.0.2-i386 to bootstrap my compiler, and as I want to build Lazarus fo x86_64 linux I generated that compiler. The bootstrap compiler is: Free Pascal Compiler version 3.0.2 [2017/02/06] for i386 And the one that I'm built from trunk, to be used for building

Re: [Lazarus] Cannot build Lazarus from source

2017-10-09 Thread Juha Manninen via Lazarus
On Mon, Oct 9, 2017 at 2:10 PM, Leonardo M. Ramé via Lazarus wrote: > My procedure is, first *svn up* fpc, then compile and install with defaults > (into /usr/local/lib/fpc/3.1.1). The next step is again *svn up* Lazarus > dir, then *make clean all*. You don't need FPC trunk to compile Lazarus tr

Re: [Lazarus] Cannot build Lazarus from source

2017-10-09 Thread Mattias Gaertner via Lazarus
On Mon, 9 Oct 2017 08:10:08 -0300 "Leonardo M. Ramé via Lazarus" wrote: > Hi, since many years ago I'm building Lazarus from source using the > procedure detailed below, currently I'm on Ubuntu 16.04 64bit. > > My procedure is, first *svn up* fpc, then compile and install with > defaults (into

[Lazarus] Cannot build Lazarus from source

2017-10-09 Thread Leonardo M. Ramé via Lazarus
Hi, since many years ago I'm building Lazarus from source using the procedure detailed below, currently I'm on Ubuntu 16.04 64bit. My procedure is, first *svn up* fpc, then compile and install with defaults (into /usr/local/lib/fpc/3.1.1). The next step is again *svn up* Lazarus dir, then *mak