From owner-freebsd-hackers@FreeBSD.ORG Wed Oct 12 19:28:23 2005 Return-Path: X-Original-To: hackers@freebsd.org Delivered-To: freebsd-hackers@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBEE016A420 for ; Wed, 12 Oct 2005 19:28:23 +0000 (GMT) (envelope-from freebsd@nepinc.com) Received: from colossus.nepinc.com (colossus.nepinc.com [66.207.129.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F23E43D46 for ; Wed, 12 Oct 2005 19:28:23 +0000 (GMT) (envelope-from freebsd@nepinc.com) Received: from [192.168.97.170] (pgh.nepinc.com [66.207.129.50]) (authenticated bits=0) by colossus.nepinc.com (8.13.3/8.13.3) with ESMTP id j9CJSKqH039146 for ; Wed, 12 Oct 2005 15:28:20 -0400 (EDT) (envelope-from freebsd@nepinc.com) Message-ID: <434D63D7.6070100@nepinc.com> Date: Wed, 12 Oct 2005 15:28:23 -0400 From: Tom Grove User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051004) X-Accept-Language: en-us, en MIME-Version: 1.0 To: hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on colossus.nepinc.com X-Virus-Scanned: ClamAV version 0.87, clamav-milter version 0.87 on colossus.nepinc.com X-Virus-Status: Clean X-Mailman-Approved-At: Thu, 13 Oct 2005 13:03:55 +0000 Cc: Subject: building a glade2 app X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@nepinc.com List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 19:28:24 -0000 i'm just trying to compile a simple hello world using a glade2 created interface. i'm following directions by running autogen.sh and it yells about all kinds of things regarding the auto* tools. Has anyone successfully built an app using glade2 and if so what changes did you have to make to your environment to get this to work. FYI, it's just gtk+ not gnome. -Tom