octave-maintainers
[Top][All Lists]
Advanced

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

Re: octave-dock-widget.cc: new file missing


From: Daniel J Sebald
Subject: Re: octave-dock-widget.cc: new file missing
Date: Sat, 22 Jun 2013 02:52:44 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16

On 06/22/2013 02:40 AM, Ben Abbott wrote:

On Jun 22, 2013, at 3:30 PM, Daniel J Sebald wrote:

Somehow there is a hidden directory for mercurial in your build directory.  I 
don't think that should be there, but at the same time I don't know how that 
would cause a problem when building.  But also there is

./libgui/src/octave-dock-widget.cc
./libgui/src/octave-dock-widget.h

in your build directory.  Those should only be in the source tree.  The 
following is a derived file:

On MacOS X, I've not been able to build outside of my source tree .... so I 
clone my sources a second time and build there.

Clone? Is that the same as a soft link in linux? Did you do a clone before or after you built?

Do you have this change in your libgui/src/module.mk file:

   10.13 @@ -139,6 +142,7 @@
   10.14    src/m-editor/find-dialog.cc \
   10.15    src/m-editor/octave-qscintilla.cc \
   10.16    src/main-window.cc \
   10.17 +  src/octave-dock-widget.cc \
   10.18    src/octave-gui.cc \
   10.19    src/octave-main-thread.cc \
   10.20    src/octave-qt-link.cc \

That indicates during configuration that src/octave-dock-widget.o (or something similar) should be included in the Makefile and consequently built.

Dan


reply via email to

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