Re: Is gnulib supposed to support Visual Studio builds?

2012-01-04 Thread Daniel Schepler
ild -- I personally don't have the professional version of Visual Studio 2008, which afaict is needed to do 64-bit builds.) The only change I needed to make in my source code after adding header and library paths was to add GLOB_NOESCAPE to the flags, in case productHome contains backslashes. -- Daniel Schepler

Re: Is gnulib supposed to support Visual Studio builds?

2012-01-04 Thread Daniel Schepler
ngw32, and making sure to use the 64-bit Visual Studio command prompt? -- Daniel Schepler

Re: Is gnulib supposed to support Visual Studio builds?

2012-01-04 Thread Daniel Schepler
On Tuesday, January 03, 2012 09:08:32 PM Bruno Haible wrote: > Daniel Schepler wrote: > > First of all, if I try running gnulib-tool --import --lgpl=2 glob, it > > reports the license of opendir, readdir, closedir modules is > > incompatible. (I guess because their files

Is gnulib supposed to support Visual Studio builds?

2012-01-03 Thread Daniel Schepler
I'm trying to use gnulib sources in order to be able to use glob internally in the Windows build of our product (i.e. I call std::string pattern = productHome + "/libraries/*/config/*.xml"; glob(pattern.c_str(), ...); ) This is using the Debian package of gnulib, which is version 20111211+stabl