eglaysher / rlvm

RealLive clone for Linux and OSX
http://rlvm.net
GNU General Public License v3.0
152 stars 26 forks source link

Compiling with filesystem version 3 #33

Closed TuongNM closed 12 years ago

TuongNM commented 12 years ago

Compiling with boost filesystem version 3 should work now. This was mostly replacing deprecated methods with new ones and adding some string(). The only thing I don't know about is default_name_check() since this method has been removed.

eglaysher commented 12 years ago

Do you know if the changes are backwards compatible? i.e., if someone is still trying to compile with boost filesystem version 2, will this still compile?

TuongNM commented 12 years ago

No, if somebody tried to compile it with version 2, it wouldn't work since the new methods don't exist in version 2.

eglaysher commented 12 years ago

That sucks, but I guess that version of boost is pretty old. Merging.