xcmail  

Re: XCmail: Problems compiling XCMail 2.2 on RH8.0

Jürgen Schmitz
Sat, 21 Dec 2002 11:47:45 -0800

Daniel Draes wrote:

Hi folks,

I've been trying to compile XCMail on RH8.0.

First the plugin dateresend did not compile. So I removed it from the list. After that I get the following error. Can you please help me? I really want to use XCMail!

folder.cxx:1386: default argument given for parameter 1 of `void
folders_functions::call(folders_functions::CALLTYPE = FOLDERS)'
folder.h:191: after previous specification in `void
folders_functions::call(folders_functions::CALLTYPE = FOLDERS)'


Ok, easy. Looks like gcc is getting more and more strict....

In folder.cxx remove the part "=FOLDERS" in like 1386.

I made the changes on CVS so if you like to you can simply update it.

Jürgen