Hi,

Scidb svn 101 dont compile for me:

db_namebase.cpp: In member function ‘void db::Namebase::update()’:
db_namebase.cpp:730:49: error: no matching function for call to
‘max(unsigned int&, mstl::vector<db::NamebaseEntry*>::size_type)’
db_namebase.cpp:730:49: note: candidates are:
../mstl/m_utility.ipp:97:1: note: template<class T> T mstl::max(T, T)
../mstl/m_utility.ipp:120:1: note: template<class T> T mstl::max(T, T, T)
db_namebase.cpp:801:13: warning: format ‘%u’ expects argument of type
‘unsigned int’, but argument 3 has type ‘long int’ [-Wformat]
make[2]: *** [db_namebase.o] Error 1
make[1]: *** [recursive] Error 1
make: *** [all] Error 2

My configure info:

    Tcl/Tk version: 8.5
    Your operating system is: Linux 3.0-ARCH 64 bits
    Checking if your system has gcc installed: yes (version 4.6).
    Checking if your system has g++ installed: yes (version 4.6).
    Checking if your compiler supports SSE2: yes.
    Checking if your system supports __sync_* builtin functions: yes.
    Checking if your system already has zlib installed: yes.
    Checking if your system already has zziplib installed: yes.
    Checking if your system already has expat installed: yes.
    Location of tcl.h: /usr/include
    Location of tk.h: /usr/include
    Location of Tcl 8.5 library: /usr/lib
    Location of Tk 8.5 library: /usr/lib
    Location of X11/Xlib.h: /usr/include
    Location of X11 library: /usr/lib
    Location of Xcursor library: /usr/lib

Reply via email to