Date: Fri, 22 Mar 2019 13:14:42 -0700 From: "Jack L." <xxjack12xx@gmail.com> To: Mike Clarke <jmc-freebsd2@milibyte.co.uk> Cc: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org> Subject: Re: Gtk problems with audacity Message-ID: <CALeGphzQZLpzrj=syy6m2ETb6EST4adzQgG%2BmmdFSfRCbPTxOA@mail.gmail.com> In-Reply-To: <5162238.mMMZhaHaU6@curlew> References: <4402382.1rqTVSEV2j@curlew> <CALeGphz39ZzJvAh4KR2CFOgApatqMAUGnV7hPxDM%2BDxBix60OA@mail.gmail.com> <5162238.mMMZhaHaU6@curlew>
next in thread | previous in thread | raw e-mail | index | archive | help
Looks like ocaml-lablgtk2 can be configured without libgnomeui
.if ${PORT_OPTIONS:MGNOMEUI}
CONFIGURE_ARGS+=3D --with-gnomeui
USE_GNOME+=3D libgnomeui
.else
CONFIGURE_ARGS+=3D --without-gnomeui
.endif
But it does sound like the bug should be reported with libgnomeui and
not audacity.
On Fri, Mar 22, 2019 at 3:38 AM Mike Clarke <jmc-freebsd2@milibyte.co.uk> w=
rote:
>
> On Friday, 22 March 2019 00:35:38 GMT Jack L. wrote:
>
> > Do you have libgnomeui installed?
>
>
>
> Yes
>
>
>
> > If so, what happens if you remove it? Does audacity magically work?
>
>
>
> Yes it works fine with libgnomeui removed. Unfortunately i can't permanen=
tly delete libgnomeui because it's required by net/unison which I occasiona=
lly use for maintaining a remote system but it does provide a temporary wor=
karound for the times I need to run audacity.
>
>
> curlew:/root# pkg info -r libgnomeui
>
> libgnomeui-2.24.5:
>
> ocaml-lablgtk2-2.18.3_2
>
> curlew:/root# pkg info -r ocaml-lablgtk2
>
> ocaml-lablgtk2-2.18.3_2:
>
> unison-2.51.2
>
>
>
> --
>
> Mike Clarke
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CALeGphzQZLpzrj=syy6m2ETb6EST4adzQgG%2BmmdFSfRCbPTxOA>
