search for: pkg_config_libdir

Displaying 2 results from an estimated 2 matches for "pkg_config_libdir".

2009 Aug 15
5
Compiling old wine versions in opensuse 11.1
...10/dlls/mscms' make[1]: *** [mscms] Error 2 make[1]: Leaving directory `/home/neil/wine/wine-0.9.10/dlls' make: *** [dlls] Error 2 Naturally I have googled this without really finding anything useful. I have also tried configuring slightly differently with no results using (e.g.): Code: PKG_CONFIG_LIBDIR=/usr/lib/pkgconfig ./configure --prefix=/usr --x-libraries=/usr/X11R6/lib --x-includes=/usr/include/X11/ --with-x --enable-maintainer-mode Does anybody recognise this or have any suggestions, many thanks, Neil
2018 Feb 22
0
[Bug 1231] New: libxt_bpf.c:69:6: error: 'union bpf_attr' has no member named 'pathname'
...netfilter-buglog at lists.netfilter.org Reporter: torque at gmail.com I'm attempting to cross compile 1.6.2 for Raspi on Ubuntu with ``` ./configure --host=arm-linux-gnueabihf -prefix=/home/tim/raspi/usr -exec-prefix=/home/tim/raspi/usr --with-tools=no --with-tests=no --enable-static PKG_CONFIG_LIBDIR=/home/tim/raspi/usr/lib/pkgconfig CFLAGS=-I/home/tim/raspi/usr/include LIBS=-L/home/tim/raspi/usr/lib ``` and I get ``` libxt_bpf.c: In function 'bpf_obj_get': libxt_bpf.c:69:6: error: 'union bpf_attr' has no member named 'pathname' attr.pathname = (__u64) filepath;...