Tried to compiled libdkim on a number of Linux distros. Failed on all of them.
Below is output from one of the compiles:
Linux testhost 2.6.18-1.2849.fc6 #1 SMP Fri Nov 10 12:34:46 EST 2006 x86_64 x86_64 x86_64 GNU/Linux
Added the missing include directories with -I and still no joy.
[kartar@testhost src]# make
g++ -c -c dkim.cpp
In file included from dkimbase.h:26,
from dkimsign.h:20,
from dkim.cpp:24:
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/string:44:28: error: bits/c++config.h: No such file or directory
In file included from /usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stl_algobase.h:69,
from /usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/char_traits.h:46,
from /usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/string:46,
from dkimbase.h:26,
from dkimsign.h:20,
from dkim.cpp:24:
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/iosfwd:45:29: error: bits/c++locale.h: No such file or directory
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/iosfwd:46:25: error: bits/c++io.h: No such file or directory
In file included from /usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/memory:54,
from /usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/string:47,
from dkimbase.h:26,
from dkimsign.h:20,
from dkim.cpp:24:
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/allocator.h:52:31: error: bits/c++allocator.h: No such file or directory
In file included from /usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:45,
from /usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/string:52,
from dkimbase.h:26,
from dkimsign.h:20,
from dkim.cpp:24:
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/atomicity.h:38:30: error: bits/atomic_word.h: No such file or directory
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/allocator.h:82: error: expected template-name before â<â token
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/allocator.h:82: error: expected `{' before â<â token
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/allocator.h:82: error: expected unqualified-id before â<â token
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/atomicity.h:44: error: expected constructor, destructor, or type conversion before â__exchange_and_addâ
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/atomicity.h:48: error: expected â,â or â...â before â*â token
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:150: error: â_Atomic_wordâ does not name a type
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h: In member function âvoid std::basic_string<_CharT, _Traits, _Alloc>::_Rep::_M_dispose(const _Alloc&)â:
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:232: error: â__exchange_and_addâ is not a member of â__gnu_cxxâ
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h: In member function âtypename _Alloc::rebind<_CharT>::other::size_type std::basic_string<_CharT, _Traits, _Alloc>::_M_check(typename _Alloc::rebind<_CharT>::other::size_type, const char*) constâ:
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:306: error: there are no arguments to â__Nâ that depend on a template parameter, so a declaration of â__Nâ must be available
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:306: error: (if you use â-fpermissiveâ, G++ will accept your code, but allowing the use of an undeclared name is deprecated)
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h: In member function âvoid std::basic_string<_CharT, _Traits, _Alloc>::_M_check_length(typename _Alloc::rebind<_CharT>::other::size_type, typename _Alloc::rebind<_CharT>::other::size_type, const char*) constâ:
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:314: error: there are no arguments to â__Nâ that depend on a template parameter, so a declaration of â__Nâ must be available
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h: In member function âtypename _Alloc::rebind<_CharT>::other::const_reference std::basic_string<_CharT, _Traits, _Alloc>::at(typename _Alloc::rebind<_CharT>::other::size_type) constâ:
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:726: error: there are no arguments to â__Nâ that depend on a template parameter, so a declaration of â__Nâ must be available
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h: In member function âtypename _Alloc::rebind<_CharT>::other::reference std::basic_string<_CharT, _Traits, _Alloc>::at(typename _Alloc::rebind<_CharT>::other::size_type)â:
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:745: error: there are no arguments to â__Nâ that depend on a template parameter, so a declaration of â__Nâ must be available
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stl_algo.h: In function âvoid std::random_shuffle(_RandomAccessIterator, _RandomAccessIterator)â:
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stl_algo.h:1906: error: ârandâ is not a member of âstdâ
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.tcc: In static member function âstatic _CharT* std::basic_string<_CharT, _Traits, _Alloc>::_S_construct(_InIterator, _InIterator, const _Alloc&, std::forward_iterator_tag)â:
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.tcc:145: error: there are no arguments to â__Nâ that depend on a template parameter, so a declaration of â__Nâ must be available
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.tcc: In static member function âstatic typename std::basic_string<_CharT, _Traits, _Alloc>::_Rep* std::basic_string<_CharT, _Traits, _Alloc>::_Rep::_S_create(typename _Alloc::rebind<_CharT>::other::size_type, typename _Alloc::rebind<_CharT>::other::size_type, const _Alloc&)â:
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.tcc:533: error: there are no arguments to â__Nâ that depend on a template parameter, so a declaration of â__Nâ must be available
dkimbase.h: At global scope:
dkimbase.h:71: error: ISO C++ forbids declaration of âlistâ with no type
dkimbase.h:71: error: expected â;â before â<â token
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h: In instantiation of âstd::basic_string<char, std::char_traits<char>, std::allocator<char> >â:
dkimsign.h:69: instantiated from here
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:112: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:119: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:120: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:121: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:122: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:123: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:124: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:125: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:127: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:128: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:129: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h: In instantiation of âstd::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Alloc_hiderâ:
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:271: instantiated from âstd::basic_string<char, std::char_traits<char>, std::allocator<char> >â
dkimsign.h:69: instantiated from here
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:255: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h: In instantiation of âstd::basic_string<char, std::char_traits<char>, std::allocator<char> >â:
dkimsign.h:69: instantiated from here
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:288: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:292: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:303: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:311: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:319: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:336: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:345: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:354: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:373: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:377: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.tcc:450: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.tcc:196: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.tcc:207: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.tcc:218: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.tcc:232: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:516: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:527: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:535: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:546: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:555: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:564: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:573: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:582: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:590: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:596: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:601: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.tcc:613: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:628: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:636: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.tcc:483: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:685: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:702: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:723: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:742: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.tcc:346: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.tcc:302: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.tcc:285: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:884: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.tcc:263: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:928: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:957: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:973: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:988: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:1011: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.tcc:364: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:1051: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:1074: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:1091: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:1115: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:1131: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:1151: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:1178: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:1201: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.tcc:396: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:1243: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:1266: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:1284: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:1302: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:1323: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:1344: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:1368: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:1380: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:1391: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:1401: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:1412: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:1425: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.tcc:629: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.tcc:642: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.tcc:655: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.tcc:165: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:1562: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:1576: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:1606: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:1634: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:1664: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:1692: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:1711: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:1725: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:1753: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:1772: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:1786: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:1815: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:1845: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:1874: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.h:1906: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.tcc:885: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.tcc:901: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.tcc:933: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/basic_string.tcc:950: error: invalid use of undefined type âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stringfwd.h:49: error: declaration of âstruct std::allocator<char>â
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stl_vector.h: In member function âvoid _GLIBCXX_STD::vector<_Tp, _Alloc>::_M_range_check(size_t) constâ:
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stl_vector.h:503: error: there are no arguments to â__Nâ that depend on a template parameter, so a declaration of â__Nâ must be available
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stl_bvector.h: In member function âvoid _GLIBCXX_STD::vector<bool, _Alloc>::_M_range_check(size_t) constâ:
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stl_bvector.h:619: error: there are no arguments to â__Nâ that depend on a template parameter, so a declaration of â__Nâ must be available
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stl_bvector.h: In member function âvoid _GLIBCXX_STD::vector<bool, _Alloc>::reserve(size_t)â:
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/stl_bvector.h:782: error: there are no arguments to â__Nâ that depend on a template parameter, so a declaration of â__Nâ must be available
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/vector.tcc: In member function âvoid _GLIBCXX_STD::vector<_Tp, _Alloc>::reserve(size_t)â:
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/vector.tcc:72: error: there are no arguments to â__Nâ that depend on a template parameter, so a declaration of â__Nâ must be available
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/vector.tcc: In member function âvoid _GLIBCXX_STD::vector<_Tp, _Alloc>::_M_insert_aux(__gnu_cxx::__normal_iterator<typename _GLIBCXX_STD::_Vector_base<_Tp, _Alloc>::_Tp_alloc_type::pointer, _GLIBCXX_STD::vector<_Tp, _Alloc> >, const _Tp&)â:
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/vector.tcc:266: error: there are no arguments to â__Nâ that depend on a template parameter, so a declaration of â__Nâ must be available
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/vector.tcc: In member function âvoid _GLIBCXX_STD::vector<_Tp, _Alloc>::_M_fill_insert(__gnu_cxx::__normal_iterator<typename _GLIBCXX_STD::_Vector_base<_Tp, _Alloc>::_Tp_alloc_type::pointer, _GLIBCXX_STD::vector<_Tp, _Alloc> >, size_t, const _Tp&)â:
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/vector.tcc:350: error: there are no arguments to â__Nâ that depend on a template parameter, so a declaration of â__Nâ must be available
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/vector.tcc: In member function âvoid _GLIBCXX_STD::vector<_Tp, _Alloc>::_M_range_insert(__gnu_cxx::__normal_iterator<typename _GLIBCXX_STD::_Vector_base<_Tp, _Alloc>::_Tp_alloc_type::pointer, _GLIBCXX_STD::vector<_Tp, _Alloc> >, _ForwardIterator, _ForwardIterator, std::forward_iterator_tag)â:
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/bits/vector.tcc:449: error: there are no arguments to â__Nâ that depend on a template parameter, so a declaration of â__Nâ must be available
dkimverify.h: At global scope:
dkimverify.h:74: error: ISO C++ forbids declaration of âvectorâ with no type
dkimverify.h:74: error: expected â;â before â<â token
dkimverify.h:116: error: ISO C++ forbids declaration of âlistâ with no type
dkimverify.h:116: error: expected â;â before â<â token
dkimverify.h:117: error: ISO C++ forbids declaration of âlistâ with no type
dkimverify.h:117: error: expected â;â before â<â token
dkimverify.h:125: error: ISO C++ forbids declaration of âvectorâ with no type
dkimverify.h:125: error: expected â;â before â<â token
make: *** [dkim.o] Error 1