-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
Details for the issue
Ever since commit 8a91308, I cannot build sqlitebrowser:
> git checkout 8a9130883b9e89d57d33b6c3a0ee8ee59ce9957b
Previous HEAD position was e7b1233... Fix bug introduced in 684958b29ce3d26684d9142d73df773b11189d54
HEAD is now at 8a91308... Update installer variables on Windows, update Qt5 path
user@fly:~/bin/sqlitebrowser> cmake .
-- Could NOT find Antlr2 (missing: ANTLR2_LIBRARIES ANTLR2_INCLUDE_DIRS)
-- Found Qt4: /usr/local/bin/qmake-qt4 (found version "4.8.7")
-- Found Qt4: /usr/local/bin/qmake-qt4 (found version "4.8.7")
CMake Warning (dev) at CMakeLists.txt:271 (add_executable):
Policy CMP0037 is not set: Target names should not be reserved and should
match a validity pattern. Run "cmake --help-policy CMP0037" for policy
details. Use the cmake_policy command to set the policy and suppress this
warning.
The target name "DB Browser for SQLite" is reserved or not valid for
certain CMake features, such as generator expressions, and may result in
undefined behavior.
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring done
-- Generating done
-- Build files have been written to: /home/user/bin/sqlitebrowser
user@fly:~/bin/sqlitebrowser> make
make[1]: don't know how to make CMakeFiles/DB\. Stop
make[1]: stopped in /home/user/bin/sqlitebrowser
*** Error code 2
Stop.
make: stopped in /home/user/bin/sqlitebrowser
commit e7b1233 does not resolve the issue, either.
On dragonflybsd master:
DragonFly v4.7.0.270.gc211e-DEVELOPMENT #21: Mon Aug 29 13:07:08 PDT 2016
see also: #755