Hi,

I am trying to compile latest Lean from repository using MonoDevelop on Ubuntu 18.04. I get following errors:

Oanda/RestV20/Client/ApiClient.cs(135,51,135,69): error CS1503: Argument 2: cannot convert from 'System.Action<System.IO.Stream>' to 'byte[]' Bitfinex/BitfinexBrokerage.cs(90,31,90,41): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?) Bitfinex/BitfinexBrokerage.cs(132,13,132,23): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?) Bitfinex/BitfinexBrokerage.cs(132,38,132,48): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?) Bitfinex/BitfinexBrokerage.cs(203,13,203,23): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?) Bitfinex/BitfinexBrokerage.cs(203,38,203,48): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?) Bitfinex/BitfinexBrokerage.cs(233,13,233,23): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?) Bitfinex/BitfinexBrokerage.cs(233,38,233,48): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?) Bitfinex/BitfinexBrokerage.Utility.cs(277,31,277,41): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?) Fxcm/FxcmBrokerage.Util.cs(182,35,182,65): error CS0117: 'Instant' does not contain a definition for 'FromMillisecondsSinceUnixEpoch'

What am I to do with this?

BTW, what is the build order? MonoDevelop is not honoring whatever was set...

Thanks.

I have also posted in the "old" google group not knowing, before postig, this is now the right forum...