Nevermind, I fixed it.
-
ghost commented at 8:00 PM on January 11, 2014: none
-
Diapolo commented at 5:50 PM on January 12, 2014: none
Can you give an insight, how you did that and then close the issue ticket :)?
-
fanquake commented at 10:49 PM on January 12, 2014: member
@theuni, the original comment.
Running Slackware64 14.1, which is the latest release of the distro, I attempted ./configure —with-qt Libprotobuf was missing, so I downloaded the sources, built it and installed it into /usr/local/lib. I added that directory to my /etc/ld.so.conf and ran ldconfig. I ran ./configure —with-qt again, and I was still told that PROTOBUF / libprotobuf was missing. So, I tried: PROTOBUF_LIBS=/usr/local/lib/libprotobuf.a ./configure —with-qt This still gave an error. For good measure, I also did: PROTOBUF_LIBS=/usr/local/lib ./configure —with-qt This too gave an error. -
theuni commented at 11:09 PM on January 12, 2014: member
Yea, ok, not our bug. If paths are used that aren't searched by default, they need to be specified manually (headers and libs).
In this case, likely specified with
./configure PKG_CONFIG_PATH=/usr/local/lib/pkgconfig - laanwj closed this on Jan 13, 2014
- DrahtBot locked this on Sep 8, 2021