Randy- I can't repeat your server disconnect on aix 4.3.2, current(2/15), and 8 bit display built with xlc. With 1/26-ish source, image window #2 did get very few colors with software rendering, which must be a now-fixed bug, just not the coredump variety. hardware rendering --in this case, IBM's software opengl to a 2d card-- works fine for 1/26 and current.
btw I wouldn't recommend replacing gcc with xlc via editing makefiles. Rather, when I "configure" dx on aix I use: CC=xlc CXX=xlC LDFLAGS= -L /usr/local/lib CPPFLAGS= -I /usr/local/include and I have an alias for configure which resolves to ./configure --with-cosmojar-path=/homes/ppc4/daniel/classes/npcosmop211.jar --with-java40jar_path=/homes/ppc4/daniel/classes/java40.jar If (per Dave's explanation) you are "stuck" at aix 4.2, do you have some standard set of ptf's that you put on your systems? Regards, Pete Randy Polson wrote: > One additional comment: > > I tried running dx on one machine, and displaying on another. Disconnect > from server at the same line 4775 in displayx.c with cmapsize=i=256. > > On Mon, 14 Feb 2000, David L. Thompson wrote: > > > A couple of questions. 1) Are you on an 8 bit display system? Which > > version are you compiling (cvs current)? > > > > David > > > > >Hello- > > >First, before I forget, thanks Pete and Daivd for you tips for getting the > > >java part to compile. I changed the line in /src/uipp/java/Makefile from > > >cc=gcc to cc=xlc an everything build OK. I changed the jni_mdh.h file, > > >and next build I'll tell > > >you how it goes. > > > > > >Next, I am having difficulties displaying multiple images within the same > > >net for AIX 4.2. For an example, I chose AutoColor2d from the tutorial. > > >It runs just > > >fine. If I add a second image module, it disconnects from server. The > > >output from dbx is below. > > > > > >-Randy > > > > > >Segmentation fault in getOneMapTranslation at line 4775 in file > > >"/u/res3/rpolson > > >/OpenDX/dx-4.0.10/dx/src/exec/libdx//displayx.c" > > > 4775 for (i = 0; i < cmapsize; i++) > > >(dbx) where > > >getOneMapTranslation(dpy = 0x2010c328, d = 0x206126b0, force = 0), line > > >4775 in > > >"displayx.c" > > >createTranslation(couldn't resolve reference > > >(dbx) > > > > > >(dbx) print cmapsize > > >256 > > >(dbx) print i > > >256 > > >(dbx) > > > > -- > > ............................................................................. > > David L. Thompson The University of Montana > > mailto:[EMAIL PROTECTED] Computer Science Department > > http://www.cs.umt.edu/u/dthompsn Missoula, MT 59812 > > Work Phone : (406)257-8530 > >
