Re: [Rd] How to get R to compile with PNG support

2011-04-21 Thread Karl-Dieter Crisman
Thanks for all the feedback. First, our update, then two responses. >From Jason Grout: +++ I finally got it working. After mucking around in the R configure file a bit and trying out some of the different tests, as well as comparing a working system with our broken system, I realized that `pkg-c

Re: [Rd] How to get R to compile with PNG support

2011-04-21 Thread Karl-Dieter Crisman
Thanks for your replies, Dirk and Matt. On Thu, Apr 21, 2011 at 7:49 AM, Dirk Eddelbuettel wrote: > > On 20 April 2011 at 12:16, Karl-Dieter Crisman wrote: > | > | > | R is now configured for i686-pc-linux-gnu > |  Source directory:          . > |  Installatio

Re: [Rd] How to get R to compile with PNG support

2011-04-21 Thread Karl-Dieter Crisman
Followup with the specific issue in our most recent (non-posted, as of yet) attempts on a certain box. We now have xorg-dev, libcairo-dev, and Xwindows.h and libpng (as below) on this machine, but R is not compiling with support for any of these things. Once again, any help knowing *exactly* what

Re: [Rd] How to get R to compile with PNG support

2011-04-20 Thread Karl-Dieter Crisman
> Message: 12 > Date: Wed, 20 Apr 2011 02:09:23 -0700 (PDT) > From: Sharpie > To: r-devel@r-project.org > Subject: Re: [Rd] How to get R to compile with PNG support > Message-ID: <1303290563237-3462502.p...@n4.nabble.com> > Content-Type: text/plain; charset=UTF-8 > > > Dear R devel list, > > Good

[Rd] How to get R to compile with PNG support

2011-04-18 Thread Karl-Dieter Crisman
ing silly above, because I don't actually know what all these files are - I've just looked into enough support requests to have a decent idea of what's required.We are trying not to have to parse the makefile to figure all this out, and possibly making som