This is the mail archive of the gcc@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]

Re: Errors


It looks like you're using a mingw version of gcc.  You should probably
head over to www.mingw.org and use the resources there to get help.

cgf

On Tue, Feb 06, 2001 at 10:31:51PM -0500, Michael Shane Miller wrote:
>I've been having no luck compiling a program. Here is the list of errors I
>get, 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]