Re: [Ed2k-gtk-gui-announce] source code in CVS now
Brought to you by:
tautologist,
uberdork
|
From: TP M. <tp...@ab...> - 2002-09-15 11:38:46
|
On Sunday 15 September 2002 12:04, gandalf wrote: Hi, > i'm having trouble compiling the gui from the latest cvs, it generates a > funny ed2k_gui/Makefile with stuff like "@AMDEP_TRUE@DEP_FILES = > $(DEPDIR)/about_page.Po $(DEPDIR)/blacklist.Po \" in it, which gives me the > following error message when trying to compile: "Makefile:405: *** missing > separator. Stop." Marc Thoben reported similar problems on the -user list. Apparently you have to use autoconf version 2.5x (not 2.13) to create a new configure file, then everything should work. You have to check which version your autoconf is. Possibly you have both versions of autoconf installed, but 'autoconf' is linked to autoconf2.13. Cheers -Tim |