Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


On Tue, Jan 04, 2011 at 05:39:02PM +0000, Caolán McNamara <caolanm@redhat.com> wrote:
configure:16032: checking which hash container mdds shall use
configure:16036: result: boost::unordered_map

So that should mean that

a) grep MDDS_CPPFLAGS= Linux*.sh 

says

MDDS_CPPFLAGS="-DMDDS_HASH_CONTAINER_BOOST"

is that the case ?

Right:

$ grep MDDS_CPPFLAGS= Linux*.sh
MDDS_CPPFLAGS="-DMDDS_HASH_CONTAINER_BOOST"

b) /home/vmiklos/git/libreoffice/master/clone/calc/sc/source/core/tool/makefile.mk should have 
CFLAGSCXX+=$(MDDS_CPPFLAGS) in it, which should ensure that if you do...

touch scmatrix.cxx && VERBOSE=true dmake 2>&1 | sed 's/ /\n/g' | grep
MDDS

you get -DMDDS_HASH_CONTAINER_BOOST, right ?

This will be a problem: it turns I got a breakage during 'make', then I
sent the output of 'build', but that was an other error, since I
forgot to re-source Linux*.sh. Sorry about that.

After re-sourcing:

$ touch scmatrix.cxx && VERBOSE=true dmake 2>&1 | sed 's/ /\n/g' | grep MDDS
-DMDDS_HASH_CONTAINER_BOOST

c) and /usr/include/mdds/hash_container/map.hpp has

#elif defined (MDDS_HASH_CONTAINER_BOOST)
#include <boost/unordered_map.hpp>

*before*

#else
// c++0x
#include <unordered_map>

right ?

That's also right.

I'm attaching the new build output where I guess the real error is:

/usr/include/boost/unordered/detail/hash_table_impl.hpp:197:54: error: 'forward' is not a member of 
'_STL'

Probably some missing include. :)

Thanks.
build -- version: 275224


=============
Building module sc
=============
Entering /home/vmiklos/git/libreoffice/master/sc/inc

Entering /home/vmiklos/git/libreoffice/master/sc/sdi

Entering /home/vmiklos/git/libreoffice/master/sc/addin

Entering /home/vmiklos/git/libreoffice/master/sc/addin/rot13

Entering /home/vmiklos/git/libreoffice/master/sc/addin/datefunc

Entering /home/vmiklos/git/libreoffice/master/sc/source/ui/docshell

Entering /home/vmiklos/git/libreoffice/master/sc/source/ui/styleui

Entering /home/vmiklos/git/libreoffice/master/sc/source/ui/src

Entering /home/vmiklos/git/libreoffice/master/sc/source/ui/miscdlgs

Entering /home/vmiklos/git/libreoffice/master/sc/source/ui/vba

Entering /home/vmiklos/git/libreoffice/master/sc/source/ui/app

Entering /home/vmiklos/git/libreoffice/master/sc/source/ui/view

Entering /home/vmiklos/git/libreoffice/master/sc/source/ui/optdlg

Entering /home/vmiklos/git/libreoffice/master/sc/source/ui/drawfunc

Entering /home/vmiklos/git/libreoffice/master/sc/source/ui/undo

Entering /home/vmiklos/git/libreoffice/master/sc/source/filter/ftools

Entering /home/vmiklos/git/libreoffice/master/sc/source/core/data

Entering /home/vmiklos/git/libreoffice/master/sc/source/filter/rtf

Entering /home/vmiklos/git/libreoffice/master/sc/source/filter/html

Entering /home/vmiklos/git/libreoffice/master/sc/source/ui/Accessibility

Entering /home/vmiklos/git/libreoffice/master/sc/addin/util

Entering /home/vmiklos/git/libreoffice/master/sc/source/filter/dif

Entering /home/vmiklos/git/libreoffice/master/sc/source/filter/qpro

Entering /home/vmiklos/git/libreoffice/master/sc/source/ui/attrdlg

Entering /home/vmiklos/git/libreoffice/master/sc/source/core/tool

