Ticket #1412 (closed defect: duplicate)

Opened 2 years ago

Last modified 2 years ago

make -f : macro not found

Reported by: stephan2503 Owned by:
Priority: high Milestone:
Component: None Version:
Keywords: Cc:

Description (last modified by erijo) (diff)

svn-snapshot, got at we, 11.10.2006, 11:30,

stephan:/home/stephan/licq_devel/licq # make -f Makefile.cvs
This Makefile is only for the CVS repository
This will be deleted before making the distribution

*** Concatenating configure tests into acinclude.m4
*** Retrieving configure tests needed by configure.in
/usr/share/aclocal/pilot-link.m4:1: warning: underquoted definition of AC_PILOT_LINK_HOOK
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
aclocal:configure.in:178: warning: macro `AM_ICONV' not found in library
aclocal:configure.in:200: warning: macro `AM_GNU_GETTEXT' not found in library
*** Scanning for include statements
*** Building Makefile templates (step one)
*** Building Makefile templates (step two)
configure.in:178: error: possibly undefined macro: AM_ICONV
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.in:200: error: possibly undefined macro: AM_GNU_GETTEXT
make[1]: *** [cvs] Fehler 1
make: *** [all] Fehler 2
stephan:/home/stephan/licq_devel/licq #

Change History

Changed 2 years ago by root_42

What does "autoconf --version" tell you? Are you running autoconf 2.60 or higher?

Changed 2 years ago by stephan2503

I use autoconf 2.59.

with the snapshot from September, 19th, it worked fine .

Do I have to update ?

stephan

Changed 2 years ago by stephan2503

  • status changed from new to closed
  • resolution set to duplicate

link to 1410 .

i didnt see it before, sorry

you can close

stephan

Changed 2 years ago by erijo

  • description modified (diff)

Actually, this is not related to #1410. But you need to have gettext installed (or more precisely, you need the files gettext.m4 and iconv.m4 that's included with gettext) for make -f Makefile.cvs to work (this has been changed since September 19th).

Changed 2 years ago by stephan2503

stephan:/home/stephan/licq_devel/licq-20061011 # which gettext
/usr/bin/gettext
stephan:/home/stephan/licq_devel/licq-20061011 # find / -iname gettext.m4
/home/stephan/backup_suse_3/licq/licq/m4/gettext.m4
/home/stephan/licq_devel/licq-1.3.2/m4/gettext.m4
/home/stephan/licq_devel/licq-1.3.2/plugins/osd/m4/gettext.m4
/home/stephan/licq_devel/licq-20060919/m4/gettext.m4 }}}
[[BR]]
where do these files have to stay ?  [[BR]]
same with iconv.m4[[BR]]
stephan

Changed 2 years ago by stephan2503

after installing autoconf 2.60 :

stephan:/home/stephan/licq_devel/licq-20061011 # make -f Makefile.cvs
This Makefile is only for the CVS repository
This will be deleted before making the distribution

*** Concatenating configure tests into acinclude.m4
*** Retrieving configure tests needed by configure.in
/usr/share/aclocal/pilot-link.m4:1: warning: underquoted definition of AC_PILOT_LINK_HOOK
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
aclocal:configure.in:178: warning: macro `AM_ICONV' not found in library
aclocal:configure.in:200: warning: macro `AM_GNU_GETTEXT' not found in library
*** Scanning for include statements
*** Building Makefile templates (step one)
*** Building Makefile templates (step two)
configure.in:178: error: possibly undefined macro: AM_ICONV
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.in:200: error: possibly undefined macro: AM_GNU_GETTEXT
make[1]: *** [cvs] Fehler 1
make: *** [all] Fehler 2
stephan:/home/stephan/licq_devel/licq-20061011 #         

gettext is already installed
greetings

stephan

Changed 2 years ago by erijo

On suse the required files are in the package gettext-devel.

Note: See TracTickets for help on using tickets.