Search found 78 matches

by Harnon
Wed Aug 05, 2009 12:00 pm
Forum: Common Lisp
Topic: need help with lispworks
Replies: 17
Views: 33166

Re: need help with lispworks

I never knew clisp produced such a smaller image size than sbcl. Now i know! I have never used CGI so i don't know. However, if you're trying to develop a website using lisp, you should use Hunchentoot. If that's not what you're trying to do, sorry, i didn't really look too closely at what it was. T...
by Harnon
Wed Aug 05, 2009 11:46 am
Forum: Common Lisp
Topic: Ecl+Windows+Unicode in Swank
Replies: 3
Views: 5044

Re: Ecl+Windows+Unicode in Swank

I'm actually using microsoft visual c++ to compile, though i will be using mingw as the c compiler for ecl. Can't wait for these newer versions to be built on windows + threads to be available (or maybe i'm just doing something wrong...)
by Harnon
Wed Aug 05, 2009 6:32 am
Forum: Common Lisp
Topic: need help with lispworks
Replies: 17
Views: 33166

Re: need help with lispworks

Oh, and i know that cusp, an eclipse plugin for lisp, can automatically create sbcl exes. But, then again, its not exactly hard, so might not be worth the trouble of downloading... EDIT: reading cl-launch, it says "Fully supported, including standalone executables: sbcl: SBCL 1.0 (1.0.21.24 nee...
by Harnon
Wed Aug 05, 2009 6:29 am
Forum: Common Lisp
Topic: need help with lispworks
Replies: 17
Views: 33166

Re: need help with lispworks

I think usually they're not in the habit of making executables. Anyways, you have some options. If you know the sbcl, clisp, or whatever is going to be on the computer, you can use cl-launch . "CL-Launch will create a shell script that, when invoked, will evaluate the specified Lisp software wi...
by Harnon
Tue Aug 04, 2009 3:35 pm
Forum: Common Lisp
Topic: Ecl+Windows+Unicode in Swank
Replies: 3
Views: 5044

Ecl+Windows+Unicode in Swank

I am trying to get swank and ecl to work together with unicode mode. This is because i want cusp to work with it, and it uses a unicode pipe. I have made ecl 9.4.1 and have tried to get it load swank, which it does, and then get it to start with unicode, which it doesn't. My question is, has anyone ...
by Harnon
Sun Aug 02, 2009 1:14 pm
Forum: Common Lisp
Topic: cffi-clutter
Replies: 19
Views: 21581

Re: cffi-clutter

Just wandering, do i need threads to use clutter? You said it was pretty low level, lots of callbacks....
by Harnon
Wed Jul 29, 2009 11:26 am
Forum: Common Lisp
Topic: cffi-clutter
Replies: 19
Views: 21581

Re: cffi-clutter

Heh, i finally got 0.9.8 and 1.0.0. Soon, i can start playing with clutter. :D If anyone on windows needs help, just ask...
by Harnon
Tue Jul 28, 2009 9:12 am
Forum: Common Lisp
Topic: cffi-clutter
Replies: 19
Views: 21581

Re: cffi-clutter

Well, i got version 0.9.2 to build. The instructions worked, i had just left some out. Yoopee! Now am working on 0.9.8. Just wondering, when you say " It is mostly composed from semi-automatically generated bindings for Clutter and parts of GLib and GObject.", what did you use to semi-auto...
by Harnon
Fri Jul 24, 2009 11:05 pm
Forum: Common Lisp
Topic: cffi-clutter
Replies: 19
Views: 21581

Re: cffi-clutter

lol. i followed the link and tried it, downloaded codeblocks and everything. 8 errors, syntax for that matter. Sigh...
by Harnon
Fri Jul 24, 2009 9:38 am
Forum: Common Lisp
Topic: cffi-clutter
Replies: 19
Views: 21581

Re: cffi-clutter

I was just wandering, are you using windows with clutter? Because i'm trying to build clutter but not managing it.... :?
It appears that it includes glx.h (from mesa libgl) which then includes some x11 headers which means i'm going to have to build this on cygwin...