Pavel Sanda wrote:
> try this one: > ./configure --with-version-suffix=1.6 --disable-stdlib-debug > --disable-debug > 'make' yields errors - here enclosed Any ideas? Thank you -- Pol GuiImage.cpp: In member function 'bool lyx::graphics::GuiImage::scale(const lyx::graphics::Params&)': GuiImage.cpp:155: warning: comparison between signed and unsigned integer expressions GuiImage.cpp:155: warning: comparison between signed and unsigned integer expressions Paragraph.cpp: In member function 'void lyx::Paragraph::appendString(const lyx::docstring&, const lyx::Font&, const lyx::Change&)': Paragraph.cpp:1220: warning: comparison between signed and unsigned integer expressions VCBackend.cpp:446: warning: unused parameter 'msg' mathed/InsetMathHull.cpp: In member function 'virtual bool lyx::InsetMathHull::getStatus(lyx::Cursor&, const lyx::FuncRequest&, lyx::FuncStatus&) const': mathed/InsetMathHull.cpp:1320: warning: enumeral and non-enumeral type in conditional expression insets/InsetCitation.cpp: In function 'lyx::docstring lyx::<unnamed>::complexLabel(const lyx::Buffer&, const std::string&, const lyx::docstring&, const lyx::docstring&, const lyx::docstring&, lyx::CiteEngine)': insets/InsetCitation.cpp:201: warning: deprecated conversion from string constant to 'char*' insets/InsetCitation.cpp:205: warning: deprecated conversion from string constant to 'char*' ./.libs/liblyxcore.a(LyXRC.o): In function `lyx::LyXRC::write(std::basic_ostream<char, std::char_traits<char> >&, bool, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const': LyXRC.cpp:(.text+0xa85b): undefined reference to `lyx::support::getStringFromVector(std::__debug::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' frontends/qt4/.libs/liblyxqt4.a(Menus.o): In function `lyx::frontend: (anonymous namespace)::MenuDefinition::expandGraphicsGroups(lyx::BufferView const*)': Menus.cpp:(.text+0x10161): undefined reference to `lyx::graphics::getGraphicsGroups(lyx::Buffer const&, std::set<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&)' frontends/qt4/.libs/liblyxqt4.a(GuiRef.o): In function `lyx::frontend::GuiRef::updateRefs()': GuiRef.cpp:(.text+0xf49): undefined reference to `lyx::Buffer::getLabelList(std::vector<std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, std::allocator<std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > >&) const' collect2: ld returned 1 exit status make[4]: *** [lyx] Error 1 make[3]: *** [all-recursive] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2