Revision: 649
http://rpy.svn.sourceforge.net/rpy/?rev=649&view=rev
Author: lgautier
Date: 2008-09-03 07:28:53 + (Wed, 03 Sep 2008)
Log Message:
---
tentative fix for the external (non-R) blas or lapack libraries
(someone to test ?)
Modified Paths:
--
br
Hi laurent,
I just opend my mail-program to write you that I had to
delete 'Rlapack', 'Rblas' to make the setup.py finally work, when I saw the
note about your change in svn.
I checked out revision 649.
And yes, I can confirm it works now ;-)
I was wondering about line 107 in setup.py
include_
On Wed, 2008-09-03 at 09:49 +0200, Robert Nuske wrote:
> Hi laurent,
>
> I just opend my mail-program to write you that I had to
> delete 'Rlapack', 'Rblas' to make the setup.py finally work, when I saw the
> note about your change in svn.
>
> I checked out revision 649.
> And yes, I can confir
Checking what is the first error message seems to be helpful.
(headers for Python appear to be missing)
On Wed, 2008-09-03 at 18:35 +0900, Hyunchul Kim wrote:
> In file included from src/rpymodule2070.c:51:
> src/RPy.h:56:20: error: Python.h: No such file or directory
> In file included from src/R
Thank you for your comments. :)
I installed python-dev, which includes Python.h file, and then rpy was
successfully installed.
On Wed, Sep 3, 2008 at 6:40 PM, laurent <[EMAIL PROTECTED]> wrote:
> Checking what is the first error message seems to be helpful.
> (headers for Python appear to be miss
That's better, thanks very much.
It is a little strange that the compile messages don't point out
missing headers.
Etuka
On 3 Sep 2008, at 10:40, [EMAIL PROTECTED] wrote:
>
> Date: Tue, 02 Sep 2008 21:36:14 -0700
> From: "Nicholas Lewin-Koh" <[EMAIL PROTECTED]>
> Subject: Re: [Rpy] RPy Compile