On 04/14/2011 10:31 AM, Liviu Andronic wrote:
r38372
I'm working with up to date trunk here and see no such issue.
rh
/usr/local/build/lyx/configure --with-version-suffix=-svn
--enable-build-type=release --enable-debug (26380)
[..]
Configuration
Host type: x86_64-unknown-linux-gnu
Special build flags: use-aspell use-enchant use-hunspell
C Compiler: gcc
C Compiler LyX flags:
C Compiler flags: -g -O2
C++ Compiler: g++ (4.4.3)
C++ Compiler LyX flags:
C++ Compiler flags: -g -O2
Linker flags:
Linker user flags:
Qt 4 Frontend:
Qt 4 version: 4.6.2
Packaging: posix
LyX binary dir: /usr/local/bin
LyX files dir: /usr/local/share/lyx-svn
Configuration of LyX was successful.
Type 'make' to compile the program,
and then 'make install' to install it.
/usr/local/build/lyx/configure ... type=release --enable-debug (26380) returned
'0'
make (30400)
[..]
CXXLD tex2lyx
tex2lyx.o: In function `lyx::checkModule(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&, bool)':
/usr/local/build/lyx/src/tex2lyx/tex2lyx.cpp:265: undefined reference
to `lyx::LayoutFileList::get()'
/usr/local/build/lyx/src/tex2lyx/tex2lyx.cpp:265: undefined reference
to `lyx::LayoutFileList::operator[](std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&)'
tex2lyx.o: In function `main':
/usr/local/build/lyx/src/tex2lyx/tex2lyx.cpp:825: undefined reference
to `lyx::LayoutFileList::get()'
/usr/local/build/lyx/src/tex2lyx/tex2lyx.cpp:825: undefined reference
to `lyx::LayoutFileList::read()'
collect2: ld returned 1 exit status
make[5]: *** [tex2lyx] Error 1
make[4]: *** [all] Error 2
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
make[5]: Leaving directory `/usr/local/build/lyx/src/tex2lyx'
make[4]: Leaving directory `/usr/local/build/lyx/src/tex2lyx'
make[3]: Leaving directory `/usr/local/build/lyx/src'
make[2]: Leaving directory `/usr/local/build/lyx/src'
make[1]: Leaving directory `/usr/local/build/lyx'
make (30400) returned '2'
Liviu