From: Joaquin C. A. <e98...@fr...> - 2004-06-27 11:23:37
|
Hi! I've tried to compile iaxclient (HEAD) on windows with MSVC6 but unsuccessfully until now. My first problem come from the current project, as it tries to build a version with libiax 1, and this version doesn't compiles. So I've changed the libiax files for the libiax2 ones, but I'm still experiencing some problems. In the libiax2\src\iax.c file, line 670, I'm getting a: error C2229: struct '__unnamed' has an illegal zero-sized array It seems to complain due to the last member of iax_frame. Does anybody knows what should I do to make it work? Thank you for any comments! Cheers, |