With VS2008 i have found trouble to compile version > 2.3.0 [closed]

asked 2014-12-28 15:56:23 -0600

Guidot gravatar image

updated 2020-10-05 06:44:32 -0600

Following the tutorial i have build libraries from sources until beta 3.0.0 without errors. VS2008 'should' be correctly configured, but versions > 2.3.0 give me problems at linking time in any test i try. Before trying to solve this problem by myself i should be sure that problem is solvable with my hw/sw resources [or that is not a compiler limit? or OS limit (i use XP) or Guido's limit ;-) ] Tanks in advance and sorry for my real poor english!

I resolved the problem! It was a Guido's limit :-( I must exclude from linking some VC libraries according to configuration generate by CMake for building sample and tutorial executables from OpenCV source distribution. Thank you FooBar for push me to look with more attention at linker diagnostic output. Happy New Year to all from Italy !!!

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by berak
close date 2014-12-30 04:24:33.457480

Comments

You don't say anything about your hardware or software (except XP) so how should be able to tell if there is a proble? Why are you using XP? Linker errors don't depend on hardware. It could (but I'd say it's rather unprobable) be caused by an old compiler/linker version. But the best would be to just post your linker error.

FooBar gravatar imageFooBar ( 2014-12-28 17:01:19 -0600 )edit