質問編集履歴
6
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -56,7 +56,7 @@
|
|
56
56
|
|
57
57
|
こちらでも同質問をしています。
|
58
58
|
|
59
|
-
[C言語
|
59
|
+
[C言語なんでも質問掲示板](http://dixq.net/forum/viewtopic.php?f=3&t=18208)
|
60
60
|
|
61
61
|
|
62
62
|
|
5
リンクの追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -54,7 +54,9 @@
|
|
54
54
|
|
55
55
|
|
56
56
|
|
57
|
+
こちらでも同質問をしています。
|
57
58
|
|
59
|
+
[C言語 質問 掲示板](http://dixq.net/forum/viewtopic.php?f=3&t=18208)
|
58
60
|
|
59
61
|
|
60
62
|
|
4
プライベートな情報があった
test
CHANGED
File without changes
|
test
CHANGED
@@ -46,7 +46,7 @@
|
|
46
46
|
|
47
47
|
make: *** [obj/local/armeabi/objs-debug/cocos2dcpp_shared/__/__/__/Classes/HelloWorldScene.o] Error 1
|
48
48
|
|
49
|
-
make: Leaving directory `/Users/
|
49
|
+
make: Leaving directory `/Users/自分のユーザー名/Desktop/PhysicsProject/proj.android-studio/app'
|
50
50
|
|
51
51
|
Error running command, return code: 2.
|
52
52
|
|
3
細かな修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -17,8 +17,6 @@
|
|
17
17
|
|
18
18
|
|
19
19
|
ターミナルでコンパイルをした時に出るエラーがこちらです。↓↓↓↓↓↓↓↓↓
|
20
|
-
|
21
|
-
ターミナルの履歴です。
|
22
20
|
|
23
21
|
|
24
22
|
|
2
細かな修正
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
Cocos2d-x Android コンパイル
|
1
|
+
[修正]Cocos2d-x Android コンパイル
|
test
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
|
1
|
+
Errorの文字が書かれてある箇所のみを抜粋し修正しました。
|
2
2
|
|
3
|
-
|
3
|
+
修正前はmacのターミナルの履歴を全て写真で載せていました。
|
4
4
|
|
5
5
|
|
6
6
|
|
1
ターミナルの履歴を記載->ターミナルでErrorの箇所のみを記載 に変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,8 +1,6 @@
|
|
1
1
|
すみません、急ぎです。
|
2
2
|
|
3
|
-
ほぼ同じ質問をしたのですが、解決しないのでもう一度質問です。
|
4
|
-
|
5
|
-
|
3
|
+
Errorの文字が書かれてある箇所のみを抜粋し修正しました。
|
6
4
|
|
7
5
|
|
8
6
|
|
@@ -24,15 +22,43 @@
|
|
24
22
|
|
25
23
|
|
26
24
|
|
27
|
-
|
25
|
+
jni/hellocpp/main.cpp:1:27: fatal error: AppDelegate.hpp: No such file or directory #include "AppDelegate.hpp"
|
28
26
|
|
29
|
-

|
30
27
|
|
31
|
-

|
32
28
|
|
33
|
-
|
29
|
+
compilation terminated.
|
34
30
|
|
31
|
+
make: *** [obj/local/armeabi/objs-debug/cocos2dcpp_shared/hellocpp/main.o] Error 1
|
32
|
+
|
33
|
+
|
34
|
+
|
35
|
+
jni/../../../Classes/HelloWorldScene.cpp: In member function 'virtual void HelloWorld::onTouchEnded(cocos2d::Touch*, cocos2d::Event*)':
|
36
|
+
|
37
|
+
jni/../../../Classes/HelloWorldScene.cpp:488:21: error: 'to_string' is not a member of 'std'
|
38
|
+
|
39
|
+
auto _key = std::to_string((int)time(NULL));
|
40
|
+
|
41
|
+
|
42
|
+
|
43
|
+
At global scope:
|
44
|
+
|
45
|
+
cc1plus: warning: unrecognized command line option "-Wno-extern-c-compat"
|
46
|
+
|
47
|
+
cc1plus: warning: unrecognized command line option "-Wno-extern-c-compat"
|
48
|
+
|
49
|
+
make: *** [obj/local/armeabi/objs-debug/cocos2dcpp_shared/__/__/__/Classes/HelloWorldScene.o] Error 1
|
50
|
+
|
51
|
+
make: Leaving directory `/Users/roxas710/Desktop/PhysicsProject/proj.android-studio/app'
|
52
|
+
|
35
|
-
|
53
|
+
Error running command, return code: 2.
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
|
36
62
|
|
37
63
|
Xcodeでコンパイルした時は正常なので、Android Studioのコンパイルがおかしい気がします。
|
38
64
|
|