unixwork / xnedit

A fast and classic X11 text editor, based on NEdit, with full unicode support and antialiased text rendering.
Other
83 stars 11 forks source link

Xm/Xm.h: No such file or directory when running make cygwin #132

Closed dpdoughe closed 7 months ago

dpdoughe commented 7 months ago

For Cygwin 3.5.0, is there a known development package to provide Xm.h ? I currently get the following compilation error and I don't see a libmotif availability in Cygwin offerings.

 make cygwin
(cd util; \
    make -f Makefile.cygwin libNUtil.a)
make[1]: Entering directory '/home/src/xnedit/util'
cc -O -std=gnu99 -I/usr/X11R6/include -I/usr/include/X11 -DUSE_LPR_PRINT_CMD -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -DXNE_TEXTFIELD   -c -o DialogF.o DialogF.c
In file included from DialogF.c:34:
misc.h:31:10: fatal error: Xm/Xm.h: No such file or directory
   31 | #include <Xm/Xm.h>
      |          ^~~~~~~~~
compilation terminated.
uap-universe commented 7 months ago

Doesn't libXm-devel do the trick?

dpdoughe commented 7 months ago

Nice! Working now. Thanks!!