configure.in | 10 ++++++++++ 1 file changed, 10 insertions(+) New commits: commit 89ae66dac25b8ee12bde52d05395e3a54842d4f7 Author: Tor Lillqvist <tlillqv...@suse.com> Date: Mon Oct 24 14:42:11 2011 +0300
I give up on --enable-dbgutil with MSVC diff --git a/configure.in b/configure.in index c94ad6d..9ed2979 100644 --- a/configure.in +++ b/configure.in @@ -2306,6 +2306,16 @@ AC_MSG_CHECKING([whether to build with additional debug utilities]) if test -n "$enable_dbgutil" && test "$enable_dbgutil" != "no"; then PROEXT="" PRODUCT="" + + # Compiling with MSVC using --enable-dbgutil (i.e. using the + # debugging runtime, and defining _DEBUG when compiling) just + # causes too many compilation errors. After having spent some + # months slowly fixing them one by one, having reached sw, I give + # up. Feel free to try again. + if test $_os = WINNT; then + AC_MSG_ERROR([Sorry, --enable-dgutil won't work with MSVC]) + fi + AC_MSG_RESULT([yes]) # cppunit and graphite expose STL in public headers if test "$with_system_cppunit" = "yes"; then _______________________________________________ Libreoffice-commits mailing list Libreoffice-commits@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits