Forgot to copy the list. On 2 May 2010 21:15, Ryan Montgomery <[email protected]> wrote: > > Hello - make fails to build the latest git of samba4 - erroring on > drsblobs.so. Below is a full log from autogen.sh to the make. Would you have > any suggestions on proceeding?
Try the waf build. It works for me and I believe most of the Samba4 developers are using that now. It will probably become the official method soon. http://wiki.samba.org/index.php/Waf i.e. I did something like: $ cd /path/to/samba $ git pull $ export PATH=`pwd`/buildtools/bin:$PATH $ cd source4 $ waf configure --prefix=... --enable-developer $ waf $ sudo -i # cd /path/to/samba # export PATH=`pwd`/buildtools/bin:$PATH # cd source4 # waf install That's off the top of my head, but I think it's right. -- Michael Wood <[email protected]> -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
