On Mon, Mar 31, 2008 at 11:37 PM, Douglas E. Engert <[EMAIL PROTECTED]> wrote:
> I normally build with a common source directory and separate
>  build directories. That is not working with the current SVN.
>
>  Many of the Makefile.am files are pointing at the source
>  directories, when they should point at the build directories
>  for the src/opensc/include. They should also point at the
>  $(srcdir) for the *.exports files.
>
>  Also in libopensc, half of the pkcs15 routines use:
>      #include <opensc/pkcs15.h>
>  the others use
>      #include "pkcs15.h"
>
>  and some use:
>      #include "cardctl.h"
>  but some use
>      #include <opensc/cardctl.h>
>
>  This is inconsistent, and they should be one or the other.
>
>  pkcs15-piv.c
>  used
>  #include "cards.h"
>  but this is now included by internal.h.
>
>  The svn diff addresses the Makefile.am, and a few of
>  the include issues.

Commited in revision 3444 and 3445 with some changes.

I can now make:
$ make distclean
$ mkdir foobar
$ cd foobar
$ ../configure --srcdir=..
$ make
$ make dist

I still can't do "make distcheck" because it fails in the doc/
directory. xsltproc can't find the xsl-stylesheets files when built
from a different directory.

bye

-- 
 Dr. Ludovic Rousseau
_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to