]>
Commit | Line | Data |
---|---|---|
ddb25746 VZ |
1 | <html> |
2 | <head> | |
c837a756 | 3 | <title>Platforms supported by wxWindows 2.x</title> |
ddb25746 VZ |
4 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
5 | <meta name="Author" content="Vadim Zeitlin"> | |
6 | </head> | |
4e4dc03d | 7 | <BODY BGCOLOR="#FFFFFF" TEXT="#000000" VLINK="#00376A" LINK="#00529C" ALINK="#313063"> |
ddb25746 | 8 | |
4e4dc03d | 9 | <font face="Arial, Lucida Sans, Helvetica"> |
281b0186 | 10 | |
f6bcfd97 | 11 | <table align=center width=100% border=0 cellpadding=5 cellspacing=0> |
281b0186 | 12 | <tr> |
4e4dc03d JS |
13 | <td bgcolor="#004080" align=left height=24 background="images/bluetitlegradient.gif"> |
14 | <font size=+1 face="Arial, Lucida Sans, Helvetica" color="#FFFFFF"> | |
15 | <b>Supported Platforms</b> | |
281b0186 JS |
16 | </font> |
17 | </td> | |
18 | </tr> | |
19 | </table> | |
20 | ||
21 | </p> | |
22 | ||
ddb25746 | 23 | You will find below the list of all supported platforms for different ports of wxWindows 2.x (wxMSW/wxGTK/wxMotif ports |
8b283bb8 | 24 | only). The cross icon in the third column doesn't mean that the platform is not supported, but just that wxWindows hasn't |
4f3b37fd JS |
25 | been tested on it recently (the table is being updated for wxWindows 2.3.3 |
26 | currently). | |
c837a756 | 27 | <p> |
4e4dc03d JS |
28 | See also: |
29 | ||
30 | <ul> | |
31 | <li><A HREF="http://www.lpthe.jussieu.fr/~zeitlin/wxWindows/daily/">daily rebuilds page</A> for some of the platforms mentioned below; | |
32 | <li>the list of <a href="supported.htm">support classes</a> in each platform; | |
33 | <li>the <a href="embedded.htm">wxEmbedded page</a> which describes embedded platforms supported | |
34 | or in progress. | |
35 | </ul> | |
36 | ||
ddb25746 VZ |
37 | <p> |
38 | If you have tested wxWindows on a platform not mentioned here, please tell us about your experience on our mailing list! | |
39 | We would especially like to have information about compiling wxGTK on other Unix variants, such as IRIX, DG-UX, | |
f6bcfd97 BP |
40 | other flavours of BSD, ... Please note that you will generally need GNU make |
41 | (also known as <tt>gmake</tt>) to compile wxWindows, native make programs | |
8b283bb8 | 42 | often don't work. |
ddb25746 VZ |
43 | <p> |
44 | ||
45 | <table width=100% border=4 cellpadding=5 cellspacing=0> | |
46 | ||
47 | <tr> | |
4e4dc03d | 48 | <td bgcolor="#004080" colspan=5> <font size=+1 face="Arial, Lucida Sans, Helvetica" color="#FFFFFF"> wxWindows 2 Platforms </font> </td> |
ddb25746 VZ |
49 | </tr> |
50 | ||
51 | <tr> | |
52 | <td bgcolor="#DEDEDE" align=center valign=top> <font face="Arial, Lucida Sans, Helvetica" color="#000000"> Platform </font> </td> | |
53 | <td bgcolor="#DEDEDE" align=center valign=top> <font face="Arial, Lucida Sans, Helvetica" color="#000000"> Compiler </font> </td> | |
54 | <td bgcolor="#DEDEDE" align=center valign=top> <font face="Arial, Lucida Sans, Helvetica" color="#000000"> Status </font> </td> | |
55 | <td bgcolor="#DEDEDE" align=center valign=top> <font face="Arial, Lucida Sans, Helvetica" color="#000000"> Tested by </font> </td> | |
56 | <td bgcolor="#DEDEDE" align=center valign=top> <font face="Arial, Lucida Sans, Helvetica" color="#000000"> Remarks </font> </td> | |
57 | </tr> | |
58 | ||
59 | <tr> | |
8b283bb8 JS |
60 | <td bgcolor="#FFFFFF" align=center valign=center rowspan=7>Win32<br>(Win 9x/NT/2K)</td> |
61 | <td>Visual C++ 4.2/5.x/6.0</td><td align=center><IMG SRC="images/yes.gif" ALT=Ok></td><td>VZ, JS</td><td>Project files are provided for all versions except 4.2</td> | |
62 | <tr> <td>Borland C++ 5.0</td><td align=center><IMG SRC="images/yes.gif" ALT=Ok></td><td><br></td><td>Also works with free command line Borland C++ 5.5</td> | |
63 | <tr> <td>Mingw32</td><td align=center><IMG SRC="images/yes.gif" ALT=Ok></td><td>GRG, VZ</td><td>Cross compilation from Linux works as well<br> | |
c837a756 | 64 | Version 2.95.2 recommended, otherwise some (included) patches must be applied<br> |
8b283bb8 JS |
65 | Memory debugging code doesn't seem to work well</td> |
66 | <tr> <td>Cygwin</td><td align=center><IMG SRC="images/yes.gif" ALT=Ok></td><td>Stephane Junique<br>Andrea Venturoli</td><td>tested under NT 4, cross-compiling for mingw also works</td> | |
67 | <tr> <td>Watcom C++ 10</td><td align=center><IMG SRC="images/somewhat.gif" ALT=Almost></td><td>JS</td><td>Tested with 10.6: works, but wxImage seems to be broken<br>no support for JPEG, TIFF or OpenGL</td> | |
68 | <tr> <td>Watcom C++ 11</td><td align=center><IMG SRC="images/yes.gif" ALT=Ok></td><td>Markus Neifer</td><td>Tested with 11.0b under win95</td> | |
69 | <tr> <td>Symantec C++</td><td align=center><IMG SRC="images/no.gif" ALT=Unknown></td><td><br></td><td><br></td> | |
ddb25746 VZ |
70 | </tr> |
71 | ||
72 | <tr> | |
8b283bb8 JS |
73 | <td bgcolor="#F0F0F0" align=center valign=center rowspan=2>Win16<br>(Windows 3.1)</td> |
74 | <td>Visual C++ 1.52</td><td align=center><IMG SRC="images/somewhat.gif" ALT=Ok></td><td><br></td> | |
c837a756 | 75 | <td rowspan=2 valign=center>Some features are missing (OLE related classes, threads, ...)<br> |
8b283bb8 JS |
76 | Borland C++ can't cope with ODBC, resources and new wxGrid class</td> |
77 | <tr> <td>Borland C++ 4.0/5.0</td><td align=center><IMG SRC="images/somewhat.gif" ALT=Ok></td><td>JS</td> | |
ddb25746 VZ |
78 | </tr> |
79 | ||
80 | <tr> | |
8b283bb8 JS |
81 | <td bgcolor="#FFFFFF" align=center valign=center rowspan=5>Linux x86</td> |
82 | <td>wxGTK with gcc 2.7.2</td><td align=center><IMG SRC="images/no.gif" ALT=Unknown></td><td><br></td><td>Should work, but nobody uses it any more</td> | |
83 | <tr> <td>wxGTK with egcs 1.1.1</td><td align=center><IMG SRC="images/yes.gif" ALT=Ok></td><td>VZ, RR</td><td><br></td> | |
84 | <tr> <td>wxGTK with gcc 2.95</td><td align=center><IMG SRC="images/yes.gif" ALT=Ok></td><td><br></td><td><br></td> | |
85 | <tr> <td>wxMotif with egcs 1.1.1</td><td align=center><IMG SRC="images/yes.gif" ALT=Ok></td><td><br></td><td>with <a href="http://www.lesstif.org">LessTif</a> 0.87</td> | |
86 | <tr> <td>wxMotif with gcc 2.95</td><td align=center><IMG SRC="images/yes.gif" ALT=Ok></td><td><br></td><td>with <a href="http://www.openmotif.org">OpenMotif</a></td> | |
ddb25746 VZ |
87 | </tr> |
88 | ||
89 | <tr> | |
90 | <td bgcolor="#F0F0F0" align=center valign=center rowspan=1>FreeBSD</td> | |
8b283bb8 | 91 | <td>wxGTK with gcc</td><td align=center><IMG SRC="images/yes.gif" ALT=Ok></td><td>VZ</td><td>Limited thread support on older systems</td> |
ddb25746 VZ |
92 | </tr> |
93 | ||
94 | <tr> | |
8b283bb8 JS |
95 | <td bgcolor="#FFFFFF" align=center valign=center rowspan=5>Solaris</td> |
96 | <td>wxMotif with Sun CC 4.2</td><td align=center><IMG SRC="images/yes.gif" ALT=Ok></td><td>VZ</td><td>Thread support must be disabled on system with not MT-safe X11</td> | |
97 | <tr> <td>wxMotif with gcc</td><td align=center><IMG SRC="images/yes.gif" ALT=Ok></td><td><br></td><td><br></td> | |
98 | <tr> <td>wxGTK with Sun CC 4.2</td><td align=center><IMG SRC="images/yes.gif" ALT=Ok></td><td>Shiv Shankar Ramakrishnan</td><td><br></td> | |
99 | <tr> <td>wxGTK with gcc</td><td align=center><IMG SRC="images/yes.gif" ALT=Ok></td><td><br></td><td><br></td> | |
100 | <tr> <td>wxGTK with Sun CC 5.0 and 6.1 (Solaris 7 and 8)</td><td align=center><IMG SRC="images/yes.gif" ALT=Ok></td><td>Jiri Mracek</td><td>You have to edit line 2079 in glib.h to fix GTK+ error</td> | |
ddb25746 VZ |
101 | </tr> |
102 | ||
103 | <tr> | |
4e4dc03d | 104 | <td bgcolor="#F0F0F0" align=center valign=center rowspan=3>AIX</td> |
4f3b37fd JS |
105 | <td>wxGTK 2.2.9 with gcc 3.0.4</td><td align=center><IMG SRC="images/yes.gif" ALT=Ok></td><td>Ian Brown</td><td>Shared library building doesn't work, use <tt>--disable-shared</tt></td> |
106 | <tr> <td>wxGTK 2.3.3 with xlC (AIX 4.3.2)</td><td align=center><IMG SRC="images/yes.gif" ALT=Ok></td><td>Irvin Probst</td><td>Both static and shared wxGTK libraries work, but only with static GTK+ and GLib</td> | |
8b283bb8 | 107 | <tr> <td>wxMotif with xlC 3.1.4.0 (AIX 4.2)</td><td align=center><IMG SRC="images/yes.gif" ALT=Ok></td> |
3ca6a5f0 BP |
108 | <td>Bernhard Eck</td> |
109 | <td>Some problems with OpenGL and native X server</td> | |
ddb25746 VZ |
110 | </tr> |
111 | ||
112 | <tr> | |
8b283bb8 | 113 | <td bgcolor="#FFFFFF" align=center valign=center rowspan=2>HP-UX 10.20</td> |
4e4dc03d | 114 | <td>wxGTK with HP CC A.10.22<br>or HP aCC B3910B A.01.18</td><td align=center><IMG SRC="images/yes.gif" ALT=Ok></td><td>Staf Verhaegen</td> |
f6bcfd97 | 115 | <td>you need to add <tt>-Aa -D_HPUX_SOURCE</tt> to <tt>CFLAGS</tt></td> |
8b283bb8 | 116 | <tr> <td>wxGTK with gcc</td><td align=center><IMG SRC="images/yes.gif" ALT=Ok></td><td>Julian Albo Garcia</td><td><br></td> |
ddb25746 VZ |
117 | </tr> |
118 | ||
c837a756 | 119 | <tr> |
53e112a0 JS |
120 | <td bgcolor="#F0F0F0" align=center valign=center rowspan=6>IRIX</td> |
121 | <tr> <td bgcolor="#fafafa" colspan=5> | |
122 | Note that all entries use MIPSPro 7.3 compiler on IRIX 6.5.9 with <tt>-mips3 -n32</tt> flags if not mentioned otherwise. | |
123 | Also note that you need to set <tt>LD_LIBRARYN32_PATH</tt> under IRIX to run wxWindows programs. | |
124 | </td> | |
125 | <tr> <td>wxGTK 2.2</td><td align=center><IMG SRC="images/yes.gif" ALT=Ok></td><td>Ian</td><td>You may need to use <tt>--disable-catch_segvs</tt> if you get compiler error in utilsunx.cpp</td> | |
126 | <tr> <td>wxGTK 2.3</td><td align=center><IMG SRC="images/yes.gif" ALT=Ok></td><td>Carl Godkin</td><td><br></td> | |
127 | <tr> <td rowspan=2>wxMotif</td><td align=center><IMG SRC="images/yes.gif" ALT=Ok></td><td>David Marshall</td><td>On IRIX 6.5.6 (Indigo2, 64bit), with SGI Motif 1.2</td> | |
128 | <tr> <td align=center><IMG SRC="images/yes.gif" ALT=Ok></td><td>Ian</td><td><br></td> | |
f6bcfd97 BP |
129 | </tr> |
130 | ||
131 | <tr> | |
132 | <td bgcolor="#FFFFFF" align=center valign=center rowspan=1>SCO UnixWare</td> | |
8b283bb8 | 133 | <td>wxGTK with gcc</td><td align=center><IMG SRC="images/yes.gif" ALT=Ok></td><td>William Suetholz</td><td>UnixWare 2.1.3 with UnixWare 7 compatibility PTF</td> |
f6bcfd97 BP |
134 | </tr> |
135 | ||
136 | <tr> | |
137 | <td bgcolor="#F0F0F0" align=center valign=center rowspan=1>DEC OSF/1</td> | |
8b283bb8 | 138 | <td>wxGTK with gcc</td><td align=center><IMG SRC="images/yes.gif" ALT=Ok></td><td>Fabrice Didierjean</td><td>OSF1 4.0 on Dec Alpha<br> |
f6bcfd97 BP |
139 | you may need to run configure with <tt>--host=alpha-dec-osf switch</tt></td> |
140 | </tr> | |
141 | ||
142 | <tr> | |
143 | <td bgcolor="#FFFFFF" align=center valign=center rowspan=4>OS/2</td> | |
8b283bb8 | 144 | <td>VisualAge 3.0/4.0</td><td align=center><IMG SRC="images/no.gif" ALT="Not yet"></td><td>DW</td> |
c837a756 | 145 | <td rowspan=2 valign=center>OS/2 port is work in progress...</td> |
8b283bb8 JS |
146 | <tr> <td>EMX</td><td align=center><IMG SRC="images/no.gif" ALT="Not yet"></td><td>SN</td> |
147 | <tr> <td>wxGTK with EMX</td><td align=center><IMG SRC="images/yes.gif" ALT=Ok></td><td>SN</td><td>configure scripts need to be regenerated with OS/2 port of autoconf</td> | |
148 | <tr> <td>wxMotif with EMX</td><td align=center><IMG SRC="images/yes.gif" ALT=Ok></td><td>SN</td><td>with <a href="http://www.lesstif.org">LessTif</a> 0.89; configure scripts need to be regenerated with OS/2 port of autoconf</td> | |
149 | </tr> | |
150 | ||
151 | <tr> | |
152 | <td bgcolor="#F0F0F0" align=center valign=center rowspan=1>OpenVMS</td> | |
153 | <td>wxGTK with Compaq-C++ V6.2 (OpenVMS Alpha 7.3)</td><td align=center><IMG SRC="images/yes.gif" ALT=Ok></td><td>Jouk Jansen</td><td><br></td> | |
154 | </tr> | |
155 | ||
156 | <tr> | |
157 | <td bgcolor="#FFFFFF" align=center valign=center rowspan=1>Linux S/390</td> | |
158 | <td>wxGTK with gcc 2.95.2</td><td align=center><IMG SRC="images/yes.gif" ALT=Ok></td><td>VZ</td><td>2.3.1+ only</td> | |
c837a756 VZ |
159 | </tr> |
160 | ||
ddb25746 VZ |
161 | </table> |
162 | ||
163 | <br> | |
164 | ||
165 | <hr> | |
281b0186 | 166 | Contact <A HREF="mailto:zeitlin@dptmaths.ens-cachan.fr">Vadim Zeitlin</A> with |
ddb25746 VZ |
167 | any comments/suggestions. |
168 | ||
281b0186 JS |
169 | </font> |
170 | ||
ddb25746 VZ |
171 | </body> |
172 | </html> | |
f6bcfd97 BP |
173 | |
174 | <!-- vi: set tw=0: !--> |