Ask Your Question

ChipNinja's profile - activity

2014-08-03 14:08:21 -0600 commented question install opencv-2.4-9 on centos 6.5 with cuda 5.5 support.

I've been beating on the same setup for a few days without complete success also. I've gotten past the basic cmake issues, but now hit c++ compile/syntax errors (I'm presuming there's a particular version of gcc/g++ that might work with 2.4.9, though I've tried several to so far and each one has different compile issues. I've also tried backing up to 2.4.8 and 2.4.7, though not with all version of compiler yet (Hmm, I should write a script to hit a big matrix of gcc/g++ vs opencv versions). Hmm, I see you are using gcc 4.4.7, which I abondoned since it had many syntax/c++ compiler errors, and have moved up to gcc 4.8.?, which get compile more of the code but not all. Then gcc 4.9+ can't be used ... (more)

2014-08-03 14:06:24 -0600 answered a question install opencv-2.4-9 on centos 6.5 with cuda 5.5 support.

I've been beating on the same setup for a few days without complete success also. I've gotten past the basic cmake issues, but now hit c++ compile/syntax errors (I'm presuming there's a particular version of gcc/g++ that might work with 2.4.9, though I've tried several to so far and each one has different compile issues. I've also tried backing up to 2.4.8 and 2.4.7, though not with all version of compiler yet (Hmm, I should write a script to hit a big matrix of gcc/g++ vs opencv versions). Hmm, I see you are using gcc 4.4.7, which I abondoned since it had many syntax/c++ compiler errors, and have moved up to gcc 4.8.?, which get compile more of the code but not all. Then gcc 4.9+ can't be used because congfigure/make explicitly dies saying it can't be used. Perhaps I should try removing that and seeing the if the latest compiler works.

So long story short: I have no clue what versions of tools seem to work together. It seems to matter a lot.

I'll post version of cmake, etc, that I used to get this far when I get back to my main computer (I'm on my laptop now 100s of miles away from my cuda machine).