In file included from lyxlex.C:21:
lyxlex_pimpl.h:16: parse error before `{'
lyxlex_pimpl.h:24: warning: return-type of `Pimpl' defaults to `int'
lyxlex_pimpl.h:26: non-member function `GetString()' cannot have `const' 
method qualifier
lyxlex_pimpl.h:28: non-member function `printError(const string &)' cannot 
have `const' method qualifier
lyxlex_pimpl.h:44: non-member function `search_kw(const char *)' cannot have 
`const' method qualifier
lyxlex_pimpl.h:64: `LEX_MAX_BUFF' was not declared in this scope
lyxlex_pimpl.h:73: parse error before `private'
lyxlex_pimpl.h:91: parse error before `}'
lyxlex.C: In method `LyXLex::LyXLex(struct keyword_item *, int)':
lyxlex.C:32: invalid use of undefined type `struct LyXLex::Pimpl'
lyxlex.C: In method `LyXLex::~LyXLex()':
lyxlex.C:37: invalid use of undefined type `struct LyXLex::Pimpl'
lyxlex.C: In method `bool LyXLex::IsOK() const':
lyxlex.C:43: invalid use of undefined type `struct LyXLex::Pimpl'
lyxlex.C:44: warning: control reaches end of non-void function 
`LyXLex::IsOK() const'
lyxlex.C: In method `void LyXLex::setLineNo(int)':
lyxlex.C:49: invalid use of undefined type `struct LyXLex::Pimpl'
lyxlex.C: In method `int LyXLex::GetLineNo() const':
lyxlex.C:55: invalid use of undefined type `struct LyXLex::Pimpl'
lyxlex.C:56: warning: control reaches end of non-void function 
`LyXLex::GetLineNo() const'
lyxlex.C: In method `const class string LyXLex::text() const':
lyxlex.C:61: invalid use of undefined type `struct LyXLex::Pimpl'
lyxlex.C:62: warning: control reaches end of non-void function 
`LyXLex::text() const'
lyxlex.C: In method `class istream & LyXLex::getStream()':
lyxlex.C:67: invalid use of undefined type `struct LyXLex::Pimpl'
lyxlex.C:68: warning: control reaches end of non-void function 
`LyXLex::getStream()'
lyxlex.C: In method `void LyXLex::pushTable(struct keyword_item *, int)':
lyxlex.C:73: no matching function for call to `LyXLex::Pimpl::pushTable 
(keyword_item *&, int &)'
lyxlex.C: In method `void LyXLex::popTable()':
lyxlex.C:79: no matching function for call to `LyXLex::Pimpl::popTable ()'
lyxlex.C: In method `void LyXLex::printTable(class ostream &)':
lyxlex.C:85: no matching function for call to `LyXLex::Pimpl::printTable 
(ostream &)'
lyxlex.C: In method `void LyXLex::printError(const class string &) const':
lyxlex.C:91: no matching function for call to `LyXLex::Pimpl::printError 
(const 
basic_string<char,string_char_traits<char>,__default_alloc_template<true,0> > 
&)'
lyxlex.C: In method `bool LyXLex::setFile(const class string &)':
lyxlex.C:97: no matching function for call to `LyXLex::Pimpl::setFile (const 
basic_string<char,string_char_traits<char>,__default_alloc_template<true,0> > 
&)'
lyxlex.C:98: warning: control reaches end of non-void function 
`LyXLex::setFile(const string &)'
lyxlex.C: In method `void LyXLex::setStream(class istream &)':
lyxlex.C:103: no matching function for call to `LyXLex::Pimpl::setStream 
(istream &)'
lyxlex.C: In method `void LyXLex::setCommentChar(char)':
lyxlex.C:109: no matching function for call to `LyXLex::Pimpl::setCommentChar 
(char &)'
lyxlex.C: In method `int LyXLex::lex()':
lyxlex.C:114: no matching function for call to `LyXLex::Pimpl::lex ()'
lyxlex.C:115: warning: control reaches end of non-void function 
`LyXLex::lex()'
lyxlex.C: In method `int LyXLex::GetInteger() const':
lyxlex.C:120: no matching function for call to `LyXLex::Pimpl::GetString ()'
lyxlex.C:121: no matching function for call to `LyXLex::Pimpl::GetString ()'
lyxlex.C:123: no matching function for call to `LyXLex::Pimpl::printError 
(char[22])'
lyxlex.C:126: warning: control reaches end of non-void function 
`LyXLex::GetInteger() const'
lyxlex.C: In method `float LyXLex::GetFloat() const':
lyxlex.C:134: no matching function for call to `LyXLex::Pimpl::GetString ()'
lyxlex.C:138: no matching function for call to `LyXLex::Pimpl::printError 
(char20])'
lyxlex.C: In method `const class string LyXLex::GetString() const':
lyxlex.C:146: no matching function for call to `LyXLex::Pimpl::GetString ()'
lyxlex.C:147: warning: control reaches end of non-void function 
`LyXLex::GetString() const'
lyxlex.C: In method `bool LyXLex::GetBool() const':
lyxlex.C:202: invalid use of undefined type `struct LyXLex::Pimpl'
lyxlex.C:204: invalid use of undefined type `struct LyXLex::Pimpl'
lyxlex.C:205: no matching function for call to `LyXLex::Pimpl::printError 
(char[45])'
lyxlex.C: In method `bool LyXLex::EatLine()':
lyxlex.C:212: no matching function for call to `LyXLex::Pimpl::EatLine ()'
lyxlex.C:213: warning: control reaches end of non-void function 
`LyXLex::EatLine()'
lyxlex.C: In method `bool LyXLex::next(bool = false)':
lyxlex.C:218: no matching function for call to `LyXLex::Pimpl::next (bool &)'
lyxlex.C:219: warning: control reaches end of non-void function 
`LyXLex::next(bool)'
lyxlex.C: In method `bool LyXLex::nextToken()':
lyxlex.C:224: no matching function for call to `LyXLex::Pimpl::nextToken ()'
lyxlex.C:225: warning: control reaches end of non-void function 
`LyXLex::nextToken()'
lyxlex.C: In method `void LyXLex::pushToken(const class string &)':
lyxlex.C:230: no matching function for call to `LyXLex::Pimpl::pushToken 
(const 
basic_string<char,string_char_traits<char>,__default_alloc_template<true,0> > 
&)'
lyxlex.C: In method `int LyXLex::FindToken(const char **)':
lyxlex.C:239: invalid use of undefined type `struct LyXLex::Pimpl'
lyxlex.C:240: invalid use of undefined type `struct LyXLex::Pimpl'
lyxlex.C:242: no matching function for call to `LyXLex::Pimpl::printError 
(char[27])'
lyxlex.C:247: no matching function for call to `LyXLex::Pimpl::printError 
(char[39])'
lyxlex.C: In method `int LyXLex::CheckToken(const char **, int)':
lyxlex.C:256: invalid use of undefined type `struct LyXLex::Pimpl'
lyxlex.C:257: invalid use of undefined type `struct LyXLex::Pimpl'
lyxlex.C:260: no matching function for call to `LyXLex::Pimpl::printError 
(char[27])'
make[3]: *** [lyxlex.o] Error 1
make[3]: Leaving directory `/tmp/lyx-devel/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/lyx-devel/src'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/tmp/lyx-devel/src'
make: *** [all-recursive] Error 1

Reply via email to