From owner-freebsd-mono@freebsd.org Wed Jun 22 05:43:27 2016 Return-Path: Delivered-To: freebsd-mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3257DAC5349 for ; Wed, 22 Jun 2016 05:43:27 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 14B772210 for ; Wed, 22 Jun 2016 05:43:27 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 107B3AC5344; Wed, 22 Jun 2016 05:43:27 +0000 (UTC) Delivered-To: mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D665AC5343; Wed, 22 Jun 2016 05:43:27 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mail-vk0-x22f.google.com (mail-vk0-x22f.google.com [IPv6:2607:f8b0:400c:c05::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BDA95220F; Wed, 22 Jun 2016 05:43:26 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by mail-vk0-x22f.google.com with SMTP id j2so48626438vkg.2; Tue, 21 Jun 2016 22:43:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=4Cfj1n0fof4gzZ+RStpdB1l+HUm1p4iATNJfHBM66OY=; b=rKfPeg/Tg0Xm7BXRNx+mi/hVLzt/p7UYz7YC8OMILmjg/6b88gRDZ1pOh2iD893stx MSRPkUj65opIrZEBD6RxY7hVHQTLw8KzHgJFGqBABl/hHBLYwAVofD15KkNUE8Qdsjrx QkOxFnK5ge6gcp26giJZVKnx6QeNAF7XN8qKAn68M/yz2/zFQrudoSDSdi1bA2lmCvEg mULq+zH7eIi0hlM5N/YNibGaKrMkudIF7vbzl6s0bOQ/IbY7Wx/Es6cdCSzzp6XY/o7a DTfT2FlsNgOQoqdRzTOVyYsQEHN0unM6obFNdtYOg+nS/3eGGy2YdyTB5W4hLO4W20tZ OMgA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=4Cfj1n0fof4gzZ+RStpdB1l+HUm1p4iATNJfHBM66OY=; b=Plikrv6HDsPm4ATfxzauVTmV7GoEPkTZM6ZjsbryMjbBMLQIv93qrC43DbZ8uWlR70 sTEQOuP04c8O/K5557H2iz6YbORteQaea1oy4NjXcw7k6uW183CboZfOEmA9nt72PJ4N o7AFeE0TjehNb4xPnIXr1U3NjUN6fVPPIoG2cm/x6nokWsNAGd/R3kbp+oES00HNJyqS GFTobw+tand4A+3Z1l5K8jVBaDLflphNwv8rjWPGAme9rpF1Brw1H78I6xaha4QFsBxk bbLJX86fS+xN9ZNBwRq3ZJV9sD77r1gly58c0W3nNsia46anE1J8WHcnzVC0tMQBBsiI Ur3w== X-Gm-Message-State: ALyK8tKm6+jLax849x50gNXQ93HovbUKSSH6NpoBmii8nXYoHsSG/kXrOnYM1XXGYKJJQUgzr3DpMtT1EIDNbQ== X-Received: by 10.31.210.133 with SMTP id j127mr10986353vkg.143.1466574205698; Tue, 21 Jun 2016 22:43:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.54.196 with HTTP; Tue, 21 Jun 2016 22:43:25 -0700 (PDT) In-Reply-To: References: From: Russell Haley Date: Tue, 21 Jun 2016 22:43:25 -0700 Message-ID: Subject: Re: MonoDevelop Build Progress To: Freebsd-mono , mono@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jun 2016 05:43:27 -0000 On Mon, Jun 20, 2016 at 11:16 PM, Russell Haley wrote: > Hey, so I wasn't totally successful but it's going pretty good so far. > The configure scripts have been update since last time I played with > it, but as Romain pointed out, there is also an FSharp dependancy now. > You should be able to follow along from my notes. > > https://github.com/RussellHaley/monodevelop/wiki > > Cheers, > > Russ Hi Guys, I was able to get the MonoDevelop Build to start, but it dies out after 39 seconds. All my notes are in the wiki: https://github.com/RussellHaley/monodevelop/wiki I'm going to go and see if I can get IntelliJ to install! Cheers, Russ