|
From: Johannes W. <ja...@mo...> - 2012-05-23 20:27:18
|
Hi Semen, I'll reply inline: On Wed, May 23, 2012 at 11:57:18PM +0700, Semen wrote: > I tried to install cmus from the pu branch on Windows (Cygwin), but to no > avail. > > $ ./configure CONFIG_CDDB=n CONFIG_CDIO=n CONFIG_DISCID=n CONFIG_MODPLUG=n > CONFIG_MIKMOD=n CONFIG_MPC=n CONFIG_MP4=n CONFIG_AAC=n CONFIG_FFMPEG=n > CONFIG_CUE=n CONFIG_ROAR=n CONFIG_ALSA=n CONFIG_ARTS=n CONFIG_OSS=n > CONFIG_SUN=n > [...] > waveout.c: In function 'waveout_get_option': > waveout.c:283:3: error: implicit declaration of function 'snprintf' > waveout.c:283:3: warning: incompatible implicit declaration of built-in > function 'snprintf' > scripts/lib.mk:76: recipe for target `waveout.lo' failed > make: *** [waveout.lo] Error 1 > > Is this possible to run cmus on Windows? Was it tested? > What compiler/parameters should I use? It has been tested, also by me. I tried it again, and for me this error (implicit declaration of function 'snprintf') is a warning. Maybe your Cygwin toolchain is newer? Anyway, the warning (and possibly the error) disappear if <stdio.h> is included. I will submit a patch in a follow-up mail. Thanks for reporting! Grettings, Johannes |