Jose' Matos <[EMAIL PROTECTED]> writes: | On Monday 31 July 2006 12:27, Lars Gullik Bjønnes wrote: | > I made some huge progress on the unicode branch this weekend, and we | > are getting closer to a point where it can be merged with maintrunk. | > | > However, it would be nice if you could try it out. Especially if you | > have easy access to something else than latin1... There are a lot of | > limitations yet, especially combining marks might give people a hard | > time. | > | > I plan to add support for gtk as well and more cleanup and some | > consolidation before an actual merge can take place. | | I am running FC-5 latest, FWIW. | | I tried to compile this branch: | | $ ./autogen.sh | $ ./configure --without-included-gettext --with-version-suffix --disable-nls --with-frontend="qt3 | qt4" | | $ make -j3 | | and then I get lots of errors of this kind: | | support/.libs/libsupport.a(lyxtime.o):/usr/lib/gcc/i386-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/boost_concept_check.h:238: | multiple definition of `(anonymous namespace)::_1' | support/.libs/libsupport.a(FileMonitor.o):../../boost/boost/detail/sp_counted_base_gcc_x86.hpp:124: | first defined here
I am also running FC5 latest (both i386 and x86_64) and see no such errors. Although to make qt4 run I have to compilie with --disable-stdlib-debug You should perhaps also use "--disable-concept-checks" Also gtk is working in the branch now. -- Lgb