Compiling: sc/source/core/tool/scmatrix.cxx
In file included from /usr/include/boost/unordered/detail/hash_table.hpp:240:0,
                 from /usr/include/boost/unordered/unordered_map.hpp:18,
                 from /usr/include/boost/unordered_map.hpp:16,
                 from /usr/include/mdds/hash_container/map.hpp:37,
                 from /usr/include/mdds/mixed_type_matrix_flag_storage.hpp:32,
                 from /usr/include/mdds/mixed_type_matrix.hpp:34,
                 from 
/home/vmiklos/git/libreoffice/master/clone/calc/sc/source/core/tool/scmatrix.cxx:45:
/usr/include/boost/unordered/detail/hash_table_impl.hpp: In member function 'void 
boost::unordered_detail::hash_table_data_equivalent_keys<Alloc>::node_constructor::construct(Args&& 
...)':
/usr/include/boost/unordered/detail/hash_table_impl.hpp:197:54: error: 'forward' is not a member of 
'_STL'
/usr/include/boost/unordered/detail/hash_table_impl.hpp:197:71: error: expected primary-expression 
before '>' token
/usr/include/boost/unordered/detail/hash_table_impl.hpp: In member function 
'boost::unordered_detail::hash_table_equivalent_keys<ValueType, KeyType, Hash, Pred, 
Alloc>::iterator_base boost::unordered_detail::hash_table_equivalent_keys<ValueType, KeyType, Hash, 
Pred, Alloc>::insert(Args&& ...)':
/usr/include/boost/unordered/detail/hash_table_impl.hpp:1627:29: error: 'forward' is not a member 
of '_STL'
/usr/include/boost/unordered/detail/hash_table_impl.hpp:1627:46: error: expected primary-expression 
before '>' token
/usr/include/boost/unordered/detail/hash_table_impl.hpp: In member function 
'boost::unordered_detail::hash_table_equivalent_keys<ValueType, KeyType, Hash, Pred, 
Alloc>::iterator_base boost::unordered_detail::hash_table_equivalent_keys<ValueType, KeyType, Hash, 
Pred, Alloc>::insert_hint(boost::unordered_detail::hash_table_equivalent_keys<ValueType, KeyType, 
Hash, Pred, Alloc>::iterator_base&, Args&& ...)':
/usr/include/boost/unordered/detail/hash_table_impl.hpp:1643:29: error: 'forward' is not a member 
of '_STL'
/usr/include/boost/unordered/detail/hash_table_impl.hpp:1643:46: error: expected primary-expression 
before '>' token
In file included from /usr/include/boost/unordered/detail/hash_table.hpp:244:0,
                 from /usr/include/boost/unordered/unordered_map.hpp:18,
                 from /usr/include/boost/unordered_map.hpp:16,
                 from /usr/include/mdds/hash_container/map.hpp:37,
                 from /usr/include/mdds/mixed_type_matrix_flag_storage.hpp:32,
                 from /usr/include/mdds/mixed_type_matrix.hpp:34,
                 from 
