Thanks to all for the assistance with easy_17.sh.  I was able to 
successfully build e using it on my fedora 8 box.  I'm now trying to run 
it on my Red Hat Workstation 4 box and when compiling imlib2, I receive 
the following error:

./configure: line 22512: syntax error near unexpected token `libpng12,'
./configure: line 22512: `  PKG_CHECK_EXISTS(libpng12,'

Looking at the configure code I see the following:

if test "$png_loader" != no ; then
   PKG_CHECK_EXISTS(libpng12,
      PKG_CHECK_MODULES(PNG, libpng12, [ png_ok="yes" ], [ png_ok="no"]),

       PKG_CHECK_EXISTS(libpng10,
         [ PKG_CHECK_MODULES(PNG, libpng10, [ png_ok="yes" ], [ 
png_ok="no"]) ],
         [ PKG_CHECK_MODULES(PNG, libpng, [ png_ok="yes" ], [ 
png_ok="no"]) ]
       )

   )
fi

Pretty complex scripting there, but at first glance, I don't see the 
syntactical error.

I can't find where PKG_CHECK_EXISTS is defined though.

Any suggestions would be appreciated.

-- 
Until later, Geoffrey

Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety.
  - Benjamin Franklin

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to