Hi,
More info on my ./configure problem. Below is my original message. Here's the latest end of the output with ./configure: checking for iterator_traits... yes checking for Boost development files... no configure: error: Boost development files not found Here's what I found in config.log: ... configure:2875: test -s conftest.o configure:2878: $? = 0 configure:2896: result: none needed configure:2914: gcc -c -g -O2 conftest.c >&5 conftest.c:2: syntax error before "me" configure:2920: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3061: checking for style of include used by make configure:3089: result: GNU ... configure:5066: checking how to run the C++ preprocessor configure:5097: g++ -E conftest.cc configure:5103: $? = 0 configure:5135: g++ -E conftest.cc conftest.cc:25:28: ac_nonexistent.h: No such file or directory configure:5141: $? = 1 configure: failed program was: | /* confdefs.h. */ .... configure:5242: g++ -E conftest.cc conftest.cc:25:28: ac_nonexistent.h: No such file or directory configure:5248: $? = 1 configure: failed program was: | /* confdefs.h. */ | ... configure:24978: g++ -c -g -O2 conftest.cc >&5 conftest.cc:63:29: boost/version.hpp: No such file or directory conftest.cc:64:37: boost/shared_ptr.hpp: No such file or directory conftest.cc:65:33: boost/assert.hpp: No such file or directory conftest.cc:66:43: boost/current_function.hpp: No such file or directory configure:24984: $? = 1 configure: failed program was: | /* confdefs.h. */ ... | #define QL_ITERATOR std::iterator | #define QL_ITERATOR_TRAITS std::iterator_traits | /* end confdefs.h. */ | #include <boost/version.hpp> | #include <boost/shared_ptr.hpp> | #include <boost/assert.hpp> | #include <boost/current_function.hpp> | int | main () | { | | ; | return 0; | } configure:25004: result: no configure:25006: error: Boost development files not found ... #define QL_TOLOWER std::tolower #define QL_TOUPPER std::toupper #define STDC_HEADERS 1 #define VERSION "0.3.7" #endif #ifdef __cplusplus extern "C" void std::exit (int) throw (); using std::exit; configure: exit 1 Thanks for any help. Jimmy ---------------------------------------------- I'm very interested in using the package. I'm using Linux Red Hat 2.4.21-15.0.3.EL. ./configure gives me the following error. appending configuration tag "F77" to libtool checking namespace support... no configure: error: namespaces not supported and then it exits. I am not very familiar with namespace support and C++ but I have gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-39). _______________________________ Do you Yahoo!? Win 1 of 4,000 free domain names from Yahoo! Enter now. http://promotions.yahoo.com/goldrush |
On 2004.08.19 05:34, Jimmy Freese wrote:
> Here's the latest end of the output with ./configure: > > checking for iterator_traits... yes > checking for Boost development files... no > configure: error: Boost development files not found > > > Here's what I found in config.log: > > ... > configure:24978: g++ -c -g -O2 conftest.cc >&5 > conftest.cc:63:29: boost/version.hpp: No such file or > directory Jim, a) do you have Boost installed on your box? b) is it somewhere where gcc can find it on its own (say, in /usr/include?) Later, Luigi |
Free forum by Nabble | Edit this page |