Re: [e-users] compiling imlib2_loaders

2005-12-06 Thread MillTek
Edb.h was in /opt/e17/include. But you gave me an idea. My distribution has an imlib2 ( and loaders) in /usr/bin. Autogen was looking for edb-config. I just changed my PATH so that the /opt/e17/bin was before the /usr/bin and it all worked. Thanks Brian and Massimo! Massimo Maiurana wrote:

Re: [e-users] compiling imlib2_loaders

2005-12-06 Thread Massimo Maiurana
MillTek, il 06/12/2005 19:23, scrisse: > gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I../../.. > -I../../../src/modules/loaders -g -O2 -MT loader_db.lo -MD -MP -MF > .deps/loader_db.Tpo -c loader_db.c -fPIC -DPIC -o .libs/loader_db.o > loader_db.c:23:17: error: Edb.h: No such file or directory i

Re: [e-users] compiling imlib2_loaders

2005-12-06 Thread MillTek
EDB compiles and install just fine. I just repeated it individually. Then I tried imlib2_loaders again but I get the same fail. Jim Brian Howe wrote: Hmmm... looks like edb is not installed, or not installed properly where imlib2_loaders can find it. I would try recompiling and installing ed

[e-users] compiling imlib2_loaders

2005-12-06 Thread MillTek
Hi, I'm compiling all of e17 on a fresh install. I'm using the "get-e.sh" script to do it. When it gets to imlib2_loaders it crashes. I have tried to figure it out but so far no luck. Anyone got any ideas?? Here's the output; gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I../../.. -I../../