Query to find in mounted nfs share

Hi,

I’m still strugling to be able to find through queries and to setup some queries for email to be productive.

Still, this question is not about email, but I want to find a video file that is part of a NFS shared directory mounted at /boot/home/Desktop/partilha_casa.
The file I want to find is a mp4 video that has youtube somewhere in the name of it.

The query I use to find is shown in the image. This time I tried to find only video files, but if instead of video there’s no filter, i.e., the search is for All files and folders, the query cannot find that video in the NFS shared directory.

I found the file using the terminal, but how can I do it using the tracker find command?

I believe the only filesystems that support queries are BFS and packagefs. You can see which ones by using the df command and looking for a Q in the flags.

3 Likes

Yes, and Tracker “find” dialog only works with queries. So you will need another app for this, for example, you can use TraX.

It seems it is not yet in HaikuDepot, however?

Thank you for your insights!

I downloaded TraX but could’t make it.
There has been no development in the last five years.

~/Desktop/Downloads/TraX/TraX-master> pwd
/boot/home/Desktop/Downloads/TraX/TraX-master
~/Desktop/Downloads/TraX/TraX-master> make
FRegex/etc/makefile.rules:9: FRegex/depends/fast_regex.d: No such file or directory
FRegex/etc/makefile.rules:9: FRegex/depends/dfa.d: No such file or directory
FRegex/etc/makefile.rules:9: FRegex/depends/kwset.d: No such file or directory
FRegex/etc/makefile.rules:9: FRegex/depends/obstack.d: No such file or directory
FindLib/etc/makefile.rules:11: FindLib/depends/contains.d: No such file or directory
FindLib/etc/makefile.rules:11: FindLib/depends/pred.d: No such file or directory
FindLib/etc/makefile.rules:11: FindLib/depends/express.d: No such file or directory
FindLib/etc/makefile.rules:11: FindLib/depends/util.d: No such file or directory
FindLib/etc/makefile.rules:11: FindLib/depends/findlib.d: No such file or directory
FindLib/etc/makefile.rules:11: FindLib/depends/error.d: No such file or directory
FindLib/etc/makefile.rules:11: FindLib/depends/tree.d: No such file or directory
FindLib/etc/makefile.rules:11: FindLib/depends/xgetcwd.d: No such file or directory
FindLib/etc/makefile.rules:11: FindLib/depends/modechange.d: No such file or directory
FindLib/etc/makefile.rules:11: FindLib/depends/xmalloc.d: No such file or directory
FindLib/etc/makefile.rules:11: FindLib/depends/xstrdup.d: No such file or directory
FindLib/etc/makefile.rules:11: FindLib/depends/fstype.d: No such file or directory
FindLib/etc/makefile.rules:11: FindLib/depends/savedir.d: No such file or directory
FindLib/etc/makefile.rules:11: FindLib/depends/filemode.d: No such file or directory
FindLib/etc/makefile.rules:11: FindLib/depends/listfile.d: No such file or directory
FindLib/etc/makefile.rules:11: FindLib/depends/idcache.d: No such file or directory
Common/etc/makefile.rules:8: Common/depends/DragNDrop.d: No such file or directory
Common/etc/makefile.rules:8: Common/depends/WindowList.d: No such file or directory
Common/etc/makefile.rules:8: Common/depends/Support.d: No such file or directory
Common/etc/makefile.rules:8: Common/depends/Benaphore.d: No such file or directory
Common/etc/makefile.rules:8: Common/depends/ThreadObject.d: No such file or directory
Common/etc/makefile.rules:8: Common/depends/Scripter.d: No such file or directory
Common/etc/makefile.rules:8: Common/depends/Tracker.d: No such file or directory
Common/etc/makefile.rules:8: Common/depends/RidgeView.d: No such file or directory
Common/etc/makefile.rules:8: Common/depends/ColouredView.d: No such file or directory
Common/etc/makefile.rules:8: Common/depends/SlimButton.d: No such file or directory
Common/etc/makefile.rules:8: Common/depends/ResultsWindow.d: No such file or directory
Common/etc/makefile.rules:8: Common/depends/FolderPopUp.d: No such file or directory
Common/etc/makefile.rules:8: Common/depends/StaticString.d: No such file or directory
Common/etc/makefile.rules:8: Common/depends/BarView.d: No such file or directory
Common/etc/makefile.rules:8: Common/depends/StringPopUp.d: No such file or directory
Common/etc/makefile.rules:8: Common/depends/EditBox.d: No such file or directory
Common/etc/makefile.rules:8: Common/depends/ResultsItem.d: No such file or directory
Common/etc/makefile.rules:8: Common/depends/TraxFolderPopUp.d: No such file or directory
TraxSource/etc/makefile.rules:29: TraxSource/depends/AddOn.d: No such file or directory
TraxSource/etc/makefile.rules:29: TraxSource/depends/FindLibThread.d: No such file or directory
TraxSource/etc/makefile.rules:29: TraxSource/depends/Init.d: No such file or directory
TraxSource/etc/makefile.rules:29: TraxSource/depends/Trax.d: No such file or directory
TraxSource/etc/makefile.rules:29: TraxSource/depends/JoinPanel.d: No such file or directory
TraxSource/etc/makefile.rules:29: TraxSource/depends/PredicatePanel.d: No such file or directory
TraxSource/etc/makefile.rules:29: TraxSource/depends/OptionsPanel.d: No such file or directory
TraxSource/etc/makefile.rules:29: TraxSource/depends/TraxWindow.d: No such file or directory
TraxSource/etc/makefile.rules:29: TraxSource/depends/FolderPanel.d: No such file or directory
FastTrax/etc/makefile.rules:29: FastTrax/depends/AddOn.d: No such file or directory
FastTrax/etc/makefile.rules:29: FastTrax/depends/FindLibThread.d: No such file or directory
FastTrax/etc/makefile.rules:29: FastTrax/depends/FastTrax.d: No such file or directory
FastTrax/etc/makefile.rules:29: FastTrax/depends/FastTraxWindow.d: No such file or directory
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c FastTrax/UIMain/FastTraxWindow.cpp -dep FastTrax/depends/FastTraxWindow.d -I FastTrax/main -I FastTrax/UIMain -I FindLib/lib -I Common/Support -I Common/UI -odir FastTrax/obj.r1
make: execvp: ./etc/MakeDepend.sh: Permission denied
FastTrax/etc/makefile.rules:36: recipe for target 'FastTrax/depends/FastTraxWindow.d' failed
make: *** [FastTrax/depends/FastTraxWindow.d] Error 127