/home/vmiklos/git/libreoffice/master/clone/calc/sc/source/core/tool/scmatrix.cxx:45:
/usr/include/boost/unordered/detail/hash_table_impl.hpp: In member function 'void 
boost::unordered_detail::hash_table_data_unique_keys<Alloc>::node_constructor::construct(Args&& 
...)':
/usr/include/boost/unordered/detail/hash_table_impl.hpp:197:54: error: 'forward' is not a member of 
'_STL'
/usr/include/boost/unordered/detail/hash_table_impl.hpp:197:71: error: expected primary-expression 
before '>' token
/usr/include/boost/unordered/detail/hash_table_impl.hpp: In member function '_STL::pair<typename 
boost::unordered_detail::hash_table_data_unique_keys<Alloc>::iterator_base, bool> 
boost::unordered_detail::hash_table_unique_keys<ValueType, KeyType, Hash, Pred, 
Alloc>::insert(Args&& ...)':
/usr/include/boost/unordered/detail/hash_table_impl.hpp:1858:33: error: 'forward' is not a member 
of '_STL'
/usr/include/boost/unordered/detail/hash_table_impl.hpp:1858:50: error: expected primary-expression 
before '>' token
/usr/include/boost/unordered/detail/hash_table_impl.hpp:1859:21: error: 'forward' is not a member 
of '_STL'
/usr/include/boost/unordered/detail/hash_table_impl.hpp:1859:38: error: expected primary-expression 
before '>' token
/usr/include/boost/unordered/detail/hash_table_impl.hpp: In member function '_STL::pair<typename 
boost::unordered_detail::hash_table_data_unique_keys<Alloc>::iterator_base, bool> 
boost::unordered_detail::hash_table_unique_keys<ValueType, KeyType, Hash, Pred, 
Alloc>::insert_impl(const key_type&, Args&& ...)':
/usr/include/boost/unordered/detail/hash_table_impl.hpp:1882:33: error: 'forward' is not a member 
of '_STL'
/usr/include/boost/unordered/detail/hash_table_impl.hpp:1882:50: error: expected primary-expression 
before '>' token
/usr/include/boost/unordered/detail/hash_table_impl.hpp: In member function '_STL::pair<typename 
boost::unordered_detail::hash_table_data_unique_keys<Alloc>::iterator_base, bool> 
boost::unordered_detail::hash_table_unique_keys<ValueType, KeyType, Hash, Pred, 
Alloc>::insert_impl(boost::unordered_detail::hash_table_unique_keys<ValueType, KeyType, Hash, Pred, 
Alloc>::no_key, Args&& ...)':
/usr/include/boost/unordered/detail/hash_table_impl.hpp:1902:29: error: 'forward' is not a member 
of '_STL'
/usr/include/boost/unordered/detail/hash_table_impl.hpp:1902:46: error: expected primary-expression 
before '>' token
/usr/include/boost/unordered/detail/hash_table_impl.hpp: In member function 
'boost::unordered_detail::hash_table_unique_keys<ValueType, KeyType, Hash, Pred, 
Alloc>::iterator_base boost::unordered_detail::hash_table_unique_keys<ValueType, KeyType, Hash, 
Pred, Alloc>::insert_hint(boost::unordered_detail::hash_table_unique_keys<ValueType, KeyType, Hash, 
Pred, Alloc>::iterator_base&, Args&& ...)':
/usr/include/boost/unordered/detail/hash_table_impl.hpp:1936:31: error: 'forward' is not a member 
of '_STL'
/usr/include/boost/unordered/detail/hash_table_impl.hpp:1936:48: error: expected primary-expression 
before '>' token
In file included from /usr/include/boost/unordered_map.hpp:16:0,
                 from /usr/include/mdds/hash_container/map.hpp:37,
                 from /usr/include/mdds/mixed_type_matrix_flag_storage.hpp:32,
                 from /usr/include/mdds/mixed_type_matrix.hpp:34,
                 from 
