[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: On OSX, why running octave also starts X11?
From: |
Leo Liu |
Subject: |
Re: On OSX, why running octave also starts X11? |
Date: |
Mon, 29 Apr 2013 13:17:41 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (OS X 10.8.3) |
On 2013-04-29 13:01 +0800, Ben Abbott wrote:
> As far as I know, Octave's build process does not automatically link
> to the carbon framework. You have to tell it to do that during the
> configure process. If you look at the homebrew formula for Octave,
> you'll be able to see what configure options homebrew is using.
>
> Did I u nderstand your question properly?
>
> Ben
Yes and thank you. It seems homebrew deliberately disable Carbon in this
line:
args << "--without-framework-carbon" if MacOS.version >= :lion
Leo