First of all try to make this file executable:

chmod +x ./etc/MakeDepend.sh

I hope it will build a bit more things then

Thanks @PulkoMandy.

That line should be part of the Makefile, right?

The make process stopped again:

~/Desktop/Downloads/TraX/TraX-master> make
FRegex/etc/makefile.rules:9: FRegex/depends/fast_regex.d: No such file or directory
FRegex/etc/makefile.rules:9: FRegex/depends/dfa.d: No such file or directory
FRegex/etc/makefile.rules:9: FRegex/depends/kwset.d: No such file or directory
FRegex/etc/makefile.rules:9: FRegex/depends/obstack.d: No such file or directory
FindLib/etc/makefile.rules:11: FindLib/depends/contains.d: No such file or directory
FindLib/etc/makefile.rules:11: FindLib/depends/pred.d: No such file or directory
FindLib/etc/makefile.rules:11: FindLib/depends/express.d: No such file or directory
FindLib/etc/makefile.rules:11: FindLib/depends/util.d: No such file or directory
FindLib/etc/makefile.rules:11: FindLib/depends/findlib.d: No such file or directory
FindLib/etc/makefile.rules:11: FindLib/depends/error.d: No such file or directory
FindLib/etc/makefile.rules:11: FindLib/depends/tree.d: No such file or directory
FindLib/etc/makefile.rules:11: FindLib/depends/xgetcwd.d: No such file or directory
FindLib/etc/makefile.rules:11: FindLib/depends/modechange.d: No such file or directory
FindLib/etc/makefile.rules:11: FindLib/depends/xmalloc.d: No such file or directory
FindLib/etc/makefile.rules:11: FindLib/depends/xstrdup.d: No such file or directory
FindLib/etc/makefile.rules:11: FindLib/depends/fstype.d: No such file or directory
FindLib/etc/makefile.rules:11: FindLib/depends/savedir.d: No such file or directory
FindLib/etc/makefile.rules:11: FindLib/depends/filemode.d: No such file or directory
FindLib/etc/makefile.rules:11: FindLib/depends/listfile.d: No such file or directory
FindLib/etc/makefile.rules:11: FindLib/depends/idcache.d: No such file or directory
Common/etc/makefile.rules:8: Common/depends/DragNDrop.d: No such file or directory
Common/etc/makefile.rules:8: Common/depends/WindowList.d: No such file or directory
Common/etc/makefile.rules:8: Common/depends/Support.d: No such file or directory
Common/etc/makefile.rules:8: Common/depends/Benaphore.d: No such file or directory
Common/etc/makefile.rules:8: Common/depends/ThreadObject.d: No such file or directory
Common/etc/makefile.rules:8: Common/depends/Scripter.d: No such file or directory
Common/etc/makefile.rules:8: Common/depends/Tracker.d: No such file or directory
Common/etc/makefile.rules:8: Common/depends/RidgeView.d: No such file or directory
Common/etc/makefile.rules:8: Common/depends/ColouredView.d: No such file or directory
Common/etc/makefile.rules:8: Common/depends/SlimButton.d: No such file or directory
Common/etc/makefile.rules:8: Common/depends/ResultsWindow.d: No such file or directory
Common/etc/makefile.rules:8: Common/depends/FolderPopUp.d: No such file or directory
Common/etc/makefile.rules:8: Common/depends/StaticString.d: No such file or directory
Common/etc/makefile.rules:8: Common/depends/BarView.d: No such file or directory
Common/etc/makefile.rules:8: Common/depends/StringPopUp.d: No such file or directory
Common/etc/makefile.rules:8: Common/depends/EditBox.d: No such file or directory
Common/etc/makefile.rules:8: Common/depends/ResultsItem.d: No such file or directory
Common/etc/makefile.rules:8: Common/depends/TraxFolderPopUp.d: No such file or directory
TraxSource/etc/makefile.rules:29: TraxSource/depends/AddOn.d: No such file or directory
TraxSource/etc/makefile.rules:29: TraxSource/depends/FindLibThread.d: No such file or directory
TraxSource/etc/makefile.rules:29: TraxSource/depends/Init.d: No such file or directory
TraxSource/etc/makefile.rules:29: TraxSource/depends/Trax.d: No such file or directory
TraxSource/etc/makefile.rules:29: TraxSource/depends/JoinPanel.d: No such file or directory
TraxSource/etc/makefile.rules:29: TraxSource/depends/PredicatePanel.d: No such file or directory
TraxSource/etc/makefile.rules:29: TraxSource/depends/OptionsPanel.d: No such file or directory
TraxSource/etc/makefile.rules:29: TraxSource/depends/TraxWindow.d: No such file or directory
TraxSource/etc/makefile.rules:29: TraxSource/depends/FolderPanel.d: No such file or directory
FastTrax/etc/makefile.rules:29: FastTrax/depends/AddOn.d: No such file or directory
FastTrax/etc/makefile.rules:29: FastTrax/depends/FindLibThread.d: No such file or directory
FastTrax/etc/makefile.rules:29: FastTrax/depends/FastTrax.d: No such file or directory
FastTrax/etc/makefile.rules:29: FastTrax/depends/FastTraxWindow.d: No such file or directory
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c FastTrax/UIMain/FastTraxWindow.cpp -dep FastTrax/depends/FastTraxWindow.d -I FastTrax/main -I FastTrax/UIMain -I FindLib/lib -I Common/Support -I Common/UI -odir FastTrax/obj.r1
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c FastTrax/main/FastTrax.cpp -dep FastTrax/depends/FastTrax.d -I FastTrax/main -I FastTrax/UIMain -I FindLib/lib -I Common/Support -I Common/UI -odir FastTrax/obj.r1
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c FastTrax/main/FindLibThread.cpp -dep FastTrax/depends/FindLibThread.d -I FastTrax/main -I FastTrax/UIMain -I FindLib/lib -I Common/Support -I Common/UI -odir FastTrax/obj.r1
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c FastTrax/main/AddOn.cpp -dep FastTrax/depends/AddOn.d -I FastTrax/main -I FastTrax/UIMain -I FindLib/lib -I Common/Support -I Common/UI -odir FastTrax/obj.r1
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c TraxSource/UIMain/FolderPanel.cpp -dep TraxSource/depends/FolderPanel.d -I TraxSource/main -I TraxSource/UIMain -I FindLib/lib -I Common/Support -I Common/UI -odir TraxSource/obj.r1
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c TraxSource/UIMain/TraxWindow.cpp -dep TraxSource/depends/TraxWindow.d -I TraxSource/main -I TraxSource/UIMain -I FindLib/lib -I Common/Support -I Common/UI -odir TraxSource/obj.r1
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c TraxSource/UIMain/OptionsPanel.cpp -dep TraxSource/depends/OptionsPanel.d -I TraxSource/main -I TraxSource/UIMain -I FindLib/lib -I Common/Support -I Common/UI -odir TraxSource/obj.r1
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c TraxSource/UIMain/PredicatePanel.cpp -dep TraxSource/depends/PredicatePanel.d -I TraxSource/main -I TraxSource/UIMain -I FindLib/lib -I Common/Support -I Common/UI -odir TraxSource/obj.r1
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c TraxSource/UIMain/JoinPanel.cpp -dep TraxSource/depends/JoinPanel.d -I TraxSource/main -I TraxSource/UIMain -I FindLib/lib -I Common/Support -I Common/UI -odir TraxSource/obj.r1
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c TraxSource/main/Trax.cpp -dep TraxSource/depends/Trax.d -I TraxSource/main -I TraxSource/UIMain -I FindLib/lib -I Common/Support -I Common/UI -odir TraxSource/obj.r1
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c TraxSource/main/Init.cpp -dep TraxSource/depends/Init.d -I TraxSource/main -I TraxSource/UIMain -I FindLib/lib -I Common/Support -I Common/UI -odir TraxSource/obj.r1
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c TraxSource/main/FindLibThread.cpp -dep TraxSource/depends/FindLibThread.d -I TraxSource/main -I TraxSource/UIMain -I FindLib/lib -I Common/Support -I Common/UI -odir TraxSource/obj.r1
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c TraxSource/main/AddOn.cpp -dep TraxSource/depends/AddOn.d -I TraxSource/main -I TraxSource/UIMain -I FindLib/lib -I Common/Support -I Common/UI -odir TraxSource/obj.r1
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c Common/UI/TraxFolderPopUp.cpp -dep Common/depends/TraxFolderPopUp.d -I Common/Support -I Common/UI -odir Common/obj.r1
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c Common/UI/ResultsItem.cpp -dep Common/depends/ResultsItem.d -I Common/Support -I Common/UI -odir Common/obj.r1
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c Common/UI/EditBox.cpp -dep Common/depends/EditBox.d -I Common/Support -I Common/UI -odir Common/obj.r1
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c Common/UI/StringPopUp.cpp -dep Common/depends/StringPopUp.d -I Common/Support -I Common/UI -odir Common/obj.r1
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c Common/UI/BarView.cpp -dep Common/depends/BarView.d -I Common/Support -I Common/UI -odir Common/obj.r1
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c Common/UI/StaticString.cpp -dep Common/depends/StaticString.d -I Common/Support -I Common/UI -odir Common/obj.r1
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c Common/UI/FolderPopUp.cpp -dep Common/depends/FolderPopUp.d -I Common/Support -I Common/UI -odir Common/obj.r1
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c Common/UI/ResultsWindow.cpp -dep Common/depends/ResultsWindow.d -I Common/Support -I Common/UI -odir Common/obj.r1
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c Common/UI/SlimButton.cpp -dep Common/depends/SlimButton.d -I Common/Support -I Common/UI -odir Common/obj.r1
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c Common/UI/ColouredView.cpp -dep Common/depends/ColouredView.d -I Common/Support -I Common/UI -odir Common/obj.r1
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c Common/UI/RidgeView.cpp -dep Common/depends/RidgeView.d -I Common/Support -I Common/UI -odir Common/obj.r1
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c Common/Support/Tracker.cpp -dep Common/depends/Tracker.d -I Common/Support -I Common/UI -odir Common/obj.r1
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c Common/Support/Scripter.cpp -dep Common/depends/Scripter.d -I Common/Support -I Common/UI -odir Common/obj.r1
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c Common/Support/ThreadObject.cpp -dep Common/depends/ThreadObject.d -I Common/Support -I Common/UI -odir Common/obj.r1
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c Common/Support/Benaphore.cpp -dep Common/depends/Benaphore.d -I Common/Support -I Common/UI -odir Common/obj.r1
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c Common/Support/Support.cpp -dep Common/depends/Support.d -I Common/Support -I Common/UI -odir Common/obj.r1
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c Common/Support/WindowList.cpp -dep Common/depends/WindowList.d -I Common/Support -I Common/UI -odir Common/obj.r1
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c Common/Support/DragNDrop.cpp -dep Common/depends/DragNDrop.d -I Common/Support -I Common/UI -odir Common/obj.r1
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c FindLib/findutils/idcache.c -dep FindLib/depends/idcache.d -I FindLib/findlib -I FindLib/findutils -I FRegex/lib/ -D HAVE_CONFIG_H -odir FindLib/obj.r1
cc1: warning: command-line option '-Wno-ctor-dtor-privacy' is valid for C++/ObjC++ but not for C
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c FindLib/findutils/listfile.c -dep FindLib/depends/listfile.d -I FindLib/findlib -I FindLib/findutils -I FRegex/lib/ -D HAVE_CONFIG_H -odir FindLib/obj.r1
cc1: warning: command-line option '-Wno-ctor-dtor-privacy' is valid for C++/ObjC++ but not for C
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c FindLib/findutils/filemode.c -dep FindLib/depends/filemode.d -I FindLib/findlib -I FindLib/findutils -I FRegex/lib/ -D HAVE_CONFIG_H -odir FindLib/obj.r1
cc1: warning: command-line option '-Wno-ctor-dtor-privacy' is valid for C++/ObjC++ but not for C
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c FindLib/findutils/savedir.c -dep FindLib/depends/savedir.d -I FindLib/findlib -I FindLib/findutils -I FRegex/lib/ -D HAVE_CONFIG_H -odir FindLib/obj.r1
cc1: warning: command-line option '-Wno-ctor-dtor-privacy' is valid for C++/ObjC++ but not for C
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c FindLib/findutils/fstype.c -dep FindLib/depends/fstype.d -I FindLib/findlib -I FindLib/findutils -I FRegex/lib/ -D HAVE_CONFIG_H -odir FindLib/obj.r1
cc1: warning: command-line option '-Wno-ctor-dtor-privacy' is valid for C++/ObjC++ but not for C
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c FindLib/findutils/xstrdup.c -dep FindLib/depends/xstrdup.d -I FindLib/findlib -I FindLib/findutils -I FRegex/lib/ -D HAVE_CONFIG_H -odir FindLib/obj.r1
cc1: warning: command-line option '-Wno-ctor-dtor-privacy' is valid for C++/ObjC++ but not for C
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c FindLib/findutils/xmalloc.c -dep FindLib/depends/xmalloc.d -I FindLib/findlib -I FindLib/findutils -I FRegex/lib/ -D HAVE_CONFIG_H -odir FindLib/obj.r1
cc1: warning: command-line option '-Wno-ctor-dtor-privacy' is valid for C++/ObjC++ but not for C
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c FindLib/findutils/modechange.c -dep FindLib/depends/modechange.d -I FindLib/findlib -I FindLib/findutils -I FRegex/lib/ -D HAVE_CONFIG_H -odir FindLib/obj.r1
cc1: warning: command-line option '-Wno-ctor-dtor-privacy' is valid for C++/ObjC++ but not for C
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c FindLib/findutils/xgetcwd.c -dep FindLib/depends/xgetcwd.d -I FindLib/findlib -I FindLib/findutils -I FRegex/lib/ -D HAVE_CONFIG_H -odir FindLib/obj.r1
cc1: warning: command-line option '-Wno-ctor-dtor-privacy' is valid for C++/ObjC++ but not for C
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c FindLib/findutils/tree.c -dep FindLib/depends/tree.d -I FindLib/findlib -I FindLib/findutils -I FRegex/lib/ -D HAVE_CONFIG_H -odir FindLib/obj.r1
cc1: warning: command-line option '-Wno-ctor-dtor-privacy' is valid for C++/ObjC++ but not for C
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c FindLib/findlib/error.c -dep FindLib/depends/error.d -I FindLib/findlib -I FindLib/findutils -I FRegex/lib/ -D HAVE_CONFIG_H -odir FindLib/obj.r1
cc1: warning: command-line option '-Wno-ctor-dtor-privacy' is valid for C++/ObjC++ but not for C
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c FindLib/findlib/findlib.c -dep FindLib/depends/findlib.d -I FindLib/findlib -I FindLib/findutils -I FRegex/lib/ -D HAVE_CONFIG_H -odir FindLib/obj.r1
cc1: warning: command-line option '-Wno-ctor-dtor-privacy' is valid for C++/ObjC++ but not for C
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c FindLib/findlib/util.c -dep FindLib/depends/util.d -I FindLib/findlib -I FindLib/findutils -I FRegex/lib/ -D HAVE_CONFIG_H -odir FindLib/obj.r1
cc1: warning: command-line option '-Wno-ctor-dtor-privacy' is valid for C++/ObjC++ but not for C
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c FindLib/findlib/express.c -dep FindLib/depends/express.d -I FindLib/findlib -I FindLib/findutils -I FRegex/lib/ -D HAVE_CONFIG_H -odir FindLib/obj.r1
cc1: warning: command-line option '-Wno-ctor-dtor-privacy' is valid for C++/ObjC++ but not for C
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c FindLib/findlib/pred.c -dep FindLib/depends/pred.d -I FindLib/findlib -I FindLib/findutils -I FRegex/lib/ -D HAVE_CONFIG_H -odir FindLib/obj.r1
cc1: warning: command-line option '-Wno-ctor-dtor-privacy' is valid for C++/ObjC++ but not for C
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c FindLib/findlib/contains.c -dep FindLib/depends/contains.d -I FindLib/findlib -I FindLib/findutils -I FRegex/lib/ -D HAVE_CONFIG_H -odir FindLib/obj.r1
cc1: warning: command-line option '-Wno-ctor-dtor-privacy' is valid for C++/ObjC++ but not for C
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c FRegex/source/obstack.c -dep FRegex/depends/obstack.d -odir FindLib/obj.r1
cc1: warning: command-line option '-Wno-ctor-dtor-privacy' is valid for C++/ObjC++ but not for C
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c FRegex/source/kwset.c -dep FRegex/depends/kwset.d -odir FindLib/obj.r1
cc1: warning: command-line option '-Wno-ctor-dtor-privacy' is valid for C++/ObjC++ but not for C
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c FRegex/source/dfa.c -dep FRegex/depends/dfa.d -odir FindLib/obj.r1
cc1: warning: command-line option '-Wno-ctor-dtor-privacy' is valid for C++/ObjC++ but not for C
./etc/MakeDepend.sh -O3 -Wall -Wno-multichar -Wno-ctor-dtor-privacy -c FRegex/source/fast_regex.c -dep FRegex/depends/fast_regex.d -odir FindLib/obj.r1
cc1: warning: command-line option '-Wno-ctor-dtor-privacy' is valid for C++/ObjC++ but not for C
make: *** No rule to make target 'Settings.h', needed by 'FastTrax/depends/FastTraxWindow.d'.  Stop.

