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.
Tony Hoyle schrieb: > 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 > _______________________________________________ > cvsnt mailing list > cvsnt at cvsnt.org cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook > http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt https://www.march-hare.com/cvspro/en.asp#downcvs Thanks for help. I switched now to MIT and everything is working as excepted. Ernst