Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 9244] New: monotone won't build with errors in boost.h

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 9244] New: monotone won't build with errors in boost.h
  • Date: Sun, 17 Jul 2005 14:16:53 -0700 (PDT)

http://bugs.sourcemage.org/show_bug.cgi?id=9244

Summary: monotone won't build with errors in boost.h
Product: Codex
Version: devel grimoire
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: devel
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: josebernardo1 AT yahoo.com


gcc 4.0.1

if g++ -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.
-I./sqlite -DNDEBUG -DBOOST_DISABLE_THREADS -Wall -O -march=k8 -mmmx
-mfpmath=sse -msse -msse2 -m3dnow -m32 -pipe -DPIC -fPIC -O3 -MT
monotone-commands.o -MD -MP -MF ".deps/monotone-commands.Tpo" \
-c -o monotone-commands.o `test -f 'commands.cc' || echo './'`commands.cc; \
then mv -f ".deps/monotone-commands.Tpo" ".deps/monotone-commands.Po"; \
else rm -f ".deps/monotone-commands.Tpo"; exit 1; \
fi
commands.cc:2972:7: warning: multi-line comment
cryptopp/cryptlib.h:356: warning: 'class CryptoPP::SimpleKeyingInterface' has
virtual functions but non-virtual destructor
cryptopp/cryptlib.h:667: warning: 'class CryptoPP::Waitable' has virtual
functions but non-virtual destructor
/usr/include/boost/regex/v4/char_regex_traits.hpp: In member function
'uint_fast32_t
boost::deprecated::char_regex_traits_i<wchar_t>::lookup_classname(const
wchar_t*, const wchar_t*) const':
/usr/include/boost/regex/v4/char_regex_traits.hpp:68: error:
'boost::re_detail::c_traits_base::<anonymous enum>' is/uses anonymous type
/usr/include/boost/regex/v4/char_regex_traits.hpp:68: error: trying to
instantiate 'template<class T> struct boost::is_integral'
make[2]: *** [monotone-commands.o] Error 1

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 9244] New: monotone won't build with errors in boost.h, bugzilla-daemon, 07/17/2005

Archive powered by MHonArc 2.6.24.

Top of Page