On Tue, 2013-09-10 at 08:25 -0400, Bric wrote: > > > On September 10, 2013 at 7:49 AM Éloi Rivard <[email protected]> wrote: > > > > > > Did you just run "make" ? > > "make potfile" should create po/POTFILES.in > > > > Yup. I got the sense to run "make" AFTER posting here. HOWEVER, it failed to > compile later, anyway, with the following: > > bltdl.so /usr/lib/libxml2.so -lrsvg-2 /usr/lib/libsndfile.so -lsmf > -lgtksourceview-2.0 -levview -levdocument /usr/lib/libgtk > -x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so > /usr/lib/libgio-2.0.so /usr/lib/libpangoft2-1.0.so /usr/lib/li > bgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so /usr/lib/libcairo.so > /usr/lib/libpango-1.0.so /usr/lib/libfreetype.so -lfon > tconfig /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so > /usr/lib/libgthread-2.0.so -lrt /usr/lib/libglib-2.0.so /usr/l > ib/libfluidsynth.so -lrubberband /usr/lib/libportaudio.so > /usr/lib/libasound.so > -lpthread /usr/lib/libaubio.so /usr/lib/libf > ftw3.so -lm -lportmidi -lporttime -pthread > palettes.o: In function `new_palette': > /data/installers/git/denemo_1.0.8/denemo/src/palettes.c:160: undefined > reference > to `gtk_grid_new'
... uh, oh. This is presumably because you are using gtk2 and I have moved on to gtk3. I'll have to surround this stuff with something to exclude it from gtk2 builds. Since GTK2 is not now the default in Debian Stable I think it is ok just to maintain it at the status quo. Can you build with gtk3? (--enable-gtk3 I would guess). Richard _______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
