|
From: | Dan Sebald |
Subject: | [Octave-patch-tracker] [patch #7990] Add builtin Qt equivalents of UI dialogs, i.e., , qterrordlg, qtinputdlg, etc. |
Date: | Wed, 03 Apr 2013 00:34:36 +0000 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 SeaMonkey/2.15 |
Follow-up Comment #7, patch #7990 (project octave): Correct. That's the only way I could move forward though. The code that interprets the built-in functions resides in the Make of the libinterp directory. It looks for intermediate files in its subdirectories, not elsewhere. libgui is at the same level as libinterp. If that Make code for generating intermediate files were at the base directory, then the dependence could be removed. The good thing is that the dependence is only intermediate files. But yes, gui code should not have its intermediate files over in the libinterp directory. Make code is a big undertaking for me, that's why I was hoping one of the main developers could restructure that. Actually, my preference would be to get rid of intermediate files. Touching one of the builtin .cc files causes a big link process. (Usually it is touching .h files that causes a ripple effect.) However, I'm not expecting that much. _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/patch/?7990> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |