Re: Qtractor 0.4.8, compile prob with libslv2 on Kubuntu Hardy

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

 



On Tuesday 25 January 2011 17:36, Rui Nuno Capela wrote:
>  On Tue, 25 Jan 2011 16:42:06 +0100, Nigel Henry
>
>  <cave.dnb2m97pp@xxxxxxxxxxxx> wrote:
> >>    ./configure --disable-lv2-gtk-ui
> >
> > Hi Rui.
> > It compiles ok with the above ./configure option
> >
> > My libgtk2.0-dev is version 2.12.9-3ubuntu5. Torben, in his reply to
> > the list
> > said gtk_widget_get_window was added in 2.14.
> >
> > He said you can use widget->window in older gtk versions.
> >
> > Is there some file/files I can hack in qtractor's src to change that?
>
>  yes, following torbenh's hint by the letter you may try and edit
>  src/qtractorLv2Plugin.cpp, line 1027,
>
>  from:
>   GDK_WINDOW_XID(gtk_widget_get_window(m_pGtkWindow)));
>
>  to:
>   GDK_WINDOW_XID(m_pGtkWindow->window));
>
>  but i disclaim any guarantee on that or whether it suffices (no gtk
>  intelligence here, quite the opposite:)
>
>  byee

Hi Rui.

That's resolved the problem. Compiled ok, and installed.

Now I've got to find out how to set the plugin paths correctly, then try it 
out. Back to the manual.

Thanks for all the help.

Nigel.
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@xxxxxxxxxxxxxxxxxxxx
http://lists.linuxaudio.org/listinfo/linux-audio-user


[Index of Archives]     [Linux Sound]     [ALSA Users]     [Pulse Audio]     [ALSA Devel]     [Sox Users]     [Linux Media]     [Kernel]     [Photo Sharing]     [Gimp]     [Yosemite News]     [Linux Media]

  Powered by Linux