[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: heimdal 1.1 not building under cygwin
David Rosenstrauch wrote:
> Love Hörnquist Åstrand wrote:
>>
>> 10 apr 2008 kl. 21.03 skrev David Rosenstrauch:
>>
>>> Like the subject says.
>>>
>>> The build gets a large part of the way through, but then dies as
>>> follows:
>>>
>>> Anyone know cause/workaround?
>>
>> This commit should fix it
>>
>> http://www.h5l.org/fisheye/changelog/heimdal/?cs=22955
>>
>> Love
>
> Excellent.
>
> Will give that a shot.
>
> Thanks much for the quick fix!
>
> DR
Ugh. Just found another one:
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I../../include
-I../../lib/roken -I../../lib/roken -D_LARGE_FILES= -Wall
-Wmissing-prototypes -Wpointer-arith -Wbad-function-cast
-Wmissing-declarations -Wnested-externs -g -O2 -c stringprep.c
-DDLL_EXPORT -DPIC -o .libs/stringprep.o
stringprep.c:61: error: conflicting types for 'wind_stringprep'
wind.h:63: error: previous declaration of 'wind_stringprep' was here
stringprep.c:61: error: conflicting types for 'wind_stringprep'
wind.h:63: error: previous declaration of 'wind_stringprep' was here
make[3]: *** [stringprep.lo] Error 1
make[3]: Leaving directory `/cygdrive/c/dave/heimdal-svn/lib/wind'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/cygdrive/c/dave/heimdal-svn/lib/wind'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/cygdrive/c/dave/heimdal-svn/lib'
make: *** [all-recursive] Error 1
DR