FormPreferences.h:
106 ///
107 bool browse( FL_OBJECT * input,
108 string const & title, string const & pattern,
109 std::pair<string,string> const & dir1 =
110 std::pair<string,string>(),
111 std::pair<string,string> const & dir2 =
112 std::pair<string,string>() );
[...]
g++ -DHAVE_CONFIG_H -I. -I. -I../../../src -I../../../src/ -I../../../src/frontends/
-I../../.. -I../../.. -I../../../boost -I/usr/local/xforms -L/usr/local/xforms
-isystem /usr/X11R6/include -g -O -fno-rtti -fno-exceptions -W -Wall -Wno-return-type
-Wp,-MD,.deps/Dialogs.pp -c Dialogs.C -o Dialogs.o
In file included from Dialogs.C:22:
FormPreferences.h:110: parse error before `>'
make[4]: *** [Dialogs.lo] Error 1
make[4]: Leaving directory `/local/software/LyX/lyx-devel/src/frontends/xforms'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/local/software/LyX/lyx-devel/src/frontends'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/local/software/LyX/lyx-devel/src'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/local/software/LyX/lyx-devel/src'
make: *** [all-recursive] Error 1