|
From: Alan W. I. <ir...@be...> - 2002-02-14 23:45:28
|
My *guess* is we ran into this exact same problem before with Solaris.
Maurice provided a fix that consisted (in part) of the following stanza in
cf/configure.in
case $system in
SunOS-* )
AC_DEFINE(USE_DEFAULT_VISUAL)
;;
* )
esac
Please try changing SunOS-* to the appropriate string to identify your OS
and let us know (after make configure; ./configure etc., in the parent
directory) whether that fixes the problem.
Alan
email: ir...@be...
phone: 250-727-2902 FAX: 250-721-7715
snail-mail:
Dr. Alan W. Irwin
Department of Physics and Astronomy,
University of Victoria, P.O. Box 3055,
Victoria, British Columbia, Canada, V8W 3P6
__________________________
Linux-powered astrophysics
__________________________
On Thu, 14 Feb 2002, Brian H. Toby wrote:
> Has anyone gotten PLplot to work on SGI's? I had some problems getting
> through the make until I switched to the GNU make. Much later I reread
> the announcement that explained why. (Suggestion: please put a note
> about using GNU make rather than the native make somewhere near the top
> of the INSTALL file).
>
> In any case, I was able to compile and install PLplot under IRIX 6.2 &
> 6.5, but hit an error running the demos on the xwin device:
>
> hora 247% ./x01c
> Plplot library version: 5.1.0
>
> Plotting Options:
> < 1> xwin X-Window (Xlib)
> ...
> Enter device number or keyword: 1
> X Error of failed request: BadMatch (invalid parameter attributes)
> Major opcode of failed request: 1 (X_CreateWindow)
> Serial number of failed request: 12
> Current serial number in output stream: 16
>
> Same problem with x01f. Anybody got a fix?
>
> Brian
>
> ********************************************************************
> Brian H. Toby, Ph.D. Leader, Crystallography Team
> Bri...@NI... NIST Center for Neutron Research, Stop 8562
> voice: 301-975-4297 National Institute of Standards & Technology
> FAX: 301-921-9847 Gaithersburg, MD 20899-8562
> http://www.ncnr.nist.gov/xtal
> ********************************************************************
>
> _______________________________________________
> Plplot-general mailing list
> Plp...@li...
> https://lists.sourceforge.net/lists/listinfo/plplot-general
>
|