Winex Fehler beim compilieren

Software besorgen und anwenden
Post Reply
Message
Author
AndreasW

Winex Fehler beim compilieren

#1 Post by AndreasW »

Hallo,

ich krieg immer folgende(n) Fehler nachdem ich make depend && make eingegeben habe:

proxy.c:31: conflicting types for `CLSID_DfMarshal'
../../include/wine/obj_marshal.h:22: previous declaration of `CLSID_DfMarshal'
proxy.c:1127: warning: initialization from incompatible pointer type
proxy.c:1128: warning: initialization from incompatible pointer type
proxy.c:1129: warning: initialization from incompatible pointer type
proxy.c:1136: conflicting types for `CLSID_PSFactoryBuffer'
../../include/wine/obj_channel.h:31: previous declaration of `CLSID_PSFactoryBuffer'
make<font size="2">: *** [proxy.o] Fehler 1
make<font size="2">: Verlassen des Verzeichnisses Verzeichnis »/home/andreasw/wine/dlls/ole32«
make<font size="1">: *** [ole32/libole32.so] Fehler 2
make<font size="1">: Verlassen des Verzeichnisses Verzeichnis »/home/andreasw/wine/dlls«
make: *** [dlls] Fehler 2

Bin für jede Hilfe dankbar

mfg Andy

PS: Ich habe vorher ./configure ausgeführt

Post Reply