octave-maintainers
[Top][All Lists]
Advanced

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

Re: Default not compiling


From: Daniel J Sebald
Subject: Re: Default not compiling
Date: Thu, 20 Sep 2012 14:39:09 -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 09/20/2012 10:11 AM, JuanPi wrote:
Hi,
Since today the default branches fails to compile

interpfcn/graphics.cc: In member function ‘int
gh_manager::do_process_events(bool)’:
interpfcn/graphics.cc:8206: error: ‘Fdrawnow’ was not declared in this scope
make[3]: *** [interpfcn/interpfcn_libinterpfcn_la-graphics.lo] Error 1

Anyone knows how to fix this?

Not sure.  My fresh build has a problem with Fwarning

../../octave/libinterp/octave-value/ov-usr-fcn.cc: In member function 'void octave_user_function::restore_warning_states()': ../../octave/libinterp/octave-value/ov-usr-fcn.cc:675:42: error: 'Fwarning' was not declared in this scope

I can't seem to find the declaration for that function anywhere.

Well, what I notice is that another file that uses Fwarning is

[build-gui-1]# grep "Fwarning" ../octave/*/*/*.cc
../octave/libinterp/interpfcn/error.cc:  return Fwarning (args, 1);
../octave/libinterp/interpfcn/error.cc:  return Fwarning (args, 1);
../octave/libinterp/octave-value/ov-usr-fcn.cc: Fwarning (ovl (states(i),

which leads me to wonder about the header file "error.h", which both these files include. There appears to be two such header files:

[build-gui-1]# ls ../octave/*/*/error.h
../octave/gnulib/lib/error.h  ../octave/libinterp/interpfcn/error.h

Has the order of the inclusion path been altered so that the compiler is now finding the wrong header file first?

Dan



Thnks

hg summary
parent: 15424:cabe2fa4566c tip
  build: Add and organize octave_config_info variables.
branch: default
commit: 4121 unknown (clean)
update: (current)


--

Dan Sebald
email: daniel(DOT)sebald(AT)ieee(DOT)org
URL: http://www(DOT)dansebald(DOT)com


reply via email to

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