/home/vmiklos/git/libreoffice/master/clone/calc/sc/source/core/tool/scmatrix.cxx:45:
/usr/include/boost/unordered/unordered_map.hpp: At global scope:
/usr/include/boost/unordered/unordered_map.hpp:139:44: error: expected ')' before '<' token
/usr/include/boost/unordered/unordered_map.hpp:148:39: error: declaration of 'operator=' as 
non-function
/usr/include/boost/unordered/unordered_map.hpp:148:33: error: expected ';' before '(' token
/usr/include/boost/unordered/unordered_map.hpp:156:5: error: expected ';' before 'private'
/usr/include/boost/unordered/unordered_map.hpp: In member function '_STL::pair<typename 
boost::unordered_detail::hash_types_unique_keys<_STL::pair<const _Key, _Tp>, Key, Hash, Pred, 
Alloc>::iterator, bool> boost::unordered_map<Key, T, Hash, Pred, Alloc>::emplace(Args&& ...)':
/usr/include/boost/unordered/unordered_map.hpp:227:29: error: 'forward' is not a member of '_STL'
/usr/include/boost/unordered/unordered_map.hpp:227:46: error: expected primary-expression before 
'>' token
/usr/include/boost/unordered/unordered_map.hpp: In member function 'boost::unordered_map<Key, T, 
Hash, Pred, Alloc>::iterator boost::unordered_map<Key, T, Hash, Pred, 
Alloc>::emplace_hint(boost::unordered_map<Key, T, Hash, Pred, Alloc>::const_iterator, Args&& ...)':
/usr/include/boost/unordered/unordered_map.hpp:233:57: error: 'forward' is not a member of '_STL'
/usr/include/boost/unordered/unordered_map.hpp:233:28: error: expected primary-expression before 
'(' token
/usr/include/boost/unordered/unordered_map.hpp:233:57: error: 'forward' is not a member of '_STL'
/usr/include/boost/unordered/unordered_map.hpp:233:74: error: expected primary-expression before 
'>' token
/usr/include/boost/unordered/unordered_map.hpp: At global scope:
/usr/include/boost/unordered/unordered_map.hpp:545:49: error: expected ')' before '<' token
/usr/include/boost/unordered/unordered_map.hpp:554:44: error: declaration of 'operator=' as 
non-function
/usr/include/boost/unordered/unordered_map.hpp:554:38: error: expected ';' before '(' token
/usr/include/boost/unordered/unordered_map.hpp:563:5: error: expected ';' before 'private'
/usr/include/boost/unordered/unordered_map.hpp: In member function 'boost::unordered_multimap<Key, 
T, Hash, Pred, Alloc>::iterator boost::unordered_multimap<Key, T, Hash, Pred, 
Alloc>::emplace(Args&& ...)':
/usr/include/boost/unordered/unordered_map.hpp:633:41: error: 'forward' is not a member of '_STL'
/usr/include/boost/unordered/unordered_map.hpp:633:28: error: expected primary-expression before 
'(' token
/usr/include/boost/unordered/unordered_map.hpp:633:41: error: 'forward' is not a member of '_STL'
/usr/include/boost/unordered/unordered_map.hpp:633:58: error: expected primary-expression before 
'>' token
/usr/include/boost/unordered/unordered_map.hpp: In member function 'boost::unordered_multimap<Key, 
T, Hash, Pred, Alloc>::iterator boost::unordered_multimap<Key, T, Hash, Pred, 
Alloc>::emplace_hint(boost::unordered_multimap<Key, T, Hash, Pred, Alloc>::const_iterator, Args&& 
...)':
/usr/include/boost/unordered/unordered_map.hpp:639:57: error: 'forward' is not a member of '_STL'
/usr/include/boost/unordered/unordered_map.hpp:639:28: error: expected primary-expression before 
'(' token
/usr/include/boost/unordered/unordered_map.hpp:639:57: error: 'forward' is not a member of '_STL'
/usr/include/boost/unordered/unordered_map.hpp:639:74: error: expected primary-expression before 
'>' token
../../../inc/address.hxx: At global scope:
../../../inc/address.hxx:80:16: warning: 'SCCOLROW_MAX' defined but not used
../../../inc/address.hxx:81:16: warning: 'SCSIZE_MAX' defined but not used
../../../inc/address.hxx:105:13: warning: 'SC_TAB_APPEND' defined but not used
../../../inc/address.hxx:106:13: warning: 'TABLEID_DOC' defined but not used
../../../inc/address.hxx:108:13: warning: 'SCCOL_REPEAT_NONE' defined but not used
../../../inc/address.hxx:109:13: warning: 'SCROW_REPEAT_NONE' defined but not used
dmake:  Error code 1, while making '../../../unxlngi6.pro/slo/scmatrix.obj'
Forcing regeneration of dependency info

Retrying /home/vmiklos/git/libreoffice/master/sc/source/core/tool

Making:    all_tool.dpslo
Compiling: sc/source/core/tool/scmatrix.cxx
In file included from /usr/include/boost/unordered/detail/hash_table.hpp:240:0,
                 from /usr/include/boost/unordered/unordered_map.hpp:18,
                 from /usr/include/boost/unordered_map.hpp:16,
                 from /usr/include/mdds/hash_container/map.hpp:37,
                 from /usr/include/mdds/mixed_type_matrix_flag_storage.hpp:32,
                 from /usr/include/mdds/mixed_type_matrix.hpp:34,
                 from 
