Hallo,
Ik heb laatst Kylix 3 op me systeem gezet.
Als ik nu een nieuw C++ project start en dan op F9 druk krijg ik deze fouten terug..
Heeft iemand een id hoe dit weg te krijgen is?
Ik heb dit al vanaf het begin dat het erop staat.
Opnieuw install had helaas weinig nut.
(Ik draai op Redhat 8.0)
Ik heb zo het idee dat dat bestand gewoon niet goed is, of dat het aan me C++ compiler ligt.
Ik heb laatst Kylix 3 op me systeem gezet.
Als ik nu een nieuw C++ project start en dan op F9 druk krijg ik deze fouten terug..
Heeft iemand een id hoe dit weg te krijgen is?
Ik heb dit al vanaf het begin dat het erop staat.
Opnieuw install had helaas weinig nut.
(Ik draai op Redhat 8.0)
Ik heb zo het idee dat dat bestand gewoon niet goed is, of dat het aan me C++ compiler ligt.
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
| [C++ Error] time.h(60): E2141 Declaration syntax error [C++ Error] time.h(63): E2141 Declaration syntax error [C++ Error] time.h(79): E2238 Multiple declaration for '__END_NAMESPACE_STD' [C++ Error] time.h(63): E2344 Earlier declaration of '__END_NAMESPACE_STD' [C++ Error] time.h(79): E2141 Declaration syntax error [C++ Error] time.h(129): E2238 Multiple declaration for '__BEGIN_NAMESPACE_STD' [C++ Error] time.h(60): E2344 Earlier declaration of '__BEGIN_NAMESPACE_STD' [C++ Error] time.h(129): E2141 Declaration syntax error [C++ Error] time.h(151): E2238 Multiple declaration for '__END_NAMESPACE_STD' [C++ Error] time.h(79): E2344 Earlier declaration of '__END_NAMESPACE_STD' [C++ Error] time.h(151): E2141 Declaration syntax error [C++ Error] time.h(179): E2238 Multiple declaration for '__BEGIN_NAMESPACE_STD' [C++ Error] time.h(129): E2344 Earlier declaration of '__BEGIN_NAMESPACE_STD' [C++ Error] time.h(179): E2141 Declaration syntax error [C++ Error] time.h(182): E2141 Declaration syntax error [C++ Error] time.h(185): E2293 ) expected [C++ Error] time.h(189): E2141 Declaration syntax error [C++ Error] time.h(224): E2238 Multiple declaration for '__END_NAMESPACE_STD' [C++ Error] time.h(151): E2344 Earlier declaration of '__END_NAMESPACE_STD' [C++ Error] time.h(224): E2141 Declaration syntax error [C++ Error] time.h(231): E2293 ) expected [C++ Error] time.h(237): E2238 Multiple declaration for '__END_NAMESPACE_STD' [C++ Error] time.h(224): E2344 Earlier declaration of '__END_NAMESPACE_STD' [C++ Error] time.h(237): E2141 Declaration syntax error [C++ Error] time.h(242): E2293 ) expected [C++ Error] time.h(242): E2228 Too many error or warning messages |