Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why is qmake reqd.? #20771

Closed
aicynide opened this issue Apr 28, 2024 · 3 comments
Closed

Why is qmake reqd.? #20771

aicynide opened this issue Apr 28, 2024 · 3 comments
Labels
Build system Issue with the build configuration or scripts (but not the code itself)

Comments

@aicynide
Copy link

qBittorrent & operating system versions

I want to build qbittorrent-nox

What is the problem?

gett error
checking for Qt5 qmake >= 5.15.2... not found
configure: error: Could not find qmake

Steps to reproduce

No response

Additional context

No response

Log(s) & preferences file(s)

No response

@aicynide
Copy link
Author

I've qmake v.5.15.5 installed

@thalieht thalieht added the Build system Issue with the build configuration or scripts (but not the code itself) label Apr 28, 2024
@aicynide
Copy link
Author

I tried cmake -D VERBOSE_CONFIGURE=ON -D STACKTRACE=OFF -DGUI=OFF -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=off -Dstatic_runtime=on -DCMAKE_INSTALL_PREFIX="${PREFIX}" also

Getting error:
CMake Warning:
Manually-specified variables were not used by the project:

static_runtime

@aicynide
Copy link
Author

[  0%] Built target qbt_base_autogen_timestamp_deps
[  0%] Automatic MOC for target qbt_base
AutoMoc: /data/data/com.termux/files/home/qBittorrent/src/base/interfaces/iapplication.h:0: Note: No relevant classes found. No output generated.
[  0%] Built target qbt_base_autogen
[  1%] Building CXX object src/base/CMakeFiles/qbt_base.dir/qbt_base_autogen/mocs_compilation.cpp.o
In file included from /data/data/com.termux/files/home/qBittorrent/build/src/base/qbt_base_autogen/mocs_compilation.cpp:4:
In file included from /data/data/com.termux/files/home/qBittorrent/build/src/base/qbt_base_autogen/VKOXE6AELE/moc_bencoderesumedatastorage.cpp:10:
In file included from /data/data/com.termux/files/home/qBittorrent/build/src/base/qbt_base_autogen/VKOXE6AELE/../../../../../src/base/bittorrent/bencoderesumedatastorage.h:37:
In file included from /data/data/com.termux/files/home/qBittorrent/build/src/base/qbt_base_autogen/VKOXE6AELE/../../../../../src/base/bittorrent/resumedatastorage.h:38:
In file included from /data/data/com.termux/files/home/qBittorrent/build/src/base/qbt_base_autogen/VKOXE6AELE/../../../../../src/base/bittorrent/infohash.h:32:
In file included from /data/data/com.termux/files/usr/include/libtorrent/info_hash.hpp:39:
/data/data/com.termux/files/usr/include/libtorrent/config.hpp:52:10: fatal error:
      'boost/config.hpp' file not found
         52 | #include <boost/config.hpp>
               |          ^~~~~~~~~~~~~~~~~~
               1 error generated.
               make[2]: *** [src/base/CMakeFiles/qbt_base.dir/build.make:82: src/base/CMakeFiles/qbt_base.dir/qbt_base_autogen/mocs_compilation.cpp.o] Error 1
               make[1]: *** [CMakeFiles/Makefile2:298: src/base/CMakeFiles/qbt_base.dir/all] Error 2
               make: *** [Makefile:136: all] Error 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build system Issue with the build configuration or scripts (but not the code itself)
Projects
None yet
Development

No branches or pull requests

2 participants