/home/vmiklos/git/libreoffice/master/clone/calc/sc/source/core/tool/scmatrix.cxx:45:
/usr/include/boost/unordered/detail/hash_table_impl.hpp: In member function 'void 
boost::unordered_detail::hash_table_data_equivalent_keys<Alloc>::node_constructor::construct(Args&& 
...)':
/usr/include/boost/unordered/detail/hash_table_impl.hpp:197:54: error: 'forward' is not a member of 
'_STL'
/usr/include/boost/unordered/detail/hash_table_impl.hpp:197:71: error: expected primary-expression 
before '>' token
/usr/include/boost/unordered/detail/hash_table_impl.hpp: In member function 
'boost::unordered_detail::hash_table_equivalent_keys<ValueType, KeyType, Hash, Pred, 
Alloc>::iterator_base boost::unordered_detail::hash_table_equivalent_keys<ValueType, KeyType, Hash, 
Pred, Alloc>::insert(Args&& ...)':
/usr/include/boost/unordered/detail/hash_table_impl.hpp:1627:29: error: 'forward' is not a member 
of '_STL'
/usr/include/boost/unordered/detail/hash_table_impl.hpp:1627:46: error: expected primary-expression 
before '>' token
/usr/include/boost/unordered/detail/hash_table_impl.hpp: In member function 
'boost::unordered_detail::hash_table_equivalent_keys<ValueType, KeyType, Hash, Pred, 
Alloc>::iterator_base boost::unordered_detail::hash_table_equivalent_keys<ValueType, KeyType, Hash, 
Pred, Alloc>::insert_hint(boost::unordered_detail::hash_table_equivalent_keys<ValueType, KeyType, 
Hash, Pred, Alloc>::iterator_base&, Args&& ...)':
/usr/include/boost/unordered/detail/hash_table_impl.hpp:1643:29: error: 'forward' is not a member 
of '_STL'
/usr/include/boost/unordered/detail/hash_table_impl.hpp:1643:46: error: expected primary-expression 
before '>' token
In file included from /usr/include/boost/unordered/detail/hash_table.hpp:244:0,
                 from /usr/include/boost/unordered/unordered_map.hpp:18,
                 from /usr/include/boost/unordered_map.hpp:16,
                 from /usr/include/mdds/hash_container/map.hpp:37,
                 from /usr/include/mdds/mixed_type_matrix_flag_storage.hpp:32,
                 from /usr/include/mdds/mixed_type_matrix.hpp:34,
                 from 
