On Mon, 28 Oct 2013 17:24:15 +0100
Juan Jose Garcia-Ripoll <
juanjose.g...@gmail.com> wrote:
> On Sat, Oct 26, 2013 at 9:09 PM, Ioannis Tsingalis
> <
itsin...@gmail.com>wrote:
>
> > I am Win 7 user and I am wondering if it is possible for someone to
> > build this library in Visual Studio 2010 or it is too complicated?
> > Does anyone has experience on this?
> >
>
> It has not been implemented yet, as Ulf pointed out. The problem is
> not that it is impossible, but the simple fact that currently all
> makefiles have been built using GNU Autoconf. Porting these makefiles
> is a couple of weeks work.
An alternative might be to cross-compile on a Unix machine, at least
for people that only want to use the library, not work on it. However,
I last did this around ten years ago, and could not do it for lack of
Windows. What I do remember is that it was a bit of a pain but doable (I
never managed to get dynamic libraries to work, and you had to compile
every tiny library, because Windows does not have the /usr/lib concept
with installable packages).
If there is sufficient interest and it seems useful to pursue, I might
at least have a look into that, though.
Ulf