solarwinds help
I'm trying to build solarwinds for FC4 with opengl support.
It builds just fine and runs, but when I drag the window to full screen it's a slide show.
I already have opengl working correctly. bubbles3d works perfectly full screen and
"glxinfo|grep direct" returns "direct rendering: Yes".
I just pulled the source code and ran:
./configure --bindir=/usr/libexec/xscreensaver
make
make install
/usr/libexec/xscreensavers/solarwinds --regular
Worked but couldn't go full screen with it.
So I found a never version of the source code _0.8.1. And when I ./configure it I get :
checking for Wand... configure: error: Package requirements (Wand >= 6.2) were not met:
No package 'Wand' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables Wand_CFLAGS
and Wand_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
So I'm like - what the heck is Wand?
yum install ImageMagick-devel -- fixed that.
But now make bombs.
gcc -g -Wall -I/usr/X11R6/include -o matrixview driver.o matrixview.o matrixview _textures.o -lbz2 -lWand -lMagick -lpthread -lGLU -lGL -L/usr/X11R6/lib -lSM -l ICE -lX11 -lm
matrixview.o(.text+0x16b3): In function `hack_init':
/home/jackal/Desktop/rss-glx_0.8.1/other _src/matrixview.c:562: undefined referen ce to `MagickWandGenesis'
collect2: ld returned 1 exit status
make[2]: *** [matrixview] Error 1
make[2]: Leaving directory `/home/jackal/Desktop/rss-glx_0.8.1/othe r_src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jackal/Desktop/rss-glx_0.8.1'
make: *** [all] Error 2
Anyone have this rpm'ed up so I can just snarf it?
It builds just fine and runs, but when I drag the window to full screen it's a slide show.
I already have opengl working correctly. bubbles3d works perfectly full screen and
"glxinfo|grep direct" returns "direct rendering: Yes".
I just pulled the source code and ran:
./configure --bindir=/usr/libexec/xscreensaver
make
make install
/usr/libexec/xscreensavers/solarwinds --regular
Worked but couldn't go full screen with it.
So I found a never version of the source code _0.8.1. And when I ./configure it I get :
checking for Wand... configure: error: Package requirements (Wand >= 6.2) were not met:
No package 'Wand' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables Wand_CFLAGS
and Wand_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
So I'm like - what the heck is Wand?
yum install ImageMagick-devel -- fixed that.
But now make bombs.
gcc -g -Wall -I/usr/X11R6/include -o matrixview driver.o matrixview.o matrixview _textures.o -lbz2 -lWand -lMagick -lpthread -lGLU -lGL -L/usr/X11R6/lib -lSM -l ICE -lX11 -lm
matrixview.o(.text+0x16b3): In function `hack_init':
/home/jackal/Desktop/rss-glx_0.8.1/other
collect2: ld returned 1 exit status
make[2]: *** [matrixview] Error 1
make[2]: Leaving directory `/home/jackal/Desktop/rss-glx_0.8.1/othe
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jackal/Desktop/rss-glx_0.8.1'
make: *** [all] Error 2
Anyone have this rpm'ed up so I can just snarf it?
