|
From: Rom A. <a_r...@ho...> - 2011-05-12 18:22:17
|
Hi folks, I'm having trouble building one particular source file when the build reaches the call to set_unexpected() to configure a default exception handler for unexpected exception. After doing a full grep on MinGW/include for "set_unexpected()", nothing was found. Are the proper headers missing altogher ? I'm running g++ version 3.4.5 on Windows XP. Here is the output of the build.. Compilation started at Thu May 12 13:06:32 make g++ -g -c -DGCC -D_MSWINDOWSPC -Wno-deprecated -Wno-non-template-friend -I. -I/DEV/BETA/PORTS/WINDOWS/GNU/PACKAGES -I/DEV/BETA/PORTS/WINDOWS/GNU/PACKAGES/DSTRUCT Logger.cpp Logger.cpp: In constructor `MRSBase::Logger::Logger()': Logger.cpp:162: error: `set_unexpected' was not declared in this scope make: Error code 1 Compilation exited abnormally with code 255 at Thu May 12 13:06:34 The line of code that causes the build to stop.. set_unexpected(logUnexpectedException); Your comments, suggestions, are greatly appreciated. Many thanks. --Rom a_romolo-(at)-hotmail.com |