Steve,

You really should bring this up on the iaxclient-devel list, either instead of or in addition to here.

I'm no longer maintaining the IAX1 compile, so there may be new features added to the library (such as the handling of text frames, as you've noted below) which will cause the IAX1 compile to break.

If people want to continue with that, I'll accept their patches, but it's hard enough to test and build everything on three different platforms, so I don't multiply that by 2 to support two different IAX libraries, and I also don't add one to it by testing with compilers other than gcc.

The particular problem you see is that the data structures used by iax1 and iax2 are different. If you want to make it work for IAX1, you'll need to find the appropriate members in IAX1, and add an #ifdef in there to make it use different elements for IAX1.

There's probably a few instances of this in there. (a handful, not many).

-SteveK



On Dec 4, 2003, at 10:56 AM, Steven Sokol wrote:

I need to know if someone encounters display errors (like the window
displayed partially) when some 'strage' resolutions are used for the
display
in Windows XP native theme mode.

I am running XP in 1280 x 1024 x 2 Monitors. The bottom status window is cut off in DIAX 0.9.5.

Also: I finally got my environment set up correctly for compiling the
iaxClient library. However, I seem to have compile errors when I try to
compile for IAX1 rather than IAX2 (by changing the setting in the
Makefile). Have you had any such issues? Here is the output:


gcc -Igsm/inc -Iportaudio/pa_common -Iportaudio/pablio
-Iportmixer/px_common -g -Ilibiax/src -DSPEEX_PREPROCESS=1 -DSPEEX_EC=1
-DWIN32 -c -o iaxclient_lib.o iaxclient_lib.c
iaxclient_lib.c: In function `handle_text_event':
iaxclient_lib.c:484: structure has no member named `data'
make: *** [iaxclient_lib.o] Error 1


Any suggestions would be great!

Thanks again,

Steve


_______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users


_______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to