From owner-freebsd-questions@FreeBSD.ORG Sat Sep 27 15:39:55 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 444291065692 for ; Sat, 27 Sep 2008 15:39:55 +0000 (UTC) (envelope-from mdh_lists@yahoo.com) Received: from web56802.mail.re3.yahoo.com (web56802.mail.re3.yahoo.com [66.196.97.76]) by mx1.freebsd.org (Postfix) with SMTP id CF91F8FC12 for ; Sat, 27 Sep 2008 15:39:54 +0000 (UTC) (envelope-from mdh_lists@yahoo.com) Received: (qmail 12278 invoked by uid 60001); 27 Sep 2008 15:13:13 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Message-ID; b=CfNja6JKOu8M9URl7bsOiuOPE07e17Nq/5h1E7h5quYQPLCJDWE5FxHGAQfh2UVyulHfgLvI/V1L+McQqu7L+t6Z07CA7lV1O/ncONh/lALL7YC3aUvYQ3drluEXBjLC+JgAQ36AvJoHfLdb+Y6aJixzOQ8ho9i6RbqCOFtUN3A=; X-YMail-OSG: xB5GfW0VM1nFYN3xLHsxRA4niSRauORgfhsgOZ0nSGUzI5vpYZb2RECx6ky3e3t17efRY2kb9IbM96LUQm6VpkjK02ABMBHAnrfw4cM0ht7BGwEhsBYhMoyig9d5p2oo9M9V Received: from [71.61.220.126] by web56802.mail.re3.yahoo.com via HTTP; Sat, 27 Sep 2008 08:13:13 PDT X-Mailer: YahooMailWebService/0.7.218.2 Date: Sat, 27 Sep 2008 08:13:13 -0700 (PDT) From: mdh To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <642250.11535.qm@web56802.mail.re3.yahoo.com> Cc: Subject: monodevelop compile-time problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mdh_lists@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Sep 2008 15:39:55 -0000 Howdy, When trying to compile monodevelop on FreeBSD 7-STABLE, I get the following errors: Making all in contrib Making all in Mono.Cecil Error expanding embedded variable. *** Error code 1 Stop in /u/root/bld/monodevelop-1.0/contrib. *** Error code 1 Stop in /u/root/bld/monodevelop-1.0. This is similar to an error when I tried to compile mono-addins, however installing mono-addins from ports worked. I'm using the latest mono/mono-addins/gtksourceview/gtk# from ports. Unfortunately, there's no monodevelop port. Has anyone successfully gotten monodevelop working? I looked for patches in the mono-addins port to see if it changed anything that might fix this error, but found none. Any help is, of course, much appreciated. Thanks, mdh