artem78/s60-maps

Unknown classes

Closed this issue · 5 comments

The build is broken with S60 5th SDK because of unknown classes:

CFileTreeMapper https://github.com/artem78/s60-maps/blob/master/inc/Map.h#L264

TDirStats https://github.com/artem78/s60-maps/blob/master/src/S60MapsAppUi.cpp#L501

FileUtils::DirectoryStats() https://github.com/artem78/s60-maps/blob/master/src/S60MapsAppUi.cpp#L507

Cannot find any information about them neither in the sdk documentation nor in the web.
It looks like some files are not in the latest condition or missing.

There are my own classes and they located in FileUtils module.

After your pull request it must works.

Check if modules/FileUtils directory exists. If no, update submodules.

I fixed this!

I forgot to push some last changes from FileUtils module. Try now.

OK, now it builds and works. I'm closing this issue.