Here is the follow up to a previous message of mine where I stated I was getting compilation when trying install OpenDX from source on a Alpha Linux workstation. Here is what I did: >[root dx-4.2.0]# ./configure
. . . the configuring of the makefile, etc had no troubles. Then I tried to compile the source code . . . >[root dx-4.2.0]# make . . . this is the screen output when the compilation fails . . . >memory.c: In function `DXReAllocate': >memory.c:2114: warning: cast from pointer to integer of different size >memory.c:2114: warning: cast from pointer to integer of different size >memory.c:2125: warning: cast from pointer to integer of different size >memory.c:2125: warning: cast from pointer to integer of different size >memory.c: In function `DXFree': >memory.c:2176: warning: cast from pointer to integer of different size >memory.c:2176: warning: cast from pointer to integer of different size >memory.c:2179: warning: cast from pointer to integer of different size >memory.c:2179: warning: cast from pointer to integer of different size >callm_xinit.c:18:19: Xm/Xm.h: No such file or directory >make[3]: *** [callm_xinit.o] Error 1 >make[2]: *** [all-recursive] Error 1 >make[1]: *** [all-recursive] Error 1 >make: *** [all-recursive] Error 1 Anyone have any ideas and can help me? Thanks, Chris
