Mercurial > hg > xemacs-beta
comparison PROBLEMS @ 400:a86b2b5e0111 r21-2-30
Import from CVS: tag r21-2-30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:14:34 +0200 |
parents | 74fd4e045ea6 |
children | 2f8bb876ab1d |
comparison
equal
deleted
inserted
replaced
399:376370fb5946 | 400:a86b2b5e0111 |
---|---|
392 You can get these standard X tools by anonymous FTP to | 392 You can get these standard X tools by anonymous FTP to |
393 hpcvaaz.cv.hp.com. Essentially all X programs need these. | 393 hpcvaaz.cv.hp.com. Essentially all X programs need these. |
394 | 394 |
395 *** On HP-UX, problems with make | 395 *** On HP-UX, problems with make |
396 | 396 |
397 Marcus Thiessel <marcus_thiessel@hp.com> | 397 Marcus Thiessel <marcus@xemacs.org> |
398 | 398 |
399 Some releases of XEmacs (e.g. 20.4) require GNU make to build | 399 Some releases of XEmacs (e.g. 20.4) require GNU make to build |
400 successfully. You don't need GNU make when building 21.x. | 400 successfully. You don't need GNU make when building 21.x. |
401 | 401 |
402 *** On HP-UX 9.05 XEmacs won't compile or coredump during the build. | 402 *** On HP-UX 9.05 XEmacs won't compile or coredump during the build. |
403 | 403 |
404 Marcus Thiessel <marcus_thiessel@hp.com> | 404 Marcus Thiessel <marcus@xemacs.org> |
405 | 405 |
406 This might be a sed problem. For your own safety make sure to use | 406 This might be a sed problem. For your own safety make sure to use |
407 GNU sed while dumping XEmacs. | 407 GNU sed while dumping XEmacs. |
408 | 408 |
409 *** On HP-UX 11.0 XEmacs causes excessive X11 errors when running. | 409 *** On HP-UX 11.0 XEmacs causes excessive X11 errors when running. |
410 | 410 (also appears on AIX as reported in comp.emacs.xemacs) |
411 Marcus Thiessel <marcus_thiessel@hp.com> | 411 |
412 Marcus Thiessel <marcus@xemacs.org> | |
412 | 413 |
413 Unfortunately, XEmacs releases prior to 21.0 don't work with | 414 Unfortunately, XEmacs releases prior to 21.0 don't work with |
414 Motif2.1. It will compile but you will get excessive X11 errors like | 415 Motif2.1. It will compile but you will get excessive X11 errors like |
415 | 416 |
416 xemacs: X Error of failed request: BadGC (invalid GC parameter) | 417 xemacs: X Error of failed request: BadGC (invalid GC parameter) |
421 | 422 |
422 --x-libraries="/usr/lib/Motif1.2_R6 -L/usr/lib/X11R6" | 423 --x-libraries="/usr/lib/Motif1.2_R6 -L/usr/lib/X11R6" |
423 | 424 |
424 Make sure /usr/lib/Motif1.2_R6/libXm.sl is a link to | 425 Make sure /usr/lib/Motif1.2_R6/libXm.sl is a link to |
425 /usr/lib/Motif1.2_R6/libXm.3. | 426 /usr/lib/Motif1.2_R6/libXm.3. |
427 | |
428 *** On HP-UX 11.0: Object "" does not have windowed ancestor | |
429 | |
430 Marcus Thiessel <marcus@xemacs.org> | |
431 | |
432 XEmacs dies without core file and reports: | |
433 | |
434 Error: Object "" does not have windowed ancestor. | |
435 | |
436 This is a bug. Please apply the patch PHSS_19964 (check if | |
437 superseded). The other alternative is to link with Motif1.2_R6 (see | |
438 previous item). | |
439 | |
426 | 440 |
427 ** SCO OpenServer | 441 ** SCO OpenServer |
428 *** Native cc on SCO OpenServer 5 is now OK. Icc may still throw you | 442 *** Native cc on SCO OpenServer 5 is now OK. Icc may still throw you |
429 a curve. Here is what Robert Lipe <robertl@arnet.com> says: | 443 a curve. Here is what Robert Lipe <robertl@arnet.com> says: |
430 | 444 |