• 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!

Compiling Need help :/

Swirus98

dbdestination.eu
Joined
Dec 12, 2011
Messages
62
Reaction score
2
Location
Poland
Hello otland users!
I have clean source files tfs 0.3.6pl1. I using Stian's Repack and have Win7 32bit. Need help with in
problem.png




Sorry my eng i bad ;<
 
Replace leaf() with path().filename().string() in the files where the error appears.
 
I got the same error and solved adding this parameter in the Preprocessor Directives:

-DBOOST_FILESYSTEM_VERSION=2

AND, as Ninja said:

changed leaf() to path().filename().string() in the files that raise that error.

Obs: to do that in Dev-C++ go to the Project Options (alt + p) > Parameters > C++ Compiler (add in a new line in this box)
 
Last edited:
Back
Top