Opened 18 years ago

Closed 16 years ago

#329 closed Support Requests (Out of Date)

Boost Library Unknown compiler version

Reported by: nobody Owned by: nobody
Milestone: Component: None
Version: None Severity:
Keywords: Cc:

Description

I have used the Boost Library (boost_1_32_0) until this
afternoon, when my system was updated. Now the c++
version 3.4.2 is installed and I'm not able to compile
anymore. I tried to run ./configure script and move the
user.cpp file in the config directory, but I din't
solve the problem.  

Change History (4)

comment:1 by nobody, 18 years ago

Logged In: NO 

Please post more details, we regularly test with gcc-3.4.2
and it works just fine, you should only see message about
your compiler version if you update to (the unreleased)
gcc-4.0, and even then it's only a warning, not an error.

John Maddock

comment:2 by david_abrahams, 18 years ago

Logged In: YES 
user_id=52572

You haven't provided enough information to tell you anything 
useful.  What compilation command are you issuing, and what 
errors are you seeing?

You should always login at SourceForge before reporting a 
bug so that you will be automatically notified by email when 
there's a response.

comment:3 by dondeb, 18 years ago

Logged In: YES 
user_id=1175729

The compiler version is 
g++ (GCC) 3.4.2 20041017 (Red Hat 3.4.2-6.fc3).

If I compile the quick_tour.cpp, I get the following message:

g++ quick_tour.cpp
In file included from /usr/include/boost/config.hpp:35,
                 from quick_tour.cpp:26:
/usr/include/boost/config/compiler/gcc.hpp:81:7: warning:
#warning "Unknown compiler version - please run the
configure tests and report the results"
In file included from
/usr/include/boost/graph/adjacency_list.hpp:48,
                 from quick_tour.cpp:32:
/usr/include/boost/graph/detail/edge.hpp:99: error:
`std::ostream' is not a template
/usr/include/boost/graph/detail/edge.hpp:100: error:
`std::ostream' is not a template

Thanks

comment:4 by Gennaro Prota, 16 years ago

Status: assignedclosed
Logged In: YES 
user_id=624384

Almost two years this was filed and no further info were
provided by the submitter. Going to close.
Note: See TracTickets for help on using tickets.