|
From: Pedro S. <ped...@gm...> - 2014-06-12 15:39:27
|
Hi, I send in attachment the config.log In line 1136 is written: | #include <string> configure:15613: result: no configure:15613: checking string presence configure:15613: g++ -E conftest.cpp configure:15613: $? = 0 configure:15613: result: yes configure:15613: WARNING: string: present but cannot be compiled configure:15613: WARNING: string: check for missing prerequisite headers? configure:15613: WARNING: string: see the Autoconf documentation configure:15613: WARNING: string: section "Present But Cannot Be Compiled" configure:15613: WARNING: string: proceeding with the compiler's result configure:15613: checking for string configure:15613: result: no configure:15620: error: required headers not found I tried to include the directory where this header is by using the command $ CXXFLAGS="-I/c/Mingw/include" ./configure CC=mingw32-g++.exe --enable-shared --enable-static checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking whether make supports GNU make features... yes checking for g++... g++ checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.exe checking for suffix of executables... .exe checking whether we are cross compiling... configure: error: in `/home/admin/lib xml++-2.34.2': configure: error: cannot run C++ compiled programs. If you meant to cross compile, use `--host'. See `config.log' for more details Can anyone help me a little more? Best regards, Pedro On Wed, Jun 11, 2014 at 7:09 PM, Eli Zaretskii <el...@gn...> wrote: > > 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. > > > ------------------------------------------------------------------------------ > HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions > Find What Matters Most in Your Big Data with HPCC Systems > Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. > Leverages Graph Analysis for Fast Processing & Easy Data Exploration > http://p.sf.net/sfu/hpccsystems > _______________________________________________ > MinGW-users mailing list > Min...@li... > > This list observes the Etiquette found at > http://www.mingw.org/Mailing_Lists. > We ask that you be polite and do the same. Disregard for the list > etiquette may cause your account to be moderated. > > _______________________________________________ > You may change your MinGW Account Options or unsubscribe at: > https://lists.sourceforge.net/lists/listinfo/mingw-users > Also: mailto:min...@li...?subject=unsubscribe > |