Re: Problems with new admin directory
Benjamin Reed <[email protected]> Fri, 23 Jan 2004 10:12:45 -0500
| Newsgroups | gmane.comp.kde.darwin |
|---|---|
| Organization | DFT |
| Message-ID | <[email protected]> |
Kevin Walzer wrote: > In trying to build a KDE app from source, I am getting this output in > trying to run admin/Makefile.common in the new admin directory put > together by Ranger Rick: > > *** Creating acinclude.m4 > *** Creating aclocal.m4 > aclocal: macro `LTSUGAR_VERSION' required but not defined > make: *** [cvs] Error 1 > [Kevin-Walzers-Computer:~/Desktop/scribus-kdeqt] kevinwal% > > Has anyone else run into this? Is there a workaround? Looks like scribus's Makefile.am is overriding the stuff in Makefile.common. Makefile.common works if you apply this patch to scribus's Makefile.am: http://ranger.befunk.com/global-cgi-bin/viewcvs.cgi/kde-darwin/patches/scribus-make-new-admin-work.patch I'm not prepared to work on a scribus port on top of everything else, but if you get stuck, let me know, I'll see if I can figure it out. =)