On Sun, 2015-03-15 at 18:49 +0100, Éloi Rivard wrote: > Now I have this issue : exportlilypond.o: In function `init_lilypond_buffer': > /home/azmeuk/dev/denemo/src/export/exportlilypond.c:3181: undefined > reference to `GTK_SOURCE_BUFFER'
The travis build passed, and GTK_SOURCE_BUFFER is already referenced in texteditors.c I see that has the include #include <gtksourceview/gtksourcebuffer.h> is it that you are compiling with better warnings->errors ??? Richard > collect2: error: ld returned 1 exit status > make[2]: *** [denemo] Error 1 > make[2]: Leaving directory `/home/azmeuk/dev/denemo/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/azmeuk/dev/denemo' > make: *** [all] Error 2 > > > 2015-03-15 18:06 UTC+01:00, Richard Shann <[email protected]>: > > On Sun, 2015-03-15 at 11:45 -0500, Jeremiah Benham wrote: > >> Why am I getting an error here: > >> > >> home/jjbenham/public_html/gub/target/darwin-x86/src/denemo-git.savannah.gnu.org--denemo.git-master/src/export/exportlilypond.c:11:37: > >> error: gtksourceview/gtksource.h: No such file or directory > >> mv -f .deps/tupletdialog.Tpo .deps/tupletdialog.Po > > > > It seems to be the wrong file being included - I have fixed it and some > > casts and it now compiles cleanly on GTK3 apart from vpaned being > > deprecated. > > > > Richard > > > > > >> > >> > >> > >> Jeremiah > >> > >> _______________________________________________ > >> Denemo-devel mailing list > >> [email protected] > >> https://lists.gnu.org/mailman/listinfo/denemo-devel > > > > > > > > _______________________________________________ > > Denemo-devel mailing list > > [email protected] > > https://lists.gnu.org/mailman/listinfo/denemo-devel > > > > _______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
