[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This section lists some things which have caused trouble during installation. If you encounter other problems, please send a bug report. See section 4. Bugs, for how to submit a useful bug report.
__Xsi...
), and furthermore that the multibyte functions need
to specifically call the dynamic linking functions.)
The file `lib/dlsym.c' (from the MIT X distribution) defines the
dlsym
, dlclose
, and dlopen
symbols, so static
linking should work now.
If the current setup fails, it might work to change `-lXaw' in
the definition of X_libraries
in `lib/defs.make' to
the full pathname of the Xaw library.
fmod
: the routine takes two doubles, not one.
We simply corrected our system include file.
You may get compiler warnings for the file `widgets/Bitmap.c' at
the lines which use the Xt function XtIsRealized
on systems which
define NULL
as (void *) 0
. The reason is that macro
definition of XtIsRealized
in `<X11/IntrinsicP.h>'
incorrectly compares the result of XtWindowOfObject
to
NULL
, instead of 0
. If the warnings bother you, fix
`IntrinsicP.h'.
XAPPLRESDIR
environment variable to that
directory. See the tutorial on resources that comes with the MIT X
distribution (`mit/doc/tutorial/resources.txt') for more
information.
Good luck.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |