I believe this patch http://www.winehq.com/hypermail/wine-cvs/2004/12/0081.html is causing this compile error on my system.
make[2]: Entering directory `/path/to/wine/source/dlls/winmm/winejack' gcc -c -I. -I. -I../../../include -I../../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o audio.o audio.c audio.c: In function `JACK_WaveInit': audio.c:902: warning: implicit declaration of function `wine_dlsym' audio.c:902: warning: assignment makes pointer from integer without a cast audio.c:903: warning: assignment makes pointer from integer without a cast audio.c:904: warning: assignment makes pointer from integer without a cast audio.c:905: warning: assignment makes pointer from integer without a cast audio.c:906: warning: assignment makes pointer from integer without a cast audio.c:907: warning: assignment makes pointer from integer without a cast audio.c:908: warning: assignment makes pointer from integer without a cast audio.c:909: warning: assignment makes pointer from integer without a cast audio.c:910: warning: assignment makes pointer from integer without a cast audio.c:911: warning: assignment makes pointer from integer without a cast audio.c:912: warning: assignment makes pointer from integer without a cast audio.c:913: warning: assignment makes pointer from integer without a cast audio.c:914: warning: assignment makes pointer from integer without a cast audio.c:915: warning: assignment makes pointer from integer without a cast audio.c:916: warning: assignment makes pointer from integer without a cast audio.c:934: warning: implicit declaration of function `strcpyW' audio.c:998: warning: implicit declaration of function `wine_dlclose' audio.c: In function `wodDevInterfaceSize': audio.c:1682: warning: implicit declaration of function `MultiByteToWideChar' audio.c:1682: error: `CP_ACP' undeclared (first use in this function) audio.c:1682: error: (Each undeclared identifier is reported only once audio.c:1682: error: for each function it appears in.) audio.c: In function `wodDevInterface': audio.c:1692: error: `CP_ACP' undeclared (first use in this function) audio.c: In function `widDevInterfaceSize': audio.c:2428: error: `CP_ACP' undeclared (first use in this function) audio.c: In function `widDevInterface': audio.c:2438: error: `CP_ACP' undeclared (first use in this function) make[2]: *** [audio.o] Error 1 make[2]: Leaving directory `/path/to/wine/source/wine/dlls/winmm/winejack' make[1]: *** [winmm/winejack] Error 2 make[1]: Leaving directory `/path/to/wine/source/wine/dlls' make: *** [dlls] Error 2
____________________________________________________________ Libero ADSL: 3 mesi gratis e navighi a 1.2 Mega, senza costi di attivazione. Abbonati subito su http://www.libero.it
Dear all,
Ivan Leo Puoti wrote:
I believe this patch http://www.winehq.com/hypermail/wine-cvs/2004/12/0081.html is causing this compile error on my system.
make[2]: Entering directory `/path/to/wine/source/dlls/winmm/winejack'
[...]
I can confirm this, same problem here.
As I am not currently a developer, it would be nice if some competent person could comment on this. Especially I would like to know if this could be related to our configuration (for me Debian GNU/Linux Sarge, Vanilla Kernel 2.6.9, Alsa support, libjack0.80.0-dev not installed what may cause the problem).
Thx for assistance, Christian
Christian Britz schrieb:
Vanilla Kernel 2.6.9, Alsa support, libjack0.80.0-dev not installed what
Sorry, that was was wrong, the dev package IS installed!
Christian Britz wwrote accidentially to himself:
Vanilla Kernel 2.6.9, Alsa support, libjack0.80.0-dev not installed what
Sorry, that was was wrong, the dev package IS installed!
When I remove this package everything compiles fine!
So i guess jack support is broken.
Regards Christian
Le mar 07/12/2004 à 17:38, Christian Britz a écrit :
Christian Britz wwrote accidentially to himself:
Vanilla Kernel 2.6.9, Alsa support, libjack0.80.0-dev not installed what
Sorry, that was was wrong, the dev package IS installed!
When I remove this package everything compiles fine!
So i guess jack support is broken.
One of the winejack files was missing an #include statement, it should be fixed in current CVS now.
Vincent
Vincent Béron schrieb:
One of the winejack files was missing an #include statement, it should be fixed in current CVS now.
No. Maybe my server has not replicated yet.
I'll inform you tommorow about success.
Christian Britz schrieb:
No. Maybe my server has not replicated yet.
I'll inform you tommorow about success.
does work now