Shinmera / qtools

Qtools is a collection of utilities to aid development with CommonQt
https://shinmera.github.io/qtools
zlib License
209 stars 17 forks source link

qtools-game fails to load #6

Closed dkochmanski closed 9 years ago

dkochmanski commented 9 years ago
(ql:quickload :qtools-game)
To load "qtools-game":
  Load 1 ASDF system:
    qtools-game
; Loading "qtools-game"
[package qtools-game]
;;; Internal error:
;;;   ** Used UNREAD-CHAR twice on stream #<input stream /home/jack/quicklisp/dists/quicklisp/software/qtools-20150804-git/examples/game/primitives.lisp>

ECL 16.0.0 Linux pandora 4.1.6-1-ARCH #1 SMP PREEMPT Mon Aug 17 08:52:28 CEST 2015 x86_64 GNU/Linux qtools-20150804-git

jack@pandora ~ % pacman -Q | grep qt
attica-qt5 5.13.0-1
libdbusmenu-qt5 0.9.3+15.10.20150604-1
phonon-qt5 4.8.3-2
phonon-qt5-gstreamer 4.8.2-1
polkit-qt5 0.112.0-1
pyqt4-common 4.11.4-1
python2-pyqt4 4.11.4-1
qt4 4.8.7-2
qt5-3d 5.5.0-2
qt5-base 5.5.0-2
qt5-canvas3d 5.5.0-2
qt5-connectivity 5.5.0-2
qt5-declarative 5.5.0-2
qt5-enginio 5.5.0-2
qt5-graphicaleffects 5.5.0-2
qt5-imageformats 5.5.0-2
qt5-location 5.5.0-2
qt5-multimedia 5.5.0-2
qt5-quick1 5.5.0-2
qt5-quickcontrols 5.5.0-2
qt5-script 5.5.0-2
qt5-sensors 5.5.0-2
qt5-serialport 5.5.0-2
qt5-svg 5.5.0-2
qt5-tools 5.5.0-2
qt5-translations 5.5.0-2
qt5-wayland 5.5.0-2
qt5-webchannel 5.5.0-2
qt5-webengine 5.5.0-2
qt5-webkit 5.5.0-2
qt5-websockets 5.5.0-2
qt5-x11extras 5.5.0-2
qt5-xmlpatterns 5.5.0-2
qtchooser 48-1
qtqr 1.2-2
qtwebkit 2.3.4-2
smokeqt-git 20150630-1
Shinmera commented 9 years ago

This is a known drawback that is documented in the Q+ section. ECL is not supported for this reason. I don't know of a proper solution yet, so this'll have to stay for now. I'll close this and open a separate issue to more accurately track the problem.