Thus spake Ruslan Ermilov ([EMAIL PROTECTED]):
> I would like to take a look at that part of `buildworld' output that
> is failing.
I get the same error Maxim pasted.
Alex
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
>
> On Fri, Aug 17, 2001 at 01:21:59PM +0300, Maxim Sobolev wrote:
> > Hi,
> >
> > Currently 4-STABLE --> 5-CURRENT upgrade path is broken in libform
> > because it uses older curses.h header from the host system, which
> > misses some macros necessary. Attached patch is expected to fix the
> >
On Fri, Aug 17, 2001 at 02:00:43PM +0200, Alexander Langer wrote:
> Thus spake Ruslan Ermilov ([EMAIL PROTECTED]):
>
> > Are you sure?
>
> Yes, I reported this on IRC already some weeks ago, but I was
> too lazy to fix it, so I just copied the include to /usr/include
> manually. ;-)
>
> I can e
Thus spake Ruslan Ermilov ([EMAIL PROTECTED]):
> Are you sure?
Yes, I reported this on IRC already some weeks ago, but I was
too lazy to fix it, so I just copied the include to /usr/include
manually. ;-)
I can easily reproduce this, from 4.4-PRERELEASE, 4.3-STABLE and (!)
from a fairly old -CUR
On Fri, Aug 17, 2001 at 01:21:59PM +0300, Maxim Sobolev wrote:
> Hi,
>
> Currently 4-STABLE --> 5-CURRENT upgrade path is broken in libform
> because it uses older curses.h header from the host system, which
> misses some macros necessary. Attached patch is expected to fix the
> problem, please r