On Mon, May 03, 2010 at 04:00:14PM +0100, Adam D. Barratt wrote: > ../common/JackAPI.cpp:303: error: cannot convert 'int' to 'va_list' > for argument '4' to 'jack_client_t* jack_client_open_aux(const char*, > jack_options_t, jack_status_t*, va_list)'
The code in question: jack_client_open_aux(client_name, (jack_options_t)options, NULL, NULL); Obviously, arg4 is NULL, so the message means the compiler cannot convert 0 to a va_list, which should be (more or less) a pointer. Or at least was until some va_list mangling in gcc-4.4. I don't have a clue: anybody more common with ARM specifics around? TIA -- mail: a...@thur.de http://adi.thur.de PGP/GPG: key via keyserver -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20100503161300.gq12...@ltw.loris.tv