|
Dear all,
I am trying to install the R/SPlus - Python Interface (RSPython) on my Mac OS X 10.4.11 with R version 2.7.2 (2008-08-25) and python 2.6.2 from fink.
The routine:
sudo R CMD INSTALL -c RSPython_0.7-1.tar.gz
produced this error message:
* Installing...
Started by SimonSalman on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
On my system ....
Update --- If you can get one of the other packages to work I'd recommend it .
Try running R CMD CHECK RSPython_0.7-1.tar.gz That should produce at least produce bunch of logs in a RSPython.Rcheck folder
You might get some clues in there .
|
|
In /usr/include ,
I tried grepping for GL gl and OpenGL .. .but can't find it.
Where are these header files located?
Started by anon on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
So, "cocoa.h" is part.
File.c> -framework GLUT -framework OpenGL
for OpenGL and GLUT
XCode automatically exposes all header files from a framework added to a project via the framework's name.
|
|
I am creating a plugin application (dylib) that depends on several other libraries. These other libraries are installed on my system, but are not guaranteed to be installed on any user's system. So I need to find a way bundle the dependencies along with...
Started by StackedCrooked on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You should place all of your dylib dependencies into one folder, then... .
That way you can set them once, and install that directory anywhere without needing to modify your libraries at install time .
Use relative paths in your dylib using install_name_tool.
|
Ask your Facebook Friends
|
Mac OSX development is a fairly new animal for me, and I'm in the process of porting over some software. For software licensing and registration i need to be able to generate some kind of hardware ID. It doesn't have to be anything fancy; Ethernet mac...
Started by Gerald on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Through the SystemConfiguration framework, and also through IOKit if you want to get your hands really.
|
|
Question What are the differences between a Framework build and a non-Framework build (i.e., standard UNIX build) of Python on Mac OS X? Also, what are the advantages and disadvantages of each?
Preliminary Research Here is the information that I found...
Started by Matthew Rankin on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
You've already listed all important advantages of making a framework (congratulations for excellent framework?
I use Macports on 10.6, which makes it very simple to install multiple versions otherwise your program behavior will be undefined....
|
|
I am running MacOSX 10.7.2 on a 15" Macbook Pro with a Core i5 processor and 8GB of RAM. I downloaded and unpacked FrostWire 5.2.11 and copied the application to my Applications folder. When I run FrostWire, I see the message "FrostWire is unpacking. ...
Started by alvitar on
, 12 posts
by 4 people.
Answer Snippets (Read the full thread at frostwire):
Please go ....
Until no updates are available.
If not re-run and install, and then re-run if necc .
Is this your first install of Frostwire?
Did your machine come with Lion installed, or did you upgrade from Snow Leopard?
Have you run all software updates .
|
|
Hi.
I'm looking for a programming language. It should be an easy language to learn, and should have a Garbage Collector. It should be a basic language with features like basic types (integer, boolean), arrays and etc, and I should write the framework....
Answer Snippets (Read the full thread at stackoverflow):
It has a very active user base , so IMO .
It compiles to native code (albeit for Linux and MacOSX only for now) and comes with a basic framework that can be easily replaced with your own framework.
|
|
Hello.
Suddenly taken by a nostalgic will for playing Baldur's Gate again, I found my CDs after some archeologic researches, and when I tried to launch the installer... I was told that my Macintel was not able to launch Classic applications...
A few Google...
Started by Souricette on
, 15 posts
by 5 people.
Answer Snippets (Read the full thread at gibberlings3):
You should be able to replace the seemingly corrupt bam ... .
Of course you will still have the problem of a missing font, but it should be more verbose about what is wrong .
I just pushed an update that will stop gemrb from dying if a font cant be created .
|
|
Hello.
I have the game crashing while playing BG1 on MacOSX (French BG1 "classic", no extension)
I just completed the objective of Prisme's quest (outside the Mines of Nashkel, a sculptor whose life was in danger because a mercenary wanted to see him ...
Started by Souricette on
, 8 posts
by 4 people.
Answer Snippets (Read the full thread at gibberlings3):
I reached the end of what I could.
I tried Google about it, but failed to find how to solve" MacOSX Receipt folder (/private/var/db/receipts) about gemrb.
With package installations on MacOSX.
|
|
I wanted to try and use some features introduces in 10.5 (like Core Text), so I set the Base SDK and Deployment target both to Mac OS X 10.5 I am also certain that all referenced Frameworks have a path relative to the selected SDK, and the tooltip also...
Started by Adion on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You have to go through your target and....
I expect the Framework Search Paths build setting has an explicit path to the 10.4 SDK a Framework Search Path pointing directly into the 10.4u SDK even when you're using the 10.5 SDK.
What comes up.
|