LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   Dependancy Problem with epplets (https://www.linuxquestions.org/questions/linux-desktop-74/dependancy-problem-with-epplets-518510/)

EcoR1 01-11-2007 07:48 PM

Dependancy Problem with epplets
 
Hey guys,

Question here.. Im trying to install epplets 0.5 rpm for Enlightenment and when I try to compile I get the following:

Code:

Missing Dependency: libImlib.so.1 is needed by package epplets
Here is my problem.. Imlib and devel are both installed as shown here

Code:

[root@localhost ecor1]# rpm -q imlib
imlib-1.9.13-30.fc6
[root@localhost ecor1]# rpm -q imlib-devel
imlib-devel-1.9.13-30.fc6
[root@localhost ecor1]#

for some reason its not being found.. I know by doing a search that libImlib.so.1 is located in /usr/local/lib

Could there be some sort of path error or something?

Thanks!

EcoR1

snowman81 01-11-2007 07:57 PM

Maybe it's an older version? Have you tried updating it?

Have you seen this thread yet?

http://www.linuxquestions.org/questi...ad.php?t=59399

EcoR1 01-11-2007 08:05 PM

Ok good call, I downloaded a newer version and here is what I get

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DEROOT=\"/usr/local/share/e16\" -I/usr/local/include -g -O2 -I/usr/local/include -MT epplet.lo -MD -MP -MF .deps/epplet.Tpo -c epplet.c -fPIC -DPIC -o .libs/epplet.o
In file included from epplet.c:2:
epplet.h:31:21: error: GL/glut.h: No such file or directory
make[2]: *** [epplet.lo] Error 1
make[2]: Leaving directory `/home/ecor1/epplets-0.9/api'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ecor1/epplets-0.9'
make: *** [all] Error 2


any ideas on that? do I need glut?

snowman81 01-11-2007 08:10 PM

If you do a search for this line
Code:

epplet.h:31:21: error: GL/glut.h: No such file or directory
then you will find an error log on sourceforge. It happened because that person downloaded it from CVS. Did you do that or did you get it from the download page?

EcoR1 01-11-2007 08:18 PM

alright cool bro thanks I installed freeglut and the devel and epplets compiled perfectly

Now one more problem Im having is compiling an Epplet I want to use.. (E-xmms) This is my output from configure

Code:

/glib/include
checking glib-config for the value of GRLIBS...  -L/usr/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm -L/usr/lib -lglib
checking the sanity of new compile/link flags... yes
checking for xmms_remote_is_running in -lxmms... yes
checking for Epplet_Init in -lepplet... no
Error : cannot link epplet library
configure: error: Fatal Error : Epplet library file libepplet.so not found


snowman81 01-11-2007 08:23 PM

If you go here you should find it in case it's not installed.

http://www.dlhoffman.com/publiclibra...plet.so.0.html

EcoR1 01-11-2007 08:34 PM

Yeah its installed... when I did a search I found it was in /usr/local/lib

snowman81 01-11-2007 08:39 PM

Which version is it?


All times are GMT -5. The time now is 02:16 AM.