[REPOSTED: Compile/link problem (lyx-1.5.0svn)]

2006-03-24 Thread Kayvan A. Sylvan
- Forwarded message from Kayvan A. Sylvan [EMAIL PROTECTED] -

From: Kayvan A. Sylvan [EMAIL PROTECTED]
To: LyX Developers lyx-devel@lists.lyx.org
Subject: Compile/link problem (lyx-1.5.0svn)

My automated builds are still not happening. The link is failing
with multiple definition of (anonymous namespace)... messages.

Here are some representative messages.

 === Building QT LyX ===
 [...]
 
 Configuration
   Host type:  x86_64-unknown-linux-gnu
   Special build flags:compression aiksaurus assertions pch 
 concept-checks stdlib-debug warnings  use-aspell use-ispell
   C   Compiler:   gcc 
   C   Compiler LyX flags:  
   C   Compiler flags: -Wextra -Wall-I/usr/X11R6/include -O2
   C++ Compiler:   g++ (4.0.2)
   C++ Compiler LyX flags:  
   C++ Compiler flags: -Wextra -Wall-I/usr/X11R6/include -O2
   Linker flags:   
   Linker user flags:  
   Qt Frontend:
   Qt version: 3.3.4
   Packaging:  posix
   LyX binary dir: /usr/local/bin
   LyX files dir:  /usr/local/share/lyx
 
 Configuration of LyX was successful.
 [...]
 if g++ -DHAVE_CONFIG_H -I. -I. -I.  -Winvalid-pch --include=./pch.h 
 -I../boost -Wextra -Wall-I/usr/X11R6/include  -O2 -MT version.o -MD -MP 
 -MF .deps/version.Tpo -c -o version.o version.C; \
 then mv -f .deps/version.Tpo .deps/version.Po; else rm -f 
 .deps/version.Tpo; exit 1; fi
 if g++ -DHAVE_CONFIG_H -I. -I. -I.  -Winvalid-pch --include=./pch.h 
 -I../boost -Wextra -Wall-I/usr/X11R6/include  -O2 -MT vspace.o -MD -MP 
 -MF .deps/vspace.Tpo -c -o vspace.o vspace.C; \
 then mv -f .deps/vspace.Tpo .deps/vspace.Po; else rm -f 
 .deps/vspace.Tpo; exit 1; fi
 /bin/sh ../libtool --tag=CXX --mode=link g++  -O2   -o lyx-qt  main.o Bidi.o 
 BufferView.o BufferView_pimpl.o Bullet.o BranchList.o Chktex.o CutAndPaste.o 
 DepTable.o FloatList.o Floating.o FontIterator.o FuncStatus.o InsetList.o 
 LColor.o LaTeX.o LaTeXFeatures.o LyXAction.o MenuBackend.o 
 ParagraphParameters.o PrinterParams.o Spacing.o Thesaurus.o ToolbarBackend.o 
 author.o boost.o box.o buffer.o buffer_funcs.o bufferlist.o bufferparams.o 
 bufferview_funcs.o changes.o chset.o converter.o counters.o coordcache.o 
 cursor.o cursor_slice.o debug.o dimension.o dociterator.o encoding.o 
 errorlist.o exporter.o gettext.o factory.o format.o funcrequest.o graph.o 
 importer.o intl.o insetiterator.o kbmap.o kbsequence.o language.o lastfiles.o 
 lengthcommon.o lyx_cb.o lyx_main.o lyx_sty.o lyxfont.o lyxfind.o lyxfunc.o 
 lyxgluelength.o lyxlayout.o lyxlength.o lyxlex.o lyxlex_pimpl.o lyxrc.o 
 lyxrow.o lyxrow_funcs.o lyxserver.o lyxsocket.o lyxtextclass.o 
 lyxtextclasslist.o lyxvc.o messages.o metricsinfo.o mover.o output.o 
 outputparams.o output_docbook.o output_latex.o output_linuxdoc.o 
 output_plaintext.o paragraph.o paragraph_funcs.o paragraph_pimpl.o 
 pariterator.o aspell.o  ispell.o SpellBase.o rowpainter.o sgml.o tabular.o 
 tex-accent.o tex-strings.o texrow.o text.o text2.o text3.o toc.o trans.o 
 trans_mgr.o undo.o vc-backend.o version.o vspace.o mathed/libmathed.la 
 insets/libinsets.la frontends/libfrontends.la frontends/qt2/libqt2.la 
 frontends/controllers/libcontrollers.la graphics/libgraphics.la 
 support/libsupport.la ../boost/libs/regex/src/libboost_regex.la 
 ../boost/libs/signals/src/libboost_signals.la 
 ../boost/libs/filesystem/src/libboost_filesystem.la  -lAiksaurus -laspell  
 -lSM -lICE -lc -lm   -L/usr/X11R6/lib64 -lX11  -lz  
 mkdir .libs
 g++ -O2 -o lyx-qt main.o Bidi.o BufferView.o BufferView_pimpl.o Bullet.o 
 BranchList.o Chktex.o CutAndPaste.o DepTable.o FloatList.o Floating.o 
 FontIterator.o FuncStatus.o InsetList.o LColor.o LaTeX.o LaTeXFeatures.o 
 LyXAction.o MenuBackend.o ParagraphParameters.o PrinterParams.o Spacing.o 
 Thesaurus.o ToolbarBackend.o author.o boost.o box.o buffer.o buffer_funcs.o 
 bufferlist.o bufferparams.o bufferview_funcs.o changes.o chset.o converter.o 
 counters.o coordcache.o cursor.o cursor_slice.o debug.o dimension.o 
 dociterator.o encoding.o errorlist.o exporter.o gettext.o factory.o format.o 
 funcrequest.o graph.o importer.o intl.o insetiterator.o kbmap.o kbsequence.o 
 language.o lastfiles.o lengthcommon.o lyx_cb.o lyx_main.o lyx_sty.o lyxfont.o 
 lyxfind.o lyxfunc.o lyxgluelength.o lyxlayout.o lyxlength.o lyxlex.o 
 lyxlex_pimpl.o lyxrc.o lyxrow.o lyxrow_funcs.o lyxserver.o lyxsocket.o 
 lyxtextclass.o lyxtextclasslist.o lyxvc.o messages.o metricsinfo.o mover.o 
 output.o outputparams.o output_docbook.o output_latex.o output_linuxdoc.o 
 output_plaintext.o paragraph.o paragraph_funcs.o paragraph_pimpl.o 
 pariterator.o aspell.o ispell.o SpellBase.o rowpainter.o sgml.o tabular.o 
 tex-accent.o tex-strings.o texrow.o text.o text2.o text3.o toc.o trans.o 
 trans_mgr.o undo.o vc-backend.o version.o vspace.o  mathed/.libs/libmathed.a 
 