/home/vmiklos/git/libreoffice/master/clone/calc/sc/source/core/tool/scmatrix.cxx:45:
/usr/include/boost/unordered/detail/hash_table_impl.hpp: In member function 'void 
boost::unordered_detail::hash_table_data_unique_keys<Alloc>::node_constructor::construct(Args&& 
...)':
/usr/include/boost/unordered/detail/hash_table_impl.hpp:197:54: error: 'forward' is not a member of 
'_STL'
/usr/include/boost/unordered/detail/hash_table_impl.hpp:197:71: error: expected primary-expression 
before '>' token
/usr/include/boost/unordered/detail/hash_table_impl.hpp: In member function '_STL::pair<typename 
boost::unordered_detail::hash_table_data_unique_keys<Alloc>::iterator_base, bool> 
boost::unordered_detail::hash_table_unique_keys<ValueType, KeyType, Hash, Pred, 
Alloc>::insert(Args&& ...)':
/usr/include/boost/unordered/detail/hash_table_impl.hpp:1858:33: error: 'forward' is not a member 
of '_STL'
/usr/include/boost/unordered/detail/hash_table_impl.hpp:1858:50: error: expected primary-expression 
before '>' token
/usr/include/boost/unordered/detail/hash_table_impl.hpp:1859:21: error: 'forward' is not a member 
of '_STL'
/usr/include/boost/unordered/detail/hash_table_impl.hpp:1859:38: error: expected primary-expression 
before '>' token
/usr/include/boost/unordered/detail/hash_table_impl.hpp: In member function '_STL::pair<typename 
boost::unordered_detail::hash_table_data_unique_keys<Alloc>::iterator_base, bool> 
boost::unordered_detail::hash_table_unique_keys<ValueType, KeyType, Hash, Pred, 
Alloc>::insert_impl(const key_type&, Args&& ...)':
/usr/include/boost/unordered/detail/hash_table_impl.hpp:1882:33: error: 'forward' is not a member 
of '_STL'
/usr/include/boost/unordered/detail/hash_table_impl.hpp:1882:50: error: expected primary-expression 
before '>' token
/usr/include/boost/unordered/detail/hash_table_impl.hpp: In member function '_STL::pair<typename 
boost::unordered_detail::hash_table_data_unique_keys<Alloc>::iterator_base, bool> 
boost::unordered_detail::hash_table_unique_keys<ValueType, KeyType, Hash, Pred, 
Alloc>::insert_impl(boost::unordered_detail::hash_table_unique_keys<ValueType, KeyType, Hash, Pred, 
Alloc>::no_key, Args&& ...)':
/usr/include/boost/unordered/detail/hash_table_impl.hpp:1902:29: error: 'forward' is not a member 
of '_STL'
/usr/include/boost/unordered/detail/hash_table_impl.hpp:1902:46: error: expected primary-expression 
before '>' token
/usr/include/boost/unordered/detail/hash_table_impl.hpp: In member function 
'boost::unordered_detail::hash_table_unique_keys<ValueType, KeyType, Hash, Pred, 
Alloc>::iterator_base boost::unordered_detail::hash_table_unique_keys<ValueType, KeyType, Hash, 
Pred, Alloc>::insert_hint(boost::unordered_detail::hash_table_unique_keys<ValueType, KeyType, Hash, 
Pred, Alloc>::iterator_base&, Args&& ...)':
/usr/include/boost/unordered/detail/hash_table_impl.hpp:1936:31: error: 'forward' is not a member 
of '_STL'
/usr/include/boost/unordered/detail/hash_table_impl.hpp:1936:48: error: expected primary-expression 
before '>' token
In file included from /usr/include/boost/unordered_map.hpp:16:0,
                 from /usr/include/mdds/hash_container/map.hpp:37,
                 from /usr/include/mdds/mixed_type_matrix_flag_storage.hpp:32,
                 from /usr/include/mdds/mixed_type_matrix.hpp:34,
                 from 
