Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Mac Binaries

<< < (7/25) > >>

Pecan:
I'm trying to compile CB under 10.3

I got the message "you should add the contents of /user/share/aclocal/libtool.m4 to aclocal.m4"

so I concatenated it to /usr/share/libtool/libltdl/aclocal.m4
It's the only aclocal I could find on my mac.

Now I get the messages:

--- Code: ---iMacG3:~/devel/mac/trunk pecan$ glibtoolize --force --copy &&  aclocal-1.7 &&  autoheader &&  automake-1.7 --include-deps --add-missing --foreigh --copy &&  autoconf
You should update your `aclocal.m4' by running aclocal.
autoheader: error: AC_CONFIG_HEADERS not found in configure.in

--- End code ---

I entered the command: aclocal
but I  couldn't see that it did anything...

I also entered the command: aclocal-1.7
but still, the error persists

Could anyone tell me what I've done wrong, or how to continue.

thanks
pecan

Pecan:
Ok, I got pass the aclocal.m4 problem by concatenating to the aclocal.m4 in
the CodeBlocks trunk directory.

But I still have the follow error:


--- Code: ---iMacG3:~/devel/mac/trunk pecan$ cp aclocal.m4.all aclocal.m4
iMacG3:~/devel/mac/trunk pecan$ glibtoolize --force --copy &&  aclocal-1.7 &&  autoheader &&  automake-1.7 --include-deps --add-missing --foreigh --copy &&  autoconf
autoheader: error: AC_CONFIG_HEADERS not found in configure.in
iMacG3:~/devel/mac/trunk pecan$

--- End code ---

Can anyone suggest a solution?

thanks
pecan

afb:

--- Quote ---autoheader: error: AC_CONFIG_HEADERS not found in configure.in
--- End quote ---

I couldn't duplicate that error here, on my Mac OS X (10.3)
Sorry.


--- Code: ---# autoheader --version
autoheader (GNU Autoconf) 2.57
Written by Roland McGrath and Akim Demaille.

Copyright 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

--- End code ---

Pecan:

--- Quote from: afb on April 25, 2006, 04:40:42 pm ---
--- Quote ---autoheader: error: AC_CONFIG_HEADERS not found in configure.in
--- End quote ---

I couldn't duplicate that error here, on my Mac OS X (10.3)
Sorry.


--- End quote ---

Where on the tree are you executeing these commands. I'm sitting in the trunk folder.
Does that make a difference, Here's what is happening.


--- Code: ---iMacG3:/volumes/seagate/mac/trunk pecan$ cp ~/devel/mac/temp/aclocal.m4.all aclocal.m4
iMacG3:/volumes/seagate/mac/trunk pecan$ glibtoolize --version
libtoolize (GNU libtool) 1.5

Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
iMacG3:/volumes/seagate/mac/trunk pecan$ autoheader --version
autoheader (GNU Autoconf) 2.57
Written by Roland McGrath and Akim Demaille.

Copyright 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

iMacG3:/volumes/seagate/mac/trunk pecan$ autoconf --version
autoconf (GNU Autoconf) 2.57
Written by David J. MacKenzie and Akim Demaille.

Copyright 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
iMacG3:/volumes/seagate/mac/trunk pecan$ glibtoolize --force --copy
iMacG3:/volumes/seagate/mac/trunk pecan$ aclocal-1.7
iMacG3:/volumes/seagate/mac/trunk pecan$ autoheader
autoheader: error: AC_CONFIG_HEADERS not found in configure.in
iMacG3:/volumes/seagate/mac/trunk pecan$


--- End code ---

What's in your configure.in at AC_CONFIG_HEADERS ?
Here is the line from the current configure.in file in CodeBlocks ../trunk

AC_CONFIG_HEADER([src/sdk/config.h])

There is no such file as src/sdk/config.h . Could that be causing the problem?

What version is your glibtoolize?

thanks
pecan

afb:

--- Quote ---Where on the tree are you executeing these commands. I'm sitting in the trunk folder.

--- End quote ---
Yup, same here (rev 2380 now)


--- Quote ---Here is the line from the current configure.in file in CodeBlocks ../trunk

AC_CONFIG_HEADER([src/sdk/config.h])

There is no such file as src/sdk/config.h . Could that be causing the problem?

--- End quote ---
Nah, it should be created later:
/* src/sdk/config.h.  Generated by configure.  */
/* src/sdk/config.h.in.  Generated from configure.in by autoheader.  */


--- Quote ---What version is your glibtoolize?

--- End quote ---

Same as yours, 1.5 (standard Apple version)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version