IRRd-Discuss
Date Prev | Date Next |
Date Index |
Thread Index |
Author Index |
Historical
Re: FreeBSD-3.1RELEASE
- From: Kuniaki Kondo
- Date: Sun May 16 23:35:12 1999
Hi Craig,
I succeeded to compile IRRd.
Thank you for your advise.
---
Kuniaki Kondo
kuniaki@iij.ad.jp
Internet Initiative Japan Inc.
From: Craig Labovitz <labovit@merit.edu>
Subject: Re: FreeBSD-3.1RELEASE
Date: Fri, 14 May 1999 17:11:06 -0400
>
> Hi Kuniaki,
>
> If you add "#include <sys/types.h>" before "#include <regex.h>" in
> irrd/programs/irr_check/syntax_attrs.c it should compile.
>
> I'll make sure the next IRRd release includes this change.
> Thanks for pointing out the bug.
>
> - Craig
>
> at Fri, 14 May 1999 16:48:50 +0900, you wrote:
> > Hello,
> >
> > I would like to compile IRRd-1.3-alpha-May-10-1999 on
> > FreeBSD-3.1-RELEASE.
> >
> > However, when i was complie, I could not compile it.
> > Following is error messages.
> >
> > ---
> > cd irr_check; make
> > Compiling: syntax_attrs.c
> > In file included from syntax_attrs.c:7:
> > /usr/include/regex.h:46: parse error before `regoff_t'
> > /usr/include/regex.h:46: warning: type defaults to `int' in declaration of `r
> egoff_t'
> > /usr/include/regex.h:46: warning: data definition has no type or storage clas
> s
> > /usr/include/regex.h:56: parse error before `regoff_t'
> > /usr/include/regex.h:56: warning: no semicolon at end of struct or union
> > /usr/include/regex.h:57: warning: type defaults to `int' in declaration of `r
> m_eo'
> > /usr/include/regex.h:57: warning: data definition has no type or storage clas
> s
> > /usr/include/regex.h:58: warning: type defaults to `int' in declaration of `r
> egmatch_t'
> > /usr/include/regex.h:58: warning: data definition has no type or storage clas
> s
> > /usr/include/regex.h:102: parse error before `regmatch_t'
> > *** Error code 1
> >
> > Stop.
> > *** Error code 1
> >
> > Stop.
> > *** Error code 1
> >
> > Stop.
> > ----
> >
> > This IRRd version, I had compiled on FreeBSD-2.2.7-RELEASE.
> > And, the version of the file of 'regex.h' is same to FreeBSD-3.1-RELEASE.
> >
> > I don't understand why I can not comple.
> >
> > Please tell me any advices.
> >
> > Thank you.
> > ---
> > Kuniaki Kondo
> > kuniaki@iij.ad.jp
> > Internet Initiative Japan Inc.
> >
>
>
>
|