From d6477bdc97008e9bdd14cc4e31fcce82734afc74 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 1 Jun 2015 09:47:26 +0200 Subject: Add note on *not* including mingw/include/ --- binary/mingw/README | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/binary/mingw/README b/binary/mingw/README index cebba6f..c2ee646 100644 --- a/binary/mingw/README +++ b/binary/mingw/README @@ -47,5 +47,13 @@ Note also that while you can move the ODB compiler directory around, you cannot move the individual sub-directories or files inside it. For example, copying the ODB compiler executable to C:\Windows will not work. +Finally, note that the mingw\ sub-directory is internal ODB implementation +details and you should not need to know anything about its existence. In +particular, mingw\ contains the include\ sub-directory which in turn +contains what looks like libodb headers. You must not add this include/ +sub-directory to your C++ compiler include search path (you would be +surprised how many people do this "for good measure" and end up with a +broken build). + Send questions, bug reports, or any other feedback to the odb-users@codesynthesis.com mailing list. -- cgit v1.1