On Wed, 2004-06-23 at 19:36, Albert wrote:
Thanks Colin, and sorry because I should have checked the file itself as it reasulted really easy.
I'm new to Inkscape - how does one properly communicate developers about this incomplete ifndef ?
Congrats, you just did. ^_^
Actually, while we do follow the user list pretty closely, it's usually a good idea to file a bug in the bug tracker.
I think removing the #ifdef test in this case is the right fix.
Ironically, it's now a moot point because nr-type-dictionary.cpp was removed in CVS as part of the "Pangoization" effort.
Further, though, I run into another compile problem:
In file included from /usr/include/dirent.h:64, from init.cpp:15: /usr/include/sys/dirent.h:73: 'u_int32_t' is used as a type, but is not defined as a type. /usr/include/sys/dirent.h:74: 'u_int16_t' is used as a type, but is not defined as a type. /usr/include/sys/dirent.h:75: 'u_int8_t' is used as a type, but is not defined as a type. /usr/include/sys/dirent.h:76: 'u_int8_t' is used as a type, but is not defined as a type.
Looks like Apple's dirent.h requires inttypes.h or stdint.h to be included beforehand. (Colin, do you happen to know which is more portable?)
-mental