similar to: \iaxclient-2.0.2 compile problem

Displaying 20 results from an estimated 1000 matches similar to: "\iaxclient-2.0.2 compile problem"

2005 Feb 01
2
How to compile "iaxclient" with MinGW/Cygwin
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
2003 Jun 02
1
Announcing IAXCLIENT v0.02 A cross-platform IAX client.
Asterisk-people, Some of you may have heard that we were working on a simple, cross-platform IAX client library called "iaxclient". We've pretty much been "on vacation" with the project for a while, but recently have made some progress, and now have the library working across platforms, and a simple test client called "testcall", up and running on 3
2008 Apr 21
1
Compile libtheora 1.0beta3 with VS2005
Hi all, I tried to compile the theora source with VS2005. But it asked for the ogg library. error message is as follow. **************************************************************************** Error 1 fatal error C1083: Cannot open include file: 'ogg/ogg.h': No such file or directory c:\Documents and Settings\Manoj\Desktop\libtheora-1.0beta3\include\theora\codec.h 64 Error
2007 May 03
3
iaxclient & speex
Hi The latest SVN trunk for speex has changed the SpeexPreprocessState to an opaque structure, for jolly good software engineering reasons. However, the Analogue AGC (AAGC) feature of iaxclient (in audio_enode.c) relies on some members of this. It uses speech_prob to detect when there is enough speech to consider AAGC and then loudness2 to decide how to adjust the input mixer. We want to use
2007 Nov 13
0
problem with speex and iaxclient
Hi All, I try to compile the last version of iaxclient with the new build system, i also compiled speex 1.2b2 . When the makefile try to compile the sample code testcall I have the following mistales: gcc -I/d/Lib/iaxclient-2.0.1/portaudio-1.9/src/common -I/d/Lib/iaxclient-2.0.1/speex-1.2/include -o testcall.exe testcall.o ../../lib/.libs/libiaxclient.a
2007 Sep 19
1
Speex Questions <./Configure %install make [-enable-fixed-point] setting> and Encoding Times etc...
Hi, Speex-dev I've been able to get Speex to compile on SM400M(MIPSII) with problems. ------ Rebuild All started: Project: speexenc, Configuration: Debug SM400M (MIPSII) ------ Deleting intermediate and output files for project 'speexenc', configuration 'Debug|SM400M (MIPSII)' Compiling... getopt.c getopt1.c skeleton.c speexenc.c .\speexenc.c(501) : warning
2007 May 03
2
Re: [Iaxclient-devel] iaxclient & speex
> As you can tell, the AAGC integration with speex was really a classic > hack. Instead of re-creating the hack, what's probably best here is to > integrate AAGC back into speex, and have a proper API. Agreed here. If you can come up with a clean patch to add that feature, it's something I'd like to see in Speex. > For those of you just tuning in, what I call
2004 Mar 24
3
oggenc in vorbistools 1.0.1
Hello, Iam trying to compile oggenc to create oggenc.exe but i have 6 errors in the compilation. I have done like this: 1)I create a project in visual C++ 6.0(win 32 console) 2)i include the C files ans h file in source and header files the errors are: f:\stage_2004_xtase\guillaume_roget\ogg_vorbis\ogg_tools\vorbis-tools-1.0.1\oggenc\encode.h(5) : fatal error C1083: Cannot open include file:
2003 Jun 18
0
IAXClient news
About 2 weeks ago, I made the first announcement to the list about the first IAXCLIENT cross-platform builds. What we had then, was a command-line application which could make a single outgoing call. We've since done quite a bit of work on the clients, and the client now has: 1) A working cross-platform GUI 2) Volume level controls, and re-tuned audio processing 3) Multiple call apparances
2007 Dec 18
2
Asterisk/iaxclient IAX2 source port
All, I have a simple question and a complicated reason for asking: Is it possible to change asterisk's source port for outbound IAX2 connections? I've tried using "sourceaddress" to no avail. I can set it to: proper.ip.of.box:4569 or 0.0.0.0:4569 and it works as expected. But if I try to set it to: proper.ip.of.box:5000 or 0.0.0.0:5000 it fails around line 8536 in
2004 Oct 04
1
Will there be any support for iLBC in IAXClients soon?
Hello Folks, I noticed that all of the IaxClient based softphones with exception of Firefly only seem to have support for GSM but what about iLBC? The quality is excellent with iLBC even on a dialup connection! Meanwhile while the audio on GSM often sounds scratchy. Is anyone looking to implement iLBC in an IaxClient based softphone soon? Errol Biz4Web Solutions Limited
2003 Jul 23
3
iaxclient (Activex)
I just wondered whether anyone actually got this working and produced a how-to ? I recently had a customer ask about embedding it into their web pages for there customers to call them with ?? To be honest I have no idea how etc.... Gary .
2011 Apr 22
2
Can't compile libtheora vs2010
I'm getting errors like so on initial build of libtheora - 1>c1 : fatal error C1083: Cannot open source file: '..\lib\dec\x86_vc\x86stat.c': No such file or directory 1> mmxstate.c (TaskId:16) 1>c1 : fatal error C1083: Cannot open source file: '..\lib\dec\x86_vc\mmxstate.c': No such file or directory 1> mmxloopfilter.c (TaskId:16) 1>c1 : fatal error C1083:
2007 May 03
0
Re: [Iaxclient-devel] iaxclient & speex
David Brazier wrote: > Hi > > The latest SVN trunk for speex has changed the SpeexPreprocessState to > an opaque structure, for jolly good software engineering reasons. > However, the Analogue AGC (AAGC) feature of iaxclient (in audio_enode.c) > relies on some members of this. It uses speech_prob to detect when > there is enough speech to consider AAGC and then loudness2 to
2007 May 03
4
Re: [Iaxclient-devel] iaxclient & speex
> I hate to be a talker and not a do-er, but I won't be able to write this > myself, probably someone on the iaxclient team could do it. Anyway, let me know if/when someone's working on that. >> Hmm, or does that mean the analogue AGC is actually completely >> independent from the "real" AGC. Any thoughts? >> > > It's actually a bit more
2004 Apr 08
0
Re: [Iaxclient-devel] codec negotiation ?
On Thu, 08 Apr 2004 10:14:09 -0400, Steve Kann wrote: >Gary wrote: > >>I have noticed lack of codec negotiation with calls thru a registrated >>asterisk box. >> >>No seen problems with outbound calls, (though I haven't specifically >>tried it), but the problem exists inbound. >> >>Easiest method for testing this was ring in via a sip client set
2007 May 03
0
Re: [Iaxclient-devel] iaxclient & speex
Jean-Marc Valin wrote: >> As you can tell, the AAGC integration with speex was really a classic >> hack. Instead of re-creating the hack, what's probably best here is to >> integrate AAGC back into speex, and have a proper API. >> > > Agreed here. If you can come up with a clean patch to add that feature, > it's something I'd like to see in
2003 Nov 29
1
iaxComm Update available [Ringtones, Intercom, UI improvements]
iaxComm is an Open Source softphone for the Asterisk PBX. iaxComm compiles and runs on Win32, Linux and Mac OS X systems. Sources included in the iaxclient library: http://iaxclient.sourceforge.net/snapshots/iaxclient.tar.gz Precompiled binaries at: http://iaxclient.sourceforge.net/snapshots/iaxclient.tar.gz Features: * Register with multiple servers (ie enterprise server and iaxtel).
2005 Jan 14
1
iaxComm 0.99pre11 binaries posted to Sourceforge
iaxComm is a crossplatform open source softphone utilizing the IAX2 protocol. It is distributed as part of Steve Kann's iaxclient library. I've just posted new Windows, Linux and Mac OSX binaries to sourceforge. The Windows binary was compiled on WinXP. The Linux binary was compiled on RedHat 9. The OSX binary was compiled by Andreas Wrede on 10.3 and was tested on 10.4 (Tiger) beta.
2007 May 03
0
Re: [Iaxclient-devel] iaxclient & speex
Jean-Marc Valin wrote: >> I hate to be a talker and not a do-er, but I won't be able to write this >> myself, probably someone on the iaxclient team could do it. >> > > Anyway, let me know if/when someone's working on that. > > >>> Hmm, or does that mean the analogue AGC is actually completely >>> independent from the "real"