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
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
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
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
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
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
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
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
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