i get clojurescript from repo couple of days ago- git clone clojurescript
then bootrstraped and it installed clojure and closure libs in lib
so all should be new i guess
This particular error doesn't tell anything ? i thought it could point to 
the problem right away.

On Sunday, September 9, 2012 7:49:22 PM UTC+4, David Nolen wrote:
>
> Could we get a bit more information about your environment. What release 
> are you using? What version of closure, clojure?
>
> Thanks,
> David
>
> On Sunday, September 9, 2012, goracio wrote:
>
>> I don't use master - what's this ? 
>> Yes i used bootstrap at the begging.
>> I added to the path :~/cljcode/clojurescript/script
>> and invoke repl in cljcode folder and there are foo.cljs foo.js and 
>> index.html files
>> I enter repl with ~/cljcode$ repl
>> then i enter forms as described in manual and i am at clojurescript repl 
>> then i open http://localhost:9000/repl and get xpc error
>> enter (+ 1 1) in clojurescript repl and it hangs.
>>
>> пятница, 7 сентября 2012 г., 20:19:20 UTC+4 пользователь David Nolen 
>> написал:
>>>
>>> On Thu, Sep 6, 2012 at 10:29 AM, goracio <feli...@gmail.com> wrote: 
>>> > Hi 
>>> > I try to follow this guide 
>>> > https://github.com/clojure/**clojurescript/wiki/The-REPL-**
>>> and-Evaluation-Environments<https://github.com/clojure/clojurescript/wiki/The-REPL-and-Evaluation-Environments>
>>>  
>>> > and get an error 
>>> > No 'xpc' param provided to chid iframe 
>>> > 
>>> > when loading http://localhost:9000/repl 
>>> > and my clojurescript repl hangs 
>>> > 
>>> > Clojure 1.4.0 
>>> > user=> (require '[cljs.repl :as repl]) 
>>> > nil 
>>> > user=> (require '[cljs.repl.browser :as browser]) 
>>> > nil 
>>> > user=> (def env (browser/repl-env)) 
>>> > #'user/env 
>>> > user=> (repl/repl env) 
>>> > "Type: " :cljs/quit " to quit" 
>>> > ClojureScript:cljs.user> (+ 1 1) 
>>> > 
>>> > 
>>> > what could be wrong with this ? 
>>>
>>> I just tried this with master, it seems to work fine. Sometimes you 
>>> need to refresh the browser. 
>>>
>>> I'm assuming you are using master and that you have bootstrapped? 
>>>
>>> David 
>>>
>>  -- 
>> You received this message because you are subscribed to the Google
>> Groups "Clojure" group.
>> To post to this group, send email to clojure@googlegroups.com
>> Note that posts from new members are moderated - please be patient with 
>> your first post.
>> To unsubscribe from this group, send email to
>> clojure+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/clojure?hl=en
>
> 

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to