To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=65182
------- Additional comments from [EMAIL PROTECTED] Tue May 9 00:46:51 -0700 2006 ------- applying following patch gave some insight :) Index: makefile.mk =================================================================== RCS file: /cvs/gsl/vcl/unx/gtk/a11y/makefile.mk,v retrieving revision 1.2 diff -u -r1.2 makefile.mk --- makefile.mk 5 May 2006 10:59:35 -0000 1.2 +++ makefile.mk 9 May 2006 07:45:31 -0000 @@ -66,7 +66,7 @@ ATKVERSION:=$(shell $(PKGCONFIG) --modversion atk | $(AWK) -v num=true -f $(SOLARENV)$/bin$/getcompver.awk) -.IF $(ATKVERSION) >= "000100070000" +.IF $(ATKVERSION) > "000100070000" CFLAGS+=-DHAS_ATKRECTANGLE .ENDIF without patch: % dmake Bus error with patch: % dmake GTK disabled - nothing to build --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
