Re: EB-lite complie errors

Christian Talsness <[email protected]> Wed, 23 Jun 2004 17:22:32 -0500
Newsgroups gmane.network.everybuddy.user
Message-ID <[email protected]>
I tried both make clean and adding that define and it still didn't
work.  any other ideas?

Christian

On Wed, 23 Jun 2004 11:56:09 +0100, Meredydd <[email protected]> wrote:
> 
> Heya,
>        The first thing to check is whether you're building on top of an old
> codebase. Have you extracted the alpha-12 tarball on top of something
> you've already checked out of Subversion, or another release? If so,
> try extracting it into a separate direction, and/or doing a "make
> clean" and trying again.
> 
>        If this is the first time you've tried to build eb-lite, and "make
> clean" didn't fix your problem, a quick and extremely dirty way of
> making it work would be to put at the top of core/plugins/irc/irc.c
> something like:
> 
> #define PACKAGE "eb-lite"
> 
> which should get it past this error, but from the sound of things
> something in the bowels of the build system is nice and broken, so
> there's a good chance you'll just hit another one.
> 
>        Can anyone else reproduce this? It's working fine for me...
> 
> Meredydd