Skip to content

Building Raqua for DarwinPorts

2 messages · Kjell Konis, stefano iacus

#
Hi,

I am working on adding R to DarwinPorts and I am having a little 
trouble figuring out how to install Raqua.  The convention for 
installing aqua apps in DarwinPorts is to put them in 
/Applications/DarwinPorts/ but I can't seem to get Raqua to install 
anywhere other than /Applications/StartR.app/Raqua.app/Contents.  I 
tried adding 
--prefix=/Applications/DarwinPorts/StartR.app/Raqua.app/Contents but 
that didn't get carried through to the install-aqua rule in the 
Makefile.  Any suggestions would be great.

Thanks,

Kjell
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2397 bytes
Desc: not available
Url : https://www.stat.math.ethz.ch/pipermail/r-sig-mac/attachments/20031212/b3e2f4e6/smime.bin
#
Kjell,
you should better work on the Developer version of R, as the RAqua is 
not relocatable in the release version of R 1.8.1.

The install-aqua in R-1.8.1 overrides the --prefix option.

Btw, in R-devel we already R build as a framework and RAqua (now called 
simply R) relocatable.
doing
make
make install-Rframework
make install-aqua

will do the job.

We are going to add a specific flag to the configure procedure, we will 
probably commit to r-devel something around the weekend.

stefano
On Venerd?, dic 12, 2003, at 17:54 Europe/Rome, Kjell Konis wrote: