I have downloaded PDCurses 3.3 from Sourceforge and run ./configure
--enable-widec --enable-xim but had no success because:

configure: error: Cannot find required Xaw header file Box.h; PDCurses cannot be
configured

OK. Then I did a locate on Box.h and found it in /usr/include/X11/Xaw3d/ so next
time:

./configure --enable-widec --enable-xim --x-includes=/usr/include/X11/Xaw3d/

But the result was still:

checking for X... libraries , headers /usr/include/X11/Xaw3d/
configure: error: Cannot find required Xaw header file Box.h; PDCurses cannot be
configured

So, what do I do next?

--
Erik.

Reply via email to