Trying to compile openssh with the gssapi (hopefully) provided by the
libgssapi library from
ftp://sourceware.org/pub/cygwinports/release/heimdal/. Ok, I also got
libkrb5 and all the packages matching heimdal in sourceware.org. So I
configured with "./configure --with-kerberos5=/usr/lib" and let it
compile.
gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare
-Wformat-security -Wno-pointer-sign -Wno-unused-result
-fno-strict-aliasing -fno-builtin-memset -fstack-protector-all -I.
-I.. -I. -I./.. -I/usr/include -I/usr/include -DHAVE_CONFIG_H -c
port-aix.c
In file included from /usr/include/krb5.h:44:0,
from ../auth.h:42,
from port-aix.c:33:
/usr/include/asn1_err.h:6:24: fatal error: et/com_err.h: No such file
or directory
I do not know why it would want to compile a aix-related file
(port-aix.c), but hey. Anyway, looking at asn1_err.h, we see it wants
to include a file
#include <et/com_err.h>
that, according to my search, only exists as source file in heimdal.
/home/infra/todo/heimdal-1.1/lib/com_err/com_err.h
------------------------------------------------------------------------------
Learn Windows Azure Live! Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for
developers. It will provide a great way to learn Windows Azure and what it
provides. You can attend the event by watching it streamed LIVE online.
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
Cygwin-ports-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cygwin-ports-general