Thanks for the replies.
I already have build-essential and no extra dependencies were needing to be installed when I ran apt-get build-dep.
Then I tried make clean ./autogen.sh make but get same errors.
I did a fresh checkout which I have tried in the past but again no luck.
The warnings I get on configure are
config.status: WARNING: Makefile.in seems to ignore the --datarootdir setting config.status: creating icons/Makefile config.status: WARNING: icons/Makefile.in seems to ignore the --datarootdir setting config.status: creating icons/16x16/Makefile config.status: WARNING: icons/16x16/Makefile.in seems to ignore the --datarootdir setting config.status: creating tagmanager/Makefile config.status: WARNING: tagmanager/Makefile.in seems to ignore the --datarootdir setting config.status: creating tagmanager/include/Makefile config.status: WARNING: tagmanager/include/Makefile.in seems to ignore the --datarootdir setting config.status: creating scintilla/Makefile config.status: WARNING: scintilla/Makefile.in seems to ignore the --datarootdir setting config.status: creating scintilla/include/Makefile config.status: WARNING: scintilla/include/Makefile.in seems to ignore the --datarootdir setting config.status: creating src/Makefile config.status: WARNING: src/Makefile.in seems to ignore the --datarootdir setting config.status: creating plugins/Makefile config.status: WARNING: plugins/Makefile.in seems to ignore the --datarootdir setting config.status: creating po/Makefile.in config.status: creating doc/Makefile config.status: WARNING: doc/Makefile.in seems to ignore the --datarootdir setting
Do you think this is related?
Thanks, Adam
On Fri, Sep 19, 2008 at 2:31 AM, Nick Treleaven < nick.treleaven@btinternet.com> wrote:
On Thu, 18 Sep 2008 10:11:29 +1000 "Adam Meehan" adam.meehan@gmail.com wrote:
...
vte.o ../scintilla/libscintilla.a ../tagmanager/libtagmanager.a -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 dialogs.o: In function `handle_save_as': /home/ameehan/Code/geany/src/dialogs.c:410: undefined reference to `tm_workspace_remove_object' document.o: In function `document_update_tag_list': /home/ameehan/Code/geany/src/document.c:2053: undefined reference to `tm_source_file_update'
It looks like for some reason the tagmanager library is missing symbols. Try:
make clean ./autogen.sh
then carry on building as before.
Regards, Nick _______________________________________________ Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany