octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: error building GUI on Mac OS-X 10.6.8


From: Ben Abbott
Subject: Re: error building GUI on Mac OS-X 10.6.8
Date: Wed, 20 Feb 2013 12:05:52 -0500

On Feb 20, 2013, at 11:00 AM, Andrea D'Amore wrote:

> On Wed, Feb 20, 2013 at 2:25 PM, Ben Abbott <address@hidden> wrote:
>>> ---------------------------------------------------------------
>>> In file included from ../../octave/libgui/src/m-editor/file-editor.h:34:0,
>>>                from ../../octave/libgui/src/main-window.cc:40:
>>> ../../octave/libgui/src/m-editor/file-editor-tab.h:26:32: fatal error: 
>>> Qsci/qsciscintilla.h: No such file or directory
> 
>> My first guess is that qscintilla is not installed.
> 
> Yes, that's QScintilla port missing. I just built tip of default
> branch using MacPorts and gcc45 port and I too had to install
> Qscintilla.
> 
> Did you have any issue with -m64 and moc? My build broke since moc
> couldn't understand it (it did recognize -arch though) and I had to
> remove the arch option from CFLAGS and then continue building.
> 
>> (3) make -j4
> 
> Can you actually build using BSD make despite the README instructions?
> I inadvertently ran make rather than gmake and had to build using a
> single job. Then I realized I wasn't using gmake.
> 
> --
> Andrea


My make is Apple's.  But my automake and autoconf are from Macports.

$ which make
/usr/bin/make
$ which automake
/opt/local/bin/automake
$ which autoconf
/opt/local/bin/autoconf

I recommend you start by building the Octave port.  That will ensure that you 
have all the build time dependencies installed.  I include the atlas, docs, and 
gcc45 variants.

        sudo port build octave-devel +atlas+docs+gcc45

Ben



reply via email to

[Prev in Thread] Current Thread [Next in Thread]