xamarin / fsharpbinding

F# binding for MonoDevelop (updated to support Xamarin Studio)
Other
14 stars 5 forks source link

./configure doesn't work on OSX #2

Open commandodev opened 11 years ago

commandodev commented 11 years ago

I'm trying to install the fsharp binding for the new xamarin studio. ./configure doesn't work as is.

I had to run it with bash ./configure for some reason (this is from zsh)

After I've done that I get the following:

Unable to read assembly '/Library/Frameworks/Mono.framework/Versions/3.0.4/bin/mscorlib.dll'

$ find /Library/Frameworks/Mono.framework/Versions/3.0.4 -name mscorlib.dll

Gives

/Library/Frameworks/Mono.framework/Versions/3.0.4/lib/mono/2.0/mscorlib.dll
/Library/Frameworks/Mono.framework/Versions/3.0.4/lib/mono/4.0/mscorlib.dll
/Library/Frameworks/Mono.framework/Versions/3.0.4/lib/mono/4.5/mscorlib.dll

As options for the mscorlib.dll requirement.

Also there's no make install target.

I'm at a bit of a loss as to the best way to install a development environment for F# on OSX right now. Should I revert to an older version of monodevelop?

funnelweb commented 11 years ago

There is some related info here: https://github.com/fsharp/fsharp/issues/107

funnelweb commented 11 years ago

And a related pull request here https://github.com/fsharp/fsharpbinding/pull/97/