seems the configure script or such is not finding the real path to libvorbis.. i'm running centos 4.2
[EMAIL PROTECTED] log]# rpm -ql libvorbis /usr/lib/libvorbis.so.0 /usr/lib/libvorbis.so.0.3.0 /usr/lib/libvorbisenc.so.2 /usr/lib/libvorbisenc.so.2.0.0 /usr/lib/libvorbisfile.so.3 /usr/lib/libvorbisfile.so.3.1.0 for some reason it almost seems its hardcoded to look in /usr/local for it when I don't have anything in /usr/local.. my configure script just used --prefix=/usr in it ./libgeometry/libgnashgeo.la:dependency_libs=' /home/mzupan/gnash/libbase/libgnashbase.la -L/usr/lib -L/usr/X11R6/lib /usr/lib/gcc/i386-redhat-linux/3.4.4/../../..//libSDL_mixer.la /usr/local/lib/libvorbisfile.la /usr/local/lib/libvorbis.la /usr/local/lib/libogg.la /usr/local/lib/libSDL.la -lX11 -lXext -ldl -lpthread -lrt ' On 3/30/06, Rob Savoye <[EMAIL PROTECTED]> wrote: > Unit3 wrote: > > > How do I tell? > > Actually that's easy. The SDL version doesn't support the right mouse > button > menu, only the GTK version does. > > >> This will potentially make a difference. Does it work for any Flash > >> movie, or does it fail for all of them ? > > Gnash plays over 60% of the movies I've collected off the net. Right > now I've been web surfing with the plugin enabled and haven't had a > single problem with the movies playing correctly. > > > I haven't seen one work yet in the browser. Can you recommend the > > simplest test example that's included in the CVS tree, and I'll check > > that in the browser? > > I'm going to add a "test page" to the Gnash web site for this purpose, > but any of the movies in gnash/testsuite should also be good for testing. > > > entry is "Started thread for Flash movie /tmp/welcome.swf", but if I > > look at the process listing, I see this: > > > > 17094 ? Sl 1:02 /usr/lib/firefox/firefox-bin -a firefox > > 25740 ? Z 0:00 \_ [gnash] <defunct> > > Arg... I think I know the problem. Like a moron, I checked in a > hardcoded path "/usr/local/bin/gnash" in plugin.cpp, so I guess the > player isn't starting cause the path is wrong. I just made this path > based on the $exec_prefix instead, so the plugin will look where ever > Gnash got installed. > > > Also, as a side note, is there a plan to have a menu option in the GTK > > version to enable antialiasing? Things are quite chunky looking without > > It should be turned on by default, maybe it broke. I can add a menu > option for this and try it. > > - rob - > > > > _______________________________________________ > Gnash mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/gnash > -- http://www.zcentric.com/wiki My Linux Howto/Tips Wiki _______________________________________________ Gnash mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash
