octave-maintainers
[Top][All Lists]
Advanced

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

Re: Unable to parse dldfcn/__init_fltk__.df


From: Mike Miller
Subject: Re: Unable to parse dldfcn/__init_fltk__.df
Date: Tue, 1 Dec 2015 13:51:59 -0500
User-agent: Mutt/1.5.24 (2015-08-30)

On Tue, Dec 01, 2015 at 19:36:36 +0100, José Luis García Pallero wrote:
> On Tue, Dec 01, 2015 at 18:44:57 +0100, José Luis García Pallero wrote:
> >> If I delete the file and try make again, the file is created again
> >> with the same content as before and the error appears
> 
> >Is the file line-wrapped like that or was that your terminal or email
> >client? Are the XDEFUN_* each on a single line as they should be?
> 
> Yes, the lines are wrapped by the gmail interface. The XDEFUN_* are in
> a single line as
> 
> XDEFUN_FILE_NAME ("libinterp/dldfcn/__init_fltk__.cc")
> 
> XDEFUN_DLD_INTERNAL (
> 
> I attach the file

The text that starts with "XDEFUN_DLD_INTERNAL (" and ends with ")"
should also be a single line. The entire file should be only 6 lines.
The commands that generate __init_fltk__.df from __init_fltk__.cc are
g++ -E and sed, there is something different about your environment that
is not keeping those declarations on a single line. What version of gcc
are you building Octave with? Is SED set to the default /bin/sed on
Debian, which is GNU sed?

-- 
mike



reply via email to

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