rodlie / qtfm

Qt File Manager
https://qtfm.eu
GNU General Public License v2.0
156 stars 43 forks source link

Help to build on Haiku... #160

Open khallebal opened 4 years ago

khallebal commented 4 years ago

Hi. I tried to build it on haiku but i kept running into this error

- /boot/home/Desktop/qtfm/libfm/mymodel.cpp:23:10: fatal error: sys/inotify.h:
- file or directory
- #include <sys/inotify.h>
-          ^~~~~~~~~~~~~~~
- compilation terminated.

I tried to disable the libinotify in the CMakefile.txt file which haiku does not have/use but it didn't help So is there a way i can build qtfm without libinotify getting in the way of the compilation? Thanks.

rodlie commented 4 years ago

inotify is currently a requirement, I will remove that when I get the time to work on qtfm again (sometime this month).

On Thu, 5 Mar 2020, 10:21 khallebal, notifications@github.com wrote:

Hi. I tried to build it on haiku but i kept running into this error

  • /boot/home/Desktop/qtfm/libfm/mymodel.cpp:23:10: fatal error: sys/inotify.h:- file or directory- #include <sys/inotify.h>- ^~~~~~~- compilation terminated.

I tried to disable the libinotify in the CMakefile.txt file which haiku does not have/use but it didn't help So is there a way i can build qtfm without libinotify getting in the way of the compilation? Thanks.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/rodlie/qtfm/issues/160?email_source=notifications&email_token=AIHK6PS5PRFFZSYYXJZAAWLRF5VKVA5CNFSM4LCFNFO2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ISWV2OA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIHK6PXCRATLY7TZMSU3PCDRF5VKVANCNFSM4LCFNFOQ .

khallebal commented 4 years ago

Okay thanks for the reply.