fsprojects / FSharp.Control.Reactive

Extensions and wrappers for using Reactive Extensions (Rx) with F#.
http://fsprojects.github.io/FSharp.Control.Reactive
Other
284 stars 58 forks source link

Cannot build the solution on Ubuntu #44

Closed vasily-kirichenko closed 9 years ago

vasily-kirichenko commented 9 years ago

Ubuntu 14.10, Mono 3.10, freshly built Monodevelop 5.7

F# Interactive for F# 3.1 (private)
Freely distributed under the Apache 2.0 Open Source License

For help type #help;;

> [Loading /home/kot/github/FSharp.Control.Reactive/build.fsx]

/home/kot/github/FSharp.Control.Reactive/build.fsx(6,1): error FS0078: Unable to find the file 'Nuget.Core.dll' in any of
 /usr/lib/mono/4.5
 /home/kot/github/FSharp.Control.Reactive/packages/FAKE/tools
 /home/kot/github/FSharp.Control.Reactive
 /home/kot/github/FSharp.Control.Reactive/packages/FAKE/tools/
vasily-kirichenko commented 9 years ago

@forki any ideas why Fake cannot find Nuget.Core.dll on ubuntu?

forki commented 9 years ago

Maybe NuGet.Core dll? On Nov 4, 2014 3:05 PM, "Vasily Kirichenko" notifications@github.com wrote:

@forki https://github.com/forki any ideas why Fake cannot find Nuget.Core.dll on ubuntu?

— Reply to this email directly or view it on GitHub https://github.com/fsprojects/FSharp.Control.Reactive/issues/44#issuecomment-61405102 .

panesofglass commented 9 years ago

@forki is correct.

panesofglass commented 9 years ago

should now be fixed :)

panesofglass commented 9 years ago

@vasily-kirichenko, please re-open if this is still an issue.