/!\ This page is not a bug tracker. If you run into a problem not listed here, please file a bug.
When entering a new problem, please enter it above the others, and follow the format of the JhbuildIssues/JhbuildIssueTemplate for new problems/modules.

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:

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.


CategoryJhbuildIssues

Projects/Jhbuild/Issues/libxklavier (last edited 2013-11-25 16:29:21 by WilliamJonMcCann)