Steps to reproduce:
- Download lazarus which automatically downloads fpc and fpc-src with it.
- Run lazarus
- Drop any GUI component on the form like button/label etc
- Compile
I am on MATE DE if it matters
| SniperX | |
| Jul 2 2018, 1:15 AM |
| F3612086: Screenshot at 2018-07-02 06-42-35.png | |
| Jul 2 2018, 1:15 AM |
Steps to reproduce:
I am on MATE DE if it matters
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