[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ompile Error - main.C:1042: parse error before ``' - in Maildrop 1.3.7 + 1.4.0



On Sat, 21 Sep 2002, Hannes Widmer wrote:

> Hallo Miteinander

Hallo Hannes,

> Seit einigen Stunden bastle ich an meinem privaten mailserver an einem
> Problem herum welches ich aber nicht in der lage bin zu lösen. Nun es get um
> das Kompilieren von Maildrop welches bei Version 1.3.7 und Version 1.4.0 auf
> Debian Woody folgende Kompilierungsfehler aufwirft:

zuerst einmal:
Was spricht gegen ein

  apt-get install maildrop

?

> main.C: In function `const char * GetDefaultMailbox(const char *)':
> main.C:1042: parse error before ``'
> main.C:1042: empty character constant
> make[1]: *** [main.o] Error 1
> make[1]: Leaving directory `/usr/src/maildrop-1.3.7/maildrop'
> make: *** [all-recursive] Error 1
>...
> 2:  Im File .../src/Maildrop-3.7.1/maildrop/config.h folgendes angepasst:
>
>     change DEFAULT_DEF to: #define DEFAULT_DEF ``./Maildir''
>...

Du hast

  #define DEFAULT_DEF ``./Maildir''

definiert, richtig waere

  #define DEFAULT_DEF "./Maildir"


> Gruss Hannes Widmer

Gruss
Adrian

-- 

You only think this is a free country. Like the US the UK spends a lot of
time explaining its a free country because its a police state.
								Alan Cox






Reply to: