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: Sat, 11 Aug 2012 00:00:25 -0400

On Aug 10, 2012, at 10:05 PM, John W. Eaton wrote:

> On 10-Aug-2012, Ben Abbott wrote:
> 
> | On Aug 10, 2012, at 9:10 PM, John W. Eaton wrote:
> | 
> | > On 10-Aug-2012, Thomas Yengst wrote:
> | > 
> | > | I successfully built the development version with help from Ben. 
> Finally, success on OS-X. Now I'm trying to build Jacob's GUI and run into 
> something that I haven't seen on the maintainers list.
> | > | 
> | > | I did the following;:
> | > | hg update gui
> | > | hg pull
> | > | cd gui
> | > | qmake
> | > | make
> | > | 
> | > | ... and got fairly far into the compile before....
> | > 
> | > I'm not sure what is causing the compile problems, but I've recently
> | > changed the build system so that you should now just do ./autogen.sh
> | > in the source tree and then configure in the build tree, then make.
> | > You don't need to run qmake or cd to the gui directory to run make,
> | > just do it from the top-level directory
> | > 
> | > See also this message about a minor problem that I'm working on fixing
> | > but have not checked in yet:
> | > 
> | > 
> https://mailman.cae.wisc.edu/pipermail/octave-maintainers/2012-August/029359.html
> | > 
> | > If you still have problems, then please report the details.
> | > 
> | > Thanks,
> | > 
> | > jwe
> | 
> | My tip is ...
> 
> In Mercurial, "tip" is just the most recent changeset.
> 
> Please use "hg id" instead.  That will tell you the branch you are on
> and the changeset id that you have on that branch.
> 
> | ../qterminal/libqterminal/moc_QTerminal.cpp:10:30: fatal error: 
> thread/QTerminal.h: No such file or directory
> | compilation terminated.
> | ../qterminal/libqterminal/moc_QTerminalInterface.cpp:10:39: fatal error: 
> thread/QTerminalInterface.h: No such file or directory
> | compilation terminated.
> 
> On your system, what directories are these files in?
> 
> jwe

$ hg id
2eb789da13c3 (gui)

The files are both in "gui/qterminal/libqterminal"

        gui/qterminal/libqterminal/QTerminal.h
        gui/qterminal/libqterminal/QTerminalInterface.h

I don't have a "thread" subdirectory.

Ben






reply via email to

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