Hello, clutter_vlc_init is defined within clutter-vlc-main.h. Have type 'sudo make install' ?
It would be better to use pkg-config to retrieve cflags and ldflags instead of doing it by yourself. `pkg-config --cflags clutter-vlc-0.8` `pkg-config --libs clutter-vlc-0.8` if it still doesn't work, please copy / paste error, warning outputs to let us help you. By the way I have added a new branch to vlc-vout-clutter for clutter-0.8, I forgot to add it yesterday. So don't forget to use it instead of the master branch. Hopes it helps. Rno On Thu, Apr 9, 2009 at 6:14 PM, Liborio Nemorini <[email protected]> wrote: > Hi Rno, > thank you very much. Your code is really useful for me. > I tried the clutter-0.8 branch and it works. > I only don't understand one thing. > > I compiled the example you supplied and everything works, however, when I > try to compile my own code (I use Kdevelop), it says "undefined symbol: > clutter_vlc_init() > ". I linked against -lclutter-vlc-0.8, in fact all other symbols (like > clutter_vlc_video_texture_new(), and others) are correctly linked. Where is > clutter_vlc_init() defined? Should I link against other libraries? > > Thanks again in advance for your availability. > Billy > > --- Mer 8/4/09, Arnaud VALLAT <[email protected]> ha scritto: > > Da: Arnaud VALLAT <[email protected]> > Oggetto: Re: [clutter] Texture and VLC window > A: [email protected] > Cc: [email protected] > Data: Mercoledì 8 Aprile 2009, 17:39 > > Hello, > > I have added clutter-0.8 branch to clutter-vlc. It works fine here. It > used the same video-player as clutter-gst. > > I have also corrected the README on the master branch :-) > > Regards, > > Rno > -- > > "Given enough eyeballs, all bugs are shallow" > Eric Steven Raymond > -- > To unsubscribe send a mail to [email protected] > > > -- "Given enough eyeballs, all bugs are shallow" Eric Steven Raymond -- To unsubscribe send a mail to [email protected]