But the mentioned files (at least at FRegex) are there:

~/Desktop/Downloads/TraX/TraX-master> ls -l FRegex/depends/
total 16
-rw-r--r-- 1 user root  83 Sep  9 14:40 dfa.d
-rw-r--r-- 1 user root 209 Sep  9 14:40 fast_regex.d
-rw-r--r-- 1 user root 118 Sep  9 14:40 kwset.d
-rw-r--r-- 1 user root  99 Sep  9 14:40 obstack.d

The make process ends with:

Users report that the TraX (BeOS) binaries for the 1.1 version work on Haiku 32 bits, but… AFAIK, TraX sources do not compile on Haiku.

At the very least, all archives I could find for TraX sources are missing SettingsWindow.h (and its implementation, that should contain at least a SettingsWindow class), and Settings.h (possibly where the gSettings global object with flags like: fUseTracker is declared).

I might attempt to hack a stubbed version, at least to see if I can make it compile :smiley: .

Edit: it also misses ResultsHandler.{h,cpp}, Global.h, Joins.h , BarberPole.{h,cpp} (trying with the one from @PulkoMandy’s “BeOS Archive” here). Sigh… :stuck_out_tongue:

Later Edit: finally got it to complile/link/install properly. Crashes on startup, but that was expected, considering my “skillz” :stuck_out_tongue:. Will open a PR with my changes, to see what I got wrong, and so maybe others can chime in to fiil in the blanks?

You can use the commandline as an alternative

find /boot/home/Desktop/partilha_casa/ -iname *youtube*

That’s what I used in first place.
But for a desktop system that uses the GUI above everything else, there should be a way to search in a graphical way, that’s why I asked.

2 Likes