This is the mail archive of the ecos-patches@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: hosttools patch


Lars Poeschel wrote:
> After applying the patch to cvs ecos-host, configure scripts and 
> Makefiles have to be built by executing autoreconf in the host 
> directory. After that, everything is ready to be configure'd and make'd 
> in a seperate build directory as documented on the website.

I can't get it to work against a clean ecos-full checked out 20060823. After a bit of manually merging the rejects (some things changed since the patch was made) it patched alright. However the autoreconf step gives me errors:

~/Develop/ecos/host$ autoreconf -v
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal  --output=aclocal.m4t
autoreconf: `aclocal.m4' is unchanged
autoreconf: configure.ac: tracing
autoreconf: configure.ac: adding subdirectory infra to autoreconf
autoreconf: Entering directory `infra'
autoreconf: `aclocal.m4' is updated
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake
configure.ac: 217: `automake requires `AM_CONFIG_HEADER', not `AC_CONFIG_HEADER'
autoreconf: automake failed with exit status: 1

> I hope this patch is useful for you. You can get it here:

It certainly would be! After giving up on getting it to compile with the system provided wxWidgets (because of the unicode issue) I was in the process of trying to get the Xylanta patch to work on linux (which it apparently doesn't do automatically) when I found your patch. Let's just hope we can get the issues resolved and the patch accepted. I think configtool development is seriously harmed because it's so cumbersome to compile and depends on outdated libraries.

--
Andreas Fritiofson


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]