On Wed, May 9, 2012 at 4:32 PM, Norbert Sendetzky
<norb...@linuxnetworks.de>wrote:
> Hi Guille
>
> > I was trying to compile mssql backend on windows (yes, I know odbc is
> > recomended :P) and I was having problems with the libintl again with
> Mingw.
> >
> > I kind of solve this changing the makefile in mssql backend folder. I've
> > changed
> >
> > LDFLAGS = -L/usr/local/lib -L/c/mingw/lib
> >
> > by
> >
> > LDFLAGS = -L/usr/local/lib -L/c/mingw/lib ${LTLIBINTL}
> >
> > And I could compile. I'm not too versed in makefiles, so you probably
> will
> > find a more elegant solution for this. Meanwhile, I'm happy I have my
> dll
> > :).
>
> I've added the same check as for the sqlite3 backend in order to add the
> libintl library if necessary. Available since SVN rev. 365.
>
> Could you give it a try if it build also this way on your machine?
>
What is the url of the svn repo you are using? :) I'm looking at:
https://libopendbx.svn.sourceforge.net/svnroot/libopendbx/trunk/
which is the one that says in
http://www.linuxnetworks.de/doc/index.php/OpenDBX
And can see only up to revision 355.
Probably that's why Mariano and I couldn't see the fixes :).
Cheers,
Guille
>
> Thanks
>
>
> Norbert
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> libopendbx-devel mailing list
> libopendbx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/libopendbx-devel
> http://www.linuxnetworks.de/doc/index.php/OpenDBX
>
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
libopendbx-devel mailing list
libopendbx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libopendbx-devel
http://www.linuxnetworks.de/doc/index.php/OpenDBX