summaryrefslogtreecommitdiff
path: root/README.MSWindows.txt
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2014-09-19 12:19:50 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2014-09-19 12:19:50 +0000
commitd98853628bd853301bf7ebb40e7b6440336f7f7f (patch)
treea2c7357f8cea875aba39bc9194c945346e93e9ed /README.MSWindows.txt
parent527190420cf0a773b1ef8213e773c9050587fd5f (diff)
Add "Known Problems" section for MinGW builds to README.MSWindows.txt (STR #2971).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10322 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'README.MSWindows.txt')
-rw-r--r--README.MSWindows.txt18
1 files changed, 17 insertions, 1 deletions
diff --git a/README.MSWindows.txt b/README.MSWindows.txt
index 4aefe5b46..2d7740507 100644
--- a/README.MSWindows.txt
+++ b/README.MSWindows.txt
@@ -240,6 +240,22 @@ linking:
./configure <config flags> LDFLAGS=-Wl,--enable-auto-import
:END_ADVANCED
+Known Problems:
+
+ There is a known incompatibility with some Windows subversion tools that
+ may not set the correct line endings for autoconf. If you get strange
+ error messages when running ./configure or make, you may need to convert
+ configh.in to "Unix line endings" (LF-only). These error messages are
+ unspecific, e.g. compilation errors like:
+
+ error: 'U32' does not name a type
+ error: 'bmibuffer' was not declared in this scope
+
+ You can fix the line endings with the MinGW/msys tool 'unix2dos' (u2d)
+ or with your favorite editor, if it allows to change the line endings,
+ then run autoconf and ./configure again.
+ For further information see this bug report:
+ http://www.fltk.org/newsgroups.php?gfltk.bugs+v:10197
Building FLTK
---------------
@@ -537,7 +553,7 @@ is changed, the corresponding .cxx file will be recompiled.
Windows has a flag that determines whether an application
runs in the foreground with a console or in the background
-without a console.
+without a console.
If you're using gcc (i.e. MinGW or Cygwin), then use the
linker option "-mwindows" to make your application run in