Re: Errors during Make with bopm 3.1.2 on Fedora core 5

David Leadbeater <[email protected]> Tue, 11 Apr 2006 22:18:17 +0100
Newsgroups gmane.network.irc.bopm
Message-ID <[email protected]>
On 11 Apr 2006, at 03:22, Tyler Suggs wrote:
> I want to install and use bopm on my irc server running unrealircd.  
> However, I get errors during the make process. I have yet to find a  
> solution to this problem in any other resource. Any help is greatly  
> appreciated.
>
>
>
> Here are the errors reported by make:
>
>
>
> Config.c: In function ‘libopm_config_create’:
>
> Config.c:93: error: invalid lvalue in assignment
[...]

There are some problems compiling the latest released version with  
GCC 4.

This is fixed in CVS, if you run the following command in the  
bopm-3.1.2 directory it will update to the latest source from CVS:

cvs -d:pserver:[email protected]:/ up -dPA

David