Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Ernst Gill wrote: > This little program is properly compiling and working on my PC: Doing some research it seems the heimdal contains an incompatible glob.h which is buggy and doesn't work with c++ builds (and an incompatible fnmatch.h but we always use our own copy of that). The best workaround for you is probably to disable the kerberos detection code in the configure script (remove ACX_WITH_GSSAPI), so that the heimdal stuff never gets added to the include path. Tony