On Mon, 27 Aug 2007 10:14:07 -0500 Bo Peng <[EMAIL PROTECTED]> wrote:
> On 8/27/07, Bo Peng <[EMAIL PROTECTED]> wrote: > > Maybe scons/tex2lyx needs update but I still get > > > > try1/src/tex2lyx/TextClass.o(.text+0x542d): In function > > `lyx::TextClass::readInsetLayout(lyx::Lexer&, > > std::basic_string<unsigned int, std::char_traits<unsigned int>, > > std::allocator<unsigned int> > const&)': > > try1/src/tex2lyx/TextClass.cpp:689: undefined reference to `lyx::lcolor' > > > Get it. I need to put color.cpp in as well. scons is updated. > > Cheer, > Bo Yes, that was the problem with autotools also: you need Color.cpp in order to get the Color.o that gets linked in. - Martin