From 14ff1954aee7ce38e12968d4b176059c4b027573 Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Tue, 18 Oct 2005 18:54:13 +0000 Subject: [PATCH] Add note that precompiled headers do not work on current Cygwin. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/base/readme.txt | 4 ++++ docs/msw/install.txt | 11 ++++++++++- docs/univ/readme.txt | 4 ++++ 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/docs/base/readme.txt b/docs/base/readme.txt index 55da64a1a5..f3565323d9 100644 --- a/docs/base/readme.txt +++ b/docs/base/readme.txt @@ -59,6 +59,10 @@ b) Cygwin Please refer to the Unix section below. + Note that gcc's precompiled headers do not work on current versions of + Cygwin. If your version of Cygwin is affected you will need to use the + --disable-precomp-headers configure option. + c) Borland Please refer to the docs/msw/install.txt. The console sample compiles and diff --git a/docs/msw/install.txt b/docs/msw/install.txt index 25b1c6df9e..a12ad5115f 100644 --- a/docs/msw/install.txt +++ b/docs/msw/install.txt @@ -461,6 +461,10 @@ Notes: flagged when the program quits. You can use Cygwin gdb to debug MinGW executables. +8. Note that gcc's precompiled headers do not work on current versions of + Cygwin. If your version of Cygwin is affected you will need to use the + --disable-precomp-headers configure option. + OLD VERSIONS: - Modify the file wx/src/cygnus.bat (or mingw32.bat or mingegcs.bat) @@ -545,11 +549,16 @@ Watcom C/C++: MinGW using native makefiles: > mingw32-make -f makefile.gcc BUILD=debug UNICODE=1 -MinGW using configure or Cygwin: +MinGW using configure: > ./configure --enable-debug --enable-unicode (see ./configure --help on details; configure is not covered in this section) +Cygwin using configure: + > ./configure --disable-precomp-headers --enable-debug --enable-unicode + (use --disable-precomp-headers if Cygwin doesn't support precompiled + headers) + Brief explanation of options and possible values is in every build\msw\config.* file; more detailed description follows. diff --git a/docs/univ/readme.txt b/docs/univ/readme.txt index 524b5b6ff9..08e4f1042b 100644 --- a/docs/univ/readme.txt +++ b/docs/univ/readme.txt @@ -57,6 +57,10 @@ b) Cygwin Please refer to the Unix section below + Note that gcc's precompiled headers do not work on current versions of + Cygwin. If your version of Cygwin is affected you will need to use the + --disable-precomp-headers configure option. + ** the instructions may be out of date as for wxWidgets 2.5.2+ ** c) Other compilers -- 2.47.2