problem compiling value.c in /home/storri/src/wine/dlls/wldap32

Stephen Torri storri at torri.org
Sat Nov 19 19:21:08 CST 2005


I am using CVS version of wine that I synced with just tonight. I did
the following commands:

make clean
cvs up
./configure
make depend
make

When it came to compiling value.c in /home/storri/src/wine/dlls/wldap32
I get an error that:

gcc -c -I. -I. -I../../include -I../../include  -D__WINESRC__   -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wdeclaration-after-statement -Wpointer-arith  -g -O2  -o value.o value.c
value.c: In function `bv2str':
value.c:123: error: dereferencing pointer to incomplete type
value.c:128: error: dereferencing pointer to incomplete type
value.c: At top level:
value.c:135: warning: 'bv2str_array' defined but not used
make[2]: *** [value.o] Error 1
make[2]: Leaving directory `/home/storri/src/wine/dlls/wldap32'
make[1]: *** [wldap32] Error 2
make[1]: Leaving directory `/home/storri/src/wine/dlls'
make: *** [dlls] Error 2

The type system used does not make sense to be as a user. I don't see
where ULONG is defined athat I see being used at line 123 in value.c

Stephen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://www.winehq.org/pipermail/wine-devel/attachments/20051119/175f68cf/attachment.pgp


More information about the wine-devel mailing list