On 02/26/2015 06:09 PM, William wrote:
./autogen.sh
Why are you running autogen.sh? Are you modifying configure.ac or
Makefile.am?
No, I checked and configure wasn't in the directory. Seems I'm missing
things as it actually is.
If you don't have the file "configure", then something is very wrong,
and I don't know what that could be. Nothing is going to work correctly
until you figure out why "configure" is missing. Regenerating it may
only be masking the root cause of the problems you are having.
Perhaps you have some leftover autoconf/automake/Makefile in your source
directory?
Nope. That's why I ran git clean.
I've never used git clean.
If you are doing development (as opposed to just trying to figure out
how to build it as a packager): one thing I find very helpful is to use
a build directory that is separate from the source directory:
git clone git://fedorahosted.org/git/389/ds.git
mkdir dsbuild
cd dsbuilt
../ds/configure --with-openldap --prefix=/var/tmp/junk --enable-debug
make
That's a really good tip!
That way, if something weird happens, and I want to make sure things are
absolutely clean, I can just blow away the dsbuilt directory.
If you're still having problems, I'm not sure what's going on.
However, still happens when I try to build even with the alternate build
directory.
See above.
--
389-devel mailing list
389-devel@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/389-devel