I’m trying to build qview in Haiku, which I’m interested in because Haiku’s default image viewer can’t show gif files in motion.
I think every one of the required libraries is in one of the repositories. When I tried building, I got this error message repeated in an infinite loop
Info: creating stash file /boot/home/files/source/qview/qview_5.0/.qmake.stash
Project MESSAGE: This is a release build
Project MESSAGE: Installation prefix is /usr/local
WARNING: Failure to find: /boot/home/files/source/qview/qview_5.0/src/mainwindow.cpp
WARNING: Failure to find: /boot/home/files/source/qview/qview_5.0/src/qvgraphicsview.cpp
WARNING: Failure to find: /boot/home/files/source/qview/qview_5.0/src/qvoptionsdialog.cpp
WARNING: Failure to find: /boot/home/files/source/qview/qview_5.0/src/qvapplication.cpp
WARNING: Failure to find: /boot/home/files/source/qview/qview_5.0/src/qvaboutdialog.cpp
WARNING: Failure to find: /boot/home/files/source/qview/qview_5.0/src/qvrenamedialog.cpp
WARNING: Failure to find: /boot/home/files/source/qview/qview_5.0/src/qvwelcomedialog.cpp
WARNING: Failure to find: /boot/home/files/source/qview/qview_5.0/src/qvinfodialog.cpp
WARNING: Failure to find: /boot/home/files/source/qview/qview_5.0/src/qvimagecore.cpp
WARNING: Failure to find: /boot/home/files/source/qview/qview_5.0/src/qvshortcutdialog.cpp
WARNING: Failure to find: /boot/home/files/source/qview/qview_5.0/src/actionmanager.cpp
WARNING: Failure to find: /boot/home/files/source/qview/qview_5.0/src/settingsmanager.cpp
WARNING: Failure to find: /boot/home/files/source/qview/qview_5.0/src/shortcutmanager.cpp
WARNING: Failure to find: /boot/home/files/source/qview/qview_5.0/src/updatechecker.cpp
WARNING: Failure to find: resources/resources.qrc
WARNING: Failure to find: /boot/home/files/source/qview/qview_5.0/src/mainwindow.h
WARNING: Failure to find: /boot/home/files/source/qview/qview_5.0/src/qvgraphicsview.h
WARNING: Failure to find: /boot/home/files/source/qview/qview_5.0/src/qvoptionsdialog.h
WARNING: Failure to find: /boot/home/files/source/qview/qview_5.0/src/qvapplication.h
WARNING: Failure to find: /boot/home/files/source/qview/qview_5.0/src/qvaboutdialog.h
WARNING: Failure to find: /boot/home/files/source/qview/qview_5.0/src/qvrenamedialog.h
WARNING: Failure to find: /boot/home/files/source/qview/qview_5.0/src/qvwelcomedialog.h
WARNING: Failure to find: /boot/home/files/source/qview/qview_5.0/src/qvinfodialog.h
WARNING: Failure to find: /boot/home/files/source/qview/qview_5.0/src/qvimagecore.h
WARNING: Failure to find: /boot/home/files/source/qview/qview_5.0/src/qvshortcutdialog.h
WARNING: Failure to find: /boot/home/files/source/qview/qview_5.0/src/actionmanager.h
WARNING: Failure to find: /boot/home/files/source/qview/qview_5.0/src/settingsmanager.h
WARNING: Failure to find: /boot/home/files/source/qview/qview_5.0/src/shortcutmanager.h
WARNING: Failure to find: /boot/home/files/source/qview/qview_5.0/src/updatechecker.h
WARNING: Failure to find: /boot/home/files/source/qview/qview_5.0/src/mainwindow.ui
WARNING: Failure to find: /boot/home/files/source/qview/qview_5.0/src/qvopenwithdialog.ui
WARNING: Failure to find: /boot/home/files/source/qview/qview_5.0/src/qvoptionsdialog.ui
WARNING: Failure to find: /boot/home/files/source/qview/qview_5.0/src/qvaboutdialog.ui
WARNING: Failure to find: /boot/home/files/source/qview/qview_5.0/src/qvwelcomedialog.ui
WARNING: Failure to find: /boot/home/files/source/qview/qview_5.0/src/qvinfodialog.ui
WARNING: Failure to find: /boot/home/files/source/qview/qview_5.0/src/qvshortcutdialog.ui
/boot/system/bin/rcc: File does not exist ‘resources/resources.qrc’
/bin/qmake -o Makefile qview.pro