Re: [Rd] building with tcltk on Ubuntu 14.04

2015-05-28 Thread Dirk Eddelbuettel
On 28 May 2015 at 09:38, Jari Oksanen wrote: | On 28/05/2015, at 11:57 AM, Martin Maechler wrote: | >> Ben Bolker | >> False alarm. Completely wiping out my build directory followed by | > | >> ../R-devel/configure --with-tcl-config=/usr/lib/tclConfig.sh | >> - --with-tk-config=/usr/lib/tkC

Re: [Rd] building with tcltk on Ubuntu 14.04

2015-05-28 Thread Jari Oksanen
On 28/05/2015, at 11:57 AM, Martin Maechler wrote: >> Ben Bolker >>on Tue, 26 May 2015 11:13:41 -0400 writes: > > >> False alarm. Completely wiping out my build directory followed by > >> ../R-devel/configure --with-tcl-config=/usr/lib/tclConfig.sh >> - --with-tk-config=/usr/lib/

Re: [Rd] building with tcltk on Ubuntu 14.04

2015-05-28 Thread Martin Maechler
> Ben Bolker > on Tue, 26 May 2015 11:13:41 -0400 writes: > False alarm. Completely wiping out my build directory followed by > ../R-devel/configure --with-tcl-config=/usr/lib/tclConfig.sh > - --with-tk-config=/usr/lib/tkConfig.sh; make > seems to work. (My fault

Re: [Rd] building with tcltk on Ubuntu 14.04

2015-05-26 Thread Ben Bolker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 False alarm. Completely wiping out my build directory followed by ../R-devel/configure --with-tcl-config=/usr/lib/tclConfig.sh - --with-tk-config=/usr/lib/tkConfig.sh; make seems to work. (My fault for assuming repeated cycles of ./configure;

Re: [Rd] building with tcltk on Ubuntu 14.04

2015-05-26 Thread Dirk Eddelbuettel
Ben, At work with little time so _real brief_: -- we build r-devel "all the time", in fact nightly for rocker; and there are Dockerfiles to look at -- we build R all the time in Debian, Ubuntu, ... and my sources for that are not on GH but you can fetch the diff.gz -- there is a

[Rd] building with tcltk on Ubuntu 14.04

2015-05-26 Thread Ben Bolker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm having some issues trying to compile R-devel on Ubuntu 14.04. library("tcltk") works fine on the version of R as installed from Debian packages; I've done "apt-get build-dep r-base" so I think I have all the tcltk libraries I need installed ...