kastnermario / yaml-cpp

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

This thing WILL NOT LINK against ANYTHING with Visual Studio 2010 #123

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Build yaml-cpp with Visual Studio 2010 (via cmake 2.8)
2. use the resulting lib (debug or release, doesn't seem to matter) in another 
VS2010 project
3. Observe the 111 linker errors when you try to do anything with it

What is the expected output? What do you see instead?
I would expect it to be able to link at all, but it does not.  I even tried 
manually just adding all the yaml-cpp code to my VS2010 project and it still 
refuses to link, although it builds just fine every time.  It will never link 
against anything.

What version of the product are you using? On what operating system?
Windows 7, Visual Studio 2010, Cmake 2.8, yaml-cpp 0.2.7

Please provide any additional information below.

Original issue reported on code.google.com by fred.f.c...@gmail.com on 30 Sep 2011 at 4:24

GoogleCodeExporter commented 8 years ago
What version of yaml-cpp are you using?

Also, can you post some of the linker errors?

Original comment by jbe...@gmail.com on 2 Oct 2011 at 3:19

GoogleCodeExporter commented 8 years ago
If you want to reopen this with some of the linker errors, please do. 
Otherwise, I'm closing this as not reproducible.

Original comment by jbe...@gmail.com on 13 Jan 2012 at 6:22