質問編集履歴
3
s
title
CHANGED
File without changes
|
body
CHANGED
@@ -19,8 +19,7 @@
|
|
19
19
|
|
20
20
|
宜しくお願い致します。
|
21
21
|
|
22
|
-
|
22
|
+
cmake -Wno-dev .実行で下記のエラーが出ました
|
23
|
-
実行で下記のエラーが出ました
|
24
23
|
[root@localhost sqlitebrowser]# cmake -Wno-dev .
|
25
24
|
-- Could NOT find QScintilla (missing: QSCINTILLA_LIBRARY QSCINTILLA_INCLUDE_DIR)
|
26
25
|
CMake Error at libs/qscintilla/Qt4Qt5/CMakeLists.txt:5 (find_package):
|
2
# cmake -Wno-dev \.でエラー
title
CHANGED
File without changes
|
body
CHANGED
@@ -19,6 +19,26 @@
|
|
19
19
|
|
20
20
|
宜しくお願い致します。
|
21
21
|
|
22
|
-
【画像追加】
|
23
|
-
|
22
|
+
# cmake -Wno-dev .
|
23
|
+
実行で下記のエラーが出ました
|
24
|
-
|
24
|
+
[root@localhost sqlitebrowser]# cmake -Wno-dev .
|
25
|
+
-- Could NOT find QScintilla (missing: QSCINTILLA_LIBRARY QSCINTILLA_INCLUDE_DIR)
|
26
|
+
CMake Error at libs/qscintilla/Qt4Qt5/CMakeLists.txt:5 (find_package):
|
27
|
+
By not providing "FindQt5Widgets.cmake" in CMAKE_MODULE_PATH this project
|
28
|
+
has asked CMake to find a package configuration file provided by
|
29
|
+
"Qt5Widgets", but CMake did not find one.
|
30
|
+
|
31
|
+
Could not find a package configuration file provided by "Qt5Widgets" with
|
32
|
+
any of the following names:
|
33
|
+
|
34
|
+
Qt5WidgetsConfig.cmake
|
35
|
+
qt5widgets-config.cmake
|
36
|
+
|
37
|
+
Add the installation prefix of "Qt5Widgets" to CMAKE_PREFIX_PATH or set
|
38
|
+
"Qt5Widgets_DIR" to a directory containing one of the above files. If
|
39
|
+
"Qt5Widgets" provides a separate development package or SDK, be sure it has
|
40
|
+
been installed.
|
41
|
+
|
42
|
+
|
43
|
+
-- Configuring incomplete, errors occurred!
|
44
|
+
See also "/sqlitebrowser/CMakeFiles/CMakeOutput.log".
|
1
画像追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -17,4 +17,8 @@
|
|
17
17
|
|
18
18
|
何かパスを通す、あるいは何かをインストールする必要があるでしょうか?
|
19
19
|
|
20
|
-
宜しくお願い致します。
|
20
|
+
宜しくお願い致します。
|
21
|
+
|
22
|
+
【画像追加】
|
23
|
+
makeコマンド実行→途中でエラー
|
24
|
+

|