Closed GoogleCodeExporter closed 8 years ago
Shoots, sorry, the Visual Studio solution isn't up-to-date. (I haven't been on
Windows in a while.) I'll try to get to that soon.
Original comment by jbe...@gmail.com
on 2 Nov 2010 at 3:37
By the way, in the meantime, you can use CMake to create a Visual Studio
solution.
Original comment by jbe...@gmail.com
on 2 Nov 2010 at 3:37
Thanks, Rebuild succeeded with cmake-2.6.4-win32-x86. However I got some other
projects in yaml-cpp solution:
ALL_BUILD, ZERO_CHECK, INSTALL, RUN_TESTS.
For those who doesn't know how to generate Visual Studio files:
Install cmake-2.6.4-win32-x86, Choose Add Cmake directory to PATH environment
variable,
Open cmd.exe, goto your yamlcpp project directory:
cd /D D:\Programming\3rdParty\yaml\yamlcpp-svn\trunk\
and type:
cmake -G "Visual Studio 9 2008" D:\Programming\3rdParty\yaml\yamlcpp-svn\trunk\
Cmake will generate all the files for you
Original comment by geotav...@gmail.com
on 2 Nov 2010 at 4:10
BTW, don't forget to close Visual Studio before generating or Cmake will give
you an error.
Original comment by geotav...@gmail.com
on 2 Nov 2010 at 4:12
The project file is updated, r426.
Original comment by jbe...@gmail.com
on 9 Nov 2010 at 8:00
Original issue reported on code.google.com by
geotav...@gmail.com
on 2 Nov 2010 at 12:25