chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] cross-platform gui toolkit


From: Mario Domenech Goulart
Subject: Re: [Chicken-users] cross-platform gui toolkit
Date: 06 Feb 2007 01:00:58 -0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

Hello Matthew,

On Mon, 5 Feb 2007 19:46:49 -0700 Matthew Welland <address@hidden> wrote:

> Right now it stops on the errors pasted at the bottom of this 
> message. It appears my system is not yet configured correctly to build 
> chicken from scratch. Building from the tar ball works fine.
>
> R E S U L T S   F R O M   M Y   A U T O M A T E D   B U I L D
> ============================================
> automake: configure.in: AC_ARG_PROGRAM must be used in `configure.in'
> automake: Makefile.am: warning: automake does not support EXTRA_DIST being 
> defined conditionally
> automake: Makefile.am: warning: automake does not support SUFFIXES being 
> defined conditionally
> Makefile.am:211: invalid unused variable name: `chicken_static_LDFLAGS'
> Makefile.am:209: invalid unused variable name: `chicken_static_SOURCES'
> Makefile.am:219: invalid unused variable name: `csi_static_LDFLAGS'
> Makefile.am:217: invalid unused variable name: `csi_static_SOURCES'
> Makefile.am:210: invalid unused variable name: `chicken_static_LDADD'
> Makefile.am:218: invalid unused variable name: `csi_static_LDADD'
> + autoconf
> configure.in:9: error: possibly undefined macro: AM_INIT_AUTOMAKE
>       If this token and others are legitimate, please use m4_pattern_allow.
>       See the Autoconf documentation.
> configure.in:46: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
> configure.in:47: error: possibly undefined macro: AM_PROG_LIBTOOL
> configure.in:100: error: possibly undefined macro: AM_CONDITIONAL
> ./configure --prefix=/home/matt/chicken-test/localtestauto
> ./configure: line 1332: syntax error near unexpected token `1.8.3'
> ./configure: line 1332: `AM_INIT_AUTOMAKE(1.8.3)'
> make BOOTSTRAP_PATH=/usr/local/bin
> make: *** No targets specified and no makefile found.  Stop.
> make install
> make: *** No rule to make target `install'.  Stop.
> CMake Error: This project requires version 2.4.5 of CMake.  You are running 
> version 2.4.3.

It looks like those error messages generated when old versions of
automake are used.  But then I see a cmake message.  Are you using the
autotools-based build process or the cmake-based one?  Do you have
libtool installed?

Just in case, there's something at
http://www.mail-archive.com/address@hidden/msg00097.html

> I'm also running chicken builds in the familiar openembedded build
> system. I can provide my feed path to anyone interested. Not much I
> admit but we all do as much as we can :-)

Maybe you help improving the "Chicken on handhelds" wiki section:
http://chicken.wiki.br/chicken%20on%20handhelds

Best wishes,
Mario




reply via email to

[Prev in Thread] Current Thread [Next in Thread]