[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: fix webservices to build on gcc-2.95
From: |
Richard Frith-Macdonald |
Subject: |
Re: fix webservices to build on gcc-2.95 |
Date: |
Sun, 26 Jun 2011 11:41:45 +0100 |
On 25 Jun 2011, at 16:45, Sebastian Reitenbach wrote:
> Hi,
>
> I found webservices-0.5.2 doesn't build with gcc-2.95. Attached little patch
> does help. The error its fixing is the following:
>
> cc WSSUsernameToken.m -c \
> -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1
> -DGNUSTEP_BASE_LIBRARY=
> 1 -fno-strict-aliasing -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN
> -DGS
> DIAGNOSE -Wno-import -O2 -pipe -g -fgnu-runtime -I. -I/usr/local/include
> -I/gnus
> tep-webservices-0.5.2_writes_to_HOME/GNUstep/Library/Headers
> -I/usr/local/includ
> e \
> -o obj/WebServices.obj/WSSUsernameToken.m.o
> WSSUsernameToken.m:216: macro `RANDOM' used without args
> WSSUsernameToken.m:217: macro `RANDOM' used without args
> WSSUsernameToken.m:218: macro `RANDOM' used without args
> WSSUsernameToken.m:219: macro `RANDOM' used without args
Thanks very much, I did a new 0.5.3 release with that fix.