# HG changeset patch # User Chong Yidong # Date 1177006327 0 # Node ID 44e4bfbc989da450011a0a72c595bba2dcb95547 # Parent 4bae97ce3ac652b947d7f06f6204ec07262c32d5 Add "Fix compilation when Xaw3d libraries are present but libxaw is not". diff -r 4bae97ce3ac6 -r 44e4bfbc989d etc/TODO --- a/etc/TODO Thu Apr 19 18:07:41 2007 +0000 +++ b/etc/TODO Thu Apr 19 18:12:07 2007 +0000 @@ -14,6 +14,12 @@ * Small but important fixes needed in existing features: +** Fix compilation when Xaw3d libraries are present but libxaw is not. +In new X11 versions, xaw3dg-dev does not depend on libxaw-dev, so the +latter need not be installed. As a result, all the source files that +look for include files in X11/Xaw should look in X11/Xaw3d if we are +using Xaw3d. + ** Compute the list of active keymaps *after* reading the first event. ** Avoid using "iff" in doc strings.