Salut,

J'essaye d'installer rapid-svn sur une redhat 64 bits (ca a peut-etre de l' importance...). Au configure il fallait wxWidgets, j'ai installé, il fallait les includes de subversion, j'ai installé. Maintenant je tombe sur l'erreur de compilation suivante, est-ce solutionnable ?

Code : Sélectionner tout - Visualiser dans une fenêtre à part
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
Making all in locale
make[2]: Entering directory `/raid/rapidsvn-0.12.0-1/src/locale'
for i in de fr it_IT pt_BR ru es uk zh_CN ja ; do \
                python ../../tools/msgfmt.py -o ./$i/rapidsvn.mo ./$i/rapidsvn.po ; \
        done
make[2]: Leaving directory `/raid/rapidsvn-0.12.0-1/src/locale'
make[2]: Entering directory `/raid/rapidsvn-0.12.0-1/src'
if g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"rapidsvn\" -DVERSION=\"0.12.0-1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I.   -I/raid/rapidsvn-0.12.0-1/include -Wall -W -fexceptions   -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apr-1   -I/usr/include/apr-1  -I/raid/subversion-1.6.11/subversion/include//subversion-1 -I/usr/local/lib/wx/include/gtk2-unicode-2.9 -I/usr/local/include/wx-2.9 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__  -g -O2 -Wall -W -fexceptions -I/usr/local/lib/wx/include/gtk2-unicode-2.9 -I/usr/local/include/wx-2.9 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -MT listener.o -MD -MP -MF ".deps/listener.Tpo" -c -o listener.o listener.cpp; \
        then mv -f ".deps/listener.Tpo" ".deps/listener.Po"; else rm -f ".deps/listener.Tpo"; exit 1; fi
In file included from /usr/local/include/wx-2.9/wx/debug.h:15,
                 from /usr/local/include/wx-2.9/wx/defs.h:590,
                 from /usr/local/include/wx-2.9/wx/wx.h:15,
                 from listener.cpp:26:
/usr/include/assert.h:38:42: error: missing binary operator before token "("
/usr/include/assert.h:106:42: error: missing binary operator before token "("
In file included from /usr/local/include/wx-2.9/wx/defs.h:1133,
                 from /usr/local/include/wx-2.9/wx/wx.h:15,
                 from listener.cpp:26:
/usr/include/sys/types.h:158:20: error: missing binary operator before token "("
In file included from /usr/include/libio.h:62,
                 from /usr/include/stdio.h:72,
                 from /usr/local/include/wx-2.9/wx/string.h:41,
                 from /usr/local/include/wx-2.9/wx/memory.h:16,
                 from /usr/local/include/wx-2.9/wx/object.h:20,
                 from /usr/local/include/wx-2.9/wx/wx.h:16,
                 from listener.cpp:26:
/usr/include/sys/cdefs.h:46:44: error: missing binary operator before token "("
/usr/include/sys/cdefs.h:50:44: error: missing binary operator before token "("
/usr/include/sys/cdefs.h:138:19: error: missing binary operator before token "("
/usr/include/sys/cdefs.h:196:19: error: missing binary operator before token "("
/usr/include/sys/cdefs.h:205:19: error: missing binary operator before token "("
/usr/include/sys/cdefs.h:214:19: error: missing binary operator before token "("
/usr/include/sys/cdefs.h:223:19: error: missing binary operator before token "("
/usr/include/sys/cdefs.h:235:19: error: missing binary operator before token "("
/usr/include/sys/cdefs.h:245:19: error: missing binary operator before token "("
/usr/include/sys/cdefs.h:254:19: error: missing binary operator before token "("
/usr/include/sys/cdefs.h:262:19: error: missing binary operator before token "("
/usr/include/sys/cdefs.h:276:19: error: missing binary operator before token "("
/usr/include/sys/cdefs.h:286:20: error: missing binary operator before token "("
/usr/include/sys/cdefs.h:291:20: error: missing binary operator before token "("
/usr/include/sys/cdefs.h:298:19: error: missing binary operator before token "("
In file included from /usr/include/apr-1/apr-x86_64.h:117,
                 from /usr/include/apr-1/apr.h:19,
                 from /usr/include/apr-1/apr_general.h:28,
                 from /raid/subversion-1.6.11/subversion/include//subversion-1/svn_version.h:30,
                 from svncpp/m_check.hpp:29,
                 from listener.cpp:31:
/usr/include/sys/socket.h:65:43: error: missing binary operator before token "("
In file included from /usr/include/apr-1/apr.h:19,
                 from /usr/include/apr-1/apr_general.h:28,
                 from /raid/subversion-1.6.11/subversion/include//subversion-1/svn_version.h:30,
                 from svncpp/m_check.hpp:29,
                 from listener.cpp:31:
/usr/include/apr-1/apr-x86_64.h:389:2: error: #error no decision has been made on APR_PATH_MAX for your platform
/usr/include/assert.h:68: error: expected constructor, destructor, or type conversion before 'extern'
/usr/include/assert.h:76: error: expected initializer before '__THROW'
/usr/include/assert.h:82: error: expected initializer before '__THROW'
/usr/include/stdio.h:62: error: expected constructor, destructor, or type conversion before 'typedef'
/usr/include/wchar.h:95: error: expected constructor, destructor, or type conversion before 'typedef'
/usr/include/wchar.h:96: error: '__END_NAMESPACE_C99' does not name a type
/usr/include/wchar.h:127: error: expected constructor, destructor, or type conversion before '(' token
/usr/include/wchar.h:138: error: expected initializer before '__THROW'
/usr/include/wchar.h:142: error: expected initializer before '__THROW'
/usr/include/wchar.h:146: error: expected initializer before '__THROW'
/usr/include/wchar.h:150: error: expected initializer before '__THROW'
/usr/include/wchar.h:153: error: expected initializer before '__THROW'
/usr/include/wchar.h:154: error: '__END_NAMESPACE_C99' does not name a type
/usr/include/wchar.h:183: error: expected initializer before '__THROW'
/usr/include/wchar.h:184: error: '__END_NAMESPACE_C99' does not name a type
/usr/include/wchar.h:211: error: expected initializer before '__THROW'
/usr/include/wchar.h:212: error: '__END_NAMESPACE_C99' does not name a type
/usr/include/wchar.h:229: error: expected initializer before '__THROW'
/usr/include/wchar.h:232: error: expected initializer before '__THROW'
/usr/include/wchar.h:235: error: expected initializer before '__THROW'
/usr/include/wchar.h:240: error: expected initializer before '__THROW'
/usr/include/wchar.h:243: error: expected initializer before '__THROW'
/usr/include/wchar.h:244: error: '__END_NAMESPACE_C99' does not name a type
/usr/include/wchar.h:267: error: expected initializer before '__THROW'
/usr/include/wchar.h:271: error: expected initializer before '__THROW'
/usr/include/wchar.h:276: error: expected initializer before '__THROW'
/usr/include/wchar.h:279: error: expected initializer before '__THROW'
/usr/include/wchar.h:280: error: '__END_NAMESPACE_C99' does not name a type
/usr/include/wchar.h:298: error: expected initializer before '__THROW'
/usr/include/wchar.h:302: error: expected ',' or '...' before '*' token
/usr/include/wchar.h:302: error: expected initializer before '__THROW'
/usr/include/wchar.h:308: error: 'mbstate_t' has not been declared
/usr/include/wchar.h:308: error: expected initializer before '__THROW'
/usr/include/wchar.h:312: error: 'mbstate_t' has not been declared
/usr/include/wchar.h:312: error: expected initializer before '__THROW'
/usr/include/wchar.h:316: error: 'mbstate_t' has not been declared
/usr/include/wchar.h:316: error: expected initializer before '__THROW'
/usr/include/wchar.h:318: error: 'mbstate_t' has not been declared
/usr/include/wchar.h:318: error: expected initializer before '__THROW'
/usr/include/wchar.h:319: error: '__END_NAMESPACE_C99' does not name a type
/usr/include/wchar.h:359: error: 'mbstate_t' has not been declared
/usr/include/wchar.h:359: error: expected initializer before '__THROW'
/usr/include/wchar.h:360: error: '__END_NAMESPACE_C99' does not name a type
/usr/include/wchar.h:408: error: expected initializer before '__THROW'
/usr/include/wchar.h:414: error: expected initializer before '__THROW'
/usr/include/wchar.h:502: error: expected constructor, destructor, or type conversion before 'extern'
/usr/include/wchar.h:507: error: expected initializer before '__THROW'
/usr/include/wchar.h:510: error: expected initializer before '__THROW'
/usr/include/wchar.h:516: error: expected initializer before '__THROW'
/usr/include/wchar.h:523: error: expected initializer before '__THROW'
/usr/include/wchar.h:531: error: expected initializer before '__THROW'
/usr/include/wchar.h:542: error: expected initializer before '__THROW'
/usr/include/wchar.h:551: error: expected constructor, destructor, or type conversion before 'extern'
/usr/include/wchar.h:556: error: '__NTH' declared as an 'inline' variable
/usr/include/wchar.h:556: error: expected primary-expression before 'const'
/usr/include/wchar.h:557: error: expected primary-expression before 'wchar_t'
/usr/include/wchar.h:557: error: expected primary-expression before 'int'
/usr/include/wchar.h:557: error: 'wcstol' was not declared in this scope
/usr/include/wchar.h:558: error: expected ',' or ';' before '{' token
/usr/include/wchar.h:560: error: '__NTH' declared as an 'inline' variable
/usr/include/wchar.h:560: error: conflicting declaration 'long unsigned int __NTH'
/usr/include/wchar.h:556: error: '__NTH' has a previous declaration as 'long int __NTH'
/usr/include/wchar.h:560: error: expected primary-expression before 'const'
/usr/include/wchar.h:561: error: expected primary-expression before 'wchar_t'
/usr/include/wchar.h:561: error: expected primary-expression before 'int'
/usr/include/wchar.h:561: error: 'wcstoul' was not declared in this scope
/usr/include/wchar.h:563: error: '__END_NAMESPACE_C99' does not name a type
/usr/include/wchar.h:713: error: '__FILE' was not declared in this scope
/usr/include/wchar.h:713: error: '__stream' was not declared in this scope
/usr/include/wchar.h:726: error: '__FILE' has not been declared
/usr/include/wchar.h:727: error: '__FILE' has not been declared
/usr/include/wchar.h:742: error: '__FILE' has not been declared
/usr/include/wchar.h:749: error: '__FILE' has not been declared
/usr/include/wchar.h:756: error: '__FILE' has not been declared
/usr/include/wchar.h:757: error: '__END_NAMESPACE_C99' does not name a type
/usr/include/wchar.h:825: error: '__END_NAMESPACE_C99' does not name a type
/usr/local/include/wx-2.9/wx/debug.h:196: error: expected ',' or '...' before '*' token
/usr/local/include/wx-2.9/wx/debug.h:196: error: ISO C++ forbids declaration of 'wxChar' with no type
/usr/local/include/wx-2.9/wx/debug.h:202: error: expected ',' or '...' before '*' token
/usr/local/include/wx-2.9/wx/debug.h:206: error: ISO C++ forbids declaration of 'wxChar' with no type
/usr/include/bits/types.h:34: error: expected constructor, destructor, or type conversion before 'typedef'
/usr/include/time.h:77: error: expected constructor, destructor, or type conversion before 'typedef'
/usr/include/time.h:93: error: expected constructor, destructor, or type conversion before 'typedef'
/usr/local/include/wx-2.9/wx/defs.h:1169: error: expected constructor, destructor, or type conversion before 'typedef'
/usr/include/stdio.h:30: error: '__BEGIN_DECLS' does not name a type
/usr/include/_G_config.h:26: error: expected constructor, destructor, or type conversion before 'typedef'
/usr/include/_G_config.h:30: error: expected constructor, destructor, or type conversion before ';' token
/usr/include/gconv.h:176: error: expected ';' before '__flexarr'
/usr/include/stdio.h:88: error: '_G_fpos_t' does not name a type
/usr/include/stdio.h:171: error: expected initializer before '*' token
/usr/include/stdio.h:213: error: 'FILE' was not declared in this scope
/usr/include/stdio.h:213: error: '__stream' was not declared in this scope
/usr/include/stdio.h:218: error: 'FILE' was not declared in this scope
/usr/include/stdio.h:218: error: '__stream' was not declared in this scope
/usr/include/stdio.h:248: error: expected initializer before '*' token
/usr/include/stdio.h:254: error: expected initializer before '*' token
/usr/include/stdio.h:303: error: variable or field 'setbuf' declared void
/usr/include/stdio.h:303: error: 'FILE' was not declared in this scope
/usr/include/stdio.h:303: error: expected primary-expression before '__restrict__'
/usr/include/stdio.h:303: error: expected primary-expression before 'char'
/usr/include/stdio.h:303: error: initializer expression list treated as compound expression
/usr/include/stdio.h:307: error: 'FILE' was not declared in this scope
/usr/include/stdio.h:307: error: expected primary-expression before '__restrict__'
/usr/include/stdio.h:307: error: expected primary-expression before 'char'
/usr/include/stdio.h:308: error: expected primary-expression before 'int'
/usr/include/stdio.h:308: error: expected primary-expression before '__n'
/usr/include/stdio.h:308: error: initializer expression list treated as compound expression
/usr/include/stdio.h:327: error: 'FILE' was not declared in this scope
/usr/include/stdio.h:327: error: expected primary-expression before '__restrict__'
/usr/include/stdio.h:328: error: expected primary-expression before 'const'
/usr/include/stdio.h:328: error: expected primary-expression before '...' token
/usr/include/stdio.h:328: error: initializer expression list treated as compound expression
/usr/include/stdio.h:342: error: 'FILE' was not declared in this scope
/usr/include/stdio.h:342: error: expected primary-expression before '__restrict__'
/usr/include/stdio.h:342: error: expected primary-expression before 'const'
/usr/include/stdio.h:343: error: expected primary-expression before '__arg'
/usr/include/stdio.h:343: error: initializer expression list treated as compound expression
/usr/include/stdio.h:399: error: 'FILE' was not declared in this scope
/usr/include/stdio.h:399: error: expected primary-expression before '__restrict__'
/usr/include/stdio.h:400: error: expected primary-expression before 'const'
/usr/include/stdio.h:400: error: expected primary-expression before '...' token
/usr/include/stdio.h:400: error: initializer expression list treated as compound expression
/usr/include/stdio.h:441: error: 'FILE' was not declared in this scope
/usr/include/stdio.h:441: error: '__stream' was not declared in this scope
/usr/include/stdio.h:442: error: 'FILE' was not declared in this scope
/usr/include/stdio.h:442: error: '__stream' was not declared in this scope
/usr/include/stdio.h:483: error: 'FILE' has not been declared
/usr/include/stdio.h:484: error: 'FILE' has not been declared
/usr/include/stdio.h:532: error: 'FILE' has not been declared
/usr/include/stdio.h:590: error: 'FILE' has not been declared
/usr/include/stdio.h:603: error: 'FILE' has not been declared
/usr/include/stdio.h:611: error: 'FILE' has not been declared
/usr/include/stdio.h:617: error: 'FILE' has not been declared
/usr/include/stdio.h:650: error: 'FILE' was not declared in this scope
/usr/include/stdio.h:650: error: '__stream' was not declared in this scope
/usr/include/stdio.h:650: error: expected primary-expression before 'long'
/usr/include/stdio.h:650: error: expected primary-expression before 'int'
/usr/include/stdio.h:650: error: initializer expression list treated as compound expression
/usr/include/stdio.h:655: error: 'FILE' was not declared in this scope
/usr/include/stdio.h:655: error: '__stream' was not declared in this scope
/usr/include/stdio.h:660: error: variable or field 'rewind' declared void
/usr/include/stdio.h:660: error: 'FILE' was not declared in this scope
/usr/include/stdio.h:660: error: '__stream' was not declared in this scope
/usr/include/stdio.h:699: error: 'FILE' was not declared in this scope
/usr/include/stdio.h:699: error: expected primary-expression before '__restrict__'
/usr/include/stdio.h:699: error: 'fpos_t' was not declared in this scope
/usr/include/stdio.h:699: error: expected primary-expression before '__restrict__'
/usr/include/stdio.h:699: error: initializer expression list treated as compound expression
/usr/include/stdio.h:704: error: 'FILE' was not declared in this scope
/usr/include/stdio.h:704: error: '__stream' was not declared in this scope
/usr/include/stdio.h:704: error: expected primary-expression before 'const'
/usr/include/stdio.h:704: error: initializer expression list treated as compound expression
/usr/include/stdio.h:727: error: variable or field 'clearerr' declared void
/usr/include/stdio.h:727: error: 'FILE' was not declared in this scope
/usr/include/stdio.h:727: error: '__stream' was not declared in this scope
/usr/include/stdio.h:729: error: 'FILE' was not declared in this scope
/usr/include/stdio.h:729: error: '__stream' was not declared in this scope
/usr/include/stdio.h:731: error: 'FILE' was not declared in this scope
/usr/include/stdio.h:731: error: '__stream' was not declared in this scope
/usr/include/stdio.h:844: error: expected declaration before '}' token
make[2]: *** [listener.o] Error 1
make[2]: Leaving directory `/raid/rapidsvn-0.12.0-1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/raid/rapidsvn-0.12.0-1/src'
make: *** [all-recursive] Error 1