From: <Uri...@nc...> - 2003-04-15 16:07:54
|
Steve: I suspected I was on the wrong path. I have been working with Asterisk for close to two years now under Linux and never had so many problems compiling. I am going to follow ALL of your instructions to set myself up. By the way, I signed up with the development list so I can pitch in and help. Regards, Uriel Steve Kann <st...@st... To: Uri...@nc... m> cc: iax...@li... Subject: Re: [Iaxclient-devel] compiling IAXCLIENT under WIN32 04/15/2003 11:05 AM Ahh, you're looking at a different set of sources. Those are for Andre's IAXPHONE project. The sources for the iaxclient project are currently in CVS at sourceforge. To get these, go to the sourceforge page, then to CVS, where you'll find directions for anonymous CVS access to get the sources. Basically, if you have cygwin and mingw installed, you should have a CVS client, so you can just do: cvs -d:pserver:ano...@cv...:/cvsroot/iaxclient login (hit "enter" at the password prompt) cvs -z3 -d:pserver:ano...@cv...:/cvsroot/iaxclient co iaxclient (these are the directions from http://sourceforge.net/cvs/?group_id=72851) Then, you'll get a directory called "iaxclient". Then you can cd to iaxclient/simpleclient/win32, and type "make". -SteveK On Tue, 2003-04-15 at 10:47, Uri...@nc... wrote: > Steve: > Thank you for getting back to me. I am going to follow your advise. > I checked in the source code I download and I could not find the "Makefile" > in > \iaxPhone\IAXphone-src\DLL\src > > I did find a Makefile in > \iaxPhone\IAXphone-src\DLL\lcc > > Wouldn't "make" expect to find a Makefile? > is there more than one source to iaxclient for win32 out there and I may > have the wrong one? > > Regards, > > Uriel > > > > Steve Kann > <stevek@stevek To: Uri...@nc... > .com> cc: iax...@li... > Subject: Re: [Iaxclient-devel] compiling IAXCLIENT under WIN32 > 04/15/2003 > 10:23 AM > > > > > > > > I actually use Cygwin and MinGW to compile, but I think that Shawn also > uses/tests with VC++. > > I'm obviously partial to using the GNU tools, because it's the same on > every platform. If you install Cygwin and MinGW (install cygwin, then > install MinGW, then make sure the MinGW tools are in your path before > cygwin), then you just need to go to simpleclient/win32 and type "make". > > see: > http://www.mingw.org/mingwfaq.shtml#faq-usingwithcygwin > > -SteveK > > > On Tue, 2003-04-15 at 10:06, Uri...@nc... wrote: > > I am in a battle trying to compile iaxclient for Windows using Microsoft > > VC++. May be I have the wrong souce. > > can any body point me in the right direction please. > > I have an old Borland C++ Builder5. If that is a better way to go please > > let me know. > > > > Regards, > > > > Uriel > > > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Iaxclient-devel mailing list > > Iax...@li... > > https://lists.sourceforge.net/lists/listinfo/iaxclient-devel > -- > Steve Kann - Chief Engineer - 520 8th Ave #2300 NY 10018 - (212) > 533-1775 > HorizonLive.com - collaborate . interact . learn > "The box said 'Requires Windows 95, NT, or better,' so I installed > Linux." > > > -- Steve Kann - Chief Engineer - 520 8th Ave #2300 NY 10018 - (212) 533-1775 HorizonLive.com - collaborate . interact . learn "The box said 'Requires Windows 95, NT, or better,' so I installed Linux." |