Re: [Gtk-osx-users] Can't compile gtk-osx - autoconf version



Now I've run into another problem on  "~/.local/bin/jhbuild build meta-gtk-osx-core" phase:

/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/Users/aleksej/gtk/inst/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT  -arch x86_64 -mmacosx-version-min=10.6 -Wall -MT gconvert.lo -MD -MP -MF .deps/gconvert.Tpo -c -o gconvert.lo gconvert.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/Users/aleksej/gtk/inst/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -arch x86_64 -mmacosx-version-min=10.6 -Wall -MT gconvert.lo -MD -MP -MF .deps/gconvert.Tpo -c gconvert.c  -fno-common -DPIC -o .libs/gconvert.o
gconvert.c:55:2: error: #error GNU libiconv not in use but included iconv.h is from libiconv
make[4]: *** [gconvert.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
*** Error during phase build of glib: ########## Error running make   *** [2/10]

Any help will be appreciated....

Alexander Ivanenko

24.05.2010, в 19:59, John Ralls написал(а):

> 
> On May 24, 2010, at 8:18 AM, Alexander Ivanenko wrote:
> 
>> Hi all,
>> 
>> I'm trying to compile gtk-osx using instructions described here:
>> https://sourceforge.net/apps/trac/gtk-osx/wiki/Build
>> However, error messag popup on "~/.local/bin/jhbuild bootstrap" phase.
>> 
>> *** Configuring automake-1.7 *** [3/8]
>> ./configure --prefix /Users/aleksej/gtk/inst --libdir '/Users/aleksej/gtk/inst/lib'  --disable-static 
>> checking for a BSD-compatible install... /Users/aleksej/.local/bin/install-check
>> checking whether build environment is sane... yes
>> checking for gawk... no
>> checking for mawk... no
>> checking for nawk... no
>> checking for awk... awk
>> checking whether make sets $(MAKE)... yes
>> checking for perl... /usr/bin/perl
>> checking for tex... no
>> configure: error: Autoconf 2.54 or better is required.
>> Is it installed?  Is it in your PATH?  (try running `autoconf --version')
>> Is it working?  See also config.log for error messages before this one.
>> *** Error during phase configure of automake-1.7: ########## Error running ./configure --prefix /Users/aleksej/gtk/inst --libdir '/Users/aleksej/gtk/inst/lib'  --disable-static  *** [3/8]
>> 
>> [1] Rerun phase configure
>> [2] Ignore error and continue to build
>> [3] Give up on module
>> [4] Start shell
>> [5] Reload configuration
>> [6] Go to phase force_checkout
>> [7] Go to phase clean
>> [8] Go to phase distclean
>> 
>> My system is 10.6.3, autoconf --version :  2.65 
>> 
>> Any suggestions? Any help is appreciated.
> 
> Looks like your path has gotten screwed up somehow. Select "4" (start shell) and do the usual unixy things like "which autoconf" and
> "echo $PATH". Bootstrap builds and installs an autoconf into prefix (~/gtk/bin), and that's the one that you want to find.
> 
> If that all looks right, read the file ~/gtk/src/automake-1.7.9/config.log and see if there's more information there.
> 
> Regards,
> John Ralls
> 
> 
> ------------------------------------------------------------------------------
> 
> _______________________________________________
> Gtk-osx-users mailing list
> Gtk-osx-users lists sourceforge net
> https://lists.sourceforge.net/lists/listinfo/gtk-osx-users
> 


------------------------------------------------------------------------------

_______________________________________________
Gtk-osx-users mailing list
Gtk-osx-users lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtk-osx-users


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