Paul Cockings schrieb:
> Sebastian Toepfer wrote:
>> Hi,
>>
>> i try to compile dspam in OpenSolaris 2009-06, but become this error:
>> ....
>>  gcc -DHAVE_CONFIG_H "-DLOGDIR=\"/usr/local/var/dspam/log\"" 
>> "-DCONFDIR=\"/usr/local/etc\"" 
>> "-DCONFIG_DEFAULT=\"/usr/local/etc/dspam.conf\"" -D_THREAD_SAFE 
>> -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I. -g -O2 
>> -Wall -Wmissing-prototypes -Wmissing-declarations -MT list.lo -MD -MP 
>> -MF .deps/list.Tpo -c list.c  -fPIC -DPIC -o .libs/list.o
>> list.c: In function `bnr_list_node_create':
>> list.c:39: error: syntax error before numeric constant
>> *** Error code 1
>> ....
>>
>> i've fix it, but now my question, why came this error by me only?
>>
>> Sebastian
>>
>>   
> Hi Sebastian
>
> Which version of dspam have you compiled?
> What did you do to fix it?
> Can you post the output of 'dspam --version'
>
> Kind regards,
> Paul
>
>
Hi,

version: dspam-3.9.0-ALPHA2

fix: list.c line 39
    before:  exit NULL;
    after: exit (NULL);

output dspam --version:
    DSPAM Anti-Spam Suite 3.9.0-ALPHA2 (agent/library)

    Copyright (c) 2002-2009 DSPAM Project
    http://dspam.sourceforge.net.

    DSPAM may be copied only under the terms of the GNU General Public 
License,
    a copy of which can be found with the DSPAM distribution kit.

    Configuration parameters:  '--prefix=/usr/local/dspam'

Sebastian

------------------------------------------------------------------------------
_______________________________________________
Dspam-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspam-devel

Reply via email to