Boost logo

Boost :

From: Marcelo Matus (mmatus_at_[hidden])
Date: 2002-05-17 18:36:43


I tried to compile the lastest version using the intel compiler
and a lot of errors like this one appears

 . /opt/intel/compiler60/ia32/bin/iccvars.sh
    icc -c -w1 -DBOOST_REGEX_NO_LIB=1 -DBOOST_REGEX_STATIC_LINK=1 -g
-O0 -I"libs/regex/build" -I"/lsc/mmatus/oss2/icc6/boost_1_28_0" -o
"libs/regex/build/bin/libboost_regex.a/intel-linux/debug/runtime-link-dynamic/cregex.o"
"libs/regex/build/../src/cregex.cpp"

...failed intel-linux-C++-action
libs/regex/build/bin/libboost_regex.a/intel-linux/debug/runtime-link-dynamic/cregex.o...
...using
<libs!regex!build/libboost_regex.a/intel-linux/debug/runtime-link-dynamic>fileiter.o...
intel-linux-C++-action
libs/regex/build/bin/libboost_regex.a/intel-linux/debug/runtime-link-dynamic/posix_api.o
libs/regex/build/../src/posix_api.cpp
/lsc/mmatus/oss2/icc6/boost_1_28_0/boost/regex/detail/instances.hpp(104):
error: no instance of overloaded function "boost::reg_expression<charT,
traits, Allocator>::reg_expression [with charT=char,
traits=boost::regex_traits<char>,
Allocator=boost::detail::allocator<char>]" matches the specified type
  template
reg_expression<BOOST_REGEX_CHAR_T>::reg_expression<BOOST_REGEX_CHAR_T>(const
BOOST_DEFAULT_ALLOCATOR(BOOST_REGEX_CHAR_T)&);
           ^

/lsc/mmatus/oss2/icc6/boost_1_28_0/boost/regex/detail/instances.hpp(105):
error: no instance of overloaded function "boost::reg_expression<charT,
traits, Allocator>::reg_expression [with charT=char,
traits=boost::regex_traits<char>,
Allocator=boost::detail::allocator<char>]" matches the specified type
  template
reg_expression<BOOST_REGEX_CHAR_T>::reg_expression<BOOST_REGEX_CHAR_T>(const
BOOST_REGEX_CHAR_T* p, reg_expression<BOOST_REGEX_CHAR_T>::flag_type f,
const BOOST_DEFAULT_ALLOCATOR(BOOST_REGEX_CHAR_T)& a);

...........

Marcelo


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk