Find the answer to your Linux question:
Results 1 to 3 of 3
Hi all, am trying to get the epsilon E17 lib compiled, but, on running the ./autogen.sh, after a time it comes up with the following: Code: ./configure: line 20023: syntax ...
  1. #1
    Just Joined!
    Join Date
    Oct 2005
    Location
    Ripon
    Posts
    3

    Epsilon

    Hi all, am trying to get the epsilon E17 lib compiled, but, on running the ./autogen.sh, after a time it comes up with the following:

    Code:
    ./configure: line 20023: syntax error near unexpected token `PNG,'
    ./configure: line 20023: `PKG_CHECK_MODULES(lPNG, libpng12 >= 1.2.0,'
    I have tried using both a .deb (libpng1.2.7) and also another compiled from source(libpng1.2. both of which come up with the same error.

    Anybody have any ideas?

    Thanks for any help

  2. #2
    Linux Engineer psic's Avatar
    Join Date
    Nov 2004
    Location
    Ljubljana, Slovenia
    Posts
    1,205
    Try looking for a libpng-dev package. In debian-based distros, you need the -dev packages when compiling from source.
    Stumbling around the 'net:
    www.cloudyuseful.com

  3. #3
    Just Joined!
    Join Date
    Oct 2005
    Location
    Ripon
    Posts
    3
    sorry, forgot to add that i hav also tried it with the -dev packages as well

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •