I just got done installing Cygwin on my Win2000 machine,
then i installed X-windows.
Both went in without a hitch, but when i tried to get
Blackbox installed, it spewed nasty errors at me about
"nl_types.h" and related stuff. the compiler was complaining
about the declaration "nl_catd catalod_fd;", apparently
my system didnt have the proper "nl_types.h" file
and the compiler didnt recognize "nl_catd" as an actual
type, and complained that "nl_catd is being declared
w/o a type"
so i did a bad kludge to get it to compile...
in i18n.hh, i made the following changes:
commented out line #60 so it read:
//inline const nl_catd &getCatalogFd(void) const { return catalog_fd; }
turned line #45 into three lines: as follows
//nl_catd catalog_fd;
int catalog_fd;
int nl_catd;
Also, i ./configure'd without NLS support
[scott] :: "ein kalter Tod f�r den sprecher von L�gen"