From: Craig K. <cs...@bi...> - 2004-08-09 10:50:31
Whenever I try to compile tuxkart from CVS I get:
sdldrv.cxx:22:25: gui/BaseGUI.h: No such file or directory
tuxkart.h:47:25: gui/BaseGUI.h: No such file or directory
Haven't been able to compile from CVS since
sdldrv.cxx revision 1.14
date: 2004/08/05 18:33:00; author: jamesgregory;
--
Craig Keogh
Craig Keogh <cs...@bi...> writes:
> Date: 2004/08/05 18:33:00; author: jamesgregory; (from Gnus)
> Whenever I try to compile tuxkart from CVS I get:
>
> sdldrv.cxx:22:25: gui/BaseGUI.h: No such file or directory
> tuxkart.h:47:25: gui/BaseGUI.h: No such file or directory
>
> Haven't been able to compile from CVS since
> sdldrv.cxx revision 1.14
> date: 2004/08/05 18:33:00; author: jamesgregory;
You need to use automake 1.6 or larger, earlier versions can't handle
subdirectories in a single Makefile.
--
WWW: http://pingus.seul.org/~grumbel/
JabberID: gr...@ja...
ICQ: 59461927
From: Charles G. <ch...@ve...> - 2004-08-09 11:26:23
Ingo Ruhnke wrote:
>You need to use automake 1.6 or larger, earlier versions can't handle
>subdirectories in a single Makefile.
>
>
Is it possible to adapt the Makefile to reflect this (ie give a
meaningful error such as, "You need automake 1.6 or greater")?