Hi,
i just installed opensuse 10.1 in vmware and now i'm trying to compile an actual SVN snapshot. The only thing i get is... doerr@opensuse:~/svn/trunk/extragear/graphics> unsermake all ERROR:digikam/kioslave/Makefile.am: LDFLAGS contains libtool file $(top_builddir)/digikam/libs/dmetadata/libdmetadata.la. These belong in LIBADD (for libs) or LDADD (for programs) ERROR:digikam/kioslave/Makefile.am: LDFLAGS contains libtool file $(top_builddir)/digikam/libs/dcraw/libdcraw.la. These belong in LIBADD (for libs) or LDADD (for programs) digikamimageplugins/filmgrain/Makefile.am: rest $(all_includes) $(LIBDIGIKAM_CFLAGS) Any ideas? Oliver _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Le Lundi 19 Juin 2006 08:43 PM, Oliver Dörr a écrit :
> Hi, > > i just installed opensuse 10.1 in vmware and now i'm trying to compile > an actual SVN snapshot. The only thing i get is... > > doerr@opensuse:~/svn/trunk/extragear/graphics> unsermake all > ERROR:digikam/kioslave/Makefile.am: LDFLAGS contains libtool > file $(top_builddir)/digikam/libs/dmetadata/libdmetadata.la. > These belong in LIBADD > (for libs) or LDADD (for programs) > ERROR:digikam/kioslave/Makefile.am: LDFLAGS contains libtool > file $(top_builddir)/digikam/libs/dcraw/libdcraw.la. These > belong in LIBADD > (for libs) or LDADD (for programs) > digikamimageplugins/filmgrain/Makefile.am: rest > $(all_includes) $(LIBDIGIKAM_CFLAGS) > > > Any ideas? > I use Opensuse 10.1 here without problem, but you need to remove this dummy and bugous 'unsermake' program. Install automake/autoconf instead ! Gilles _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Caulier Gilles wrote: Thanks, that did the trick. Sadly i'll had to brake a few dependencies to get rid of unsermake. Is there a way to tellLe Lundi 19 Juin 2006 08:43 PM, Oliver Dörr a écrit :Hi, i just installed opensuse 10.1 in vmware and now i'm trying to compile an actual SVN snapshot. The only thing i get is... doerr@opensuse:~/svn/trunk/extragear/graphics> unsermake all ERROR:digikam/kioslave/Makefile.am: LDFLAGS contains libtool file $(top_builddir)/digikam/libs/dmetadata/libdmetadata.la. These belong in LIBADD (for libs) or LDADD (for programs) ERROR:digikam/kioslave/Makefile.am: LDFLAGS contains libtool file $(top_builddir)/digikam/libs/dcraw/libdcraw.la. These belong in LIBADD (for libs) or LDADD (for programs) digikamimageplugins/filmgrain/Makefile.am: rest $(all_includes) $(LIBDIGIKAM_CFLAGS) Any ideas?I use Opensuse 10.1 here without problem, but you need to remove this dummy and bugous 'unsermake' program. Install automake/autoconf instead ! make -f Makefile.cvs that it should create a configure against automake? Oliver _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
On Tuesday 20 June 2006 06:54, Oliver Dörr wrote:
> Caulier Gilles wrote: > > Le Lundi 19 Juin 2006 08:43 PM, Oliver Dörr a écrit : > >> Hi, > >> > >> i just installed opensuse 10.1 in vmware and now i'm trying to compile > >> an actual SVN snapshot. The only thing i get is... > >> > >> doerr@opensuse:~/svn/trunk/extragear/graphics> unsermake all > >> ERROR:digikam/kioslave/Makefile.am: LDFLAGS contains libtool > >> file $(top_builddir)/digikam/libs/dmetadata/libdmetadata.la. > >> These belong in LIBADD > >> (for libs) or LDADD (for programs) > >> ERROR:digikam/kioslave/Makefile.am: LDFLAGS contains libtool > >> file $(top_builddir)/digikam/libs/dcraw/libdcraw.la. These > >> belong in LIBADD > >> (for libs) or LDADD (for programs) > >> digikamimageplugins/filmgrain/Makefile.am: rest > >> $(all_includes) $(LIBDIGIKAM_CFLAGS) > >> > >> > >> Any ideas? > > > > I use Opensuse 10.1 here without problem, but you need to remove this > > dummy and bugous 'unsermake' program. Install automake/autoconf instead ! > > Thanks, that did the trick. Sadly i'll had to brake a few dependencies > to get rid of unsermake. In Yast package manager, when you remove unsermake, just said to forget unsermake depencies. That all. > Is there a way to tell > > make -f Makefile.cvs > > that it should create a configure against automake? I think no... Gilles _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |