Mercurial > hg > xemacs-beta
comparison PROBLEMS @ 304:c6de09ad3017 r21-0b50
Import from CVS: tag r21-0b50
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:41:12 +0200 |
parents | 558f606b08ae |
children | 33bdb3d4b97f |
comparison
equal
deleted
inserted
replaced
303:d02ffe1d75ed | 304:c6de09ad3017 |
---|---|
181 remember the patch numbers. I think potential XEmacs builders | 181 remember the patch numbers. I think potential XEmacs builders |
182 on HP should be warned about this. | 182 on HP should be warned about this. |
183 | 183 |
184 ** I don't have `xmkmf' and `imake' on my HP. | 184 ** I don't have `xmkmf' and `imake' on my HP. |
185 | 185 |
186 You can get these standard X tools by anonymous FTP to hpcvaaz.cv.hp.com. | 186 You can get these standard X tools by anonymous FTP to |
187 Essentially all X programs need these. | 187 hpcvaaz.cv.hp.com. Essentially all X programs need these. |
188 | 188 |
189 ** On HP-UX, problems with make | 189 ** On HP-UX, problems with make |
190 | 190 |
191 Marcus Thiessel <marcus_thiessel@hp.com> | 191 Marcus Thiessel <marcus_thiessel@hp.com> |
192 | 192 |
193 Some releases of XEmacs require GNU make to build successfully. | 193 Some releases of XEmacs (e.g. 20.4) require GNU make to build |
194 successfully. You don't need GNU make when building 21.x. | |
194 | 195 |
195 ** On HP-UX 9.05 XEmacs won't compile or coredump during the build. | 196 ** On HP-UX 9.05 XEmacs won't compile or coredump during the build. |
196 | 197 |
197 Marcus Thiessel <marcus_thiessel@hp.com> | 198 Marcus Thiessel <marcus_thiessel@hp.com> |
198 | 199 |
199 This might be a sed problem. For your own safety make sure to use | 200 This might be a sed problem. For your own safety make sure to use |
200 GNU sed while dumping XEmacs. | 201 GNU sed while dumping XEmacs. |
202 | |
203 ** On HP-UX 11.0 XEmacs causes excessive X11 errors when running. | |
204 | |
205 Marcus Thiessel <marcus_thiessel@hp.com> | |
206 | |
207 Unfortunately, XEmacs releases don't work with Motif2.1. It | |
208 will compile but you will get excessive X11 errors like | |
209 | |
210 xemacs: X Error of failed request: BadGC (invalid GC parameter) | |
211 | |
212 and finally XEmacs gets killed. A workaround is to use the | |
213 Motif1.2_R6 libraries. You can the following line to your call to | |
214 configure: | |
215 | |
216 --x-libraries="/usr/lib/Motif1.2_R6 -L/usr/lib/X11R6" | |
217 | |
218 Make sure /usr/lib/Motif1.2_R6/libXm.sl is a link to | |
219 /usr/lib/Motif1.2_R6/libXm.3. | |
201 | 220 |
202 ** Solaris 2.3 /bin/sh coredumps during configuration. | 221 ** Solaris 2.3 /bin/sh coredumps during configuration. |
203 | 222 |
204 This only occurs if you have LANG != C. This is a known bug with | 223 This only occurs if you have LANG != C. This is a known bug with |
205 /bin/sh fixed by installing Patch-ID# 101613-01. Or, you can use | 224 /bin/sh fixed by installing Patch-ID# 101613-01. Or, you can use |