GNOME Bugzilla – Bug 485532
bug with cr-fonts.h
Last modified: 2007-10-11 07:05:00 UTC
The file /usr/include/libcroco-0.6/libcroco/cr-fonts.h h #ifndef __CR_FONTS_H__ #define __CR_FONTS_H__ #endif The #endif should be moved to the end of the file, because the point of using this #ifndef is to ensure that if you include the file twice it doesn't define everything twice, creating compile errors/warnings. Note that all other libcroco header files have the #endif at the bottom, and it should probably look like this: #endif /*__CR_FONTS_H__*/
Don't you have office discussion at sun ? Anyway this is a dup of http://bugzilla.gnome.org/show_bug.cgi?id=484666, that is already corrected in svn. Use it or wait for the next release.Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 484666 ***