On Fri, 19 Sep 2008 15:57:32 +1000, "Adam Meehan" adam.meehan@gmail.com wrote:
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?
I don't think so.
I would like you to try:
make distclean ./autogen.sh
it's unlikely that this will change anything but who knows. Could you please post the result of:
ls -l tagmanager/libtagmanager.a
Regards, Enrico