Last change
on this file since 881 was
881,
checked in by sam, 10 years ago
|
contrib: rebuild the Win32 CppUnit under Linux and fix the includes.
Apparently g++ 4.5.2 on native mingw32 inserts references to Unwind_Resume
when exceptions are supported. This function is not present in the g++ 4.4
cross-compiler found in Debian, leading to linker errors when cross-
compiling. So we use the latter to build CppUnit itself.
Another problem arises with g++ 4.4, which is the incomplete stripping of
exceptions when -fno-exceptions is used. Since ExceptionTestCaseDecorator.h
has such code, we protect it with #ifdef EXCEPTIONS in the meantime.
|
File size:
3.2 MB
|
HTML preview not available, since the file size exceeds 2.5 MB.
Try downloading the file instead.
Note: See
TracBrowser
for help on using the repository browser.