From: Craig L. <cla...@us...> - 2013-09-23 02:22:20
|
Comment out any CLSM stuff, too. You should be able to compile/load everything by loading the file "load-engine.lisp". Craig On Sun, 2013-09-22 at 21:48 -0400, Dave Cooper wrote: > > Hi Craig, > > > Thanks for the tips. I went ahead and commented out the CLIM stuff. > Now I'm getting: > > > Package CLSM does not exist > > > coming from the bottom line of sbcl/compile.lisp > > > The (load "system") above that seems to be completing successfully. > > > But, I'm not seeing a definition for the :CLSM package anywhere... > > > > > Regards, > > > Dave > > > > > > > On Sun, Sep 22, 2013 at 8:40 PM, Craig Lanning > <cla...@us...> wrote: > Sorry about that. > > I've been wanting to work on the graphical version so I added > CLIM > things. > > If you want to comment out any CLIM stuff, then you should be > able to > build the command line version. There are several places > where > NOTING-PROGRESS and its associates show up in the kernel/ code > and in > the plugins/p11/ and plugins/p21. > > Craig > > On Sun, 2013-09-22 at 19:20 -0400, Dave Cooper wrote: > > > > > > Dear Exp'ers, > > > > > > I am trying to get the command-line version built on SBCL > but ran into > > a couple glitches so thought I would ask here before getting > myself > > into more trouble... > > > > > > I am following the build instructions from: > > > > > > http://sourceforge.net/p/exp-engine/engine/ci/master/tree/ > > > > > > The first issue I hit is: > > > > > > Undefined function COMPILE-LOAD > > > > > > This function appears to be defined in load-engine.lisp. So, > I put > > that into my ~/.sbclrc file and tried again. > > > > > > > > > > Next issue is: > > > > > > Undefined package :CLIM in streams.lisp. > > > > > > This is coming from use of clim:noting-progress in > streams.lisp. > > > > > > > > > > Should CLIM really be required for a command-line version? > > > > > > > > > > It will be nice to have a full portable GUI going at some > point but > > the first goal is to get a robust command-line version > working. > > > > > > So, does anyone have advice on getting things built with > inclusion of > > the needed COMPILE-LOAD function, and without CLIM > dependency? > > > > > > By the way, if/when we get the basic command-line > application > > building, would there be any interest in getting this > project into > > Quicklisp? I am somewhat familiar with ASDF and Quicklisp, > and could > > help from that end of things. > > > > > > > > > > > > -- > > My Best, > > > > Dave Cooper, Genworks Support > > dav...@ge..., dave.genworks.com(skype) > > USA: 248-327-3253(o), 1-248-330-2979(mobile) > > UK: 0191 645 1699 > > > > > > ------------------------------------------------------------------------------ > > LIMITED TIME SALE - Full Year of Microsoft Training For Just > $49.99! > > 1,500+ hours of tutorials including VisualStudio 2012, > Windows 8, SharePoint > > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library > Power Pack includes > > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends > 9/22/13. > > > http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk > > _______________________________________________ > > Exp-engine-devel mailing list > > Exp...@li... > > > https://lists.sourceforge.net/lists/listinfo/exp-engine-devel > > > > > > > -- > My Best, > > Dave Cooper, Genworks Support > dav...@ge..., dave.genworks.com(skype) > USA: 248-327-3253(o), 1-248-330-2979(mobile) > UK: 0191 645 1699 > > ------------------------------------------------------------------------------ > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. > http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk > _______________________________________________ > Exp-engine-devel mailing list > Exp...@li... > https://lists.sourceforge.net/lists/listinfo/exp-engine-devel |