majintao0131 / yaml-cpp

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

'make install' issue #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. checkout/compile latest source according to instructions
2. run 'make install' as root

What is the expected output? What do you see instead?
I see an error loooking for the yaml-cpp.pc file in the _original source_
directory, and not the build directory.

What version of the product are you using? On what operating system?
Ubuntu Linux 9.0.4, checked out subversion source just now

Please provide any additional information below.
The yaml-cpp.pc is generated in the build directory. I copied it to the
source directory and re-ran 'make install' and it worked fine.

Original issue reported on code.google.com by homechic...@gmail.com on 24 Jul 2009 at 4:00

GoogleCodeExporter commented 9 years ago
Good catch! I turns out that cmake had been creating the .pc file in whichever
directory cmake was being run from. I just patched it (r205) - it should now 
always
create the .pc file and look for it in the build directory.

Original comment by jbe...@gmail.com on 24 Jul 2009 at 6:20