From wrn.lynn at gmail.com Wed Jun 2 21:07:48 2010 From: wrn.lynn at gmail.com (Warren Lynn) Date: Wed, 2 Jun 2010 17:07:48 -0400 Subject: [lift-devel] Fix for SBCL compilation error Message-ID: Patch is against 2eee8e0 (latest head) -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: sbcl-fix.diff Type: application/octet-stream Size: 1522 bytes Desc: not available URL: From wrn.lynn at gmail.com Wed Jun 2 21:06:29 2010 From: wrn.lynn at gmail.com (Warren Lynn) Date: Wed, 2 Jun 2010 17:06:29 -0400 Subject: [lift-devel] Bug Fix for defcondition macro Message-ID: Without this fix, I got compilation error. Patch is against 2eee8e0 (latest head) -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: macros.lisp.diff Type: application/octet-stream Size: 867 bytes Desc: not available URL: From garywarrenking at gmail.com Fri Jun 4 17:50:23 2010 From: garywarrenking at gmail.com (Gary King) Date: Fri, 4 Jun 2010 13:50:23 -0400 Subject: [lift-devel] bug in LIFT: can't find package MOP In-Reply-To: <20100530120031.GA11662@daedalus> References: <20100530120031.GA11662@daedalus> Message-ID: Hi Tamas, Sorry for the slow response. It looks like I let a few ACL-isms slip into LIFT; I'll try to fix these shortly. On May 30, 2010, at 8:00 AM, Tamas Papp wrote: > Hi Gary, > > I tried to load the latest version of Lift (updated from the git > repo), and got this error message: > > software/clbuild/source/lift/dev/utilities.lisp:199:39: > read-error: > SB-INT:SIMPLE-READER-PACKAGE-ERROR at 7651 (line 199, column 39) on # for "file /home/tpapp/software/clbuild/source/lift/dev/utilities.lisp" > {1004125CD1}>: > package "MOP" not found > > I can't find the package MOP. CLOSER-MOP has these symbols, but in my > version, MOP is not a nick for that package. > > Thanks, > > Tamas -- Gary Warren King, metabang.com Cell: (413) 559 8738 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM * gwking on twitter From gwking at metabang.com Mon Jun 28 20:29:00 2010 From: gwking at metabang.com (Gary King) Date: Mon, 28 Jun 2010 16:29:00 -0400 Subject: [lift-devel] Having problems compiling with SBCL In-Reply-To: <85CD6AD6-E24C-4AA5-8E81-1EDB233DAA50@clemson.edu> References: <85CD6AD6-E24C-4AA5-8E81-1EDB233DAA50@clemson.edu> Message-ID: <1E83E6AA-9880-4EA7-A023-820AB9377288@metabang.com> Hi Steve, This is finally fixed in the github repo. Thanks for your (putative!) patience :-) On May 23, 2010, at 3:20 PM, Steve Stevenson wrote: > The original problem is in 'lift/utilities.lisp' line 199: 'mop:slot- > definition-class > > There's no such symbol. There is a #+sbcl sb-mop which I'm assuming > should solve the problem. sb-mop is a package. Do I not have a > prerequisite or something simple? > > > -- > Steve > steve at clemson dot edu > ============== > The test of a democracy is not the magnificence of buildings or the > speed of automobiles or the efficiency of air transportation, but > rather the care given to the welfare of all the people. -Helen Adams > Keller, lecturer and author (1880-1968) > > > > > > _______________________________________________ > lift-devel mailing list > lift-devel at common-lisp.net > http://common-lisp.net/cgi-bin/mailman/listinfo/lift-devel -- Gary Warren King, metabang.com Cell: (413) 559 8738 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM * gwking on twitter