質問編集履歴

5

調査した結果を追記

2017/03/25 08:55

投稿

kamuycikap
kamuycikap

スコア135

test CHANGED
File without changes
test CHANGED
@@ -203,3 +203,63 @@
203
203
  ABORT :R7 Give up on "qt"
204
204
 
205
205
  ABORT :R8 Abort main loop
206
+
207
+
208
+
209
+ ★★★2017/03/25 追記★★★
210
+
211
+ Linux環境ではなく、Windows環境で実施。
212
+
213
+ Linuxで通った所がWindowsでは通らず・・・・
214
+
215
+ 下記の[1]で読み込んでいるasdf.asdは、asdf3のtarボールを展開して取り出したもの。
216
+
217
+ 私の力量では、LinuxでもWindowsでもCommonQTを動かすことは出来なさそうです。
218
+
219
+
220
+
221
+ --- 実施コマンド
222
+
223
+ [1]> (load "asdf.asd")
224
+
225
+ ;; Loading file asdf.asd ...
226
+
227
+ ;; Loaded file asdf.asd
228
+
229
+ T
230
+
231
+ [2]> (asdf:load-system :asdf)
232
+
233
+
234
+
235
+ *** - Internal error: statement in file "../src/pathname.d", line 6144 has
236
+
237
+ been reached!!
238
+
239
+ Please see <http://clisp.cons.org/impnotes/faq.html#faq-bugs> for bug
240
+
241
+ reporting instructions.
242
+
243
+ The following restarts are available:
244
+
245
+ RETRY :R1 Retry compiling #<CL-SOURCE-FILE "asdf" "build" "asdf">.
246
+
247
+
248
+
249
+ ACCEPT :R2 Continue, treating compiling #<CL-SOURCE-FILE "asdf" "bu
250
+
251
+ ild" "asdf"> as having been successful.
252
+
253
+ ABORT :R3 Abort main loop
254
+
255
+ Break 1 [3]> :R3
256
+
257
+ 0 errors, 0 warnings
258
+
259
+ [4]> (print (list "asdf" (asdf:asdf-version)))
260
+
261
+
262
+
263
+ ("asdf" "2.26")
264
+
265
+ ("asdf" "2.26")

4

実行するコマンドが抜けていたため実施

2017/03/25 08:55

投稿

kamuycikap
kamuycikap

スコア135

test CHANGED
File without changes
test CHANGED
@@ -174,7 +174,11 @@
174
174
 
175
175
  ("asdf" "3.2.0.1")
176
176
 
177
+ [5]> (asdf:initialize-source-registry)
178
+
179
+
180
+
177
- [5]> (ql:quickload :qt)
181
+ [6]> (ql:quickload :qt)
178
182
 
179
183
 
180
184
 

3

アドバイスを実施してみたが、まだ解決できていない

2017/03/06 15:19

投稿

kamuycikap
kamuycikap

スコア135

test CHANGED
File without changes
test CHANGED
@@ -103,3 +103,99 @@
103
103
  [3]>
104
104
 
105
105
  -----ここまで
106
+
107
+
108
+
109
+ ★★★2017/03/05 追記★★★
110
+
111
+ アドバイスいただいた内容が、Debian/Linuxでしたので、私が普段使いしているLinuxMint18でやってみました。
112
+
113
+ しかし、残念ながら下記の手順を実施したのですが、まだ解決に至っておりません。。。。
114
+
115
+
116
+
117
+ <1>
118
+
119
+ gitにて、asdf3をダウンロード
120
+
121
+ git clone https://gitlab.common-lisp.net/asdf/asdf.git
122
+
123
+
124
+
125
+ <2>
126
+
127
+ その後、ダウンロードしたフォルダにあるコマンドを実行
128
+
129
+ bash$ make-asdf.sh
130
+
131
+
132
+
133
+ <3>
134
+
135
+ clispを起動し、lisp関数実行
136
+
137
+
138
+
139
+ [1]> (load "./build/asdf.lisp")
140
+
141
+ ;; Loading file build/asdf.lisp ...
142
+
143
+ ; Renamed old ASDF package away to ASDF-2.26
144
+
145
+ ;; Loaded file build/asdf.lisp
146
+
147
+ T
148
+
149
+ [2]> (load "asdf.asd")
150
+
151
+ ;; Loading file asdf.asd ...
152
+
153
+ ;; Loaded file asdf.asd
154
+
155
+ T
156
+
157
+ [3]> (asdf:load-system :asdf)
158
+
159
+ ...ここに沢山のワーニングが表示される
160
+
161
+ ;; Loaded file /home/k/.cache/common-lisp/clisp-2.49-unix-x86/home/k/Downloads/asdf/build/asdf.fas
162
+
163
+ 0 errors, 595 warnings
164
+
165
+ 0 errors, 0 warnings
166
+
167
+ T
168
+
169
+ [4]> (print (list "asdf" (asdf:asdf-version)))
170
+
171
+
172
+
173
+ ("asdf" "3.2.0.1")
174
+
175
+ ("asdf" "3.2.0.1")
176
+
177
+ [5]> (ql:quickload :qt)
178
+
179
+
180
+
181
+ *** - Error while trying to load definition for system qt from pathname
182
+
183
+ /home/k/quicklisp/dists/quicklisp/software/commonqt-20161208-git/qt.asd: Component :TRIVIAL-FEATURES not found
184
+
185
+ The following restarts are available:
186
+
187
+ RETRY :R1 Retry ASDF operation.
188
+
189
+ CLEAR-CONFIGURATION-AND-RETRY :R2 Retry ASDF operation after resetting the configuration.
190
+
191
+ SKIP :R3 skip (EVAL-WHEN # #)
192
+
193
+ RETRY :R4 retry (EVAL-WHEN # #)
194
+
195
+ STOP :R5 stop loading file /home/k/quicklisp/dists/quicklisp/software/commonqt-20161208-git/qt.asd
196
+
197
+ REINITIALIZE-SOURCE-REGISTRY-AND-RETRY :R6 Retry finding system qt after reinitializing the source-registry.
198
+
199
+ ABORT :R7 Give up on "qt"
200
+
201
+ ABORT :R8 Abort main loop

2

CLISPバージョンの追記

2017/03/05 13:38

投稿

kamuycikap
kamuycikap

スコア135

test CHANGED
File without changes
test CHANGED
@@ -14,9 +14,9 @@
14
14
 
15
15
  ■構築済み開発環境
16
16
 
17
- 言語 → CommonLisp「CLISP」
17
+ 言語 → CommonLisp「CLISP」(GNU CLISP 2.49 (2010-07-07) <http://clisp.cons.org/>)
18
18
 
19
- ライブラリ管理 → quicklisp
19
+ ライブラリ管理 → quicklisp(version 2016-02-22)
20
20
 
21
21
  CLISP用Qtライブラリ → CommonQt
22
22
 

1

誤字

2017/02/28 04:40

投稿

kamuycikap
kamuycikap

スコア135

test CHANGED
File without changes
test CHANGED
@@ -48,7 +48,7 @@
48
48
 
49
49
  -----ここから
50
50
 
51
- ;; Loaded file C:\Users\Kintaka\.clisprc.lisp
51
+ ;; Loaded file C:\Users\kamuycikap\.clisprc.lisp
52
52
 
53
53
  [1]> (ql:quickload :qt)
54
54