Oh, yeah...no more twm.
Since I installed Cygwin XF86 from binaries, though, it couldn't find libX.
I ended up just downloading and building X on my Windows box to get all the
libraries.
Had the same problems as Scott, did a similar hack.
Craig
> -----Original Message-----
> From: Derek Cunningham [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, September 08, 2001 4:31 PM
> To: BlackBox Mailing List
> Subject: Re: Blackbox on cygwin - what i had to do to get it
> to compile
>
>
> So... are you saying that blackbox DOES work with cygwin?
>
> DC
>
> On Sat, Sep08,01 00:45, scott wrote:
> > 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"
>
> --
> Derek Cunningham
> [EMAIL PROTECTED]
>
> "All men by nature desire to know." -- Aristotle.
>