Parallel make fails (Bug #45)
Description
Hello OpenCV developers,
I am building OpenCV 2.0 RPM packages on openSUSE build service. When using parallel make (make -j4), building SWIG Python wrappers sometimes fails. I am not a CMake expert, but I suppose there is some missing dependency in the CMake project file. I am attaching the build log, as produced by the openSUSE build service.
Associated revisions
Merge pull request #45 from jet47:cuda-5.5-support
History
Updated by Victor Eruhimov over 14 years ago
Vadim, could you please confirm that this has been solved? thanks, Victor
- Status deleted (
Open)
Updated by Vadim Pisarevsky over 14 years ago
SWIG Python bindings are no longer included into OpenCV; instead, we use custom scripts. OpenCV builds fine with "make -j4" on CMake-generated makefiles.
- Status set to Done
- (deleted custom field) set to fixed