>>>>> "Ben" == Ben Stanley <[EMAIL PROTECTED]> writes:
Ben> make[3]: Entering directory Ben> `/share/install/linux/extras/lyx/lyx-BRANCH_1_1_6/lyx-devel/src' Ben> g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -I../boost -isystem Ben> /usr/X11R6/include -g -O -fno-exceptions -W -Wall -c Ben> BufferView2.C In file included from BufferView2.C:24: Ben> LyXView.h:38: using directive `Object' introduced ambiguous type Ben> `_ObjectRec *' Ben> inserting #include <sigc++/object.h> at the top of LyXView.h Ben> fixes this one. Ben> It seems to me that you need to #include the defn of Object to Ben> get this to compile - there is no way around having the Ben> definition of that object before inheriting from it. Ben> same problem with src/minibuffer.h, except that inserting the Ben> #include doesn't fix that ?!? This is a symptom of having a bad xforms-0.88 rpm (the header is wrong in fact). Make sure you use the one from ftp.lyx.org. JMarc