]> git.saurik.com Git - wxWidgets.git/blob - docs/msw/mingw32.txt
Added def files for making OpenGL DLLs (Mingw32); added comment to wxHTML format
[wxWidgets.git] / docs / msw / mingw32.txt
1 Return-Path: <drfish@uswest.net>
2 Delivered-To: julian.smart@ukonline.co.uk
3 Delivered-To: fixup-julian.smart@ukonline.co.uk@fixme
4 Date: Tue, 01 Dec 1998 23:27:18 -0700
5 From: "J.Russell Smyth" <drfish@uswest.net>
6 X-Accept-Language: en
7 To: Julian Smart <julian.smart@ukonline.co.uk>
8 Subject: fixes for mingw32
9
10 Julian,
11
12 After 3 hours I have found the problem causing
13
14 ..\\..\\include\\wx/string.h:520: warning: ANSI C++ forbids implicit
15 conversion
16 from `void *' in assignment
17
18 -There is an error in
19 mingw\lib\gcc-lib\i386-mingw32\2.8.1\include\stdarg.h
20
21 (not a real diff.. dont have win95 diff avail right now)
22 67c67
23 <#if defined(__svr4__) || defined(_AIX) || defined(_M_UNIX) ||
24 defined(__NetBSD__)
25 ---
26 >#if defined(__svr4__) || defined(_AIX) || defined(_M_UNIX) ||
27 defined(__NetBSD__)||defined(__WIN32__)
28
29 this fixes it!! I will send a message to the maintainer of mingw to let
30 him know of this problem.
31
32