Hello, I can?t compile "iaxclient", because one needs to compile the new version "wiax.dll". I tried to compile it under MinGW/Cygwin, but I had the messages like: cc -I. -Igsm/inc -Iportaudio/pa_common -Iportaudio/pablio -Iportmixer/px_common -Ilibspeex/include -g -O2 -DSPEEX_PREPROCESS=1 -DNEWJB -Ilibiax2/src -IAXC_IAX -DLIBIAX -DSPEEX_EC=1 -DWIN32 -DBUILDING_DLL -c -o gsm/src/add.o gsm/src/add.c process_begin: CreateProcess((null), cc -I. -Igsm/inc -Iportaudio/pa_common -Iportaudio/pablio -Iportmixer/px_common -Ilibspeex/include -g -O2 -SPEEX_PREPROCESS=1 -DNEWJB -Ilibiax2/src -DIAXC_IAX2 -DLIBIAX -DSPEEX_EC=1 -DWIN32 -DBUILDING_DLL -c -o gsm/src/add.o gsm/src/add.c, ...) failed. make (e=2): The specified file is untraceable. c:\MinGW\bin\mingw32-make.exe: *** [gsm/src/add.o] Error 2 Can you give me some councils? Cordially, Jian Hong GUAN (jhguan@frontier.fr) Frontier Online - Op?rateur Internet
timebandit001@gmail.com
2005-Feb-01 06:44 UTC
[Asterisk-Users] How to compile "iaxclient" with MinGW/Cygwin
> Can you give me some councils?Sorry I can't help you, I tried myself but couldn't manage to compile it. Somebody else on this list managed to do it, maybe he will jump in and provide some help (Preston, are you listening ? ;)
Michael Van Donselaar
2005-Feb-01 12:58 UTC
[Asterisk-Users] How to compile "iaxclient" with MinGW/Cygwin
On Tue, 01 Feb 2005 10:12:52 +0100, Guan <jhguan@frontier.fr> wrote:>Hello, >I can?t compile "iaxclient", because one needs to compile the new version >"wiax.dll". I tried to compile it under MinGW/Cygwin, but I had the >messages like:The instructions for building iaxcomm in iaxclient/simpleclient/iaxcomm/README will work for you. (You will just need steps 1,2 and 4 if you're not compiling iaxcomm, since you won't need wxWindows/wxWidgets) You can use MinGW 3.1.0-1 instead of the older 2.0.0.3 in the README, but don't use 3.2.rc3 if you plan to build the dll rather than the static lib.