• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

C++ Compiling 8.11

seyakuroya

DevlandOT.eu
Joined
Dec 21, 2008
Messages
711
Solutions
1
Reaction score
411
Hi, I have a problem...

*Engine - TFS [8.11] 0.2.11
*Linux

Error:
Ruix5dG.png


database.cpp: In static member function 'static Database* _Database::getInstance()':
database.cpp:261:15: error: '_Database' is an inaccessible base of 'DatabaseSqLite'

_instance = new DatabaseSqLite;
^
Makefile:18: recipe for target 'database.o' failed
make: *** [database.o] Error 1


Any one can help me?
 
Back
Top