|
From: Eli Z. <el...@gn...> - 2014-06-11 18:09:42
|
> Date: Wed, 11 Jun 2014 18:07:21 +0100 > From: Pedro Sousa <ped...@gm...> > > checking string presence... yes > configure: WARNING: string: present but cannot be compiled > configure: WARNING: string: check for missing prerequisite headers? > configure: WARNING: string: see the Autoconf documentation > configure: WARNING: string: section "Present But Cannot Be Compiled" > configure: WARNING: string: proceeding with the compiler's result > configure: WARNING: ## > ----------------------------------------------------- > ----------------------- ## > configure: WARNING: ## Report this to > https://bugzilla.gnome.org/enter_bug.c > gi?product=libxml%2B%2B ## > configure: WARNING: ## > ----------------------------------------------------- > ----------------------- ## > checking for string... no > configure: error: required headers not found Look in config.log for the compiler error messages when it tried to compile the program with the 'string' header. That should give you a clue about the problem. |