RE: [opendx-dev] dx/include/dx arch.h

2000-08-10 Thread Suhaib M. Siddiqi
David, Are these fixes for Solaris8 x86 (Intel)? I could not get OpenDX 4.1.1 compiled on Solaris8 x86(intel), using GCC 2.95.2, Mesa 3.2.1, CDF, NetCDF, HDF and ImageMagick 5.2.2. It throws the compiler out right after compiling a very few files in scr/exec/libdx. I never got time to investiga

[opendx-dev] dx/include/dx arch.h

2000-08-10 Thread David Thompson
Update of /src/master/dx/include/dx In directory opendx.watson.ibm.com:/tmp/cvs-serv51804 Modified Files: arch.h Log Message: Included is a fix for Solaris 8 which now includes these functions. The defines were throwing off compilation. This fix may cause problems with Solaris 2.6, but I

Re: [opendx-dev] build on linux-alpha machines?

2000-08-10 Thread David L. Thompson
We've only had one other person raise this question and he never responded back. I wonder if he didn't give up? Please let us know if you have any success. If you are successful, we'd be willing to put the binaries up on OpenDX.org. David I've poked around in the list archives and www.opendx

[opendx-dev] build on linux-alpha machines?

2000-08-10 Thread Nathan Barton
I've poked around in the list archives and www.opendx.org, but haven't found much in the way of information about opendx running on linux-alpha machines (redhat). Does anyone out there know of efforts to build opendx on such machines, and if they exist how successful they've been? Thanks much, Na

[opendx-dev] dx/src/exec/dxmods import_hdf.c

2000-08-10 Thread David Thompson
Update of /src/master/dx/src/exec/dxmods In directory opendx.watson.ibm.com:/tmp/cvs-serv55914 Modified Files: import_hdf.c Log Message: Forgot a # sign on the else.

[opendx-dev] dx/src/exec/libdx task.c

2000-08-10 Thread David Thompson
Update of /src/master/dx/src/exec/libdx In directory opendx.watson.ibm.com:/tmp/cvs-serv41652/src/exec/libdx Modified Files: task.c Log Message: A small fix to bring DXcallm's task.c back in-line with what it "appears" the original intent was.

Re: [opendx-dev] Need help with dx on SGI IRIX

2000-08-10 Thread Richard Gillilan
I haven't upgraded my version of OpenDX for some time, but I've been compiling loadables on IRIX 6.5.5m for a long time. Here's a sample of the compile lines I use: BASE = /usr/local/dx BIN = $(BASE)/bin LINK = ld CFLAGS = -I$(BASE)/include -Dsgi -g LIBS = -lm -lc LDFLAGS = -shared -e DXEntry

[opendx-dev] Re: Need help with dx on SGI IRIX

2000-08-10 Thread Randall Hopper
Manuel Koch: |I use OpdenDX version 4.1.1 (downloaded from opendx.org), on a SGI IRIX 6.5 |Workstation. | |I want to write a mudule... Starting with the examples included (like |hello.c, hello_outbord.c, etc.) I found out that the libraries do not |export any symbols; only compiling the outbo

[opendx-dev] Re: cachgraph patch

2000-08-10 Thread Randall Hopper
David L. Thompson: |Randall, | |Did you get a private e-mail I sent yesterday? I applied the |cachegraph patch to the dpexec directory and to the one dxmod file, |however I now have one set of warnings I want to clarify are okay |before just casting them away. I retrieved it this morning.

[opendx-dev] Need help with dx on SGI IRIX

2000-08-10 Thread Manuel Koch
Hi ! I use OpdenDX version 4.1.1 (downloaded from opendx.org), on a SGI IRIX 6.5 Workstation. I want to write a mudule to export polygon-data from dx to other applications. Starting with the examples included (like hello.c, hello_outbord.c, etc.) I found out that the libraries do not export any