nufw-users
[Top][All Lists]
Advanced

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

[Nufw-users] Re:


From: Vincent Deffontaines
Subject: [Nufw-users] Re:
Date: Wed, 25 May 2005 14:40:09 +0200 (CEST)
User-agent: SquirrelMail/1.4.4

Vincent SCHULTZ said:
> Vincent,
>
> Thanks, for the patched.
> The new result of the make with auth_common.c patched and the following
> .configure :
>
> # ./configure --prefix=/opt/nufw  --with-ldap --with-user-mark
> --with-pgsql-log
> # make
> ...
> if gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -pthread
> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -Iinclude/ -O2 -Wall
> -fno-strict-aliasing -Werror-implicit-function-declaration
> -DCONFIG_DIR=\"/opt/nufw/etc\" -DMODULE_DIR=\"/opt/nufw/lib\"
> -DLOCAL_STATE_DIR=\"/opt/nufw/var\"   -g -O2 -MT tls.o -MD -MP -MF
> ".deps/tls.Tpo" -c -o tls.o tls.c; \
> then mv -f ".deps/tls.Tpo" ".deps/tls.Po"; else rm -f ".deps/tls.Tpo";
> exit 1; fi
> tls.c: In function `push_worker':
> tls.c:1985: erreur: type d'argument erroné pour le point d'exclamation
> unaire
> make[3]: *** [tls.o] Erreur 1
> make[3]: Leaving directory `/tmp/nufw-1.0.5/src/nuauth'
> make[2]: *** [all-recursive] Erreur 1
> make[2]: Leaving directory `/tmp/nufw-1.0.5/src/nuauth'
> make[1]: *** [all-recursive] Erreur 1
> make[1]: Leaving directory `/tmp/nufw-1.0.5/src'
> make: *** [all-recursive] Erreur 1
>
> Voilà ,
>
> Hoping it will help,
>
> Vincent
>

Yes, this greatly helps as it removes build bugs.
This is the exact same problem as before, attached is the patch to fix it.
This patch will make it to 1.0.6 as well.

As before, this patch is to be applied with :
patch tls.c tls.c.diff.txt

I have checked for other calls of the g_async_queue_ref() function, found
none, so hopefully this problem is fixed for good with this patch.

Vincent





reply via email to

[Prev in Thread] Current Thread [Next in Thread]