Recent

Author Topic: Lazarus installation  (Read 5978 times)

EasyTEF Team

  • New Member
  • *
  • Posts: 26
Lazarus installation
« on: May 04, 2011, 08:50:58 pm »
Hi Folks,

I've installed FPC's last svn revision and now I'm trying to install Lazarus's last svn revision (30547) but looks like the Makefile doesn't know where FPC fonts is.

It keep complaining about some FPC/packages/somePackage/src/ files, but each time I copy those files to lazarus/lcl, the compiler complain about another ones.

What is going on? How do I tell to the compiler where FPC/packages is? Is there some linux environment variable that I have to set?

Thanx in advance.

Blaazen

  • Hero Member
  • *****
  • Posts: 3241
  • POKE 54296,15
    • Eye-Candy Controls
Re: Lazarus installation
« Reply #1 on: May 04, 2011, 10:20:27 pm »
Quote
where FPC fonts is.
??? What do you mean fonts?

What you can see when you type
Code: [Select]
fpc -iV to console?

When I download fpc and Lazarus (both by svn) then I do:
Code: [Select]
...fpc$ make clean all
...fpc$ sudo make install
................
...lazarus$ make clean all LCL_PLATFORM=qt OPT="-dUSE_QT_45"
(I don't install Lazarus I only compile it and I run it from /home)
Lazarus 2.3.0 (rev main-2_3-2863...) FPC 3.3.1 x86_64-linux-qt Chakra, Qt 4.8.7/5.13.2, Plasma 5.17.3
Lazarus 1.8.2 r57369 FPC 3.0.4 i386-win32-win32/win64 Wine 3.21

Try Eye-Candy Controls: https://sourceforge.net/projects/eccontrols/files/

zeljko

  • Hero Member
  • *****
  • Posts: 1949
    • http://wiki.lazarus.freepascal.org/User:Zeljan
Re: Lazarus installation
« Reply #2 on: May 05, 2011, 07:58:34 am »
-dUSE_QT_45 isn't needed .... it means nothing since 0.9.29

garlar27

  • Hero Member
  • *****
  • Posts: 652
Re: Lazarus installation
« Reply #3 on: May 05, 2011, 01:42:32 pm »
Quote
where FPC fonts is.
??? What do you mean fonts?

I think he's talking about "source"

EasyTEF Team

  • New Member
  • *
  • Posts: 26
Re: Lazarus installation
« Reply #4 on: May 05, 2011, 04:30:17 pm »
Quote
where FPC fonts is.
??? What do you mean fonts?

I think he's talking about "source"

Exactly! My bad :-[

EasyTEF Team

  • New Member
  • *
  • Posts: 26
Re: Lazarus installation
« Reply #5 on: May 05, 2011, 04:38:59 pm »
What I did to solve my installation problem was follow the tip from another thread:

Download and install fpc 2.4.2 from freepascal.org, install it then install last lazarus version from SVN.

Of course I've had to install some dependencies, like libx11-dev and libgtk2-dev, but now it's working just fine :)

Thanx a lot to everyone!

Quote
When I download fpc and Lazarus (both by svn) then I do:
Code: [Select]
...fpc$ make clean all
...fpc$ sudo make install
................
...lazarus$ make clean all LCL_PLATFORM=qt OPT="-dUSE_QT_45"
(I don't install Lazarus I only compile it and I run it from /home)

 

TinyPortal © 2005-2018