Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 May 2012 14:00:30 -0400
From:      "illoai@gmail.com" <illoai@gmail.com>
To:        Howard Leadmon <howard@leadmon.net>
Cc:        questions@freebsd.org
Subject:   Re: Can't get irc/inspircd to build, any clues?
Message-ID:  <CAHHBGkqcQehpNHbNoqvgoUrUb7OUh8Po_gMp0Tq5jx3w6DEYyg@mail.gmail.com>
In-Reply-To: <00df01cd3cac$1cb26ff0$56174fd0$@leadmon.net>
References:  <00df01cd3cac$1cb26ff0$56174fd0$@leadmon.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On 28 May 2012 04:30, Howard Leadmon <howard@leadmon.net> wrote:
>
> =A0Does anyone know if the irc/inspircd port for FreeBSD works? =A0 =A0I =
have
> tried it on an FBSD 9 server, as well as an older version of the FreeBSD
> with the same results.
>
> =A0If I try and run make the build the port, I get the following error:
>
>
> # make
> =3D=3D=3D> =A0Building for inspircd-2.0.5
> make: cannot open BSDmakefile.
> *** Error code 1
>
> Stop in /usr/ports/irc/inspircd.
> *** Error code 1
>
> Stop in /usr/ports/irc/inspircd.
> #
>
>
> I figure maybe someone has gotten this to build, so figured I would toss =
it
> out here as using my googlefu I found years ago someone posting the same
> problem, but never found any resolution.
>
> =A0Any ideas, as I would like to check out this software...
>

You probably need to run the configure script:
it seems to build just fine here via

% tar xf InspIRCd-2.0.5.tar.bz2
% cd inspircd
% ./configure
% make

--=20
--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAHHBGkqcQehpNHbNoqvgoUrUb7OUh8Po_gMp0Tq5jx3w6DEYyg>