[Lazarus] clean installation

Richard Medina medina.rc at gmail.com
Fri Mar 11 00:59:59 CET 2016


Hello,
I followed all your steps but when I call

rmedinac at rmedinac-desktop ~/dev/lazarus/1.6 $ make bigide

make -C packager/registration
make[1]: Entering directory
`/home/rmedinac/dev/lazarus/1.6/packager/registration'
/bin/rm -f ../units/x86_64-linux/fcllaz.ppu
/usr/bin/ppcx64 -MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -Fu.
-Fu/usr/lib/fpc/3.0.0/units/x86_64-linux/rtl -FE. -FU../units/x86_64-linux
-Cg -dx86_64 fcllaz.pas
Hint: (11030) Start of reading config file /home/rmedinac/.fpc.cfg
Hint: (11031) End of reading config file /home/rmedinac/.fpc.cfg
Free Pascal Compiler version 3.0.0 [2015/11/20] for x86_64
Copyright (c) 1993-2015 by Florian Klaempfl and others
(1002) Target OS: Linux for x86-64
(3104) Compiling fcllaz.pas
(3104) Compiling registerfcl.pas
/home/rmedinac/dev/lazarus/1.6/packager/registration/registerfcl.pas(45,22)
Fatal: (10022) Can't find unit process used by RegisterFCL
Fatal: (1018) Compilation aborted
make[1]: *** [fcllaz.ppu] Error 1
make[1]: Leaving directory
`/home/rmedinac/dev/lazarus/1.6/packager/registration'
make: *** [registration] Error 2

It does not install. I installed all the libraries as well.


On Thu, Mar 10, 2016 at 6:56 AM, Bo Berglund <bo.berglund at gmail.com> wrote:

> On Wed, 9 Mar 2016 16:21:06 -0500, Richard Medina
> <medina.rc at gmail.com> wrote:
>
> >I am having problems to install the last version of Lazarus.
> >Please anyone can help me?
> >I am using linux mint (ubuntu).
> >I already donwloaded the last version Lazarus 1.6 with fpc3.0.0. and fpc
> >source 3.0.0.
>
> I have created a Linux Mint 17.3 (Mate) virtual machine to be used
> with Lazarus. I had no problems installing it from sources.
> Here is from what I did:
>
> 1) Create the directories for files
> ------------------------------------
> mkdir ~/dev
> mkdir ~/dev/fpc
> mkdir ~/dev/lazarus
>
> 2) Download files
> ------------------
> FTP release 3.0.0 binary for Intel X64:
>
> ftp://freepascal.stack.nl/pub/fpc/dist/3.0.0/x86_64-linux/fpc-3.0.0.x86_64-linux.tar
>
> FTP 3.0.0 sources via svn:
> cd ~/dev/fpc
> svn co http://svn.freepascal.org/svn/fpc/tags/release_3_0_0 3.0.0
>
> Lazarus release 1.6 via svn:
> cd ~/dev/lazarus
> svn co http://svn.freepascal.org/svn/lazarus/tags/lazarus_1_6 1.6
>
> 3) Install FPC
> --------------
> Unpack the FPC tar file into a temp location, then inside that dir
> execute:
> sudo ./install.sh
>
> 4) Install Lazarus
> ------------------
> Note that this step may take quite some time...
> cd ~/dev/lazarus/1.6
> make bigide
>
> 5) Start Lazarus IDE
> ---------------------
> ~/dev/lazarus/1.6/startlazarus
>
> Now when the start dialog shows up it will probably ask for the FPC
> sources.
> Just navigate to ~/dev/fpc/3.0.0 and hit Ok
>
> DONE!
>
> If you want a start icon on the desktop you can add it easily by:
> nano ~/Desktop/lazarus_1.6.desktop
>
> Then enter the following into the file:
>
> [Desktop Entry]
> Encoding=UTF-8
> Exec=~/dev/lazarus/1.6/startlazarus
> Icon=~/dev/lazarus/1.6/images/ide_icon48x48.png
> Type=Application
> Terminal=false
> Comment=Lazarus IDE
> Name=Lazarus IDE 1.6
> GenericName=lazarus 1.6
> StartupNotify=false
> Categories=Development;IDE;Pascal;
>
> Save this (Ctl-X and yes...)
>
> Finally:
> chmod +x ~/Desktop/lazarus_1.6.desktop
> Now the start icon will appear on the desktop.
>
>
> --
> Bo Berglund
> Developer in Sweden
>
>
> --
> _______________________________________________
> Lazarus mailing list
> Lazarus at lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>



-- 
Richard.MC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20160310/93328c37/attachment-0003.html>


More information about the Lazarus mailing list