Ticket #1397 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

automake warnings and errors

Reported by: tiran Owned by: erijo
Priority: lowest Milestone: 1.3.5
Component: qt/kde gui Version: devel
Keywords: Cc:

Description

The first warning about AM_PATH_LIBXOSD also occurs when building 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/libxosd.m4:9: warning: underquoted definition of AM_PATH_LIBXOSD
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
*** Scanning for include statements
*** Building Makefile templates (step one)
*** Scanning for moc files
Error: $(licq_gui) is listed in a _SOURCE line in src/Makefile.in, but doesn't exist yet. Put it in DISTCLEANFILES!
*** Building Makefile templates (step two)
*** Create date/time stamp
*** Finished
    Don't forget to run ./configure
    If you haven't done so in a while, run ./configure --help

automake1.9 version 1.9.6-1 on Ubuntu 6.06.1 LTS

Change History

Changed 2 years ago by erijo

  • priority changed from low to lowest

The first warning is not our fault. See for example this Debian bugreport: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=286156

The second one on the other hand is. But it doesn't hurt anything and therefor I haven't given it much attention. It's on my "when I'm bored" list :)

Changed 2 years ago by erijo

  • owner set to erijo
  • status changed from new to assigned

Changed 2 years ago by erijo

  • status changed from assigned to closed
  • resolution set to fixed

Fixed in r4719.

Note: See TracTickets for help on using tickets.