Reply To: svn-1659 (and 1655) configure/build issue.

#12564
rpedde
Participant

@evans02472 wrote:

I’m not using a “standard” platform, but when I cuild (both 1655 and 1659) I get an error related to the VA_COPY macros in util.c:

util.c: In function âutil_vasprintfâ:
util.c:694: error: incompatible type for argument 1 of âmemcpyâ
util.c:694: error: incompatible type for argument 2 of âmemcpyâ
util.c:713: error: incompatible type for argument 1 of âmemcpyâ
util.c:713: error: incompatible type for argument 2 of âmemcpyâ
make[3]: *** [util.o] Error 1

I can make this go away if I forcefully define “HAVE_VA_COPY” when I configure the build – just not sure why it’s not autodetecting that properly.

I am using an Alpha based system as my server – that is odd, I know …

My configure line:

CFLAGS=”-O2 -mcpu=ev6″ ./configure –enable-ssl –enable-ffmpeg –enable-upnp –enable-avahi –enable-sqlite3 –enable-iconv –enable-oggvorbis –enable-flac –enable-musepack –with-id3tag=/usr/include/taglib/ –with-ffmpeg-includes=/usr/include/ffmpeg/ –prefix=/usr

What’s the system and os? Alpha, I know, but what compiler, os, etc.