Xaw3d is a general-purpose replacement for the Athena toolkit which adds a 3D appearance and support for XPM images.
| Tags | Software Development Widget Sets Libraries Desktop Environment |
|---|---|
| Licenses | MIT/X |
| Operating Systems | POSIX |
| Implementation | C |
An infrastructure for linking tools together to act like a single application.
- All comments
Recent commentsXaw3d 1.5E build problem
Under a newly built X11R6.8.2 (built as specified at http://lfs.osuosl.org/blfs/view/6.0/x/installing.html), imake generates a Makefile with no build commands; make does nothing and make install only installs headers. I have attempted building both within and outside the X11R6 source tree.
What I had to do to build Xaw3d-1.5
This it what I had to do to build Xaw3d-1.5:
1. Execute "ln -s lib X11" in the xc directory.
2. Remove the follwing lines from XawI18n.h:
#ifdef HAS_WCTYPE_H
#include <wctype.h>
#include <widec.h>
#define wcslen(c) wslen(c)
#define wcscpy(d,s) wscpy(d,s)
#define wcsncpy(d,s,l) wsncpy(d,s,l)
#endif
3. Follow the instructions in README.XAW3D.