help-octave
[Top][All Lists]
Advanced

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

Re: undefined references while linking


From: John W. Eaton
Subject: Re: undefined references while linking
Date: Tue, 21 Oct 2008 14:40:28 -0400

On 21-Oct-2008, Marc Weber wrote:

| (1) Failing dev version:
| 
| changeset:   8248:08bb64396685
| summary:     orient.m: Fix syntax error.
| 
| I've tried ./autogen.sh; ./configure <opts> && make
| 
| [...]
|  g++ -c  -fPIC -I. -I.. -I../liboctave -I../src -I../libcruft/misc
| -DHAVE_CONFIG_H  -Wall -W -Wshadow -Wold-style-cast -g -O2 help.cc -o
| pic/help.o
| help.cc: In function 'void display_help_text(std::ostream&, const
| std::string&)':
| help.cc:813: warning: use of old-style cast
| help.cc:813: warning: use of old-style cast
| help.cc:817: warning: use of old-style cast
| building pic/input.o
|  g++ -c  -fPIC -I. -I.. -I../liboctave -I../src -I../libcruft/misc
| -DHAVE_CONFIG_H  -Wall -W -Wshadow -Wold-style-cast -g -O2 input.cc -o
| pic/input.o
| building pic/lex.o
|  g++ -c  -fPIC -I. -I.. -I../liboctave -I../src -I../libcruft/misc
| -DHAVE_CONFIG_H -Wall -W -Wshadow -g -O2 lex.cc -o pic/lex.o
| lex.h:144: warning: 'class stream_reader' has virtual functions but
| non-virtual destructor
| lex.l: In function 'int is_keyword_token(const std::string&)':
| lex.l:1037: error: expected initializer before '*' token
| lex.l:1039: error: 'kw' was not declared in this scope
| lex.l:1045: error: 'break_kw' was not declared in this scope

You need gperf.

jwe


reply via email to

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