xunzhang / gflags

Automatically exported from code.google.com/p/gflags
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

don't work with VCExpress 9.0 #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
don't work with VCExpress 9.0

Original issue reported on code.google.com by liling...@gmail.com on 31 Jul 2009 at 6:52

GoogleCodeExporter commented 9 years ago
What's vcexpress 9.0?  And what didn't work?

Original comment by csilv...@gmail.com on 31 Jul 2009 at 4:01

GoogleCodeExporter commented 9 years ago
Ping.  I'm happy to try to help, but I'll have to close the bug without any more
information.

Original comment by csilv...@gmail.com on 18 Aug 2009 at 9:56

GoogleCodeExporter commented 9 years ago
I suppose VCExpress 9.0 means the product of Microsoft "Visual C ++ Express 
Edition 
ver.9.0" .
I also want to know how to build gflags with Visual c++ or,at least, mingw.

If you work on windows, the only way to use glags is to build with Cygwin?

Original comment by gymnoped...@gmail.com on 9 Sep 2009 at 1:59

GoogleCodeExporter commented 9 years ago
Interesting -- I had never considered that a windows user would want to use this
package.  It has such a different model of how flags work than the windows world
does, I thought it would be more confusing than helpful.  Maybe not!

It should work under cygwin.  I'll do what I can to make sure the next release 
works
with mingw as well.  I'd like to understand the use-case better with visual c++
though, to say how easy or hard it would be to support that.

Original comment by csilv...@gmail.com on 9 Sep 2009 at 3:25

GoogleCodeExporter commented 9 years ago
I still don't have visual studio support, but -- after much gnashing of teeth 
-- this
does compile under mingw now, and all tests pass.

Original comment by csilv...@gmail.com on 11 Sep 2009 at 12:19

GoogleCodeExporter commented 9 years ago
Support for Visual Studio would be a nice feature for some of us
who need multiplatform library for Unix* and Windows.Also glog logging
library is using it as an optional part. GLog library has a
native support for Windows so again it will be great if we can use
gflags directly with Visual Studio without dependency on cygwin or
mingw.

Original comment by jher...@gmail.com on 14 Sep 2009 at 9:34

GoogleCodeExporter commented 9 years ago
Ok, fair enough.  It's a bit of work to port things to the windows build 
environment,
but hopefully after doing the mingw porting work the visual studio porting will 
be
easier.  I'll look into getting this for the next release.

Original comment by csilv...@gmail.com on 14 Sep 2009 at 4:23

GoogleCodeExporter commented 9 years ago
OK, this should work under visual studio with the new release (gflags 1.3).  
Let me 
know if you still have trouble.

Original comment by csilv...@gmail.com on 8 Jan 2010 at 7:52

GoogleCodeExporter commented 9 years ago
Super. Good to hear, that gflags should work now also under visual studio. We 
will
try it next week and let you if there will be some problems.
Thanks

Original comment by I.Dun...@gmail.com on 14 Jan 2010 at 1:29