From: salsaman <sal...@xs...> - 2004-09-13 18:50:11
|
gcc -shared .libs/madspin.o -L/usr/local/pubsoft/libvisual-plugins-0.1.6/plugins/actor/madspin -L/usr/lib -lGL -lGLU /usr/lib/libvisual.so -lm -ldl -Wl,-soname -Wl,actor_madspin.so -o .libs/actor_madspin.so /usr/bin/ld: cannot find -lGLU collect2: ld returned 1 exit status make[3]: *** [actor_madspin.la] Error 1 make[3]: Leaving directory `/usr/local/pubsoft/libvisual-plugins-0.1.6/plugins/actor/madspin' make[2]: *** [install-recursive] Error 1 make[2]: Leaving directory `/usr/local/pubsoft/libvisual-plugins-0.1.6/plugins/actor' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/usr/local/pubsoft/libvisual-plugins-0.1.6/plugins' make: *** [install-recursive] Error 1 [root@ruby libvisual-plugins-0.1.6]# locate libGLU /usr/X11R6/lib/libGLU.so.1.3.501 /usr/X11R6/lib/libGLU.la /usr/X11R6/lib/libGLU.so /usr/X11R6/lib/libGLU.so.1 But still, I can't use these GL plugins with LiVES anyway. Ah that reminds me, how do I get a list of only the non-gl plugins ? Salsaman. |
From: Dennis S. <sy...@yo...> - 2004-09-13 18:58:50
|
On Mon, 2004-09-13 at 21:05 +0100, salsaman wrote: > gcc -shared .libs/madspin.o > -L/usr/local/pubsoft/libvisual-plugins-0.1.6/plugins/actor/madspin > -L/usr/lib -lGL -lGLU /usr/lib/libvisual.so -lm -ldl -Wl,-soname > -Wl,actor_madspin.so -o .libs/actor_madspin.so > /usr/bin/ld: cannot find -lGLU > collect2: ld returned 1 exit status > make[3]: *** [actor_madspin.la] Error 1 > make[3]: Leaving directory > `/usr/local/pubsoft/libvisual-plugins-0.1.6/plugins/actor/madspin' > make[2]: *** [install-recursive] Error 1 > make[2]: Leaving directory > `/usr/local/pubsoft/libvisual-plugins-0.1.6/plugins/actor' > make[1]: *** [install-recursive] Error 1 > make[1]: Leaving directory > `/usr/local/pubsoft/libvisual-plugins-0.1.6/plugins' > make: *** [install-recursive] Error 1 > [root@ruby libvisual-plugins-0.1.6]# locate libGLU > /usr/X11R6/lib/libGLU.so.1.3.501 > /usr/X11R6/lib/libGLU.la > /usr/X11R6/lib/libGLU.so > /usr/X11R6/lib/libGLU.so.1 > > > But still, I can't use these GL plugins with LiVES anyway. > > Ah that reminds me, how do I get a list of only the non-gl plugins ? > > > > Salsaman. Depends what you want, by name or a VisList of references. By name: visual_actor_get_next_by_name_nogl (... http://libvisual.sourceforge.net/libvisual-api-docs/group__VisActor.html#ga4 |
From: Duilio J. P. <dp...@fc...> - 2004-09-13 20:33:12
|
You have /usr/X11R6/lib entry on your /etc/ld.so.conf? If not, please add it and then run 'ldconfig /usr/X11R6/lib' and then try to build. Please tell us about the results. Bye, Duilio. > gcc -shared .libs/madspin.o > -L/usr/local/pubsoft/libvisual-plugins-0.1.6/plugins/actor/madspin > -L/usr/lib -lGL -lGLU /usr/lib/libvisual.so -lm -ldl -Wl,-soname > -Wl,actor_madspin.so -o .libs/actor_madspin.so > /usr/bin/ld: cannot find -lGLU > collect2: ld returned 1 exit status > make[3]: *** [actor_madspin.la] Error 1 > make[3]: Leaving directory > `/usr/local/pubsoft/libvisual-plugins-0.1.6/plugins/actor/madspin' > make[2]: *** [install-recursive] Error 1 > make[2]: Leaving directory > `/usr/local/pubsoft/libvisual-plugins-0.1.6/plugins/actor' > make[1]: *** [install-recursive] Error 1 > make[1]: Leaving directory > `/usr/local/pubsoft/libvisual-plugins-0.1.6/plugins' > make: *** [install-recursive] Error 1 > [root@ruby libvisual-plugins-0.1.6]# locate libGLU > /usr/X11R6/lib/libGLU.so.1.3.501 > /usr/X11R6/lib/libGLU.la > /usr/X11R6/lib/libGLU.so > /usr/X11R6/lib/libGLU.so.1 > > ... > > Salsaman. |
From: salsaman <sal...@xs...> - 2004-09-13 20:48:39
|
Duilio Javier Protti wrote: >You have /usr/X11R6/lib entry on your /etc/ld.so.conf? >If not, please add it and then run 'ldconfig /usr/X11R6/lib' >and then try to build. > >Please tell us about the results. > > >Bye, >Duilio. > Yes I do have it in /etc/ld.so.conf ldconfig -v gives: libGLU.so.1 -> libGLU.so.1.3.501 Despite the CRITICAL warnings from the other email, I am now able to run the following plugins (0.1.6) directly in LiVES: bumpscope infinite jess oinksie plasma lv_scope lv_analyser and gdk_pixbuf run, but produce no moving images. I will try goom if somebody tells me how to. Mixing 2 actors should be possible but sometimes causes problems with two plugins sharing the same input; with alsa I get a hardware busy error. In this case, is it possible that libvisual could simply return a NULL for the input ? Maybe that is what happens already. Almost there now :-) Salsaman. |
From: Duilio J. P. <dp...@fc...> - 2004-09-13 22:46:03
|
Now configure checks not only for GL headers, but also try to link against GL library, and if it fails, it shows a warning and disables the GL support on Libvisual. Probably it needs more work, please report results. Bye, Duilio. |
From: Dennis S. <sy...@yo...> - 2004-09-14 15:40:19
|
On Mon, 2004-09-13 at 23:04 +0100, salsaman wrote: > lv_analyser and gdk_pixbuf run, but produce no moving images. lv_analyzer in CVS is fixed. gdk_pixbuf needs a property telling the image location. It's for image showing. We will add plugin flags soon, and also have a flag for specialized plugins so you can check against this. > I will try goom if somebody tells me how to. Install goom2k4. (make sure it's in the right prefix) reinstall libvisual-plugins, that is './configure ; make ; make install' check if configure sees goom2k4. > Mixing 2 actors should be possible but sometimes causes problems with > two plugins sharing the same input; with alsa I get a hardware busy error. > In this case, is it possible that libvisual could simply return a NULL > for the input ? Maybe that is what happens already. Also, will look in the behavior when I try the LiVES devel version :) It's just easier to answer with real code. > Almost there now :-) This is just rockon! seriously, we should meet in Amsterdam and talk about this stuff :) Cheers, Dennis |