Using gcc 3.2 to compile the database sources, I'm seeing this error on the
LVCSim_liveCacheSink.cpp module:
In file included from /usr/include/c++/3.2/string:57,
from LVCSim_liveCacheSink.cpp:60:
/usr/include/c++/3.2/bits/basic_string.tcc: In member function
`_Alloc::size_type std::basic_string<_CharT, _Traits,
_Alloc>::rfind(const _CharT*, _Alloc::size_type, _Alloc::size_type) const':
/usr/include/c++/3.2/bits/basic_string.tcc:713: parse error before `(' token
The line at 713 is this:
__pos = std::min(__size - __n, __pos);
Since the error is reported against
/usr/include/c++/3.2/bits/basic_string.tcc, I believe this to be a gcc
problem, and not a sapdb problem. Would I be correct about that?
Mark Post
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general