質問編集履歴

3

2017/05/24 06:41

投稿

pecchan
pecchan

スコア555

test CHANGED
File without changes
test CHANGED
@@ -40,9 +40,7 @@
40
40
 
41
41
 
42
42
 
43
- # cmake -Wno-dev .
43
+ cmake -Wno-dev .実行で下記のエラーが出ました
44
-
45
- 実行で下記のエラーが出ました
46
44
 
47
45
  [root@localhost sqlitebrowser]# cmake -Wno-dev .
48
46
 

2

# cmake -Wno-dev \.でエラー

2017/05/24 06:41

投稿

pecchan
pecchan

スコア555

test CHANGED
File without changes
test CHANGED
@@ -40,8 +40,48 @@
40
40
 
41
41
 
42
42
 
43
- 【画像追加】
43
+ # cmake -Wno-dev .
44
44
 
45
- makeコマンド実行→途中でエラー
45
+ 実行で下記のエラーが出ました
46
46
 
47
- ![イメージ説明](ef61245d56eaf2c1f9bac8c34c1b2a78.jpeg)
47
+ [root@localhost sqlitebrowser]# cmake -Wno-dev .
48
+
49
+ -- Could NOT find QScintilla (missing: QSCINTILLA_LIBRARY QSCINTILLA_INCLUDE_DIR)
50
+
51
+ CMake Error at libs/qscintilla/Qt4Qt5/CMakeLists.txt:5 (find_package):
52
+
53
+ By not providing "FindQt5Widgets.cmake" in CMAKE_MODULE_PATH this project
54
+
55
+ has asked CMake to find a package configuration file provided by
56
+
57
+ "Qt5Widgets", but CMake did not find one.
58
+
59
+
60
+
61
+ Could not find a package configuration file provided by "Qt5Widgets" with
62
+
63
+ any of the following names:
64
+
65
+
66
+
67
+ Qt5WidgetsConfig.cmake
68
+
69
+ qt5widgets-config.cmake
70
+
71
+
72
+
73
+ Add the installation prefix of "Qt5Widgets" to CMAKE_PREFIX_PATH or set
74
+
75
+ "Qt5Widgets_DIR" to a directory containing one of the above files. If
76
+
77
+ "Qt5Widgets" provides a separate development package or SDK, be sure it has
78
+
79
+ been installed.
80
+
81
+
82
+
83
+
84
+
85
+ -- Configuring incomplete, errors occurred!
86
+
87
+ See also "/sqlitebrowser/CMakeFiles/CMakeOutput.log".

1

画像追加

2017/05/24 06:40

投稿

pecchan
pecchan

スコア555

test CHANGED
File without changes
test CHANGED
@@ -37,3 +37,11 @@
37
37
 
38
38
 
39
39
  宜しくお願い致します。
40
+
41
+
42
+
43
+ 【画像追加】
44
+
45
+ makeコマンド実行→途中でエラー
46
+
47
+ ![イメージ説明](ef61245d56eaf2c1f9bac8c34c1b2a78.jpeg)