Hello sideroff, Wednesday, July 03, 2002, 12:35:18 AM, you wrote:
s> Here is the follow up to a previous message of mine where I stated I was s> getting compilation when trying install OpenDX from source on a Alpha Linux s> workstation. Here is what I did: >>[root dx-4.2.0]# ./configure s> . . . the configuring of the makefile, etc had no troubles. Then I tried s> to compile the source code . . . >>[root dx-4.2.0]# make s> . . . 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 s> Anyone have any ideas and can help me? s> Thanks, Chris Looks like the same trouble i had when i tried to build from source code on my PC with RH7.2. As far as I remember Xm.h is from motif-devel package. Do you have it installed? Also you can try query www.rpmfind.net about package provides this header file -- Best regards, anton_ishmurzin mailto:[EMAIL PROTECTED]
