[Rd] Including multiple third party libraries in an extension

2011-11-12 Thread Tyler Pirtle
Hi, I've got a C extension structured roughly like: package/ src/ Makevars foo.c some-lib/... some-other-lib/.. where foo.c and Makevars define dependencies on some-lib and some-other-lib. Currently I'm having Makevars configure;make install some-lib and some-other-lib into a l

Re: [Rd] use() might take a list of packages

2011-11-12 Thread Xu Wang
I agree that it would be nice if library took an argument that is a vector of packages. I don't think one should need to use sapply here. -- View this message in context: http://r.789695.n4.nabble.com/use-might-take-a-list-of-packages-tp4031097p4032622.html Sent from the R devel mailing list arch

Re: [Rd] Including multiple third party libraries in an extension

2011-11-12 Thread Simon Urbanek
Tyler, On Nov 11, 2011, at 7:55 PM, Tyler Pirtle wrote: > Hi, > > I've got a C extension structured roughly like: > > package/ > src/ >Makevars >foo.c >some-lib/... >some-other-lib/.. > > where foo.c and Makevars define dependencies on some-lib and > some-other-lib. Currently

[Rd] cygwin R-2.14.0 build fail

2011-11-12 Thread Mark Carter
I tried to build R-2.14.0 on cygwin using the commands: ./configure --with-x=no make I started to get a whole lot of errors starting with: /cygdrive/c/Users/mcarter/src/R-2.14.0/src/modules/internet/Rhttpd.c:275: undefined reference to `_R_InputHandlers' which I have pasted at http://pastebin.c

Re: [Rd] cygwin R-2.14.0 build fail

2011-11-12 Thread peter dalgaard
On Nov 12, 2011, at 15:25 , Mark Carter wrote: > I tried to build R-2.14.0 on cygwin using the commands: > ./configure --with-x=no > make > > I started to get a whole lot of errors starting with: > /cygdrive/c/Users/mcarter/src/R-2.14.0/src/modules/internet/Rhttpd.c:275: > undefined reference t

Re: [Rd] cygwin R-2.14.0 build fail

2011-11-12 Thread Uwe Ligges
On 12.11.2011 21:28, peter dalgaard wrote: On Nov 12, 2011, at 15:25 , Mark Carter wrote: I tried to build R-2.14.0 on cygwin using the commands: ./configure --with-x=no make I started to get a whole lot of errors starting with: /cygdrive/c/Users/mcarter/src/R-2.14.0/src/modules/internet/Rh

Re: [Rd] Including multiple third party libraries in an extension

2011-11-12 Thread Tyler Pirtle
Thanks Simon, a few replies... On Sat, Nov 12, 2011 at 6:14 AM, Simon Urbanek wrote: > Tyler, > > On Nov 11, 2011, at 7:55 PM, Tyler Pirtle wrote: > > > Hi, > > > > I've got a C extension structured roughly like: > > > > package/ > > src/ > >Makevars > >foo.c > >some-lib/... > >s

Re: [Rd] Including multiple third party libraries in an extension

2011-11-12 Thread Tyler Pirtle
On Sat, Nov 12, 2011 at 8:08 PM, Tyler Pirtle wrote: > Thanks Simon, a few replies... > > On Sat, Nov 12, 2011 at 6:14 AM, Simon Urbanek < > simon.urba...@r-project.org> wrote: > >> Tyler, >> >> On Nov 11, 2011, at 7:55 PM, Tyler Pirtle wrote: >> >> > Hi, >> > >> > I've got a C extension structur

Re: [Rd] cygwin R-2.14.0 build fail

2011-11-12 Thread Prof Brian Ripley
On Sat, 12 Nov 2011, peter dalgaard wrote: On Nov 12, 2011, at 15:25 , Mark Carter wrote: I tried to build R-2.14.0 on cygwin using the commands: ./configure --with-x=no make I started to get a whole lot of errors starting with: /cygdrive/c/Users/mcarter/src/R-2.14.0/src/modules/internet/Rht