EricTheMagician / DriveFS

A google drive fuse filesystem implemented in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build fails

hjone72 opened this issue · comments

Hi,

I think the following two lines should be changed.
https://github.com/thejinx0r/DriveFS/blob/master/src/gdrive/Filesystem.cpp#L220
https://github.com/thejinx0r/DriveFS/blob/master/src/gdrive/Filesystem.cpp#L872

Currently they throw a error: invalid use of ‘this’ in non-member function. After replacing this with account cmake reported a successful build.

Thanks :)

fixed with e95cda6

Thanks!