Regex++ Installation Problems
Hi I am a Newbie to using the regex++.I am trying to install the regex++ library on a Linux system. according to the instructions given but I found the following errors: make -fgcc.mak mkdir -p gcc mkdir -p gcc/boost_regex g++ -o gcc/boost_regex/c_regex_traits.o -c -O2 -I../../../ ../src/c_regex_traits.cpp g++ -o gcc/boost_regex/c_regex_traits_common.o -c -O2 -I../../../ ../src/c_regex_traits_common.cpp g++ -o gcc/boost_regex/cpp_regex_traits.o -c -O2 -I../../../ ../src/cpp_regex_traits.cpp g++ -o gcc/boost_regex/cregex.o -c -O2 -I../../../ ../src/cregex.cpp ../../../boost/regex/v3/regex_match.hpp: In member function `unsigned int boost::RegEx::GrepFiles(bool (*)(const char*, const boost::RegEx&), const char*, bool, unsigned int)': ../../../boost/regex/v3/regex_match.hpp:1937: Internal compiler error in expand_call, at calls.c:3049 Please submit a full bug report, with preprocessed source if appropriate. See URL:http://www.gnu.org/software/gcc/bugs.html for instructions. make: *** [gcc/boost_regex/cregex.o] Fehler 1 I cant quite figure out what the problem is. Some one please help... Thanx in advance... -Kinshuk ________________________________________________________________________ Yahoo! India Matrimony: Find your partner online. http://yahoo.shaadi.com/india-matrimony/
On Wednesday 19 May 2004 15:16, kinshuk srivastava wrote:
I am a Newbie to using the regex++.I am trying to install the regex++ library on a Linux system. according to the instructions given but I found the following errors: [...] ../../../boost/regex/v3/regex_match.hpp: In member function `unsigned int boost::RegEx::GrepFiles(bool (*)(const char*, const boost::RegEx&), const char*, bool, unsigned int)': ../../../boost/regex/v3/regex_match.hpp:1937: Internal compiler error in expand_call, at calls.c:3049
You should mention your gcc and boost versions. However, the issue had already come up: http://lists.boost.org/MailArchives/boost-users/msg02467.php It seems to be a very specific compiler bug. Your boost version does not seem to be the current release. Maybe updating will help. Wolfgang Meyer
participants (3)
-
John Maddock
-
kinshuk srivastava
-
Wolfgang Meyer