This page is not a bug tracker. If you run into a problem not listed here, please file a bug. |
List of common errors for the module libxklavier.
Error - doxygen: command not found
Stage: build
/bin/sh: line 1: doxygen: command not found make: *** [doxydocs] Error 127 *** error during stage build of libxklavier: could not build module ***
Solution:
Install the doxygen package of your distribution (easy way), or download the doxygen package from http://www.stack.nl/~dimitri/doxygen/ and install it.
Warning: ignoring #pragma ident
Stage: build
On (open)Solaris:
In file included from xklavier_toplevel.c:3: /usr/openwin/include/X11/Xmd.h:51: warning: ignoring #pragma ident
As gcc is called with -Wall -Werror, this causes the build to fail.
Solution:
- Add -Wno-unknown-pragmas to CFLAGS in the Makefile.