On Sep 21, 1:42 am, Aaron Feng <[email protected]> wrote:

> ./install-weblocks ~/path/to/your/project/foobar

./install-weblocks.sh is the name of the script I got with my git
checkout.

> cd ~/path/to/your/project/foobar && script/server
>
> If the compilation is successful, one should see a banner showing the
> port weblocks is running on.

This did not work on the first compile on my setup: gentoo Linux
x86_64, SBCL 1.0.31.gentoo-r0

WARNING:
   COMPILE-FILE warned while performing #<COMPILE-OP NIL {10044163F1}>
on
   #<CL-SOURCE-FILE "application" {10043C7DF1}>.

debugger invoked on a ASDF:COMPILE-FAILED in thread #<THREAD "initial
thread" RUNNING {10036367C1}>:
  erred while invoking #<COMPILE-OP NIL {10044163F1}> on
  #<CL-SOURCE-FILE "application" {10043C7DF1}>

Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):
  0: [TRY-RECOMPILING] Try recompiling application
  1: [RETRY          ] Retry performing #<ASDF:COMPILE-OP NIL
{10044163F1}> on
                       #<ASDF:CL-SOURCE-FILE "application" {10043C7DF1}
>.
  2: [ACCEPT         ] Continue, treating #<ASDF:COMPILE-OP NIL
{10044163F1}>
                       on #<ASDF:CL-SOURCE-FILE
"application" {10043C7DF1}> as
                       having been successful.
  3: [CONTINUE       ] Ignore error and continue processing userinit
file "/home/petter/lisp/clbuild-test/weblocks-install/weblocks4/./
script/..//weblocks4.sbclrc".
  4: [ABORT          ] Skip rest of userinit file "/home/petter/lisp/
clbuild-test/weblocks-install/weblocks4/./script/..//
weblocks4.sbclrc".
  5:                   Skip to toplevel READ/EVAL/PRINT loop.
  6: [QUIT           ] Quit SBCL (calling #'QUIT, killing the
process).

((SB-PCL::FAST-METHOD ASDF:PERFORM (ASDF:COMPILE-OP ASDF:CL-SOURCE-
FILE))
 #<unavailable argument>
 #<unavailable argument>
 #<ASDF:COMPILE-OP NIL {10044163F1}>
 #<ASDF:CL-SOURCE-FILE "application" {10043C7DF1}>)
0] 6
;
; compilation unit aborted
;   caught 1 fatal ERROR condition
;   caught 2 WARNING conditions
;   caught 13 STYLE-WARNING conditions
;   printed 2557 notes


But then compiling a second time worked!

Welcome to weblocks
Weblocks is running on port 5555, and can be access by browsing
http://localhost:5555
Swank is running on port 4005
Use (quit) to exit REPL
Linedit version 0.16.1 [smart mode]

Now I can least evaluate weblocks in my app. Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"weblocks" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/weblocks?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to