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

Get build working on Mono #27

Closed leafgarland closed 9 years ago

leafgarland commented 9 years ago

There were two issues that I could find that prevented this from building with Mono (on OSX):

I've tested this on OSX and Windows (cmd line and VS), looks ok.

panesofglass commented 9 years ago

Turns out I only found a way to get Xamarin Studio to load the project. Unfortunately, XS does not load any library references pushed into Choose blocks. I think the targets file is also getting lost, as both XS and xbuild complain of no Clean, Build, or Rebuild targets.

@leafgarland, would you mind taking a look at my fork, where I merged the latest master branch into your PR?

leafgarland commented 9 years ago

@panesofglass Sure. Your merged fork fails to compile on OSX, but bumping the version number in the fsproj files fixes it. See my comments on your merges to the src fsproj and tests fsproj.

I'll take a look at the changes @dsyme suggested.

panesofglass commented 9 years ago

Thanks again! This has been merged!