Version 6.14 : Build from source fails with fatal error: folder_traverser.h: No such file or directory

Get help for specific problems
Posts: 3
Joined: 26 Sep 2000

mbucas

I'm trying to build on Gentoo Linux, from 6.14 sources.

I get this error :
../../../zen/dir_watcher.cpp:21:34: fatal error: folder_traverser.h: No such file or directory
     #include "folder_traverser.h"
                                  ^
compilation terminated.
Makefile:48: recipe for target '../../Obj/RTS_GCC_Make_Release/ffs/src/rts/../../../zen/dir_watcher.o' failed
I didn't find the file "folder_traverser.h" anywhere.

Should it be in the source archive, or is it provided elsewhere ?

Thanks
Posts: 3
Joined: 3 Jan 2000

nerijus

Try to comment out #include "folder_traverser.h" line in dir_watcher.cpp.
User avatar
Site Admin
Posts: 7069
Joined: 9 Dec 2007

Zenju

"folder_traverser.h" should be "file_traverser.h". I've updated the sources accordingly. Thanks!