[Aptitude-devel] Bug#824340: Unable to find the necessary VTE GTK+ library although its location has been correctly passed

Manuel A. Fernandez Montecelo manuel.montezelo at gmail.com
Sat May 14 17:54:32 UTC 2016


2016-05-14 18:35 GMT+01:00 jean-christophe manciot <actionmystique at gmail.com>:
> Hi Manuel,
> Thanks for the advice: I removed gtk option from configure.
> Now, I'm facing multiple compilation errors:
>
> echo --------
> echo Cleaning
> echo --------
> cd git-aptitude
> git reset --hard
> git clean -fxd :/
> git fetch --progress --prune origin
> git checkout 0.8.1
>
> echo -----------
> echo Configuring
> echo -----------
> export GTHREAD_LIBS='-L/usr/lib/x86_64-linux-gnu'
> export VTE_LIBS='-L/usr/lib/x86_64-linux-gnu'
>
> ./autogen.sh
>
> # GTK frontend is unmaintained
> # --enable-gtk \
>
> ./configure --enable-qt \
> --enable-reload-cache \
> --enable-resolver-sanity-checks \
> --prefix=/usr --sysconfdir=/etc --localstatedir=/var

These flags are unneeded, and Qt will probably not work either.  Try this:

CXXFLAGS="-std=c++14" ./configure --prefix=/usr

("c++14" will be the default with the just-released GCC-6).


May I ask why you need this?  It's probably easier to get the binary
package from Debian, if you have problems compiling.


Cheers.
-- 
Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>



More information about the Aptitude-devel mailing list