< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [reSIProcate] Compiling on Windows, Visual Studio alternatives


On Mon, 22 May 2006 16:10:07 +0200
Diego Susa <dsusa@xxxxxxxxx> wrote:

> Hi:
> I'm new to reSIProcate, and I need to compile the library on Windows with the 
> following tools:
> 1) MinGW (g++ 3.2.3)
> 2) Borland (bcc32 5.6.4)
> Does anyone know if this has been done ? 

> Does any one know some place to look for tips ?
> 
> I've searched the sources but only found GNU makefiles, and Visual Studio 
> Projects.
> The GNU makefiles seem to be based on autotools, and I know MinGW does not 
> have these.
> I think Cygwin should be the suitable environment, but I can't use Cygwin's 
> compiler.
> 
> any hint ?
> Thanks in advance,
> Diego
> 
> 
> 

  hey, I think can use MinGW (need bintools and gmake). don't care about GNU 
makefiles, write a new Makefile by you self. Inclue all .cxx file . emm. to 
remember add CXXFLAGS = '-DUSE_ARES'.

  good luck.

  jinti