Re: [REPOSTED: Compile/link problem (lyx-1.5.0svn)]

2006-03-24 Thread Juergen Spitzmueller
Kayvan A. Sylvan wrote:
 My automated builds are still not happening. The link is failing
 with multiple definition of (anonymous namespace)... messages.

This is a bug in gcc 4.0.2 and some 4.0.3 pre versions. Already discussed 
extensively on this list.

Jürgen


[REPOSTED: Compile/link problem (lyx-1.5.0svn)]

2006-03-24 Thread Kayvan A. Sylvan
- Forwarded message from "Kayvan A. Sylvan" <[EMAIL PROTECTED]> -

From: "Kayvan A. Sylvan" <[EMAIL PROTECTED]>
To: LyX Developers 
Subject: Compile/link problem (lyx-1.5.0svn)

My automated builds are still not happening. The link is failing
with "multiple definition of (anonymous namespace)..." messages.

Here are some representative messages.

> === Building QT LyX ===
> [...]
> 
> Configuration
>   Host type:  x86_64-unknown-linux-gnu
>   Special build flags:compression aiksaurus assertions pch 
> concept-checks stdlib-debug warnings  use-aspell use-ispell
>   C   Compiler:   gcc 
>   C   Compiler LyX flags:  
>   C   Compiler flags: -Wextra -Wall-I/usr/X11R6/include -O2
>   C++ Compiler:   g++ (4.0.2)
>   C++ Compiler LyX flags:  
>   C++ Compiler flags: -Wextra -Wall-I/usr/X11R6/include -O2
>   Linker flags:   
>   Linker user flags:  
>   Qt Frontend:
>   Qt version: 3.3.4
>   Packaging:  posix
>   LyX binary dir: /usr/local/bin
>   LyX files dir:  /usr/local/share/lyx
> 
> Configuration of LyX was successful.
> [...]
> if g++ -DHAVE_CONFIG_H -I. -I. -I.  -Winvalid-pch --include=./pch.h 
> -I../boost -Wextra -Wall-I/usr/X11R6/include  -O2 -MT version.o -MD -MP 
> -MF ".deps/version.Tpo" -c -o version.o version.C; \
> then mv -f ".deps/version.Tpo" ".deps/version.Po"; else rm -f 
> ".deps/version.Tpo"; exit 1; fi
> if g++ -DHAVE_CONFIG_H -I. -I. -I.  -Winvalid-pch --include=./pch.h 
> -I../boost -Wextra -Wall-I/usr/X11R6/include  -O2 -MT vspace.o -MD -MP 
> -MF ".deps/vspace.Tpo" -c -o vspace.o vspace.C; \
> then mv -f ".deps/vspace.Tpo" ".deps/vspace.Po"; else rm -f 
> ".deps/vspace.Tpo"; exit 1; fi
> /bin/sh ../libtool --tag=CXX --mode=link g++  -O2   -o lyx-qt  main.o Bidi.o 
> BufferView.o BufferView_pimpl.o Bullet.o BranchList.o Chktex.o CutAndPaste.o 
> DepTable.o FloatList.o Floating.o FontIterator.o FuncStatus.o InsetList.o 
> LColor.o LaTeX.o LaTeXFeatures.o LyXAction.o MenuBackend.o 
> ParagraphParameters.o PrinterParams.o Spacing.o Thesaurus.o ToolbarBackend.o 
> author.o boost.o box.o buffer.o buffer_funcs.o bufferlist.o bufferparams.o 
> bufferview_funcs.o changes.o chset.o converter.o counters.o coordcache.o 
> cursor.o cursor_slice.o debug.o dimension.o dociterator.o encoding.o 
> errorlist.o exporter.o gettext.o factory.o format.o funcrequest.o graph.o 
> importer.o intl.o insetiterator.o kbmap.o kbsequence.o language.o lastfiles.o 
> lengthcommon.o lyx_cb.o lyx_main.o lyx_sty.o lyxfont.o lyxfind.o lyxfunc.o 
> lyxgluelength.o lyxlayout.o lyxlength.o lyxlex.o lyxlex_pimpl.o lyxrc.o 
> lyxrow.o lyxrow_funcs.o lyxserver.o lyxsocket.o lyxtextclass.o 
> lyxtextclasslist.o lyxvc.o messages.o metricsinfo.o mover.o output.o 
> outputparams.o output_docbook.o output_latex.o output_linuxdoc.o 
> output_plaintext.o paragraph.o paragraph_funcs.o paragraph_pimpl.o 
> pariterator.o aspell.o  ispell.o SpellBase.o rowpainter.o sgml.o tabular.o 
> tex-accent.o tex-strings.o texrow.o text.o text2.o text3.o toc.o trans.o 
> trans_mgr.o undo.o vc-backend.o version.o vspace.o mathed/libmathed.la 
> insets/libinsets.la frontends/libfrontends.la frontends/qt2/libqt2.la 
> frontends/controllers/libcontrollers.la graphics/libgraphics.la 
> support/libsupport.la ../boost/libs/regex/src/libboost_regex.la 
> ../boost/libs/signals/src/libboost_signals.la 
> ../boost/libs/filesystem/src/libboost_filesystem.la  -lAiksaurus -laspell  
> -lSM -lICE -lc -lm   -L/usr/X11R6/lib64 -lX11  -lz  
> mkdir .libs
> g++ -O2 -o lyx-qt main.o Bidi.o BufferView.o BufferView_pimpl.o Bullet.o 
> BranchList.o Chktex.o CutAndPaste.o DepTable.o FloatList.o Floating.o 
> FontIterator.o FuncStatus.o InsetList.o LColor.o LaTeX.o LaTeXFeatures.o 
> LyXAction.o MenuBackend.o ParagraphParameters.o PrinterParams.o Spacing.o 
> Thesaurus.o ToolbarBackend.o author.o boost.o box.o buffer.o buffer_funcs.o 
> bufferlist.o bufferparams.o bufferview_funcs.o changes.o chset.o converter.o 
> counters.o coordcache.o cursor.o cursor_slice.o debug.o dimension.o 
> dociterator.o encoding.o errorlist.o exporter.o gettext.o factory.o format.o 
> funcrequest.o graph.o importer.o intl.o insetiterator.o kbmap.o kbsequence.o 
> language.o lastfiles.o lengthcommon.o lyx_cb.o lyx_main.o lyx_sty.o lyxfont.o 
> lyxfind.o lyxfunc.o lyxgluelength.o lyxlayout.o lyxlength.o lyxlex.o 
> lyxlex_pimpl.o lyxrc.o lyxrow.o lyxrow_funcs.o lyxserver.o lyxsocket.o 
> lyxtextclass.o lyxtextclasslist.o lyxvc.o messages.o metricsinfo.o mover.o 
> output.o outputparams.o output_docbook.o output_latex.o output_linuxdoc.o 
> output_plaintext.o paragraph.o paragraph_funcs.o paragraph_pimpl.o 
> pariterator.o aspell.o ispell.o SpellBase.o rowpainter.o sgml.o tabular.o 
> tex-accent.o tex-strings.o texrow.o text.o text2.o text3.o toc.o 

Re: [REPOSTED: Compile/link problem (lyx-1.5.0svn)]

2006-03-24 Thread Juergen Spitzmueller
Kayvan A. Sylvan wrote:
> My automated builds are still not happening. The link is failing
> with "multiple definition of (anonymous namespace)..." messages.

This is a bug in gcc 4.0.2 and some 4.0.3 pre versions. Already discussed 
extensively on this list.

Jürgen