This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Errors when compiling


I've been getting several errors when I try to make the file. Here is the
latest set of errors.
Any help is appreciatted.

C:/GCC/BIN/MAKE.EXE uox3.exe
MAKE.EXE[1]: Entering directory `C:/source'
g++ -c   -O2   admin.cpp -o admin.o
In file included from admin.cpp:29:
uox3.h:98: warning: `__cdecl' redefined
*Initialization*:1: warning: this is the location of the previous definition
In file included from uox3.h:128,
                 from admin.cpp:29:
C:\GCC\BIN\..\lib\gcc-lib\i386-mingw32msvc\2.95.2\..\..\..\..\i386-mingw32ms
vc\i
nclude\winsock2.h:46: unbalanced `#endif'
MAKE.EXE[1]: *** [admin.o] Error 1
MAKE.EXE[1]: Leaving directory `C:/source'
C:\GCC\BIN\MAKE.EXE: *** [mingw32] Error 2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]