I am trying to build opendx on a machine with Redhat 8.0, but I have a 
problem telling configure where to find the file "Xm.h". I am not a 
master of automake, so I might be doing some stupid mistake. Please have a 
look and guide me in the right direction

        Thanks in advance for any helpful comments

                                Niels

$ ls /usr/X11R6/LessTif/Motif1.2/include/Xm/Xm.h
/usr/X11R6/LessTif/Motif1.2/include/Xm/Xm.h

$ ./configure -with-motif-includes=/usr/X11R6/LessTif/Motif1.2
[I snipped all lines that looked unimportant]
checking for XtVaGetValues in -lxmstatxt... (cached) no
checking for XmStringFree in -lxmstatic... (cached) no
checking for XmStringFree in -lxm... (cached) no
checking for XmGetDestination in -lXm... (cached) no
using old version of  LESSTIF
checking for tiff.h... (cached) no
checking for tiffio.h... (cached) no
checking for TIFFOpen in -ltiff... (cached) no
checking if TIFF package is complete... no
checking for XPM support ...
checking for xpm.h... (cached) no
checking for X11/xpm.h... (cached) yes
checking for XpmReadFileToPixmap in -lXpm... (cached) yes
checking if XPM package is complete... yes

$ make
[many lines deleted]
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include  -Dlinux  
-D_FILE_OFFSET_BITS=64 -I/usr/X11R6/include  -g -O2 -I/usr/X11R6/include 
-D_GNU_SOURCE -c callm_xinit.c
callm_xinit.c:18:19: Xm/Xm.h: No such file or directory

PS: Is there a Redhat 8.0 rpm in the works? If yes, then I would probably
be better of by leaving automake to greater masters than myself :)


Reply via email to