Re: [PLUG] System issue: application build fails to find installed library

2018-03-18 Thread King Beowulf
On 03/18/2018 10:59 AM, Ken Stephens wrote: > Rich, > > I find the if an install does not say a particular library is installrf, > but find that it is installed in my package manager, I have to install the > development library. The development library (in Fedora, it usually is the >

Re: [PLUG] System issue: application build fails to find installed library

2018-03-18 Thread Ken Stephens
Rich, I find the if an install does not say a particular library is installrf, but find that it is installed in my package manager, I have to install the development library. The development library (in Fedora, it usually is the library-devel package) contains the include files for which the

[PLUG] System issue: application build fails to find installed library

2018-03-18 Thread Rich Shepard
Trying to rebuild/re-install wxGTK+3 here fails because a suitable library version is not found by the configuration process. Yet, such libraries are present. My experiences in debugging application code doesn't help me here and I hope someone can teach me how to identify the source of this