Re: [Lisp-cffi-qt4-list] Greetings
Status: Inactive
Brought to you by:
solopsil
From: Benjamin N. <be...@NB...> - 2006-08-30 09:00:40
|
Hello Lisp-cffi-qt4 I'm new to LISP, but have lots of Qt experience, and potentially want to use LISP+QT4 in our project. The aim is visualisation of bioinformatics data. So, I'd like to get involved and contribute to the project. I've downloaded the code, but haven't got things working yet. As I said, I'm new to lisp, but I've tried getting thins working by doing 1. Changing loading the foreign lib to (load-foreign-library #+unix "./libgui.dylib" #+win32 "gui") 2. (compile-file "qt.lisp") (I had to do a manual (asdf:operate 'asdf:load-op :cffi) to get it to work) 3. (load "qt.fasl") 4. (compile-file "1-hello-world.lisp") (I commented out (run) first) 5. (load "1-hello-world.fasl") 6. (run) And I get: HELLO-WORLD> (run) NIL Should I be seeing a hello world? The other examples exhibit the same behaviour Any ideas? Platform: Max OS X 10.4 LISP: SBCL Regards Benjamin -- Benjamin Nortier Software Engineer National Bioinformatics Network e: be...@nb... c: +27 82 693 269 |