Hi.
Nedit does not use motif-config to get include directory and cannot find
Xm/Xm.h.
>>> Compiling source in /home/GENTOO/work/portage/app-editors/nedit-5.5-r1/work/nedit-5.5 ...
(cd util; \
make -f Makefile.linux verify_config && \
make -f Makefile.linux libNUtil.a)
make[1]: Entering directory
`/home/GENTOO/work/portage/app-editors/nedit-5.5-r1/work/nedit-5.5/util'
i686-pc-linux-gnu-gcc -O2 -march=i686 -pipe -fomit-frame-pointer
-I/usr/X11R6/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -o check_lin_tif
check_lin_tif.c
check_lin_tif.c:57:19: error: Xm/Xm.h: není souborem ani adresářem
check_lin_tif.c: In function 'main':
check_lin_tif.c:203: error: 'XmVERSION_STRING' undeclared (first use in this
function)
check_lin_tif.c:203: error: (Each undeclared identifier is reported only once
check_lin_tif.c:203: error: for each function it appears in.)
check_lin_tif.c:252: error: 'XmVERSION' undeclared (first use in this function)
check_lin_tif.c:252: error: 'XmREVISION' undeclared (first use in this
function)
check_lin_tif.c:253: error: 'XmUPDATE_LEVEL' undeclared (first use in this
function)
make[1]: *** [check_tif_rule] Error 1
make[1]: Leaving directory
`/home/GENTOO/work/portage/app-editors/nedit-5.5-r1/work/nedit-5.5/util'
make: *** [linux] Error 2
openmotif-2.3.0 has include files located in /usr/include/openmotif-2.3 and
motif-config is blocking <x11-libs/openmotif-2.3.0. Therefore only
openmotif-2.3 can be installed on the system (even if slotted).
After creating symlink /usr/include/Xm -> /usr/include/openmotif-2.3/Xm,
compilation works fine and nedit is installed.
Anyone other has the same problem or am I alone with this problem?