octave-maintainers
[Top][All Lists]
Advanced

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

Re: Build error with recent default branch


From: Torsten
Subject: Re: Build error with recent default branch
Date: Wed, 25 Jul 2018 19:19:10 +0200

On 24.07.2018 21:57, Daniel J Sebald wrote:
> On 07/24/2018 02:33 PM, Torsten wrote:
>> Since a couple of days, I get the following error when building octave
>> (default branch, last cset e6d3f4f9473c):
>>
>>    CXX
>> libinterp/parse-tree/libinterp_parse_tree_libparse_tree_la-pt-eval.lo
>> libinterp/parse-tree/oct-parse.yy: In function ‘octave_value_list
>> Fassignin(octave::interpreter&, const octave_value_list&, int)’:
>> libinterp/parse-tree/oct-parse.yy:5651:27: error: ‘valid_identifier’ was
>> not declared in this scope
>>     if (valid_identifier (nm))
>>                             ^
>> libinterp/parse-tree/oct-parse.yy:5651:27: note: suggested alternative:
>> In file included from libinterp/parse-tree/oct-parse.yy:82:0:
>> ../libinterp/corefcn/utils.h:44:15: note:   ‘octave::valid_identifier’
>>     extern OCTINTERP_API bool valid_identifier (const std::string& s);
>>                 ^
>>
>> This even happens after a "make distclean".
>>
>> Is anyone else seeing this error?
> 
> After doing the distclean, did you verify that the
> libinterp/parse-tree/oct-parse.yy file is gone?  You may need to use
> 
> https://savannah.gnu.org/bugs/?54308#comment1
> 'make maintainer-clean' followed by bootstrap, configure, make sequence.
> 
> Dan

A 'maintainer-clean' was not successful, I had to remove my '.build'
directory. The next configure/make cycle worked.

Torsten




reply via email to

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