[Lazarus] Help building Lazarus in Linux64

2011-01-06 Thread José Mejuto
Hello Lazarus-List, I'm trying to setup an Ubuntu10/x64 machine with Lazarus SVN and fpc SVN. For fpc SVN no serious problem, installed a basic 2.4.2 with rtl and compiler from .deb and compiled the 2.5.1 SVN, and installed in a folder under my home. So fpc is installed in

Re: [Lazarus] Help building Lazarus in Linux64

2011-01-06 Thread Andrew Haines
On 01/06/11 15:19, José Mejuto wrote: Hello Lazarus-List, I'm trying to setup an Ubuntu10/x64 machine with Lazarus SVN and fpc SVN. For fpc SVN no serious problem, installed a basic 2.4.2 with rtl and compiler from .deb and compiled the 2.5.1 SVN, and installed in a folder under my home.

Re: [Lazarus] Help building Lazarus in Linux64

2011-01-06 Thread José Mejuto
Hello Andrew, Thursday, January 6, 2011, 10:02:21 PM, you wrote: AH execute /home/joshy/pascal/fpcbin/lib/fpc/2.5.1/ppcx64 -va | grep AH fpc.cfg from console to see which config file it is loading. AH Then check the paths in that config file. That was my first check ;) It reads the config from

Re: [Lazarus] Help building Lazarus in Linux64

2011-01-06 Thread José Mejuto
Hello Andrew, Thursday, January 6, 2011, 10:02:21 PM, you wrote: AH execute /home/joshy/pascal/fpcbin/lib/fpc/2.5.1/ppcx64 -va | grep AH fpc.cfg from console to see which config file it is loading. AH Then check the paths in that config file. Please excuse me, I had found MY!! error. Lazarus

Re: [Lazarus] Help building Lazarus in Linux64

2011-01-06 Thread shoKwave
Am 06.01.2011 23:15, schrieb José Mejuto: interpreting option -Fu/home/joshy/pascal/fpc/lib/fpc/2.5.1/units/x86_64-linux/rtl [0.008] Path /home/joshy/pascal/fpc/lib/fpc/2.5.1/units/x86_64-linux/rtl/ not found Hi. It seems you tried building a 64bit-fpc with make all using a 32bit-fpc.

Re: [Lazarus] Help building Lazarus in Linux64

2011-01-06 Thread José Mejuto
Hello Lazarus-List, Thursday, January 6, 2011, 11:30:49 PM, you wrote: s It seems you tried building a 64bit-fpc with make all using a s 32bit-fpc. Because the paths mentioned in your home/joshy/.fpc.cfg s aren't found it tries reading the /etc/fpc.cfg. s Try building fpc with make cycle first.