after getting the neccesary files for install i get this error after ./make.sh command in ubuntu 12.04 64
root@ns318354:/home/xbt/xbt-source/Tracker# ./make.sh
In file included from ../misc/xbt/database.h:5:0,
from ../misc/database.cpp:1:
../misc/xbt/sql_result.h:50:23: sorry, unimplemented: non-static data member initializers
../misc/xbt/sql_result.h:50:23: error: ‘constexpr’ needed for in-class initialization of static data member ‘res_’ of non-integral type
../misc/xbt/sql_result.h: In constructor ‘Csql_result::iterator::iterator(Csql_result&)’:
../misc/xbt/sql_result.h:45:30: error: class ‘Csql_result::iterator’ does not have any field named ‘res_’
../misc/xbt/sql_result.h:45:61: error: ‘res_’ was not declared in this scope
../misc/xbt/sql_result.h: In member function ‘Csql_row Csql_result::iterator::operator*()’:
../misc/xbt/sql_result.h:47:68: error: ‘res_’ was not declared in this scope
../misc/xbt/sql_result.h: In member function ‘void Csql_result::iterator::operator++()’:
../misc/xbt/sql_result.h:48:46: error: ‘res_’ was not declared in this scope
In file included from ../misc/xbt/database.h:5:0,
from ../misc/sql_query.cpp:5:
../misc/xbt/sql_result.h:50:23: sorry, unimplemented: non-static data member initializers
../misc/xbt/sql_result.h:50:23: error: ‘constexpr’ needed for in-class initialization of static data member ‘res_’ of non-integral type
../misc/xbt/sql_result.h: In constructor ‘Csql_result::iterator::iterator(Csql_result&)’:
../misc/xbt/sql_result.h:45:30: error: class ‘Csql_result::iterator’ does not have any field named ‘res_’
../misc/xbt/sql_result.h:45:61: error: ‘res_’ was not declared in this scope
../misc/xbt/sql_result.h: In member function ‘Csql_row Csql_result::iterator::operator*()’:
../misc/xbt/sql_result.h:47:68: error: ‘res_’ was not declared in this scope
../misc/xbt/sql_result.h: In member function ‘void Csql_result::iterator::operator++()’:
../misc/xbt/sql_result.h:48:46: error: ‘res_’ was not declared in this scope
In file included from ../misc/xbt/database.h:5:0,
from stdafx.h:30,
from config.cpp:1:
../misc/xbt/sql_result.h:50:23: sorry, unimplemented: non-static data member initializers
../misc/xbt/sql_result.h:50:23: error: ‘constexpr’ needed for in-class initialization of static data member ‘res_’ of non-integral type
../misc/xbt/sql_result.h: In constructor ‘Csql_result::iterator::iterator(Csql_result&)’:
../misc/xbt/sql_result.h:45:30: error: class ‘Csql_result::iterator’ does not have any field named ‘res_’
../misc/xbt/sql_result.h:45:61: error: ‘res_’ was not declared in this scope
../misc/xbt/sql_result.h: In member function ‘Csql_row Csql_result::iterator::operator*()’:
../misc/xbt/sql_result.h:47:68: error: ‘res_’ was not declared in this scope
../misc/xbt/sql_result.h: In member function ‘void Csql_result::iterator::operator++()’:
../misc/xbt/sql_result.h:48:46: error: ‘res_’ was not declared in this scope
In file included from ../misc/xbt/database.h:5:0,
from stdafx.h:30,
from connection.cpp:1:
../misc/xbt/sql_result.h:50:23: sorry, unimplemented: non-static data member initializers
../misc/xbt/sql_result.h:50:23: error: ‘constexpr’ needed for in-class initialization of static data member ‘res_’ of non-integral type
../misc/xbt/sql_result.h: In constructor ‘Csql_result::iterator::iterator(Csql_result&)’:
../misc/xbt/sql_result.h:45:30: error: class ‘Csql_result::iterator’ does not have any field named ‘res_’
../misc/xbt/sql_result.h:45:61: error: ‘res_’ was not declared in this scope
../misc/xbt/sql_result.h: In member function ‘Csql_row Csql_result::iterator::operator*()’:
../misc/xbt/sql_result.h:47:68: error: ‘res_’ was not declared in this scope
../misc/xbt/sql_result.h: In member function ‘void Csql_result::iterator::operator++()’:
../misc/xbt/sql_result.h:48:46: error: ‘res_’ was not declared in this scope
In file included from ../misc/xbt/database.h:5:0,
from stdafx.h:30,
from server.cpp:1:
../misc/xbt/sql_result.h:50:23: sorry, unimplemented: non-static data member initializers
../misc/xbt/sql_result.h:50:23: error: ‘constexpr’ needed for in-class initialization of static data member ‘res_’ of non-integral type
../misc/xbt/sql_result.h: In constructor ‘Csql_result::iterator::iterator(Csql_result&)’:
../misc/xbt/sql_result.h:45:30: error: class ‘Csql_result::iterator’ does not have any field named ‘res_’
../misc/xbt/sql_result.h:45:61: error: ‘res_’ was not declared in this scope
../misc/xbt/sql_result.h: In member function ‘Csql_row Csql_result::iterator::operator*()’:
../misc/xbt/sql_result.h:47:68: error: ‘res_’ was not declared in this scope
../misc/xbt/sql_result.h: In member function ‘void Csql_result::iterator::operator++()’:
../misc/xbt/sql_result.h:48:46: error: ‘res_’ was not declared in this scope
server.cpp: In function ‘void read_db_torrents_sql()’:
server.cpp:195:21: error: expected primary-expression before ‘auto’
server.cpp:195:45: error: ‘BOOST_FOREACH’ was not declared in this scope
server.cpp:196:7: error: expected ‘;’ before ‘{’ token
server.cpp: In function ‘void read_db_users()’:
server.cpp:284:17: error: expected primary-expression before ‘auto’
server.cpp:284:33: error: ‘BOOST_FOREACH’ was not declared in this scope
server.cpp:285:4: error: expected ‘;’ before ‘i’
server.cpp: In function ‘void write_db_torrents()’:
server.cpp:339:18: error: expected primary-expression before ‘auto’
server.cpp:339:37: error: ‘BOOST_FOREACH’ was not declared in this scope
server.cpp:340:4: error: expected ‘;’ before ‘{’ token
server.cpp:1099:1: error: expected ‘}’ at end of input
server.cpp:1099:1: error: expected ‘}’ at end of input
server.cpp:1099:1: error: expected ‘catch’ at end of input
server.cpp:1099:1: error: expected ‘(’ at end of input
server.cpp:1099:1: error: expected type-specifier at end of input
server.cpp:1099:1: error: expected ‘)’ at end of input
server.cpp:1099:1: error: expected ‘{’ at end of input
server.cpp:1099:1: error: expected ‘}’ at end of input
In file included from ../misc/xbt/database.h:5:0,
from stdafx.h:30,
from tracker_input.cpp:1:
../misc/xbt/sql_result.h:50:23: sorry, unimplemented: non-static data member initializers
../misc/xbt/sql_result.h:50:23: error: ‘constexpr’ needed for in-class initialization of static data member ‘res_’ of non-integral type
../misc/xbt/sql_result.h: In constructor ‘Csql_result::iterator::iterator(Csql_result&)’:
../misc/xbt/sql_result.h:45:30: error: class ‘Csql_result::iterator’ does not have any field named ‘res_’
../misc/xbt/sql_result.h:45:61: error: ‘res_’ was not declared in this scope
../misc/xbt/sql_result.h: In member function ‘Csql_row Csql_result::iterator::operator*()’:
../misc/xbt/sql_result.h:47:68: error: ‘res_’ was not declared in this scope
../misc/xbt/sql_result.h: In member function ‘void Csql_result::iterator::operator++()’:
../misc/xbt/sql_result.h:48:46: error: ‘res_’ was not declared in this scope
In file included from ../misc/xbt/database.h:5:0,
from stdafx.h:30,
from transaction.cpp:1:
../misc/xbt/sql_result.h:50:23: sorry, unimplemented: non-static data member initializers
../misc/xbt/sql_result.h:50:23: error: ‘constexpr’ needed for in-class initialization of static data member ‘res_’ of non-integral type
../misc/xbt/sql_result.h: In constructor ‘Csql_result::iterator::iterator(Csql_result&)’:
../misc/xbt/sql_result.h:45:30: error: class ‘Csql_result::iterator’ does not have any field named ‘res_’
../misc/xbt/sql_result.h:45:61: error: ‘res_’ was not declared in this scope
../misc/xbt/sql_result.h: In member function ‘Csql_row Csql_result::iterator::operator*()’:
../misc/xbt/sql_result.h:47:68: error: ‘res_’ was not declared in this scope
../misc/xbt/sql_result.h: In member function ‘void Csql_result::iterator::operator++()’:
../misc/xbt/sql_result.h:48:46: error: ‘res_’ was not declared in this scope
In file included from ../misc/xbt/database.h:5:0,
from stdafx.h:30,
from XBT Tracker.cpp:1:
../misc/xbt/sql_result.h:50:23: sorry, unimplemented: non-static data member initializers
../misc/xbt/sql_result.h:50:23: error: ‘constexpr’ needed for in-class initialization of static data member ‘res_’ of non-integral type
../misc/xbt/sql_result.h: In constructor ‘Csql_result::iterator::iterator(Csql_result&)’:
../misc/xbt/sql_result.h:45:30: error: class ‘Csql_result::iterator’ does not have any field named ‘res_’
../misc/xbt/sql_result.h:45:61: error: ‘res_’ was not declared in this scope
../misc/xbt/sql_result.h: In member function ‘Csql_row Csql_result::iterator::operator*()’:
../misc/xbt/sql_result.h:47:68: error: ‘res_’ was not declared in this scope
../misc/xbt/sql_result.h: In member function ‘void Csql_result::iterator::operator++()’:
../misc/xbt/sql_result.h:48:46: error: ‘res_’ was not declared in this scope
Any ideas why this would be happening?
Please help