Query regarding Compilation

Place all meeting requests / announcements here...
Post Reply
sudershan
Private First Class
Private First Class
Posts: 8
Joined: Wed Jul 19, 2006 6:26 am
Location: India
Contact:

Query regarding Compilation

Post by sudershan »

Hi Everybody,

I just wanted to know can we compile BZflag in WinC.
Any information regarding this...
Please help me on this.

with Regards,
Sudershan
User avatar
JeffM
Staff Sergeant
Staff Sergeant
Posts: 5196
Joined: Fri Dec 13, 2002 4:11 am

Post by JeffM »

what is WinC?
ImageJeffM
sudershan
Private First Class
Private First Class
Posts: 8
Joined: Wed Jul 19, 2006 6:26 am
Location: India
Contact:

winC is..........

Post by sudershan »

winC

Software Information:
Winc automatically detects and connects to WiFi networks and stores personalized profiles so that users can automatically connect to their favorite networks without having to reconfigure their settings each time. Winc also allows users to instantly set up ad hoc networks anywhere anytime to share resources (such as a high-speed connection to the Internet) and data within a workgroup--without requiring a wireless access point.

regards,
Sudershan
sudershan
Private First Class
Private First Class
Posts: 8
Joined: Wed Jul 19, 2006 6:26 am
Location: India
Contact:

Post by sudershan »

hi all,

This is regarding compilation of BZflag in vc++.
I tried to compile BZflag2.06 with the help of win32/bzflag.sln as given
but it seems it is not working.

Can anyone tell me the problem behind this???
and of possible tell me the correct proceedure to compile it in VC++.

thanks and regards,
Sudershan
sudershan
Private First Class
Private First Class
Posts: 8
Joined: Wed Jul 19, 2006 6:26 am
Location: India
Contact:

Regarding enabling kerberos

Post by sudershan »

Hi all developers,

I place all the file which were required to enable kerberos but I find this message:
Can you have a look at this and tell me what to follow:


Compiler: Default compiler
Building Makefile: "D:\Bzflag\bzflag-2.06\Dev-C++\Makefile.win"
Executing make...
make.exe -f "D:\Bzflag\bzflag-2.06\Dev-C++\Makefile.win" all
g++.exe -c ../src/bzflag/ActionBinding.cxx -o ../Dev-C++/ActionBinding.o -I"D:/gnu/Dev-Cpp/include/c++/3.3.1" -I"D:/gnu/Dev-Cpp/include/c++/3.3.1/mingw32" -I"D:/gnu/Dev-Cpp/include/c++/3.3.1/backward" -I"D:/gnu/Dev-Cpp/lib/gcc-lib/mingw32/3.3.1/include" -I"D:/gnu/Dev-Cpp/include" -I"../Dev-C++" -I"../include" -I"../Dev-C++" -D_DEVCPP=1 -D__GNUWIN32__ -D_WINDOWS -DWIN32 -D_MBCS -Wall -W -fexpensive-optimizations -fmessage-length=0

g++.exe -c ../src/bzflag/BackgroundRenderer.cxx -o ../Dev-C++/BackgroundRenderer.o -I"D:/gnu/Dev-Cpp/include/c++/3.3.1" -I"D:/gnu/Dev-Cpp/include/c++/3.3.1/mingw32" -I"D:/gnu/Dev-Cpp/include/c++/3.3.1/backward" -I"D:/gnu/Dev-Cpp/lib/gcc-lib/mingw32/3.3.1/include" -I"D:/gnu/Dev-Cpp/include" -I"../Dev-C++" -I"../include" -I"../Dev-C++" -D_DEVCPP=1 -D__GNUWIN32__ -D_WINDOWS -DWIN32 -D_MBCS -Wall -W -fexpensive-optimizations -fmessage-length=0

g++.exe -c ../src/bzflag/bzflag.cxx -o ../Dev-C++/bzflag.o -DBZFLAG_CXX=1 -I"D:/gnu/Dev-Cpp/include/c++/3.3.1" -I"D:/gnu/Dev-Cpp/include/c++/3.3.1/mingw32" -I"D:/gnu/Dev-Cpp/include/c++/3.3.1/backward" -I"D:/gnu/Dev-Cpp/lib/gcc-lib/mingw32/3.3.1/include" -I"D:/gnu/Dev-Cpp/include" -I"../Dev-C++" -I"../include" -I"../Dev-C++" -D_DEVCPP=1 -D__GNUWIN32__ -D_WINDOWS -DWIN32 -D_MBCS -Wall -W -fexpensive-optimizations -fmessage-length=0

g++.exe -c ../src/bzflag/callbacks.cxx -o ../Dev-C++/callbacks.o -I"D:/gnu/Dev-Cpp/include/c++/3.3.1" -I"D:/gnu/Dev-Cpp/include/c++/3.3.1/mingw32" -I"D:/gnu/Dev-Cpp/include/c++/3.3.1/backward" -I"D:/gnu/Dev-Cpp/lib/gcc-lib/mingw32/3.3.1/include" -I"D:/gnu/Dev-Cpp/include" -I"../Dev-C++" -I"../include" -I"../Dev-C++" -D_DEVCPP=1 -D__GNUWIN32__ -D_WINDOWS -DWIN32 -D_MBCS -Wall -W -fexpensive-optimizations -fmessage-length=0

In file included from ../src/bzflag/ServerLink.h:27,
from ../src/bzflag/LocalPlayer.h:29,
from ../src/bzflag/callbacks.cxx:17:
C:/Dev-Cpp/include/krb5.h:2858:45: macro "initialize_krb5_error_table" passed 1 arguments, but takes just 0
In file included from ../src/bzflag/ServerLink.h:27,
from ../src/bzflag/LocalPlayer.h:29,
from ../src/bzflag/callbacks.cxx:17:
C:/Dev-Cpp/include/krb5.h:2858: error: variable or field `initialize_krb5_error_table' declared void

make.exe: *** [../Dev-C++/callbacks.o] Error 1

Execution terminated



thanks and regards,
Sudershan
User avatar
JeffM
Staff Sergeant
Staff Sergeant
Posts: 5196
Joined: Fri Dec 13, 2002 4:11 am

Post by JeffM »

set your build target to release or debug, not any of the kerb or others.

your trying to build something that is no longer supported.
ImageJeffM
Post Reply