-
-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
still have same error compiling on windows 10, SBCL 2.2.7, after setting git to check out with cr/lf as directed #212
Comments
relevant setting in .gitconfig is |
Something still off. For now just get delete the line feeds and tildes from
$(clog['document']).trigger('on-load-script',~
; 'A')})"
And let me know if compiles ok
N
…On Sun, Aug 21, 2022, 7:41 PM Ian Garmaise ***@***.***> wrote:
I reconfigured git for windows to check out with cr/lf, completely cleared
quicklisp directory, reinstalled quicklisp, ultralisp. Cloned the three
clog git packages into local-projects (along with usocket, necessary
because version in quicklisp has a reference to an obsolete var with sbcl
2.2.7)
executing (ql:quickload :clog) still stops compilation with the same error
(I believe):
[package clog-webgl]..........................
; file:
c:/Users/ian/quicklisp/local-projects/clog/source/clog-document.lisp
; in: DEFMETHOD LOAD-SCRIPT (CLOG-DOCUMENT T)
; (FORMAT NIL "$.getScript('A', function() {
; $(clog['document']).trigger('on-load-script',~
; 'A')})"
; (CLOG:ESCAPE-STRING CLOG::SCRIPT-URL)
; (CLOG:ESCAPE-STRING CLOG::SCRIPT-URL))
;
; caught ERROR:
; during macroexpansion of
; (FORMATTER "$.getScript('A', function() {
; $(clog['document']).trigger('on-load-script',
; 'A')})").
; Use *BREAK-ON-SIGNALS* to intercept.
;
; error in FORMAT: Unknown directive (character: Return)
; $.getScript('A', function() {
; $(clog['document']).trigger('on-load-script',
; '~A')})
; ^
.
debugger invoked on a UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread
#<THREAD "main thread" RUNNING {1001DD8003}>:
COMPILE-FILE-ERROR while
compiling #<CL-SOURCE-FILE "clog" "source" "clog-document">
—
Reply to this email directly, view it on GitHub
<#212>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACYUEFK5KF6J2VWOQVZPXZLV2K5B3ANCNFSM57FX7FDQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
This is wrong setting. Needs to be : input not true
…On Sun, Aug 21, 2022, 7:49 PM Ian Garmaise ***@***.***> wrote:
relevant setting in .gitconfig is
[core]
autocrlf = true
—
Reply to this email directly, view it on GitHub
<#212 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACYUEFJMVN6TWD5J4AMIMZTV2K57NANCNFSM57FX7FDQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
just realized that I had misread what you said. I will reconfigure git as you originally directed (to check out as is), clear everything, and retry. |
found the problem. There were two gitconfig files, one was overriding the other. Once I removed the erroneous one, and cleared quicklisp and re-cloned the repo items, compilation completed successfully. Command that helped me figure this out was git config --list --show-origin |
Fantastic :) I look forward to see the great things you will do with CLOG! |
Excited to finally get started. |
I reconfigured git for windows to check out with cr/lf, completely cleared quicklisp directory, reinstalled quicklisp, ultralisp. Cloned the three clog git packages into local-projects (along with usocket, necessary because version in quicklisp has a reference to an obsolete var with sbcl 2.2.7)
executing (ql:quickload :clog) still stops compilation with the same error (I believe):
[package clog-webgl]..........................
; file: c:/Users/ian/quicklisp/local-projects/clog/source/clog-document.lisp
; in: DEFMETHOD LOAD-SCRIPT (CLOG-DOCUMENT T)
; (FORMAT NIL "$.getScript('
A', function() {; $(clog['document']).trigger('on-load-script',~
; '
A')})"; (CLOG:ESCAPE-STRING CLOG::SCRIPT-URL)
; (CLOG:ESCAPE-STRING CLOG::SCRIPT-URL))
;
; caught ERROR:
; during macroexpansion of
; (FORMATTER "$.getScript('
A', function() {; $(clog['document']).trigger('on-load-script',
; '
A')})").; Use BREAK-ON-SIGNALS to intercept.
;
; error in FORMAT: Unknown directive (character: Return)
; $.getScript('
A', function() {; $(clog['document']).trigger('on-load-script',
; '~A')})
; ^
.
debugger invoked on a UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread
#<THREAD "main thread" RUNNING {1001DD8003}>:
COMPILE-FILE-ERROR while
compiling #<CL-SOURCE-FILE "clog" "source" "clog-document">
The text was updated successfully, but these errors were encountered: