Le 03/11/2012 23:28, Richard Heck a écrit :
This file does not seem to be cleaned up when we "make clean" or "make
distclean". I had to remove it manually in order to get the monolithic
build to work.
Fixed on master. Note that monolithic fails there:
CXX liblyxqt4.o
In file included from
../../../../master/src/frontends/qt4/GuiApplication.cpp:117,
from liblyxqt4.cpp:20:
/usr/include/X11/Xlib.h:210: error: reference to ‘Font’ is ambiguous
/usr/include/X11/X.h:100: error: candidates are: typedef XID Font
../../../../master/src/Font.h:33: error: class lyx::Font
/usr/include/X11/Xlib.h:210: error: reference to ‘Font’ is ambiguous
/usr/include/X11/X.h:100: error: candidates are: typedef XID Font
../../../../master/src/Font.h:33: error: class lyx::Font
/usr/include/X11/Xlib.h:210: error: ‘Font’ does not name a type
/usr/include/X11/Xlib.h:316: error: reference to ‘Cursor’ is ambiguous
/usr/include/X11/X.h:103: error: candidates are: typedef XID Cursor
../../../../master/src/Cursor.h:92: error: class lyx::Cursor
/usr/include/X11/Xlib.h:316: error: reference to ‘Cursor’ is ambiguous
/usr/include/X11/X.h:103: error: candidates are: typedef XID Cursor
../../../../master/src/Cursor.h:92: error: class lyx::Cursor
/usr/include/X11/Xlib.h:316: error: ‘Cursor’ does not name a type
/usr/include/X11/Xlib.h:1048: error: reference to ‘Font’ is ambiguous
/usr/include/X11/X.h:100: error: candidates are: typedef XID Font
[etc etc]
JMarc