Compiling with VC8: Version 14235 Problem

Questions or HOWTOs about the above? Post 'em here...
Post Reply
User avatar
LouMan
Chief Sgt. of Cartography
Chief Sgt. of Cartography
Posts: 338
Joined: Mon Jan 31, 2005 3:05 am
Location: Michigan, USA

Compiling with VC8: Version 14235 Problem

Post by LouMan »

While trying to compile with Microsoft Visual Studio (VC8), version 14235 gives me 2 errors for not finding ClientAuthentication.cxx and LoginMenu.cxx. I have compiled version 14234 with no issues.
Enigma
Private First Class
Private First Class
Posts: 212
Joined: Sat Apr 23, 2005 3:13 am

Post by Enigma »

At least you made it to configure and make. :!:

Since this is a thread on errors, when compiling 14235, here is my error when running ./autogen.sh:

Code: Select all

Automatically preparing build ... Warning: autoreconf failed
Attempting to run the preparation steps individually

Preparing build ... src/bzrobots/Makefile.am:26: HAVE_KRB5 does not appear in AM_CONDITIONAL
ERROR: automake failed
I just commented some of the make file, as a quick way to get around the error, and I don't believe I have krb5 anyway.

Code: Select all

#if HAVE_KRB5
#KRB5 =	../bzflag/ClientAuthentication.cxx	\
#	../bzflag/ClientAuthentication.h	\
#	../bzflag/LoginMenu.cxx			\
#	../bzflag/LoginMenu.h
#endif
BTW, Louman, this seems to be related to your problem, and those files are missing.

[Edit #1]
Still compiling. I had to add jobCount() to BZ_APIURLManager too, sice bz_removeURLJob calls jobCount(), which did not exist.

[Edit #2]
make succeeded, hooray! :)
User avatar
DTRemenak
General
General
Posts: 625
Joined: Thu Jan 16, 2003 4:54 am
Location: U.S.
Contact:

Post by DTRemenak »

All of the above errors should be fixed now.
Post Reply