How to solve these Linker errors?

Linux specific forum
Martin Verlaan
Enthusiast
Enthusiast
Posts: 134
Joined: Sun Apr 01, 2018 11:26 am
Location: Netherlands
Contact:

How to solve these Linker errors?

Post by Martin Verlaan »

My program runs fine on PopOS, but when I try to compile it in Linux Mint, I get linker errors.

Image

Does anybody know how to solve them? Thanks in advance!
User avatar
mk-soft
Always Here
Always Here
Posts: 6245
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: How to solve these Linker errors?

Post by mk-soft »

Do you have some executable code to reproduce this.
Looks like maybe an external old user lib is used or a developer lib was not installed.

What PB version ?
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
Martin Verlaan
Enthusiast
Enthusiast
Posts: 134
Joined: Sun Apr 01, 2018 11:26 am
Location: Netherlands
Contact:

Re: How to solve these Linker errors?

Post by Martin Verlaan »

Thanks for the quick reply. I solved it by installing libgtk-3-dev and libwebkit2gtk-4.0-dev
Post Reply