[MonoDevelop] Building MonoDevelop on FreeBSD 10.3

Timotheus Pokorra timotheus.pokorra at solidcharity.com
Mon Aug 15 07:14:45 UTC 2016


Hello Russ,

> I've highlighted them at the end of my previous build output.
> http://pastebin.com/016yXzMf starting at line 570. Again, any help
> would be great. I would even consider removing the Fsharp stuff if
> that was possible just to get somewhere.

In my https://github.com/tpokorra/lbs-mono-fedora/blob/master/monodevelop/monodevelop.spec,
I currently drop FSharp like this:
sed -i 's#if test "x$FSHARPC" = "x" ;#if test "x$FSHARPC" =
"xDONTCHECK" ;#g' configure
sed -i 's#.*4804F98F-A891-463C-893D-7134D66C234F.*##g' Main.sln # FSharpBinding
sed -i 's#.*4C10F8F9-3816-4647-BA6E-85F5DE39883A.*##g' Main.sln #
MonoDevelop.FSharp
sed -i 's#.*AF5FEAD5-B50E-4F07-A274-32F23D5C504D.*##g' Main.sln #
MonoDevelop.FSharp.Shared
sed -i 's#.*FD0D1033-9145-48E5-8ED8-E2365252878C.*##g' Main.sln #
MonoDevelop.FSharp.Gui
sed -i 's#.*20D6EC2C-B62E-49D1-B685-90D8967A5B5D.*##g' Main.sln #
MonoDevelop.FSharpInteractive.Service
sed -i 's#.*A1A45375-7FB8-4F2A-850F-FBCC67739927.*##g' Main.sln #
MonoDevelop.FSharp.Tests

hope that helps,
  Timotheus


More information about the Monodevelop-list mailing list