Robert, Scott:

Fixed on the master branch.

Tripped up by CLR's strange convention for indicating method accessibility.

[sotto voce]: Just because a method has the Private flag set, don't think 
the IsPrivate property is true.  It can be IsAssembly instead. 
[Deeply felt]: Sigh.

-David





On Tuesday, April 17, 2012 10:04:14 AM UTC-5, RobertLJ wrote:
>>>
>>>
>>> Just wondering has anyone seen this build error from ClojureCLR (The 
>>> "Clojure.Compile" Project): 
>>>
>>> ================================================ 
>>>
>>>  Error 3 The command ""C:\Users\Robert\bob-dev\bob-src\clojureCLR- 
>>> Builds\clojure-clojure-clr-nodlr-vs11\bin\4.0\Debug 
>>> \Clojure.Compile.exe" clojure.core clojure.core.protocols clojure.main 
>>> clojure.set clojure.zip  clojure.walk clojure.stacktrace 
>>> clojure.template clojure.test clojure.test.tap clojure.test.junit 
>>> clojure.pprint clojure.clr.io clojure.repl clojure.clr.shell 
>>> clojure.string clojure.data clojure.reflect" exited with code 1. 
>>> Clojure.Compile 
>>>
>>> ================================================ 
>>>
>>>
>>>
>>>
>>>
>>> It appears that the build (Clojure.Compile.exe clojure.repl) is 
>>> failing with the error: 
>>>
>>> ================================================ 
>>>
>>> System.TypeLoadException: Method 'ReadAsyncInternal' on type 
>>> 'clojure.repl.proxy$PushbackTextReader$0$_COMP_clojure.repl.clj' from 
>>> assembly 'clojure.repl.clj, Version=0.0.0.0, Culture=neutral, 
>>> PublicKeyToken=null' is overriding a method that is not visible from 
>>> that assembly. 
>>>  
>>>
>>
> David,
>
> Has there been any progress on this one?  I'm looking to use clojure on 
> .Net 4.5 / Windows server 2012 for some prototyping and am also running 
> into this issue.
>
> I've got the source forked and project tweaked and loaded in VS2012.  I'm 
> willing to fix it if it still needs fixing and, if so, any pointers toward 
> the right spot in the code would be welcome.
>
> /stt
>

-- 
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