[gecol-devel] Help with Windows DLL

Mauricio Toro mauriciotorob at gmail.com
Wed Jul 23 09:37:04 UTC 2008


Hello,
I have never tried gecol under windows, but it should work.
But you have to do is the following:

1) Install Gecode 2.1.1 www.gecode.org
2) Install gcc for windows http://www.bloodshed.net/devcpp.html
3) change the file gecol.asd
where it says:
(defvar *gcc* "/usr/bin/g++")
write:
(defvar *gcc* "c:/program files/devcpp/etc.../bin/g++.exe")
4) Load CFFI http://common-lisp.net/project/cffi/manual/html_node/index.html
5) Load iterate http://common-lisp.net/project/iterate/
6) Load gecol

This is how I load all those libraries in Mac OS X (steps 4 to 6):

(load "/Library/Frameworks/Gecode/gecol20/asdf.lisp")
(setf asdf:*central-registry*
  '(*default-pathname-defaults*
    #p"/Library/Frameworks/Gecode/gecol20/"
    ))
(require :asdf)
(asdf:operate 'asdf:load-op :iterate)
(asdf:operate 'asdf:load-op :cffi)
(asdf:operate 'asdf:load-op :gecol)

Hope it helps.

Cheers,

Mauricio

2008/7/20 <gecol-devel-request at common-lisp.net>:

> Send gecol-devel mailing list submissions to
>        gecol-devel at common-lisp.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://common-lisp.net/cgi-bin/mailman/listinfo/gecol-devel
> or, via email, send a message with subject or body 'help' to
>        gecol-devel-request at common-lisp.net
>
> You can reach the person managing the list at
>        gecol-devel-owner at common-lisp.net
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of gecol-devel digest..."
>
>
> Today's Topics:
>
>   1. Ned help with Windows DLL (Rangarajan Krishnamoorthy)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 20 Jul 2008 10:37:26 +0530
> From: "Rangarajan Krishnamoorthy" <ranga at mmsindia.com>
> Subject: [gecol-devel] Ned help with Windows DLL
> To: <gecol-devel at common-lisp.net>
> Message-ID: <000001c8ea26$824efa90$86ecefb0$@com>
> Content-Type: text/plain; charset="us-ascii"
>
> Hi,
>
> I am new to this list. I use LispWorks 5.1 on Windows XP. I would like to
> use Gecol with LW. I have already downloaded and installed the Gecode
> library, but I need the correct DLL ("glue.dll") to use with my LW. Where
> can I get it?
>
>
>
> Also, I did not find any tutorial on using Gecode. How can I learn about
> Gecode and Gecol?
>
>
>
> Thanks for the help.
>
> Regards,
>
> Rangarajan
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://common-lisp.net/pipermail/gecol-devel/attachments/20080720/633a0914/attachment.html
>
> ------------------------------
>
> _______________________________________________
> gecol-devel mailing list
> gecol-devel at common-lisp.net
> http://common-lisp.net/cgi-bin/mailman/listinfo/gecol-devel
>
>
> End of gecol-devel Digest, Vol 4, Issue 1
> *****************************************
>



-- 
Mauricio Toro Bermudez
Estudiante de Ingeniería de Sistemas
Pontificia Universidad Javeriana, Colombia

Stagiare à l'Ircam
1, place Igor-Stravinsky 75004 Paris,
France de 2008 à 2009
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/gecol-devel/attachments/20080723/2929b604/attachment.html>


More information about the gecol-devel mailing list