Paul Fox <paulfox <at> paxway.com> writes: > Ok, I've downloaded the patch and worked on merging the changes in > CairoContext.m with the latest version (so pdf and ps output would still > work) as well as cleaning up a few minor style things. It now compiles, > but I get garbage when I try to run Gorm, and the GNUstep test appears > to freeze. I can't find obvious errors in my modification, so is there > some code somewhere else that's a problem? Here's the modified > CairoContext.m: http://www.mediafire.com/?n2s1stkmu9c > and here's the result I get for Gorm: http://www.mediafire.com/?ianwbjdsdxs > > Does anyone have any suggestions? > > Paul
I just posted my code to the svn repos. There is no real difference between your code and mine so we should get the same results. First : the transparency in bitmap images is not render properly. Gorm : http://amstradstuff.free.fr/GNUstep/win32cairo-gorm.png The application is almost Ok. Only the Application window can not be used (the black box on the screen shot) I get many error msgs : 2008-03-04 13:15:01.842 Gorm[1964] Error while setting font matrix: out of memory 2008-03-04 13:15:01.852 Gorm[1964] Error while setting font matrix: out of memory 2008-03-04 13:15:01.942 Gorm[1964] Cairo status 'out of memory' in copy 2008-03-04 13:15:01.942 Gorm[1964] Cairo status 'out of memory' in copy (...) _cairo_win32_surface_set_clip_region: Descripteur non valide _cairo_win32_surface_set_clip_region: Descripteur non valide _cairo_win32_surface_set_clip_region: Descripteur non valide _cairo_win32_surface_set_clip_region: Descripteur non valide (...) _cai2008-03-04 13:15:02.573 Gorm[1964] Error while setting font matrix: out of memory 2008-03-04 13:15:02.573 Gorm[1964] Cairo status 'out of memory' in copy 2008-03-04 13:15:02.623 Gorm[1964] Error while setting font matrix: out of memory 2008-03-04 13:15:02.673 Gorm[1964] Error while setting font matrix: out of memory (...) 2008-03-04 13:15:31.555 Gorm[1964] Error while setting font matrix: out of memory ro_win32_surface_set_clip_region: Descripteur non valide _cairo_win32_surface_set_clip_region: Descripteur non valide _cairo_win32_surface_set_clip_region: Descripteur non valide (...) examples/Calculator : fine! examples/Ink : fine! examples/GSTest: most tests look Ok. NSViewAnimation-test crashes I probably had the same results one years ago when i write the code. I use cairo-1.4.14. My system : XP sp2 I wont work on this code before long. Feel free to hack this stuff :-) Regards Xavier _______________________________________________ Gnustep-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnustep-dev
