bug building with visual studio 2010 (Bug #1187)
Description
after configuring with cmake,generating,and then building the vs project,many folder have missing folders or files. eg. include folder has no opecv or opencv2 folder.
after building,the wiki tutorial of yours...doesnt say to run some _install project" which says with other compilers,this is the second bug.
and the third bug is that even when i try to buld the install project,after the build project~,i get this""
1>------ Skipped Build: Project: uninstall, Configuration: Debug Win32 ------
1>Project not selected to build for this solution configuration
2>------ Skipped Build: Project: INSTALL, Configuration: Debug Win32 ------
2>Project not selected to build for this solution configuration
3>------ Skipped Build: Project: PACKAGE, Configuration: Debug Win32 ------
3>Project not selected to build for this solution configuration
h10. Build: 0 succeeded, 0 failed, 122 up-to-date, 3 skipped
so it does nothing the install
Related issues
duplicated by Bug #1184: bug while building opencv2.2 or 2.3 with visual studio 2010 | Done |
Associated revisions
Merge pull request #1187 from kdrobnyh:mean_and_sum
History
Updated by Vadim Pisarevsky over 13 years ago
INSTALL is skipped when building solution. It is done on purpose. Right-click the INSTALL target in solution window and choose "build".
- Status changed from Open to Done
- (deleted custom field) set to invalid
Updated by lowe nick over 13 years ago
i do this...and guess what. dosnt work. i get the same.
1>------ Skipped Build: Project: uninstall, Configuration: Debug Win32 ------
1>Project not selected to build for this solution configuration
2>------ Skipped Build: Project: INSTALL, Configuration: Debug Win32 ------
2>Project not selected to build for this solution configuration
3>------ Skipped Build: Project: PACKAGE, Configuration: Debug Win32 ------
3>Project not selected to build for this solution configuration
any help on it?
- Status changed from Done to Cancelled
- (deleted custom field) deleted (
invalid)
Updated by Vadim Pisarevsky over 13 years ago
right-click on INSTALL and select "build".
- Status changed from Cancelled to Done
- (deleted custom field) set to worksforme