The problem with cairo backend is that, if the window is not buffered, The line:
copy->_ct = cairo_create(cairo_get_target(_ct)); at method -copyWithZone, fails with the error CAIRO_STATUS_NO_MEMORY. Or maybe this is a bug with NSZone on Windows? I don't know but with buffered windows there is no problem. With winlib I don't know what is the problem. But I think cairo will be the default backend on the future. Because maintain two backends will be a nightmare. Germán El mar, 24-02-2015 a las 10:18 -0600, Germán Arias escribió: > The problem with the images (arrows in scrollbars) and with open/save > panels was a problem of permissions on my copy of gnustep-gui. So I > deleted it and get a new copy of the svn, now the open/save panels works > as expected. But print and pagelayout still don't work. I'm currently > testing with the default theme. In gdb I added a breakpoint in > NSDocument.m:1440, as I can see this method is not overridden in any > place, but even with this this line is executed, and when this happen my > OS hangs. > > Germán > > El lun, 23-02-2015 a las 23:19 +0100, Fred Kiefer escribió: > > I am still struggeling to understand the different issues you are having at > > the moment. This one is on 64bit Linux and it the current problem is about > > configuring FiscaLab. Is that correct? > > It probably would help if you could provide a bit more context. What is the > > configure script trying to do here? > > And as what user did you install GNUstep? And why is gui in Local and not > > in System? > > > > Fred > > > > On the road > > > > Am 23.02.2015 um 20:10 schrieb Germán Arias <[email protected]>: > > > > > El lun, 23-02-2015 a las 09:01 +0100, Fred Kiefer escribió: > > >> Which version of tifflib is installed on that machine? The change I made > > >> in tiff.m depends on a new version of that library but should fall back > > >> to an define for older versions, which should give the old behaviour. > > >> > > >> Your bug report is a bit unclear, first you state that certain panels > > >> don't display at all, but then you have a specific panel in a > > >> screenshot. Could you please give the details of what goes wrong for > > >> each of the panels? > > >> > > >> Fred > > >> > > >> On the road > > > > > > I delete all GNUstep software and reinstall all again using a revision > > > previous to the change in tiff.m. But the problem is still present. Then > > > I update to SVN head and install all my gnustep apps. Installing > > > FisicaLab I get several errors in configure. something like this: > > > > > > grep: > > > /usr/GNUstep/Local/Library/Libraries/gnustep-gui/Versions/0.24/Resources/English.lproj/GSFindPanel.gorm: > > > Permission denied > > > > > > No matter how times I re-install it, all the files are copied without > > > read permissions. But why this happen only in amd64? Or there is > > > something wrong on my system? > > > > > > Germán > > > > _______________________________________________ > > Gnustep-dev mailing list > > [email protected] > > https://lists.gnu.org/mailman/listinfo/gnustep-dev > > > > _______________________________________________ > Gnustep-dev mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/gnustep-dev _______________________________________________ Gnustep-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnustep-dev
