kakaroto, glad I found the right thread. The instructions here were different to what I found somewhere else?
I have followed the instructions but unfortunately I still get, when running maake,
cc1: warnings being treated as errors
agent.c: In function 'nice_agent_add_stream':
agent.c:755: warning: implicit declaration of function 'g_warn_if_fail'
agent.c:755: warning: nested extern declaration of 'g_warn_if_fail'
make[2]: *** [agent.lo] Error 1
make[2]: Leaving directory `/Documents/SOURCE/libnice/agent'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/Documents/SOURCE/libnice/agent'
make: *** [install-recursive] Error 1
I am not on a debian system but I ran the git stuff anyway.
git clone git://git.collabora.co.uk/git/user/kakaroto/nice.git libnice
Initialized empty Git repository in /Documents/SOURCE/libnice/.git/
remote: Counting objects: 4772, done.
remote: Compressing objects: 100% (1533/1533), done.
Indexing 4772 objects...
remote: Total 4772 (delta 3578), reused 4304 (delta 3219)
100% (4772/4772) done
Resolving 3578 deltas...
100% (3578/3578) done
libnice # git checkout origin/nice-kakaroto
Note: moving to "origin/nice-kakaroto" which isn't a local branch
If you want to create a new branch from this checkout, you may do so
(now or later) by using -b with the checkout command again. Example:
git checkout -b <new_branch_name>
HEAD is now at cdd0db3... use the NO_INDICATION_AUTH flag for msn turn support
I then run
/autogen.sh --prefix=/usr
and get at the start
/usr/share/aclocal/progsreiserfs.m4:13: warning: underquoted definition of AC_CHECK_LIBREISERFS
/usr/share/aclocal/progsreiserfs.m4:13: run info '(automake)Extending aclocal'
/usr/share/aclocal/progsreiserfs.m4:13: or see
http://sources.redhat.com/automake/automake.html#Extending-aclocal/usr/share/aclocal/progsreiserfs.m4:13: warning: underquoted definition of AC_CHECK_LIBREISERFS
/usr/share/aclocal/progsreiserfs.m4:13: run info '(automake)Extending aclocal'
/usr/share/aclocal/progsreiserfs.m4:13: or see
http://sources.redhat.com/automake/automake.html#Extending-aclocalthe rest seems to run ok, but as quoted above the make fails and libnice does not get built.
Is this expected to work on a non debian system?
I cannot find any reference to gtk-doc-tools in Suse.