List of supported compilers
Is there a list of of compilers that are supported by OpenCV? Or some kind of statement that OpenCV will be able to compile on all compilers starting from compiler X? We failed to compile it on g++ 4.1.2, while it was compiled successfully on g++ 4.4.6.
Edit (24.7.12): The compilation failure is in freak.cpp when SSE2 option is ON.
Edit 2 (22.8.12): I reported this issue on DevZone and it was fixed. Fix should be part of version 2.4.3. So I assume g++ 4.1.2 is still supported (but I don't know for how long it will be supported).
I think the exact compilation error would be much more helpful, although probably you'll have to move to a higher g++ version.
What I am interested in is not to solve this specific compilation error, but to know if there intention to keep OpenCV compatible to older compilers. If yes, I will post a bug report. If no, I will find some workaround. And moving to new compiler is not always an option.