On Tue, Dec 03, 2013 at 09:44:02PM +0000, Richard Shann wrote: > I have tested this and it seems to be working well - the palettes are > two-dimensional, which is the main visible difference.
It is gtk 3.0.12. There is probably more eye candy in later versions. We will see if I can upgrade glib. That package is always difficult to cross compile in gub. While trying to link in evince, I am getting this linker error: /home/jjbenham/src/gub/target/mingw/root/usr/lib/libgtk-3.dll.a(gtkmain.o): In function `DllMain@12': /home/jjbenham/src/gub/target/mingw/src/gtk+-3.0.12/gtk/gtkmain.c:141: multiple definition of `_DllMain@12' /home/jjbenham/src/gub/target/mingw/root/usr/lib/libevdocument3.dll.a(libevdocument3_la-ev-init.o):/home/jjbenham/src/gub/target/mingw/src/evince-0/libdocument/ev-init.c:45: first defined here /home/jjbenham/src/gub/target/mingw/root/usr/lib/libevview3.dll.a(libevview3_la-ev-view-accessible.o): In function `ev_view_accessible_get_text_after_offset': /home/jjbenham/src/gub/target/mingw/src/evince-0/libview/ev-view-accessible.c:269: undefined reference to `_gail_text_util_new' Is it just linking them out of order or something? Should I try another version of evince? multiple definitions? is that a warning? Its saying its first defined in evince before gtk! Maybe I will just rm -rf target and start again. I also have another problem. I am running out of room on this server. I don't know how the hard drive fills up so fast. I need to find time to to find out whats causing this and upgrade the servers hard drive (virtual). Jeremiah > Richard > > > On Tue, 2013-12-03 at 08:56 -0600, Jeremiah Benham wrote: > > I managed to build a mingw binary of the denemo 1.1.0 release against > > gtk3. It does not have evince compiled in yet. I will compile that in > > soon . If this works well then we can plan on depreciating the gtk2 > > code in denemo. > > > > http://denemo.org/~jjbenham/gub/uploads/denemo-1.1.0-0.mingw.exe > > > > > > Jeremiah > > > > _______________________________________________ > > Denemo-devel mailing list > > [email protected] > > https://lists.gnu.org/mailman/listinfo/denemo-devel > > _______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
