From: Gary Thomas <gary@mlbassoc.com>
To: John Dallaway <jld@ecoscentric.com>
Cc: eCos Maintainers <ecos-maintainers@sources.redhat.com>
Subject: Re: ConfigTool builds
Date: Thu, 29 May 2003 20:55:00 -0000 [thread overview]
Message-ID: <1054241708.8848.9793.camel@hermes> (raw)
In-Reply-To: <200305291504.29384.jld@ecoscentric.com>
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 <gary@mlbassoc.com>
MLB Associates
prev parent reply other threads:[~2003-05-29 20:55 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-29 13:58 Gary Thomas
2003-05-29 14:04 ` John Dallaway
2003-05-29 14:07 ` Gary Thomas
2003-05-29 20:55 ` Gary Thomas [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1054241708.8848.9793.camel@hermes \
--to=gary@mlbassoc.com \
--cc=ecos-maintainers@sources.redhat.com \
--cc=jld@ecoscentric.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).