bug-fdisk
[Top][All Lists]
Advanced

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

Re: [bug-fdisk] configure error


From: Christian
Subject: Re: [bug-fdisk] configure error
Date: Sun, 15 May 2011 18:09:26 +0200

Hi Liu, 

I tried to check that mistake on my repository and actually seems to be
missing a file:

        ~/fdisk$ grep -r gt_INTL *
        aclocal.m4:AC_DEFUN([gt_INTL_MACOSX],
        autom4te.cache/traces.0:  gt_INTL_MACOSX
        autom4te.cache/traces.0:  AC_REQUIRE([gt_INTL_SUBDIR_CORE])dnl
        autom4te.cache/traces.0:  AC_REQUIRE([gt_INTL_MACOSX])dnl
        autom4te.cache/traces.0:m4trace:/usr/share/aclocal/intl.m4:186: -1- 
AC_DEFUN([gt_INTL_SUBDIR_CORE], [
        autom4te.cache/traces.0:m4trace:/usr/share/aclocal/intlmacosx.m4:18: 
-1- AC_DEFUN([gt_INTL_MACOSX], [
        autom4te.cache/traces.0:m4trace:configure.ac:9: -1- gt_INTL_MACOSX
        autom4te.cache/traces.0:/usr/share/aclocal/intlmacosx.m4:18: 
gt_INTL_MACOSX is expanded from...
        autom4te.cache/traces.0:/usr/share/aclocal/intlmacosx.m4:18: 
gt_INTL_MACOSX is expanded from...
        ...
        ~/fdisk$

The macro seems defined in aclocal.m4, but imported from the file
intlmacosx.m4:

        # intlmacosx.m4 serial 1 (gettext-0.17)
        dnl Copyright (C) 2004-2007 Free Software Foundation, Inc.
        dnl This file is free software; the Free Software Foundation
        dnl gives unlimited permission to copy and/or distribute it,
        dnl with or without modifications, as long as this notice is preserved.
        ...
        dnl Checks for special options needed on MacOS X.
        dnl Defines INTL_MACOSX_LIBS.
        AC_DEFUN([gt_INTL_MACOSX],
        ...
        
But the file does not exist:

        ~/fdisk$ ls -l m4/intl*
        ls: cannot access m4/intl*: No such file or directory
        ~/fdisk$
        
I added the file and I think the problem is solved. I hope to do a
release soon, including this fix. In any case, the source code is
updated.


Many thank's! 

  Christian.





reply via email to

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