Page MenuHomeSolus

Compilation failure on Lazarus
Closed, ResolvedPublic

Description

Steps to reproduce:

  1. Download lazarus which automatically downloads fpc and fpc-src with it.
  2. Run lazarus
  3. Drop any GUI component on the form like button/label etc
  4. Compile

I am on MATE DE if it matters

Screenshot at 2018-07-02 06-42-35.png (392×495 px, 21 KB)

Event Timeline

SniperX claimed this task.

Found a fix basically just had to install libgtk-2-devel package. Perhaps this should be shipped by default as a package dependency.

Not an issue IMHO. It's up to the developer to install the libraries required for his/her code.
Also the error messages are clear enough.

That was the first time it actually complained about the missing libraries and the only error i was getting before that was just "error while linking" lol