public inbox for ecos-maintainers@sourceware.org
 help / color / mirror / Atom feed
* ConfigTool builds
@ 2003-05-29 13:58 Gary Thomas
  2003-05-29 14:04 ` John Dallaway
  0 siblings, 1 reply; 4+ messages in thread
From: Gary Thomas @ 2003-05-29 13:58 UTC (permalink / raw)
  To: eCos Maintainers

Is there recent documentation on how to build the ConfigTool?  All I
could find is more than a year old.

Thanks.

-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ConfigTool builds
  2003-05-29 13:58 ConfigTool builds Gary Thomas
@ 2003-05-29 14:04 ` John Dallaway
  2003-05-29 14:07   ` Gary Thomas
  2003-05-29 20:55   ` Gary Thomas
  0 siblings, 2 replies; 4+ messages in thread
From: John Dallaway @ 2003-05-29 14:04 UTC (permalink / raw)
  To: Gary Thomas; +Cc: eCos Maintainers

Hi Gary

I've been working with a new cross-platform makefile. Details at:

  http://www.ecoscentric.com/devzone/configtool.shtml

John Dallaway
eCosCentric Limited

-----Original Message-----
From: Gary Thomas
Date: Thursday 29 May 2003 14:57
Subject: ConfigTool builds

> Is there recent documentation on how to build the ConfigTool?  All I
> could find is more than a year old.
>
> Thanks.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ConfigTool builds
  2003-05-29 14:04 ` John Dallaway
@ 2003-05-29 14:07   ` Gary Thomas
  2003-05-29 20:55   ` Gary Thomas
  1 sibling, 0 replies; 4+ messages in thread
From: Gary Thomas @ 2003-05-29 14:07 UTC (permalink / raw)
  To: John Dallaway; +Cc: eCos Maintainers

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
> 

Perfect, thanks.

> John Dallaway
> eCosCentric Limited
> 
> -----Original Message-----
> From: Gary Thomas
> Date: Thursday 29 May 2003 14:57
> Subject: ConfigTool builds
> 
> > Is there recent documentation on how to build the ConfigTool?  All I
> > could find is more than a year old.
> >
> > Thanks.
-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ConfigTool builds
  2003-05-29 14:04 ` John Dallaway
  2003-05-29 14:07   ` Gary Thomas
@ 2003-05-29 20:55   ` Gary Thomas
  1 sibling, 0 replies; 4+ messages in thread
From: Gary Thomas @ 2003-05-29 20:55 UTC (permalink / raw)
  To: John Dallaway; +Cc: eCos Maintainers

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-05-29 20:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-29 13:58 ConfigTool builds Gary Thomas
2003-05-29 14:04 ` John Dallaway
2003-05-29 14:07   ` Gary Thomas
2003-05-29 20:55   ` Gary Thomas

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).