From ranga at mmsindia.com Sun Jul 20 05:07:26 2008 From: ranga at mmsindia.com (Rangarajan Krishnamoorthy) Date: Sun, 20 Jul 2008 10:37:26 +0530 Subject: [gecol-devel] Ned help with Windows DLL Message-ID: <000001c8ea26$824efa90$86ecefb0$@com> 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: From mauriciotorob at gmail.com Wed Jul 23 09:37:04 2008 From: mauriciotorob at gmail.com (Mauricio Toro) Date: Wed, 23 Jul 2008 11:37:04 +0200 Subject: [gecol-devel] Help with Windows DLL Message-ID: 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 : > 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" > Subject: [gecol-devel] Ned help with Windows DLL > To: > 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: From ranga at mmsindia.com Wed Jul 23 12:03:51 2008 From: ranga at mmsindia.com (Rangarajan Krishnamoorthy) Date: Wed, 23 Jul 2008 17:33:51 +0530 Subject: [gecol-devel] RE: Help with Windows DLL In-Reply-To: References: Message-ID: <000601c8ecbc$2dbff220$893fd660$@com> Thanks very much. I will try this. Regards, Rangarajan From: Mauricio Toro [mailto:mauriciotorob at gmail.com] Sent: Wednesday, July 23, 2008 3:07 PM To: gecol-devel at common-lisp.net; ranga at mmsindia.com Subject: Help with Windows DLL 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 : 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" Subject: [gecol-devel] Ned help with Windows DLL To: 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/a ttachment.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: