From: acidblue <ac...@ea...> - 2004-11-02 02:43:22
|
I have libvisual 0.1.7 installed also Beep 0.9.7 and xmms 1.2.10 I installed libvisual-bmp-0.1.1(./configure, make , make install) but after make install I get an error "BMP not found", but I can run BMP, so it is installed. Also xmms gives error "libvisual needs to be installed", this is also installed. Everything is installed to their default directories, so I don't understand why I'm getting these error's. |
From: Dennis S. <sy...@yo...> - 2004-11-02 14:19:41
|
On Mon, 2004-11-01 at 18:43 -0800, acidblue wrote: > I have libvisual 0.1.7 installed also Beep 0.9.7 and xmms 1.2.10 > I installed libvisual-bmp-0.1.1(./configure, make , make install) > but after make install I get an error "BMP not found", but I can run > BMP, so it is installed. > Also xmms gives error "libvisual needs to be installed", this is also > installed. > Everything is installed to their default directories, so I don't > understand why I'm getting these error's. Hmms that is odd, regarding bmp, do you have the beep-media-player devel thingies installed as well ?. Can you provide us some more datails about your distribution and such ? Thanks, Dennis |
From: acidblue <ac...@ea...> - 2004-11-03 04:06:41
|
On Tue, 2004-11-02 at 06:19, Dennis Smit wrote: > On Mon, 2004-11-01 at 18:43 -0800, acidblue wrote: > > I have libvisual 0.1.7 installed also Beep 0.9.7 and xmms 1.2.10 > > I installed libvisual-bmp-0.1.1(./configure, make , make install) > > but after make install I get an error "BMP not found", but I can run > > BMP, so it is installed. > > Also xmms gives error "libvisual needs to be installed", this is also > > installed. > > Everything is installed to their default directories, so I don't > > understand why I'm getting these error's. > > > Hmms that is odd, regarding bmp, do you have the beep-media-player devel > thingies installed as well ?. > > > Can you provide us some more datails about your distribution and such ? > > Thanks, > Dennis Oh duh! Fedora Core2, sound is via 823x. I don't think I installed the devel for BMP. unless it comes with the default .tar > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Sybase ASE Linux Express Edition - download now for FREE > LinuxWorld Reader's Choice Award Winner for best database on Linux. > http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click > _______________________________________________ > Libvisual-users mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libvisual-users |
From: Dennis S. <sy...@yo...> - 2004-11-03 11:53:24
|
On Tue, 2004-11-02 at 20:06 -0800, acidblue wrote: > On Tue, 2004-11-02 at 06:19, Dennis Smit wrote: > > On Mon, 2004-11-01 at 18:43 -0800, acidblue wrote: > > > I have libvisual 0.1.7 installed also Beep 0.9.7 and xmms 1.2.10 > > > I installed libvisual-bmp-0.1.1(./configure, make , make install) > > > but after make install I get an error "BMP not found", but I can run > > > BMP, so it is installed. > > > Also xmms gives error "libvisual needs to be installed", this is also > > > installed. > > > Everything is installed to their default directories, so I don't > > > understand why I'm getting these error's. > > > > > > Hmms that is odd, regarding bmp, do you have the beep-media-player devel > > thingies installed as well ?. > > > > > > Can you provide us some more datails about your distribution and such ? > > > > Thanks, > > Dennis > > Oh duh! Fedora Core2, sound is via 823x. > I don't think I installed the devel for BMP. > unless it comes with the default .tar It is in the default tar, it might be possible that it's installed in the /usr/local prefix. Try to configure all the libvisual packages with ./configure -- prefix=/usr/local and what does: pkg-config bmp --modversion Give you ? Thanks, Dennis |
From: acidblue <ac...@ea...> - 2004-11-04 04:31:33
|
On Wed, 2004-11-03 at 03:53, Dennis Smit wrote: > On Tue, 2004-11-02 at 20:06 -0800, acidblue wrote: > > On Tue, 2004-11-02 at 06:19, Dennis Smit wrote: > > > On Mon, 2004-11-01 at 18:43 -0800, acidblue wrote: > > > > I have libvisual 0.1.7 installed also Beep 0.9.7 and xmms 1.2.10 > > > > I installed libvisual-bmp-0.1.1(./configure, make , make install) > > > > but after make install I get an error "BMP not found", but I can run > > > > BMP, so it is installed. > > > > Also xmms gives error "libvisual needs to be installed", this is also > > > > installed. > > > > Everything is installed to their default directories, so I don't > > > > understand why I'm getting these error's. > > > > > > > > > Hmms that is odd, regarding bmp, do you have the beep-media-player devel > > > thingies installed as well ?. > > > > > > > > > Can you provide us some more datails about your distribution and such ? > > > > > > Thanks, > > > Dennis > > > > Oh duh! Fedora Core2, sound is via 823x. > > I don't think I installed the devel for BMP. > > unless it comes with the default .tar > > It is in the default tar, it might be possible that it's installed in > the /usr/local prefix. > > Try to configure all the libvisual packages with ./configure -- > prefix=/usr/local > > and what does: > pkg-config bmp --modversion > > Give you ? > > Thanks, > Dennis Ok this is what pkg-config gives me: > [root@darkstar root]# pkg-config bmp --modversion Package bmp was not found in the pkg-config search path. Perhaps you should add the directory containing `bmp.pc' to the PKG_CONFIG_PATH environment variable No package 'bmp' found This is weird cause bmp is installed in /usr/local/lib When you say configure libvisual pkgs do you mean reinstall them ? Can I do that ? > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Sybase ASE Linux Express Edition - download now for FREE > LinuxWorld Reader's Choice Award Winner for best database on Linux. > http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click > _______________________________________________ > Libvisual-users mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libvisual-users |
From: Dennis S. <sy...@yo...> - 2004-11-04 13:16:20
|
On Wed, 2004-11-03 at 20:31 -0800, acidblue wrote: > On Wed, 2004-11-03 at 03:53, Dennis Smit wrote: > > On Tue, 2004-11-02 at 20:06 -0800, acidblue wrote: > > > On Tue, 2004-11-02 at 06:19, Dennis Smit wrote: > > > > On Mon, 2004-11-01 at 18:43 -0800, acidblue wrote: > > > > > I have libvisual 0.1.7 installed also Beep 0.9.7 and xmms 1.2.10 > > > > > I installed libvisual-bmp-0.1.1(./configure, make , make install) > > > > > but after make install I get an error "BMP not found", but I can run > > > > > BMP, so it is installed. > > > > > Also xmms gives error "libvisual needs to be installed", this is also > > > > > installed. > > > > > Everything is installed to their default directories, so I don't > > > > > understand why I'm getting these error's. > > > > > > > > > > > > Hmms that is odd, regarding bmp, do you have the beep-media-player devel > > > > thingies installed as well ?. > > > > > > > > > > > > Can you provide us some more datails about your distribution and such ? > > > > > > > > Thanks, > > > > Dennis > > > > > > Oh duh! Fedora Core2, sound is via 823x. > > > I don't think I installed the devel for BMP. > > > unless it comes with the default .tar > > > > It is in the default tar, it might be possible that it's installed in > > the /usr/local prefix. > > > > Try to configure all the libvisual packages with ./configure -- > > prefix=/usr/local > > > > and what does: > > pkg-config bmp --modversion > > > > Give you ? > > > > Thanks, > > Dennis > > Ok this is what pkg-config gives me: > > > [root@darkstar root]# pkg-config bmp --modversion > Package bmp was not found in the pkg-config search path. > Perhaps you should add the directory containing `bmp.pc' > to the PKG_CONFIG_PATH environment variable > No package 'bmp' found > > This is weird cause bmp is installed in /usr/local/lib > When you say configure libvisual pkgs do you mean reinstall them ? > Can I do that ? Reinstall, yes... However this is weird indeed, can you check if you have a beepmp or bmp.pc in either /usr/lib/pkgconfig or /usr/local/lib/pkgconfig ? |
From: acidblue <ac...@ea...> - 2004-11-06 07:01:35
|
On Thu, 2004-11-04 at 05:16, Dennis Smit wrote: > On Wed, 2004-11-03 at 20:31 -0800, acidblue wrote: > > On Wed, 2004-11-03 at 03:53, Dennis Smit wrote: > > > On Tue, 2004-11-02 at 20:06 -0800, acidblue wrote: > > > > On Tue, 2004-11-02 at 06:19, Dennis Smit wrote: > > > > > On Mon, 2004-11-01 at 18:43 -0800, acidblue wrote: > > > > > > I have libvisual 0.1.7 installed also Beep 0.9.7 and xmms 1.2.10 > > > > > > I installed libvisual-bmp-0.1.1(./configure, make , make install) > > > > > > but after make install I get an error "BMP not found", but I can run > > > > > > BMP, so it is installed. > > > > > > Also xmms gives error "libvisual needs to be installed", this is also > > > > > > installed. > > > > > > Everything is installed to their default directories, so I don't > > > > > > understand why I'm getting these error's. > > > > > > > > > > > > > > > Hmms that is odd, regarding bmp, do you have the beep-media-player devel > > > > > thingies installed as well ?. > > > > > > > > > > > > > > > Can you provide us some more datails about your distribution and such ? > > > > > > > > > > Thanks, > > > > > Dennis > > > > > > > > Oh duh! Fedora Core2, sound is via 823x. > > > > I don't think I installed the devel for BMP. > > > > unless it comes with the default .tar > > > > > > It is in the default tar, it might be possible that it's installed in > > > the /usr/local prefix. > > > > > > Try to configure all the libvisual packages with ./configure -- > > > prefix=/usr/local > > > > > > and what does: > > > pkg-config bmp --modversion > > > > > > Give you ? > > > > > > Thanks, > > > Dennis > > > > Ok this is what pkg-config gives me: > > > > > [root@darkstar root]# pkg-config bmp --modversion > > Package bmp was not found in the pkg-config search path. > > Perhaps you should add the directory containing `bmp.pc' > > to the PKG_CONFIG_PATH environment variable > > No package 'bmp' found > > > > This is weird cause bmp is installed in /usr/local/lib > > When you say configure libvisual pkgs do you mean reinstall them ? > > Can I do that ? > > Reinstall, yes... However this is weird indeed, can you check if > you have a beepmp or bmp.pc in either /usr/lib/pkgconfig or > /usr/local/lib/pkgconfig ? Yes bmp.pc is in /usr/local/lib/pkgconfig I'm about reinstall libvisual, we'll see how things go. > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Sybase ASE Linux Express Edition - download now for FREE > LinuxWorld Reader's Choice Award Winner for best database on Linux. > http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click > _______________________________________________ > Libvisual-users mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libvisual-users |
From: Dennis S. <sy...@yo...> - 2004-11-06 11:54:58
|
On Fri, 2004-11-05 at 23:01 -0800, acidblue wrote: > > Reinstall, yes... However this is weird indeed, can you check if > > you have a beepmp or bmp.pc in either /usr/lib/pkgconfig or > > /usr/local/lib/pkgconfig ? > > Yes bmp.pc is in /usr/local/lib/pkgconfig > I'm about reinstall libvisual, we'll see > how things go. Try installing everything with ./configure --prefix=/usr/local this time, if that isn't working we probably screwed something up in our package, that needs to be fixed ;) Good luck and keep me updated. |
From: acidblue <ac...@ea...> - 2004-11-06 17:41:12
|
On Sat, 2004-11-06 at 03:54, Dennis Smit wrote: > On Fri, 2004-11-05 at 23:01 -0800, acidblue wrote: > > > Reinstall, yes... However this is weird indeed, can you check if > > > you have a beepmp or bmp.pc in either /usr/lib/pkgconfig or > > > /usr/local/lib/pkgconfig ? > > > > Yes bmp.pc is in /usr/local/lib/pkgconfig > > I'm about reinstall libvisual, we'll see > > how things go. > > Try installing everything with ./configure --prefix=/usr/local this > time, if that isn't working we probably screwed something up > in our package, that needs to be fixed ;) > > Good luck and keep me updated. I reinstalled libvisual without a hitch. However when I try to install libvisual-bmp with prefix=/usr/local my computer locks up when it reaches "Checking glx.hc" or something like that. I have a nvidia card, if that matters, I had to comment out certain things in my xorg conf. file to get it to work right(according to nvidias' instructions) but it wasn't 'glx' i think it was 'load dri'. Don't know if this helps explain things. > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Sybase ASE Linux Express Edition - download now for FREE > LinuxWorld Reader's Choice Award Winner for best database on Linux. > http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click > _______________________________________________ > Libvisual-users mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libvisual-users |
From: Dennis S. <sy...@yo...> - 2004-11-06 18:37:45
|
On Sat, 2004-11-06 at 09:04 -0800, acidblue wrote: > I reinstalled libvisual without a hitch. > However when I try to install libvisual-bmp with > prefix=/usr/local my computer locks up when it reaches > "Checking glx.hc" or something like that. I have a nvidia > card, if that matters, I had to comment out certain things > in my xorg conf. file to get it to work right(according to nvidias' > instructions) but it wasn't 'glx' i think it was 'load dri'. > Don't know if this helps explain things. Hmms, to be honest, I have no idea what is going on.. how is the libvisual-xmms module compiling (just to check if it reacts different) ? Thanks, Dennis |
From: acidblue <ac...@ea...> - 2004-11-06 21:29:09
|
On Sat, 2004-11-06 at 10:37, Dennis Smit wrote: > On Sat, 2004-11-06 at 09:04 -0800, acidblue wrote: > > I reinstalled libvisual without a hitch. > > However when I try to install libvisual-bmp with > > prefix=/usr/local my computer locks up when it reaches > > "Checking glx.hc" or something like that. I have a nvidia > > card, if that matters, I had to comment out certain things > > in my xorg conf. file to get it to work right(according to nvidias' > > instructions) but it wasn't 'glx' i think it was 'load dri'. > > Don't know if this helps explain things. > > Hmms, to be honest, I have no idea what is going on.. > > how is the libvisual-xmms module compiling (just to > check if it reacts different) ? > > Thanks, > Dennis Libvisual-xmms compiles fine, but I get the same error as before when i try to run xmms and enable the libvisual plugin. "xmms needs libvisual, not found" or something to the effect. Back to square one. > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Sybase ASE Linux Express Edition - download now for FREE > LinuxWorld Reader's Choice Award Winner for best database on Linux. > http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click > _______________________________________________ > Libvisual-users mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libvisual-users |
From: Dennis S. <sy...@yo...> - 2004-11-06 21:44:36
|
On Sat, 2004-11-06 at 13:28 -0800, acidblue wrote: > On Sat, 2004-11-06 at 10:37, Dennis Smit wrote: > > On Sat, 2004-11-06 at 09:04 -0800, acidblue wrote: > > > I reinstalled libvisual without a hitch. > > > However when I try to install libvisual-bmp with > > > prefix=/usr/local my computer locks up when it reaches > > > "Checking glx.hc" or something like that. I have a nvidia > > > card, if that matters, I had to comment out certain things > > > in my xorg conf. file to get it to work right(according to nvidias' > > > instructions) but it wasn't 'glx' i think it was 'load dri'. > > > Don't know if this helps explain things. > > > > Hmms, to be honest, I have no idea what is going on.. > > > > how is the libvisual-xmms module compiling (just to > > check if it reacts different) ? > > > > Thanks, > > Dennis > > Libvisual-xmms compiles fine, but I get the same > error as before when i try to run xmms and enable > the libvisual plugin. > "xmms needs libvisual, not found" or something to the effect. > Back to square one. Hmms, It might be because it can't find the plugins, can you check if the plugins are either installed in /usr/lib/libvisual or /usr/local/lib/libvisual ? That might explain it... Cheers, Dennis |
From: acidblue <ac...@ea...> - 2004-11-06 22:02:30
|
On Sat, 2004-11-06 at 13:43, Dennis Smit wrote: > On Sat, 2004-11-06 at 13:28 -0800, acidblue wrote: > > On Sat, 2004-11-06 at 10:37, Dennis Smit wrote: > > > On Sat, 2004-11-06 at 09:04 -0800, acidblue wrote: > > > > I reinstalled libvisual without a hitch. > > > > However when I try to install libvisual-bmp with > > > > prefix=/usr/local my computer locks up when it reaches > > > > "Checking glx.hc" or something like that. I have a nvidia > > > > card, if that matters, I had to comment out certain things > > > > in my xorg conf. file to get it to work right(according to nvidias' > > > > instructions) but it wasn't 'glx' i think it was 'load dri'. > > > > Don't know if this helps explain things. > > > > > > Hmms, to be honest, I have no idea what is going on.. > > > > > > how is the libvisual-xmms module compiling (just to > > > check if it reacts different) ? > > > > > > Thanks, > > > Dennis > > > > Libvisual-xmms compiles fine, but I get the same > > error as before when i try to run xmms and enable > > the libvisual plugin. > > "xmms needs libvisual, not found" or something to the effect. > > Back to square one. > > Hmms, It might be because it can't find the plugins, can you > check if the plugins are either installed in > /usr/lib/libvisual or /usr/local/lib/libvisual ? > > > That might explain it... > > Cheers, > Dennis Ok there aren't any directories /usr/lib/libvisual /usr/local/libvisual, I'm assuming you meant directories. There are a couple of files 'libbeep.so' and so on in /usr/local/lib, I didn't find a libxmms file. There isn't a directory labeled 'libvisual' > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Sybase ASE Linux Express Edition - download now for FREE > LinuxWorld Reader's Choice Award Winner for best database on Linux. > http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click > _______________________________________________ > Libvisual-users mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libvisual-users |
From: Dennis S. <sy...@yo...> - 2004-11-06 22:24:30
|
On Sat, 2004-11-06 at 14:02 -0800, acidblue wrote: > On Sat, 2004-11-06 at 13:43, Dennis Smit wrote: > > On Sat, 2004-11-06 at 13:28 -0800, acidblue wrote: > > > On Sat, 2004-11-06 at 10:37, Dennis Smit wrote: > > > > On Sat, 2004-11-06 at 09:04 -0800, acidblue wrote: > > > > > I reinstalled libvisual without a hitch. > > > > > However when I try to install libvisual-bmp with > > > > > prefix=/usr/local my computer locks up when it reaches > > > > > "Checking glx.hc" or something like that. I have a nvidia > > > > > card, if that matters, I had to comment out certain things > > > > > in my xorg conf. file to get it to work right(according to nvidias' > > > > > instructions) but it wasn't 'glx' i think it was 'load dri'. > > > > > Don't know if this helps explain things. > > > > > > > > Hmms, to be honest, I have no idea what is going on.. > > > > > > > > how is the libvisual-xmms module compiling (just to > > > > check if it reacts different) ? > > > > > > > > Thanks, > > > > Dennis > > > > > > Libvisual-xmms compiles fine, but I get the same > > > error as before when i try to run xmms and enable > > > the libvisual plugin. > > > "xmms needs libvisual, not found" or something to the effect. > > > Back to square one. > > > > Hmms, It might be because it can't find the plugins, can you > > check if the plugins are either installed in > > /usr/lib/libvisual or /usr/local/lib/libvisual ? > > > > > > That might explain it... > > > > Cheers, > > Dennis > > Ok there aren't any directories /usr/lib/libvisual > /usr/local/libvisual, I'm assuming you meant directories. > There are a couple of files 'libbeep.so' and so on in > /usr/local/lib, I didn't find a libxmms file. > There isn't a directory labeled 'libvisual' Have you installed 'libvisual-plugins' ? If so, could you check where it did install the plugins... Thanks, Dennis |
From: acidblue <ac...@ea...> - 2004-11-07 01:49:24
|
On Sat, 2004-11-06 at 14:23, Dennis Smit wrote: > On Sat, 2004-11-06 at 14:02 -0800, acidblue wrote: > > On Sat, 2004-11-06 at 13:43, Dennis Smit wrote: > > > On Sat, 2004-11-06 at 13:28 -0800, acidblue wrote: > > > > On Sat, 2004-11-06 at 10:37, Dennis Smit wrote: > > > > > On Sat, 2004-11-06 at 09:04 -0800, acidblue wrote: > > > > > > I reinstalled libvisual without a hitch. > > > > > > However when I try to install libvisual-bmp with > > > > > > prefix=/usr/local my computer locks up when it reaches > > > > > > "Checking glx.hc" or something like that. I have a nvidia > > > > > > card, if that matters, I had to comment out certain things > > > > > > in my xorg conf. file to get it to work right(according to nvidias' > > > > > > instructions) but it wasn't 'glx' i think it was 'load dri'. > > > > > > Don't know if this helps explain things. > > > > > > > > > > Hmms, to be honest, I have no idea what is going on.. > > > > > > > > > > how is the libvisual-xmms module compiling (just to > > > > > check if it reacts different) ? > > > > > > > > > > Thanks, > > > > > Dennis > > > > > > > > Libvisual-xmms compiles fine, but I get the same > > > > error as before when i try to run xmms and enable > > > > the libvisual plugin. > > > > "xmms needs libvisual, not found" or something to the effect. > > > > Back to square one. > > > > > > Hmms, It might be because it can't find the plugins, can you > > > check if the plugins are either installed in > > > /usr/lib/libvisual or /usr/local/lib/libvisual ? > > > > > > > > > That might explain it... > > > > > > Cheers, > > > Dennis > > > > Ok there aren't any directories /usr/lib/libvisual > > /usr/local/libvisual, I'm assuming you meant directories. > > There are a couple of files 'libbeep.so' and so on in > > /usr/local/lib, I didn't find a libxmms file. > > There isn't a directory labeled 'libvisual' > > Have you installed 'libvisual-plugins' ? > > If so, could you check where it did install the plugins... > > Thanks, > Dennis I just installed libvisual-plugins, but i can't find the plugins. There is now a folder labeled 'libvisual' in /usr/local/lib' but there is no folder 'plugins' > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Sybase ASE Linux Express Edition - download now for FREE > LinuxWorld Reader's Choice Award Winner for best database on Linux. > http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click > _______________________________________________ > Libvisual-users mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libvisual-users |
From: Dennis S. <sy...@yo...> - 2004-11-07 12:28:44
|
On Sat, 2004-11-06 at 17:49 -0800, acidblue wrote: > I just installed libvisual-plugins, but i can't find the plugins. > There is now a folder labeled 'libvisual' in /usr/local/lib' but > there is no folder 'plugins' Could you show me an 'ls' output of that particulair folder ? |
From: acidblue <ac...@ea...> - 2004-11-07 01:59:31
|
On Sat, 2004-11-06 at 17:49, acidblue wrote: > On Sat, 2004-11-06 at 14:23, Dennis Smit wrote: > > On Sat, 2004-11-06 at 14:02 -0800, acidblue wrote: > > > On Sat, 2004-11-06 at 13:43, Dennis Smit wrote: > > > > On Sat, 2004-11-06 at 13:28 -0800, acidblue wrote: > > > > > On Sat, 2004-11-06 at 10:37, Dennis Smit wrote: > > > > > > On Sat, 2004-11-06 at 09:04 -0800, acidblue wrote: > > > > > > > I reinstalled libvisual without a hitch. > > > > > > > However when I try to install libvisual-bmp with > > > > > > > prefix=/usr/local my computer locks up when it reaches > > > > > > > "Checking glx.hc" or something like that. I have a nvidia > > > > > > > card, if that matters, I had to comment out certain things > > > > > > > in my xorg conf. file to get it to work right(according to nvidias' > > > > > > > instructions) but it wasn't 'glx' i think it was 'load dri'. > > > > > > > Don't know if this helps explain things. > > > > > > > > > > > > Hmms, to be honest, I have no idea what is going on.. > > > > > > > > > > > > how is the libvisual-xmms module compiling (just to > > > > > > check if it reacts different) ? > > > > > > > > > > > > Thanks, > > > > > > Dennis > > > > > > > > > > Libvisual-xmms compiles fine, but I get the same > > > > > error as before when i try to run xmms and enable > > > > > the libvisual plugin. > > > > > "xmms needs libvisual, not found" or something to the effect. > > > > > Back to square one. > > > > > > > > Hmms, It might be because it can't find the plugins, can you > > > > check if the plugins are either installed in > > > > /usr/lib/libvisual or /usr/local/lib/libvisual ? > > > > > > > > > > > > That might explain it... > > > > > > > > Cheers, > > > > Dennis > > > > > > Ok there aren't any directories /usr/lib/libvisual > > > /usr/local/libvisual, I'm assuming you meant directories. > > > There are a couple of files 'libbeep.so' and so on in > > > /usr/local/lib, I didn't find a libxmms file. > > > There isn't a directory labeled 'libvisual' > > > > Have you installed 'libvisual-plugins' ? > > > > If so, could you check where it did install the plugins... > > > > Thanks, > > Dennis > > I just installed libvisual-plugins, but i can't find the plugins. > There is now a folder labeled 'libvisual' in /usr/local/lib' but > there is no folder 'plugins' There are 3 folders in libvisual-'actor', 'morph' and 'input' > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: > > Sybase ASE Linux Express Edition - download now for FREE > > LinuxWorld Reader's Choice Award Winner for best database on Linux. > > http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click > > _______________________________________________ > > Libvisual-users mailing list > > Lib...@li... > > https://lists.sourceforge.net/lists/listinfo/libvisual-users > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Sybase ASE Linux Express Edition - download now for FREE > LinuxWorld Reader's Choice Award Winner for best database on Linux. > http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click > _______________________________________________ > Libvisual-users mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libvisual-users |
From: Dennis S. <sy...@yo...> - 2004-11-07 12:29:32
|
> There are 3 folders in libvisual-'actor', 'morph' and 'input' Alright, do these folders contain files, if so, these are the plugins. Can you check if libvisual-xmms , libvisual-bmp work ?, if not try reinstalling them with ./configure --prefix=/usr/local |
From: acidblue <ac...@ea...> - 2004-11-09 01:11:29
|
On Sat, 2004-11-06 at 03:54, Dennis Smit wrote: > On Fri, 2004-11-05 at 23:01 -0800, acidblue wrote: > > > Reinstall, yes... However this is weird indeed, can you check if > > > you have a beepmp or bmp.pc in either /usr/lib/pkgconfig or > > > /usr/local/lib/pkgconfig ? > > > > Yes bmp.pc is in /usr/local/lib/pkgconfig > > I'm about reinstall libvisual, we'll see > > how things go. > > Try installing everything with ./configure --prefix=/usr/local this > time, if that isn't working we probably screwed something up > in our package, that needs to be fixed ;) > > Good luck and keep me updated. I'm still getting the same error's when I run xmms "libvisual package not found" I don't get any error's with bmp it's just not listed in 'plugins'--'visualization' > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Sybase ASE Linux Express Edition - download now for FREE > LinuxWorld Reader's Choice Award Winner for best database on Linux. > http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click > _______________________________________________ > Libvisual-users mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libvisual-users |
From: Dennis S. <sy...@yo...> - 2004-11-09 01:33:28
|
On Mon, 2004-11-08 at 17:11 -0800, acidblue wrote: > On Sat, 2004-11-06 at 03:54, Dennis Smit wrote: > > On Fri, 2004-11-05 at 23:01 -0800, acidblue wrote: > > > > Reinstall, yes... However this is weird indeed, can you check if > > > > you have a beepmp or bmp.pc in either /usr/lib/pkgconfig or > > > > /usr/local/lib/pkgconfig ? > > > > > > Yes bmp.pc is in /usr/local/lib/pkgconfig > > > I'm about reinstall libvisual, we'll see > > > how things go. > > > > Try installing everything with ./configure --prefix=/usr/local this > > time, if that isn't working we probably screwed something up > > in our package, that needs to be fixed ;) > > > > Good luck and keep me updated. > > I'm still getting the same error's when I run xmms "libvisual > package not found" > I don't get any error's with bmp it's just not listed in > 'plugins'--'visualization' hmms, I have no idea, I'm CCing this to the devel list, maybe someone has an idea. All I can advice for now is 'wait to 0.2.0, due in probably something like 4 weeks' which really sucks to say ;(((.... I simply have no idea what could be wrong, is it possible to speak to you on IRC so we can have a bit more 'interactive' debug session ? Cheers, Dennis |