From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5734 invoked by alias); 29 May 2003 20:55:09 -0000 Mailing-List: contact ecos-maintainers-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: ecos-maintainers-owner@sources.redhat.com Received: (qmail 5727 invoked from network); 29 May 2003 20:55:09 -0000 Subject: Re: ConfigTool builds From: Gary Thomas To: John Dallaway Cc: eCos Maintainers In-Reply-To: <200305291504.29384.jld@ecoscentric.com> References: <1054216669.8848.8513.camel@hermes> <200305291504.29384.jld@ecoscentric.com> Content-Type: text/plain Organization: MLB Associates Message-Id: <1054241708.8848.9793.camel@hermes> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-4) Date: Thu, 29 May 2003 20:55:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2003-05/txt/msg00058.txt.bz2 On Thu, 2003-05-29 at 08:04, John Dallaway wrote: > Hi Gary > > I've been working with a new cross-platform makefile. Details at: > > http://www.ecoscentric.com/devzone/configtool.shtml > I did have one trouble following those directions. There was a configuration file which didn't end up in the right place. Here's how I ended up doing it: mkdir wx-build cd wx-build ../wxGTK-2.4.0/configure --disable-shared --disable-sockets --prefix=/opt/ct/wx make make prefix=/opt/ct/wx install cd .. mkdir tools cd tools ../configure --prefix=%{__prefix} make make prefix=$RPM_BUILD_ROOT/%{__prefix} install cd .. mkdir ct cd ct # Fix problem with include file cp /opt/ct/wx/lib/wx/include/gtk-2.4/wx/setup.h /opt/ct/wx/include/wx make -f ../host/tools/configtool/standalone/wxwin/makefile.gnu install WXDIR=/opt/ct/wx ECOSSRCDIR=../host INSTALLDIR=/opt/ct Note: I unpacked the wxGTK stuff into ecos/wxGTK-2.4.0 (same level as ecos/host) -- Gary Thomas MLB Associates