[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: build failure
From: |
Ben Abbott |
Subject: |
Re: build failure |
Date: |
Thu, 23 Jun 2016 21:28:03 -0400 |
> On Jun 23, 2016, at 8:32 PM, Ben Abbott <address@hidden> wrote:
>
>
>> On Jun 23, 2016, at 7:41 PM, Ben Abbott <address@hidden> wrote:
>>
>>
>>> On Jun 23, 2016, at 7:37 PM, c. <address@hidden> wrote:
>>>
>>> Hi,
>>>
>>> After a pull and update of the latest default branch
>>>
>>> $ hg id
>>> d31e0f704d0b
>>>
>>> I get a build failure with the following error:
>>>
>>> libtool: compile: g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I../octave
>>> -Iliboctave -I../octave/liboctave -I../octave/liboctave/cruft/misc
>>> -I../octave/liboctave/array -Iliboctave/numeric
>>> -I../octave/liboctave/numeric -Iliboctave/operators
>>> -I../octave/liboctave/operators -I../octave/liboctave/system
>>> -I../octave/liboctave/util -I../octave/libinterp/octave-value -Ilibinterp
>>> -I../octave/libinterp -I../octave/libinterp/operators
>>> -Ilibinterp/parse-tree -I../octave/libinterp/parse-tree -Ilibinterp/corefcn
>>> -I../octave/libinterp/corefcn -I../octave/liboctave/wrappers
>>> -I/opt/local/include/GraphicsMagick -I/opt/local/include
>>> -I/opt/local/include/freetype2 -I/opt/local/include
>>> -I/opt/local/include/freetype2 -I/opt/local/include/freetype2
>>> -D_THREAD_SAFE -I/opt/local/include -D_THREAD_SAFE -pthread -fopenmp -Wall
>>> -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings
>>> -Wcast-align -Wcast-qual -pipe -O2 -m64 -MT
>>> libinterp/corefcn/libinterp_corefcn_libcorefcn_la-oct-tex-lexer.lo -MD -MP
>>> -MF
>>> libinterp/corefcn/.deps/libinterp_corefcn_libcorefcn_la-oct-tex-lexer.Tpo
>>> -c libinterp/corefcn/oct-tex-lexer.cc -fno-common -DPIC -o
>>> libinterp/corefcn/.libs/libinterp_corefcn_libcorefcn_la-oct-tex-lexer.o
>>> libinterp/corefcn/oct-tex-lexer.ll:65:28: fatal error: oct-tex-parser.h: No
>>> such file or directory
>>> #include "oct-tex-parser.h"
>>> ^
>>> compilation terminated.
>>> make[2]: ***
>>> [libinterp/corefcn/libinterp_corefcn_libcorefcn_la-oct-tex-lexer.lo] Error 1
>>> make[1]: *** [all-recursive] Error 1
>>> make: *** [all] Error 2
>>>
>>> Anyone else seing this? Is it maybe a missing file in a recent push?
>>>
>>> c.
>>
>> Although other didn’t see the problem, the changeset fixed the same problem
>> for me.
>>
>> http://hg.savannah.gnu.org/hgweb/octave/rev/9adb35378488
>>
>> Ben
>
> hmm … I decided to make a more proper test and tried ...
>
> rm libinterp/corefcn/oct-tex-parser.h
> make
>
> … and I now get the same error.
>
> libinterp/corefcn/oct-tex-lexer.ll:65:10: fatal error: 'oct-tex-parser.h'
> file not found
> #include "oct-tex-parser.h”
>
> Ben
I tried jwe’s earlier suggestion to me, and it worked.
$ make libinterp/corefcn/oct-tex-parser.cc
YACC libinterp/corefcn/oct-tex-parser.cc
updating libinterp/corefcn/oct-tex-parser.output
updating libinterp/corefcn/oct-tex-parser.h
Ben
- build failure, c ., 2016/06/23
- Re: build failure, Ben Abbott, 2016/06/23
- Re: build failure, Ben Abbott, 2016/06/23
- Re: build failure,
Ben Abbott <=
- Re: build failure, c., 2016/06/24
- Re: build failure, Ben Abbott, 2016/06/24
- Re: build failure, Ben Abbott, 2016/06/24
- Re: build failure, John W. Eaton, 2016/06/25
- Re: build failure, Ben Abbott, 2016/06/25
- Re: build failure, Ben Abbott, 2016/06/24