This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Errors when compiling
- To: <gcc-help at gcc dot gnu dot org>
- Subject: Errors when compiling
- From: "Michael Shane Miller" <drkwlf at intelos dot net>
- Date: Tue, 6 Feb 2001 22:31:15 -0500
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