bug while building opencv2.2 or 2.3 with visual studio 2010 (Bug #1184)
Description
i follow the instructions on the istall guide.first i use cmake to configure opecv with qt support ,for visual studio 10. i it finds successfully the path to the qmake.exe. then i try to build the created solution with visual studio 2010. it builds successfully.
but many files are missing. for example inside folder include there are no opencv or opencv2 folders.
i try to do this again with or without qt support but i get the same
. inside include folder,no other folders. or the best i did was with empty opencv an opencv2 folders created inside include folder.
i see that many people have those issues.
i also tryided to complile with mingw (and cmake configuration with qt support) but i get an error when it trys to buld highgui examples
Related issues
duplicates Bug #1187: bug building with visual studio 2010 | Done |
Associated revisions
Merge pull request #1184 from apacha:Descriptor_Docu_FREAK_added_2
History
Updated by Vadim Pisarevsky over 13 years ago
run make install, so that <opencv cmake output dir>/install/include (or where you set CMAKE_INSTALL_PREFIX to) will contain all the headers.
- Status changed from Open to Done
- (deleted custom field) set to worksforme
Updated by lowe nick over 13 years ago
i do this we cmake gui after configuring of couse. i press generate! and then i buld with visual studio. but guess what... doesnt work!
Updated by lowe nick over 13 years ago
you have to make install only if you use mingw or linux. in visual studio 2010 instalation prossess there seem to be no such thing needed or metheod to be done accorddigt to istalation guide
Updated by lowe nick over 13 years ago
Replying to [comment:2 sotiraw]:
i do this we cmake gui after configuring of couse. i press generate! and then i buld with visual studio. but guess what... doesnt work! in the istalation guide for visual studio th ere is no step for instal you say. this is needed and can be done with mingw or other solutions. but in visual studio you just build the thing as the istalation says. i dont even think you can do instal as you say. and how can i? from windows?
have you ever build it with visual studio 2010? can you addd an download file? with qt suport ?or please send me a mail with a buld for that?please
Updated by lowe nick over 13 years ago
- Status changed from Done to Cancelled
- (deleted custom field) deleted (
worksforme)
Updated by Vadim Pisarevsky over 13 years ago
duplicate of #1187
- Status changed from Cancelled to Done
- (deleted custom field) set to duplicate