/home/vmiklos/git/libreoffice/master/clone/calc/sc/source/core/tool/scmatrix.cxx:45:
/usr/include/boost/unordered/unordered_map.hpp: At global scope:
/usr/include/boost/unordered/unordered_map.hpp:139:44: error: expected ')' before '<' token
/usr/include/boost/unordered/unordered_map.hpp:148:39: error: declaration of 'operator=' as 
non-function
/usr/include/boost/unordered/unordered_map.hpp:148:33: error: expected ';' before '(' token
/usr/include/boost/unordered/unordered_map.hpp:156:5: error: expected ';' before 'private'
/usr/include/boost/unordered/unordered_map.hpp: In member function '_STL::pair<typename 
boost::unordered_detail::hash_types_unique_keys<_STL::pair<const _Key, _Tp>, Key, Hash, Pred, 
Alloc>::iterator, bool> boost::unordered_map<Key, T, Hash, Pred, Alloc>::emplace(Args&& ...)':
/usr/include/boost/unordered/unordered_map.hpp:227:29: error: 'forward' is not a member of '_STL'
/usr/include/boost/unordered/unordered_map.hpp:227:46: error: expected primary-expression before 
'>' token
/usr/include/boost/unordered/unordered_map.hpp: In member function 'boost::unordered_map<Key, T, 
Hash, Pred, Alloc>::iterator boost::unordered_map<Key, T, Hash, Pred, 
Alloc>::emplace_hint(boost::unordered_map<Key, T, Hash, Pred, Alloc>::const_iterator, Args&& ...)':
/usr/include/boost/unordered/unordered_map.hpp:233:57: error: 'forward' is not a member of '_STL'
/usr/include/boost/unordered/unordered_map.hpp:233:28: error: expected primary-expression before 
'(' token
/usr/include/boost/unordered/unordered_map.hpp:233:57: error: 'forward' is not a member of '_STL'
/usr/include/boost/unordered/unordered_map.hpp:233:74: error: expected primary-expression before 
'>' token
/usr/include/boost/unordered/unordered_map.hpp: At global scope:
/usr/include/boost/unordered/unordered_map.hpp:545:49: error: expected ')' before '<' token
/usr/include/boost/unordered/unordered_map.hpp:554:44: error: declaration of 'operator=' as 
non-function
/usr/include/boost/unordered/unordered_map.hpp:554:38: error: expected ';' before '(' token
/usr/include/boost/unordered/unordered_map.hpp:563:5: error: expected ';' before 'private'
/usr/include/boost/unordered/unordered_map.hpp: In member function 'boost::unordered_multimap<Key, 
T, Hash, Pred, Alloc>::iterator boost::unordered_multimap<Key, T, Hash, Pred, 
Alloc>::emplace(Args&& ...)':
/usr/include/boost/unordered/unordered_map.hpp:633:41: error: 'forward' is not a member of '_STL'
/usr/include/boost/unordered/unordered_map.hpp:633:28: error: expected primary-expression before 
'(' token
/usr/include/boost/unordered/unordered_map.hpp:633:41: error: 'forward' is not a member of '_STL'
/usr/include/boost/unordered/unordered_map.hpp:633:58: error: expected primary-expression before 
'>' token
/usr/include/boost/unordered/unordered_map.hpp: In member function 'boost::unordered_multimap<Key, 
T, Hash, Pred, Alloc>::iterator boost::unordered_multimap<Key, T, Hash, Pred, 
Alloc>::emplace_hint(boost::unordered_multimap<Key, T, Hash, Pred, Alloc>::const_iterator, Args&& 
...)':
/usr/include/boost/unordered/unordered_map.hpp:639:57: error: 'forward' is not a member of '_STL'
/usr/include/boost/unordered/unordered_map.hpp:639:28: error: expected primary-expression before 
'(' token
/usr/include/boost/unordered/unordered_map.hpp:639:57: error: 'forward' is not a member of '_STL'
/usr/include/boost/unordered/unordered_map.hpp:639:74: error: expected primary-expression before 
'>' token
../../../inc/address.hxx: At global scope:
../../../inc/address.hxx:80:16: warning: 'SCCOLROW_MAX' defined but not used
../../../inc/address.hxx:81:16: warning: 'SCSIZE_MAX' defined but not used
../../../inc/address.hxx:105:13: warning: 'SC_TAB_APPEND' defined but not used
../../../inc/address.hxx:106:13: warning: 'TABLEID_DOC' defined but not used
../../../inc/address.hxx:108:13: warning: 'SCCOL_REPEAT_NONE' defined but not used
../../../inc/address.hxx:109:13: warning: 'SCROW_REPEAT_NONE' defined but not used
dmake:  Error code 1, while making '../../../unxlngi6.pro/slo/scmatrix.obj'

-----------------------------------------------------------------------
        Oh dear - something failed during the build - sorry !
  For more help with debugging build errors, please see the section in:
            http://wiki.documentfoundation.org/Development

 it seems that the error is inside 'sc', please re-run build
 inside this module to isolate the error and/or test your fix:
-----------------------------------------------------------------------

rm -Rf /home/vmiklos/git/libreoffice/master/sc/unxlngi6.pro # optional module 'clean'
/bin/sh
cd /home/vmiklos/git/libreoffice/master
source ./LinuxX86Env.Set.sh
cd sc
build

when the problem is isolated and fixed exit and re-run 'make' from the top-level

Attachment: pgpeK_jeMxh9E.pgp
Description: PGP signature


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.