| View previous topic :: View next topic |
| Author |
Message |
Thomas Maeder [TeamB] Guest
|
Posted: Wed Jun 16, 2004 3:44 pm Post subject: Re: newbie tries to compile his linux-program |
|
|
Harald <meiiiiiier (AT) t-online (DOT) de> writes:
| Quote: | Can anyone tell me what went wrong?
|
Please post a minimal (<50 lines) program that causes the compiler to produce
these messages.
|
|
| Back to top |
|
 |
Harald Guest
|
Posted: Wed Jun 16, 2004 3:50 pm Post subject: newbie tries to compile his linux-program |
|
|
Hi.
I have just installed the BCC 5 command-line-tools.
When I try to compile a program written on linux, the compiler complains:
=========================================
F:CODEVMemory>make
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
bcc32 -c -tWR -w -w-hid -tWM -O2 -x- -RT- -DUNICODE -DQT_DLL
-DQT_THREAD_SUPPORT -DQT_NO_DEBUG -I"C:codingQt3
..2.1NonCommercialinclude" -I"ui" -I"ui" -I"F:CODEVMemory"
-I"C:codingQt3.2.1NonCommercialmkspecswin32-borland" -
omain.obj main.cpp
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
main.cpp:
Error E2316 C:codingBCC55includerw/locimpl.h 232: 'string' is not a
member of 'std'
Error E2299 C:codingBCC55includerw/locimpl.h 232: Cannot generate
template specialization from 'locale_vector<T>'
Error E2040 C:codingBCC55includerw/locimpl.h 232: Declaration
terminated incorrectly
Error E2316 C:codingBCC55includerw/locimpl.h 237: 'string' is not a
member of 'std'
Error E2040 C:codingBCC55includerw/locimpl.h 237: Declaration
terminated incorrectly
Error E2316 C:codingBCC55includerw/locimpl.h 255: 'string' is not a
member of 'std'
Error E2299 C:codingBCC55includerw/locimpl.h 255: Cannot generate
template specialization from 'locale_vector<T>'
Error E2293 C:codingBCC55includerw/locimpl.h 255: ) expected
Error E2316 C:codingBCC55includerw/locimpl.h 258: 'string' is not a
member of 'std'
Error E2040 C:codingBCC55includerw/locimpl.h 258: Declaration
terminated incorrectly
Error E2316 C:codingBCC55includerw/locimpl.h 397: 'basic_string' is
not a member of 'std'
Error E2040 C:codingBCC55includerw/locimpl.h 397: Declaration
terminated incorrectly
Error E2316 C:codingBCC55includerw/locimpl.h 400: 'string' is not a
member of 'std'
Error E2040 C:codingBCC55includerw/locimpl.h 400: Declaration
terminated incorrectly
Error E2303 C:codingBCC55includerw/rwlocale.h 385: Type name expected
Error E2139 C:codingBCC55includerw/rwlocale.h 385: Declaration missing ;
Error E2293 C:codingBCC55includerw/rwlocale.h 404: ) expected
Error E2139 C:codingBCC55includerw/ctype.h 148: Declaration missing ;
Error E2303 C:codingBCC55includerw/ctype.h 149: Type name expected
Error E2139 C:codingBCC55includerw/ctype.h 149: Declaration missing ;
Error E2139 C:codingBCC55includerw/ctype.h 257: Declaration missing ;
Error E2303 C:codingBCC55includerw/ctype.h 258: Type name expected
Error E2139 C:codingBCC55includerw/ctype.h 258: Declaration missing ;
Error E2303 C:codingBCC55includerw/ctype.h 259: Type name expected
Error E2139 C:codingBCC55includerw/ctype.h 259: Declaration missing ;
Error E2228 C:codingBCC55includerw/ctype.h 259: Too many error or
warning messages
*** 26 errors in Compile ***
** error 1 ** deleting main.obj
F:CODEVMemory>
=========================================
Can anyone tell me what went wrong?
Regards
Harald
--------
|
|
| Back to top |
|
 |
|