]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/msw/install.txt
Fixed MinGW compilation with GCC 3.x when wxUSE_STL == 1.
[wxWidgets.git] / docs / msw / install.txt
index 7c3d96a1ad03113db2859e960c2eebff33650207..4233984c8f5a8798c6e6a5f65d60bf3987e003fd 100644 (file)
@@ -365,6 +365,9 @@ Here are the steps required using the provided makefiles:
 - If you are using gcc-2.95, edit build\msw\config.gcc and set the GCC_VERSION
   variable to "2.95".
 
+- If you are compiling with GCC 3.x using makefiles and with wxUSE_STL == 1
+  you need to manually add -DNO_GCC_PRAGMA to CXXFLAGS in config.gcc.
+
 - Use the makefile.gcc files for compiling wxWindows and samples,
   e.g. to compile a debugging version of wxWindows:
   > cd c:\wx\build\msw