majintao0131 / yaml-cpp

Automatically exported from code.google.com/p/yaml-cpp
MIT License
0 stars 0 forks source link

parserstate.cpp is missing file in svn repository #80

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Checkout the latest 425 revision.
2. Open \trunk\yamlcpp.sln
3. Rebuild the solution.

What is the expected output? What do you see instead?

Expected to build without errors. I see an error:
Error   2   fatal error C1083: Cannot open source file: '.\src\parserstate.cpp': No 
such file or directory  c1xx

What version of the product are you using? On what operating system?
revision 425, Windows 7 x64, Visual Studio 2008

Original issue reported on code.google.com by geotav...@gmail.com on 2 Nov 2010 at 12:25

GoogleCodeExporter commented 9 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
The project file is updated, r426.

Original comment by jbe...@gmail.com on 9 Nov 2010 at 8:00