Am Mon, 4 Nov 2013 13:39:48 +0100 schrieb Alexander Rødseth <rodseth@gmail.com>:
Hi,
gnome-commander doesn't compile. Do you still mind if I move it to AUR?
Here is one of the errors:
In file included from gnome-cmd-tags.cc:36:0: ./../dict.h: In instantiation of 'void DICT<KEY, VAL>::add(KEY, const VAL&) [with KEY = GnomeCmdTag; VAL = GnomeCmdTagName]': ./../dict.h:155:10: required from 'void load_data(DICT<KEY, VAL>&, void*, unsigned int) [with KEY = GnomeCmdTag; VAL = GnomeCmdTagName]' gnome-cmd-tags.cc:540:68: required from here ./../dict.h:58:101: error: 'make_pair' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive] std::pair<typename KEY_COLL::iterator,bool> k_pos = k_coll.insert(make_pair(k,(const VAL *) NULL));
^ In file included from /usr/include/c++/4.8.2/bits/stl_algobase.h:64:0, from /usr/include/c++/4.8.2/vector:60, from gnome-cmd-tags.cc:26: /usr/include/c++/4.8.2/bits/stl_pair.h:286:5: note: 'template<class _T1, class _T2> std::pair<_T1, _T2> std::make_pair(_T1, _T2)' declared here, later in the translation unit make_pair(_T1 __x, _T2 __y) ^
http://pkgs.fedoraproject.org/cgit/gnome-commander.git/tree/gnome-commander-... With this fix it builds well here. -Andy