pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: x11/mlterm packaging error



On Thu, May 03, 2018 at 07:55:27PM +0530, Mayuresh wrote:
>  couldn't compile mlconfig since headers/libraries of GTK+-2 are missing.
>  couldn't compile mlterm-menu since headers/libraries of GTK+-2 are
> missing.
> 
> gtk2+-2.24.32nb4 seems installed though. Not sure why it complains.

Following line in configure script makes me suspicious that mlterm might
have changed the default to gtk3, but the build links point to gtk2

if test "$gtk_version" = "" ; then 
        gtk_version=3.0 
fi 

Will try with CONFIGURE_ARGS+=        --with-gtk=2.0

Mayuresh


Home | Main Index | Thread Index | Old Index