Bug#936207: Help needed to make pkgconfig finding just built lib

2020-02-27 Thread Simon McVittie
On Thu, 27 Feb 2020 at 18:55:19 +0100, Andreas Tille wrote: > Any idea how to convince pkgconfig that the library is there? Suppose the library's normal pkg-config file, when it has been installed system-wide, will be called NAME.pc (so that you find it by using `pkg-config --cflags --libs NAME`).

Bug#936207: Help needed to make pkgconfig finding just built lib

2020-02-27 Thread Andreas Tille
Control: tags -1 help Hi, I'm trying to drop biosig4c++ with Python3 only in Git[1]. Unfortunately I get: make[3]: Entering directory '/build/biosig4c++-1.9.5/python' python3 setup.py build Traceback (most recent call last): File "setup.py", line 11, in PKG=pkgconfig.parse('libbiosig')