Re: Warning about PNGs

From: Nikhil S <nixmisc(at)gmail(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: Magnus Hagander <magnus(at)hagander(dot)net>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Warning about PNGs
Date: 2011-05-05 13:13:11
Message-ID: BANLkTimZYuDBOcrJH2kC6m7AwE4egoCtKA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

> What issue? If you cannot build png2c, you're not going to be able to
> build the rest of pgAdmin.
>
>
Am using the default configure command:
./configure --with-pgsql=/home/pg/pg_database/

Which completes ok AFAICS.

Then the make errors out:

make all-recursive
make[1]: Entering directory `/home/edb/consulting/pgadmin/pgadmin3'
Making all in xtra/png2c
make[2]: Entering directory
`/home/edb/consulting/pgadmin/pgadmin3/xtra/png2c'
make[2]: *** No rule to make target `all'. Stop.
make[2]: Leaving directory
`/home/edb/consulting/pgadmin/pgadmin3/xtra/png2c'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/edb/consulting/pgadmin/pgadmin3'
make: *** [all] Error 2

I think I custom compiled the png2c binary and am using that one from inside
the xtra/png2c directory..

Regards,
Nikhils

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2011-05-05 13:16:59 Re: Warning about PNGs
Previous Message Dave Page 2011-05-05 13:06:12 Re: Warning about PNGs