Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: Ubuntu-Forum & Kubuntu-Forum | www.Ubuntu-Forum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

fugu

User

  • »fugu« ist männlich
  • »fugu« ist der Autor dieses Themas

Beiträge: 16

Registrierungsdatum: 17.07.2007

  • Nachricht senden

1

23.07.2007, 21:43

cspace install hilfe

Moinz!

Vor kurzem habe ich endlich eine sichere Alternative zu Skype und Konsorten gefunden: cspace!
Unter Windows ist die Installation kein Problem. Leider meldet mein kubuntu Fehler, die ich nicht lösen kann:

Install-Howto: Hier das Wichtigste:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
cd $HOME/app
mkdir cspace
cd cspace
wget http://cspace.in/srcdist/CSpaceSrc126.zip
wget http://tachyon.in/ncrypt/ncrypt-0.6.4.tar.gz
sudo apt-get install python-ctypes python-pyrex python-pycurl python-qt4
unzip CSpaceSrc126.zip
tar -zxf ncrypt-0.6.4.tar.gz
cd ncrypt-0.6.4/
python setup.py build
sudo python setup.py install
cd ..
cd CSpace/
python CSpace.pyw


Download und entpacken kein Problem! Aber dann...

Quellcode

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
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
hs@solaris:~$ cd .cspace/
hs@solaris:~/.cspace$ cd
CSpace/       ncrypt-0.6.4/
hs@solaris:~/.cspace$ cd ncrypt-0.6.4/
hs@solaris:~/.cspace/ncrypt-0.6.4$ python setup.py build
running build
running build_py
running build_ext
building '_ncrypt' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.5 -I/usr/include/python2.5 -c ncrypt_bignum.c -o build/temp.linux-i686-2.5/ncrypt_bignum.o
In file included from /usr/lib/gcc/i486-linux-gnu/4.1.2/include/syslimits.h:7,
                 from /usr/lib/gcc/i486-linux-gnu/4.1.2/include/limits.h:11,
                 from /usr/include/python2.5/Python.h:18,
                 from ncrypt_bignum.c:4:
/usr/lib/gcc/i486-linux-gnu/4.1.2/include/limits.h:122:61: error: limits.h: No such file or directory
In file included from ncrypt_bignum.c:4:
/usr/include/python2.5/Python.h:32:19: error: stdio.h: No such file or directory
/usr/include/python2.5/Python.h:34:5: error: #error "Python.h requires that stdio.h define NULL."
/usr/include/python2.5/Python.h:37:20: error: string.h: No such file or directory
/usr/include/python2.5/Python.h:39:19: error: errno.h: No such file or directory
/usr/include/python2.5/Python.h:41:20: error: stdlib.h: No such file or directory
/usr/include/python2.5/Python.h:43:20: error: unistd.h: No such file or directory
/usr/include/python2.5/Python.h:55:20: error: assert.h: No such file or directory
In file included from /usr/include/python2.5/Python.h:57,
                 from ncrypt_bignum.c:4:
/usr/include/python2.5/pyport.h:7:20: error: stdint.h: No such file or directory
In file included from /usr/include/python2.5/Python.h:57,
                 from ncrypt_bignum.c:4:
/usr/include/python2.5/pyport.h:73: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »Py_uintptr_t«
/usr/include/python2.5/pyport.h:74: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »Py_intptr_t«
/usr/include/python2.5/pyport.h:97: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »Py_ssize_t«
/usr/include/python2.5/pyport.h:204:76: error: math.h: No such file or directory
/usr/include/python2.5/pyport.h:211:22: error: sys/time.h: No such file or directory
/usr/include/python2.5/pyport.h:212:18: error: time.h: No such file or directory
/usr/include/python2.5/pyport.h:230:24: error: sys/select.h: No such file or directory
/usr/include/python2.5/pyport.h:269:22: error: sys/stat.h: No such file or directory
In file included from /usr/include/python2.5/Python.h:76,
                 from ncrypt_bignum.c:4:
/usr/include/python2.5/pymem.h:50: Warnung: Parameternamen (ohne Typen) in Funktionsdeklaration
/usr/include/python2.5/pymem.h:51: Fehler: expected declaration specifiers or »...« before »size_t«
In file included from /usr/include/python2.5/Python.h:78,
                 from ncrypt_bignum.c:4:
/usr/include/python2.5/object.h:104: Fehler: expected specifier-qualifier-list before »Py_ssize_t«
/usr/include/python2.5/object.h:108: Fehler: expected specifier-qualifier-list before »Py_ssize_t«
/usr/include/python2.5/object.h:131: Fehler: expected declaration specifiers or »...« before »*« token
/usr/include/python2.5/object.h:131: Warnung: »int« ist Standardtyp in Deklaration von »Py_ssize_t«
/usr/include/python2.5/object.h:131: Fehler: »Py_ssize_t« als Funktion, die eine Funktion zurückgibt, deklariert
/usr/include/python2.5/object.h:131: Warnung: Funktionsdeklaration ist kein Prototyp
/usr/include/python2.5/object.h:149: Fehler: »readbufferproc« als Funktion, die eine Funktion zurückgibt, deklariert
/usr/include/python2.5/object.h:150: Fehler: »writebufferproc« als Funktion, die eine Funktion zurückgibt, deklariert
/usr/include/python2.5/object.h:151: Fehler: »segcountproc« als Funktion, die eine Funktion zurückgibt, deklariert
/usr/include/python2.5/object.h:152: Fehler: »charbufferproc« als Funktion, die eine Funktion zurückgibt, deklariert
/usr/include/python2.5/object.h:215: Fehler: expected specifier-qualifier-list before »lenfunc«
/usr/include/python2.5/object.h:229: Fehler: expected specifier-qualifier-list before »lenfunc«
/usr/include/python2.5/object.h:244: Fehler: expected declaration specifiers or »...« before »FILE«
/usr/include/python2.5/object.h:258: Warnung: »struct _typeobject« innerhalb Parameterliste deklariert
/usr/include/python2.5/object.h:258: Warnung: sein Gültigkeitsbereich umfasst nur diese Definition bzw. Deklaration, was Sie wahrscheinlich nicht wollten
/usr/include/python2.5/object.h:259: Warnung: »struct _typeobject« innerhalb Parameterliste deklariert
/usr/include/python2.5/object.h:262: Fehler: Feld »ob_refcnt« als Funktion deklariert
/usr/include/python2.5/object.h:262: Fehler: Feld »ob_size« als Funktion deklariert
/usr/include/python2.5/object.h:264: Fehler: Feld »tp_basicsize« als Funktion deklariert
/usr/include/python2.5/object.h:264: Fehler: Feld »tp_itemsize« als Funktion deklariert
/usr/include/python2.5/object.h:309: Fehler: Feld »tp_weaklistoffset« als Funktion deklariert
/usr/include/python2.5/object.h:324: Fehler: Feld »tp_dictoffset« als Funktion deklariert
/usr/include/python2.5/object.h:389: Fehler: expected declaration specifiers or »...« before »FILE«
In file included from /usr/include/python2.5/Python.h:79,
                 from ncrypt_bignum.c:4:
/usr/include/python2.5/objimpl.h:97: Warnung: Parameternamen (ohne Typen) in Funktionsdeklaration
/usr/include/python2.5/objimpl.h:98: Fehler: expected declaration specifiers or »...« before »size_t«
/usr/include/python2.5/objimpl.h:228: Fehler: »PyGC_Collect« als Funktion, die eine Funktion zurückgibt, deklariert
/usr/include/python2.5/objimpl.h:249: Fehler: Feld »gc_refs« als Funktion deklariert
/usr/include/python2.5/objimpl.h:288: Warnung: Parameternamen (ohne Typen) in Funktionsdeklaration
In file included from /usr/include/python2.5/Python.h:83,
                 from ncrypt_bignum.c:4:
/usr/include/python2.5/unicodeobject.h:55:19: error: ctype.h: No such file or directory
/usr/include/python2.5/unicodeobject.h:118:21: error: wchar.h: No such file or directory
In file included from /usr/include/python2.5/Python.h:83,
                 from ncrypt_bignum.c:4:
/usr/include/python2.5/unicodeobject.h:384: Fehler: Feld »ob_refcnt« als Funktion deklariert
/usr/include/python2.5/unicodeobject.h:385: Fehler: Feld »length« als Funktion deklariert
/usr/include/python2.5/unicodeobject.h:447: Fehler: »PyUnicodeUCS4_GetSize« als Funktion, die eine Funktion zurückgibt, deklariert
/usr/include/python2.5/unicodeobject.h:521: Warnung: »int« ist Standardtyp in Deklaration von »wchar_t«
/usr/include/python2.5/unicodeobject.h:521: Fehler: expected »;«, »,« or »)« before »*« token
/usr/include/python2.5/unicodeobject.h:539: Warnung: »int« ist Standardtyp in Deklaration von »wchar_t«
/usr/include/python2.5/unicodeobject.h:539: Fehler: expected »;«, »,« or »)« before »*« token
/usr/include/python2.5/unicodeobject.h:1102: Fehler: »PyUnicodeUCS4_Tailmatch« als Funktion, die eine Funktion zurückgibt, deklariert
/usr/include/python2.5/unicodeobject.h:1114: Fehler: »PyUnicodeUCS4_Find« als Funktion, die eine Funktion zurückgibt, deklariert
/usr/include/python2.5/unicodeobject.h:1123: Fehler: »PyUnicodeUCS4_Count« als Funktion, die eine Funktion zurückgibt, deklariert
In file included from /usr/include/python2.5/Python.h:84,
                 from ncrypt_bignum.c:4:
/usr/include/python2.5/intobject.h:24: Fehler: Feld »ob_refcnt« als Funktion deklariert
/usr/include/python2.5/intobject.h:38: Warnung: Parameternamen (ohne Typen) in Funktionsdeklaration
/usr/include/python2.5/intobject.h:41: Fehler: »PyInt_AsSsize_t« als Funktion, die eine Funktion zurückgibt, deklariert
In file included from /usr/include/python2.5/Python.h:86,
                 from ncrypt_bignum.c:4:
/usr/include/python2.5/longobject.h:25: Fehler: »_PyLong_AsSsize_t« als Funktion, die eine Funktion zurückgibt, deklariert
/usr/include/python2.5/longobject.h:26: Warnung: Parameternamen (ohne Typen) in Funktionsdeklaration
/usr/include/python2.5/longobject.h:69: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »_PyLong_NumBits«
/usr/include/python2.5/longobject.h:85: Fehler: expected declaration specifiers or »...« before »size_t«
/usr/include/python2.5/longobject.h:108: Fehler: expected declaration specifiers or »...« before »size_t«
In file included from /usr/include/python2.5/Python.h:87,
                 from ncrypt_bignum.c:4:
/usr/include/python2.5/floatobject.h:15: Fehler: Feld »ob_refcnt« als Funktion deklariert
In file included from /usr/include/python2.5/Python.h:89,
                 from ncrypt_bignum.c:4:
/usr/include/python2.5/complexobject.h:39: Fehler: Feld »ob_refcnt« als Funktion deklariert
In file included from /usr/include/python2.5/Python.h:92,
                 from ncrypt_bignum.c:4:
/usr/include/python2.5/stringobject.h:36: Fehler: Feld »ob_refcnt« als Funktion deklariert
/usr/include/python2.5/stringobject.h:36: Fehler: Feld »ob_size« als Funktion deklariert
/usr/include/python2.5/stringobject.h:67: Fehler: »PyString_Size« als Funktion, die eine Funktion zurückgibt, deklariert
In file included from /usr/include/python2.5/Python.h:94,
                 from ncrypt_bignum.c:4:
/usr/include/python2.5/tupleobject.h:25: Fehler: Feld »ob_refcnt« als Funktion deklariert
/usr/include/python2.5/tupleobject.h:25: Fehler: Feld »ob_size« als Funktion deklariert
/usr/include/python2.5/tupleobject.h:40: Fehler: »PyTuple_Size« als Funktion, die eine Funktion zurückgibt, deklariert
In file included from /usr/include/python2.5/Python.h:95,
                 from ncrypt_bignum.c:4:
/usr/include/python2.5/listobject.h:23: Fehler: Feld »ob_refcnt« als Funktion deklariert
/usr/include/python2.5/listobject.h:23: Fehler: Feld »ob_size« als Funktion deklariert
/usr/include/python2.5/listobject.h:38: Fehler: Feld »allocated« als Funktion deklariert
/usr/include/python2.5/listobject.h:47: Fehler: »PyList_Size« als Funktion, die eine Funktion zurückgibt, deklariert
In file included from /usr/include/python2.5/Python.h:96,
                 from ncrypt_bignum.c:4:
/usr/include/python2.5/dictobject.h:55: Fehler: Feld »me_hash« als Funktion deklariert
/usr/include/python2.5/dictobject.h:71: Fehler: Feld »ob_refcnt« als Funktion deklariert
/usr/include/python2.5/dictobject.h:72: Fehler: Feld »ma_fill« als Funktion deklariert
/usr/include/python2.5/dictobject.h:73: Fehler: Feld »ma_used« als Funktion deklariert
/usr/include/python2.5/dictobject.h:79: Fehler: Feld »ma_mask« als Funktion deklariert
/usr/include/python2.5/dictobject.h:108: Fehler: »PyDict_Size« als Funktion, die eine Funktion zurückgibt, deklariert
In file included from /usr/include/python2.5/Python.h:98,
                 from ncrypt_bignum.c:4:
/usr/include/python2.5/setobject.h:36: Fehler: Feld »ob_refcnt« als Funktion deklariert
/usr/include/python2.5/setobject.h:38: Fehler: Feld »fill« als Funktion deklariert
/usr/include/python2.5/setobject.h:39: Fehler: Feld »used« als Funktion deklariert
/usr/include/python2.5/setobject.h:45: Fehler: Feld »mask« als Funktion deklariert
/usr/include/python2.5/setobject.h:79: Fehler: »PySet_Size« als Funktion, die eine Funktion zurückgibt, deklariert
In file included from /usr/include/python2.5/Python.h:99,
                 from ncrypt_bignum.c:4:
/usr/include/python2.5/methodobject.h:82: Fehler: Feld »ob_refcnt« als Funktion deklariert
In file included from /usr/include/python2.5/Python.h:101,
                 from ncrypt_bignum.c:4:
/usr/include/python2.5/funcobject.h:22: Fehler: Feld »ob_refcnt« als Funktion deklariert
In file included from /usr/include/python2.5/Python.h:102,
                 from ncrypt_bignum.c:4:
/usr/include/python2.5/classobject.h:13: Fehler: Feld »ob_refcnt« als Funktion deklariert
/usr/include/python2.5/classobject.h:24: Fehler: Feld »ob_refcnt« als Funktion deklariert
/usr/include/python2.5/classobject.h:31: Fehler: Feld »ob_refcnt« als Funktion deklariert
In file included from /usr/include/python2.5/Python.h:103,
                 from ncrypt_bignum.c:4:
/usr/include/python2.5/fileobject.h:11: Fehler: Feld »ob_refcnt« als Funktion deklariert
/usr/include/python2.5/fileobject.h:12: Fehler: expected specifier-qualifier-list before »FILE«
/usr/include/python2.5/fileobject.h:38: Fehler: expected »)« before »*« token
/usr/include/python2.5/fileobject.h:40: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »*« token
/usr/include/python2.5/fileobject.h:57: Fehler: expected declaration specifiers or »...« before »FILE«
/usr/include/python2.5/fileobject.h:58: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »Py_UniversalNewlineFread«
In file included from /usr/include/python2.5/Python.h:105,
                 from ncrypt_bignum.c:4:
/usr/include/python2.5/traceback.h:13: Fehler: Feld »ob_refcnt« als Funktion deklariert
In file included from /usr/include/python2.5/Python.h:106,
                 from ncrypt_bignum.c:4:
/usr/include/python2.5/sliceobject.h:23: Fehler: Feld »ob_refcnt« als Funktion deklariert
In file included from /usr/include/python2.5/Python.h:107,
                 from ncrypt_bignum.c:4:
/usr/include/python2.5/cellobject.h:10: Fehler: Feld »ob_refcnt« als Funktion deklariert
In file included from /usr/include/python2.5/Python.h:109,
                 from ncrypt_bignum.c:4:
/usr/include/python2.5/genobject.h:13: Fehler: Feld »ob_refcnt« als Funktion deklariert
In file included from /usr/include/python2.5/Python.h:110,
                 from ncrypt_bignum.c:4:
/usr/include/python2.5/descrobject.h:46: Fehler: Feld »ob_refcnt« als Funktion deklariert
/usr/include/python2.5/descrobject.h:50: Fehler: Feld »ob_refcnt« als Funktion deklariert
/usr/include/python2.5/descrobject.h:55: Fehler: Feld »ob_refcnt« als Funktion deklariert
/usr/include/python2.5/descrobject.h:60: Fehler: Feld »ob_refcnt« als Funktion deklariert
/usr/include/python2.5/descrobject.h:65: Fehler: Feld »ob_refcnt« als Funktion deklariert
In file included from /usr/include/python2.5/Python.h:111,
                 from ncrypt_bignum.c:4:
/usr/include/python2.5/weakrefobject.h:16: Fehler: Feld »ob_refcnt« als Funktion deklariert
/usr/include/python2.5/weakrefobject.h:65: Fehler: »_PyWeakref_GetWeakrefCount« als Funktion, die eine Funktion zurückgibt, deklariert
In file included from /usr/include/python2.5/Python.h:114,
                 from ncrypt_bignum.c:4:
/usr/include/python2.5/pyerrors.h:10: Fehler: Feld »ob_refcnt« als Funktion deklariert
/usr/include/python2.5/pyerrors.h:17: Fehler: Feld »ob_refcnt« als Funktion deklariert
/usr/include/python2.5/pyerrors.h:31: Fehler: Feld »ob_refcnt« als Funktion deklariert
/usr/include/python2.5/pyerrors.h:44: Fehler: Feld »ob_refcnt« als Funktion deklariert
/usr/include/python2.5/pyerrors.h:52: Fehler: Feld »ob_refcnt« als Funktion deklariert
/usr/include/python2.5/pyerrors.h:326: Fehler: expected declaration specifiers or »...« before »size_t«
/usr/include/python2.5/pyerrors.h:327: Fehler: Format-Zeichenkettenargument ist kein Zeichenkettentyp
/usr/include/python2.5/pyerrors.h:328: Fehler: expected declaration specifiers or »...« before »size_t«
In file included from /usr/include/python2.5/Python.h:118,
                 from ncrypt_bignum.c:4:
/usr/include/python2.5/pyarena.h:50: Fehler: expected declaration specifiers or »...« before »size_t«
In file included from /usr/include/python2.5/Python.h:120,
                 from ncrypt_bignum.c:4:
/usr/include/python2.5/pythonrun.h:34: Fehler: expected »)« before »*« token
/usr/include/python2.5/pythonrun.h:35: Fehler: expected »)« before »*« token
/usr/include/python2.5/pythonrun.h:37: Fehler: expected »)« before »*« token
/usr/include/python2.5/pythonrun.h:38: Fehler: expected »)« before »*« token
/usr/include/python2.5/pythonrun.h:39: Fehler: expected »)« before »*« token
/usr/include/python2.5/pythonrun.h:44: Fehler: expected »)« before »*« token
/usr/include/python2.5/pythonrun.h:54: Fehler: expected »)« before »*« token
/usr/include/python2.5/pythonrun.h:60: Fehler: expected »)« before »*« token
/usr/include/python2.5/pythonrun.h:77: Fehler: expected »)« before »*« token
/usr/include/python2.5/pythonrun.h:142: Fehler: expected »)« before »*« token
/usr/include/python2.5/pythonrun.h:144: Fehler: expected »)« before »*« token
In file included from /usr/include/python2.5/Python.h:122,
                 from ncrypt_bignum.c:4:
/usr/include/python2.5/sysmodule.h:12: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »*« token
In file included from /usr/include/python2.5/Python.h:124,
                 from ncrypt_bignum.c:4:
/usr/include/python2.5/import.h:33: Fehler: expected declaration specifiers or »...« before »size_t«
/usr/include/python2.5/import.h:33: Fehler: expected declaration specifiers or »...« before »FILE«
In file included from /usr/include/python2.5/Python.h:126,
                 from ncrypt_bignum.c:4:
/usr/include/python2.5/abstract.h:421: Fehler: »PyObject_Size« als Funktion, die eine Funktion zurückgibt, deklariert
/usr/include/python2.5/abstract.h:433: Fehler: »PyObject_Length« als Funktion, die eine Funktion zurückgibt, deklariert
/usr/include/python2.5/abstract.h:436: Fehler: »_PyObject_LengthHint« als Funktion, die eine Funktion zurückgibt, deklariert
/usr/include/python2.5/abstract.h:774: Fehler: »PyNumber_AsSsize_t« als Funktion, die eine Funktion zurückgibt, deklariert
/usr/include/python2.5/abstract.h:947: Fehler: »PySequence_Size« als Funktion, die eine Funktion zurückgibt, deklariert
/usr/include/python2.5/abstract.h:956: Fehler: »PySequence_Length« als Funktion, die eine Funktion zurückgibt, deklariert
/usr/include/python2.5/abstract.h:1078: Fehler: »PySequence_Count« als Funktion, die eine Funktion zurückgibt, deklariert
/usr/include/python2.5/abstract.h:1097: Fehler: »_PySequence_IterSearch« als Funktion, die eine Funktion zurückgibt, deklariert
/usr/include/python2.5/abstract.h:1122: Fehler: »PySequence_Index« als Funktion, die eine Funktion zurückgibt, deklariert
/usr/include/python2.5/abstract.h:1161: Fehler: »PyMapping_Size« als Funktion, die eine Funktion zurückgibt, deklariert
/usr/include/python2.5/abstract.h:1171: Fehler: »PyMapping_Length« als Funktion, die eine Funktion zurückgibt, deklariert
In file included from /usr/include/python2.5/compile.h:5,
                 from /usr/include/python2.5/Python.h:128,
                 from ncrypt_bignum.c:4:
/usr/include/python2.5/code.h:11: Fehler: Feld »ob_refcnt« als Funktion deklariert
In file included from /usr/include/python2.5/Python.h:131,
                 from ncrypt_bignum.c:4:
/usr/include/python2.5/pystrtod.h:11: Fehler: expected declaration specifiers or »...« before »size_t«
In file included from /usr/include/python2.5/Python.h:151,
                 from ncrypt_bignum.c:4:
/usr/include/python2.5/pyfpe.h:129:20: error: signal.h: No such file or directory
/usr/include/python2.5/pyfpe.h:130:20: error: setjmp.h: No such file or directory
In file included from /usr/include/python2.5/Python.h:151,
                 from ncrypt_bignum.c:4:
/usr/include/python2.5/pyfpe.h:132: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »PyFPE_jbuf«
In file included from ncrypt_bignum.c:5:
/usr/include/python2.5/structmember.h:40: Fehler: Feld »offset« als Funktion deklariert
ncrypt_bignum.c:22:24: error: openssl/bn.h: No such file or directory
ncrypt_bignum.c:23:28: error: openssl/crypto.h: No such file or directory
ncrypt_bignum.c:60: Fehler: Feld »ob_refcnt« als Funktion deklariert
ncrypt_bignum.c:62: Fehler: expected specifier-qualifier-list before »BIGNUM«
ncrypt_bignum.c: In Funktion »__pyx_f_13ncrypt_bignum_6BigNum___new__«:
ncrypt_bignum.c:83: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:84: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:87: Fehler: »struct __pyx_obj_13ncrypt_bignum_BigNum« hat kein Element namens »bn«
ncrypt_bignum.c:87: Warnung: Implizite Deklaration der Funktion »BN_new«
ncrypt_bignum.c:95: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:95: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:96: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:96: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:91: Warnung: Marke »__pyx_L1« definiert, aber nicht verwendet
ncrypt_bignum.c: In Funktion »__pyx_f_13ncrypt_bignum_6BigNum__free«:
ncrypt_bignum.c:105: Warnung: Implizite Deklaration der Funktion »BN_free«
ncrypt_bignum.c:105: Fehler: »struct __pyx_obj_13ncrypt_bignum_BigNum« hat kein Element namens »bn«
ncrypt_bignum.c:108: Fehler: »struct __pyx_obj_13ncrypt_bignum_BigNum« hat kein Element namens »bn«
ncrypt_bignum.c:110: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:116: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:112: Warnung: Marke »__pyx_L1« definiert, aber nicht verwendet
ncrypt_bignum.c: In Funktion »__pyx_f_13ncrypt_bignum_6BigNum___dealloc__«:
ncrypt_bignum.c:123: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:127: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:127: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:131: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:131: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:134: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:134: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c: In Funktion »__pyx_f_13ncrypt_bignum_6BigNum___init__«:
ncrypt_bignum.c:157: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:158: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:161: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:161: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:163: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:163: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:169: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:169: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:177: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:177: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:184: Warnung: Implizite Deklaration der Funktion »BN_dec2bn«
ncrypt_bignum.c:184: Fehler: »struct __pyx_obj_13ncrypt_bignum_BigNum« hat kein Element namens »bn«
ncrypt_bignum.c:193: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:193: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:206: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:206: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:215: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:215: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:219: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:219: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:220: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:220: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c: In Funktion »__pyx_f_13ncrypt_bignum_6BigNum_clear«:
ncrypt_bignum.c:229: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:232: Warnung: Implizite Deklaration der Funktion »BN_clear«
ncrypt_bignum.c:232: Fehler: »struct __pyx_obj_13ncrypt_bignum_BigNum« hat kein Element namens »bn«
ncrypt_bignum.c:234: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:240: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:240: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:236: Warnung: Marke »__pyx_L1« definiert, aber nicht verwendet
ncrypt_bignum.c: In Funktion »__pyx_f_13ncrypt_bignum_6BigNum_toLong«:
ncrypt_bignum.c:254: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:257: Warnung: Implizite Deklaration der Funktion »BN_bn2dec«
ncrypt_bignum.c:257: Fehler: »struct __pyx_obj_13ncrypt_bignum_BigNum« hat kein Element namens »bn«
ncrypt_bignum.c:257: Warnung: Zuweisung erzeugt Zeiger von Ganzzahl ohne Typkonvertierung
ncrypt_bignum.c:274: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:274: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:282: Warnung: Implizite Deklaration der Funktion »OPENSSL_free«
ncrypt_bignum.c:296: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:299: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:299: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:300: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:300: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:301: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:301: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:305: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:305: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c: In Funktion »__pyx_f_13ncrypt_bignum_6BigNum_fromLong«:
ncrypt_bignum.c:325: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:326: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:329: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:329: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:331: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:331: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:338: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:338: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:346: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:346: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:354: Fehler: »struct __pyx_obj_13ncrypt_bignum_BigNum« hat kein Element namens »bn«
ncrypt_bignum.c:363: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:363: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:369: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:372: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:372: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:376: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:376: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:377: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:377: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c: In Funktion »__pyx_f_13ncrypt_bignum_6BigNum_numBytes«:
ncrypt_bignum.c:387: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:390: Warnung: Implizite Deklaration der Funktion »BN_num_bytes«
ncrypt_bignum.c:390: Fehler: »struct __pyx_obj_13ncrypt_bignum_BigNum« hat kein Element namens »bn«
ncrypt_bignum.c:395: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:398: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:398: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:402: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:402: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c: In Funktion »__pyx_f_13ncrypt_bignum_6BigNum_numBits«:
ncrypt_bignum.c:412: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:415: Warnung: Implizite Deklaration der Funktion »BN_num_bits«
ncrypt_bignum.c:415: Fehler: »struct __pyx_obj_13ncrypt_bignum_BigNum« hat kein Element namens »bn«
ncrypt_bignum.c:420: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:423: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:423: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:427: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:427: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c: In Funktion »__pyx_tp_new_13ncrypt_bignum_BigNum«:
ncrypt_bignum.c:447: Warnung: Übergabe des Arguments 1 von »t->tp_alloc« von inkompatiblem Zeigertyp
ncrypt_bignum.c:451: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:451: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c: In Funktion »__pyx_tp_dealloc_13ncrypt_bignum_BigNum«:
ncrypt_bignum.c:461: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:464: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:467: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:457: Warnung: Variable »p« wird nicht verwendet
ncrypt_bignum.c: In Funktion »__pyx_tp_traverse_13ncrypt_bignum_BigNum«:
ncrypt_bignum.c:472: Warnung: Variable »p« wird nicht verwendet
ncrypt_bignum.c:471: Warnung: Variable »e« wird nicht verwendet
ncrypt_bignum.c: In Funktion »__pyx_tp_clear_13ncrypt_bignum_BigNum«:
ncrypt_bignum.c:477: Warnung: Variable »p« wird nicht verwendet
ncrypt_bignum.c: Auf höchster Ebene:
ncrypt_bignum.c:532: Warnung: Elementüberschreitung in struct-Initialisierung
ncrypt_bignum.c:532: Warnung: (nahe der Initialisierung für »__pyx_tp_as_sequence_BigNum«)
ncrypt_bignum.c:533: Warnung: Elementüberschreitung in struct-Initialisierung
ncrypt_bignum.c:533: Warnung: (nahe der Initialisierung für »__pyx_tp_as_sequence_BigNum«)
ncrypt_bignum.c:534: Warnung: Elementüberschreitung in struct-Initialisierung
ncrypt_bignum.c:534: Warnung: (nahe der Initialisierung für »__pyx_tp_as_sequence_BigNum«)
ncrypt_bignum.c:535: Warnung: Elementüberschreitung in struct-Initialisierung
ncrypt_bignum.c:535: Warnung: (nahe der Initialisierung für »__pyx_tp_as_sequence_BigNum«)
ncrypt_bignum.c:536: Warnung: Elementüberschreitung in struct-Initialisierung
ncrypt_bignum.c:536: Warnung: (nahe der Initialisierung für »__pyx_tp_as_sequence_BigNum«)
ncrypt_bignum.c:537: Warnung: Elementüberschreitung in struct-Initialisierung
ncrypt_bignum.c:537: Warnung: (nahe der Initialisierung für »__pyx_tp_as_sequence_BigNum«)
ncrypt_bignum.c:538: Warnung: Elementüberschreitung in struct-Initialisierung
ncrypt_bignum.c:538: Warnung: (nahe der Initialisierung für »__pyx_tp_as_sequence_BigNum«)
ncrypt_bignum.c:539: Warnung: Elementüberschreitung in struct-Initialisierung
ncrypt_bignum.c:539: Warnung: (nahe der Initialisierung für »__pyx_tp_as_sequence_BigNum«)
ncrypt_bignum.c:540: Warnung: Elementüberschreitung in struct-Initialisierung
ncrypt_bignum.c:540: Warnung: (nahe der Initialisierung für »__pyx_tp_as_sequence_BigNum«)
ncrypt_bignum.c:541: Warnung: Elementüberschreitung in struct-Initialisierung
ncrypt_bignum.c:541: Warnung: (nahe der Initialisierung für »__pyx_tp_as_sequence_BigNum«)
ncrypt_bignum.c:545: Warnung: Elementüberschreitung in struct-Initialisierung
ncrypt_bignum.c:545: Warnung: (nahe der Initialisierung für »__pyx_tp_as_mapping_BigNum«)
ncrypt_bignum.c:546: Warnung: Elementüberschreitung in struct-Initialisierung
ncrypt_bignum.c:546: Warnung: (nahe der Initialisierung für »__pyx_tp_as_mapping_BigNum«)
ncrypt_bignum.c:547: Warnung: Elementüberschreitung in struct-Initialisierung
ncrypt_bignum.c:547: Warnung: (nahe der Initialisierung für »__pyx_tp_as_mapping_BigNum«)
ncrypt_bignum.c:558: Warnung: Initialisierung erzeugt Zeiger von Ganzzahl ohne Typkonvertierung
ncrypt_bignum.c:561: Warnung: Initialisierung erzeugt Zeiger von Ganzzahl ohne Typkonvertierung
ncrypt_bignum.c:596: Warnung: Initialisierung von inkompatiblem Zeigertyp
ncrypt_bignum.c: In Funktion »initncrypt_bignum«:
ncrypt_bignum.c:630: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:634: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c: In Funktion »__Pyx_Raise«:
ncrypt_bignum.c:662: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:663: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:664: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:667: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:667: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:670: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:678: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:681: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:681: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:684: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:685: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:685: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:687: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:687: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:689: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:689: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:689: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:691: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:700: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:700: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:703: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:711: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:717: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:717: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:718: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:718: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:719: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:719: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c: In Funktion »__Pyx_InitStrings«:
ncrypt_bignum.c:735: Warnung: Übergabe des Arguments 2 von »PyString_FromStringAndSize« erzeugt Zeiger von Ganzzahl ohne Typkonvertierung
ncrypt_bignum.c: In Funktion »__Pyx_SetVtable«:
ncrypt_bignum.c:758: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:758: Fehler: »PyObject« hat kein Element namens »ob_type«
In file included from ncrypt_bignum.c:763:
/usr/include/python2.5/frameobject.h: Auf höchster Ebene:
/usr/include/python2.5/frameobject.h:17: Fehler: Feld »ob_refcnt« als Funktion deklariert
/usr/include/python2.5/frameobject.h:17: Fehler: Feld »ob_size« als Funktion deklariert
ncrypt_bignum.c: In Funktion »__Pyx_AddTraceback«:
ncrypt_bignum.c:812: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:812: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:813: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:813: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:814: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:814: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:815: Fehler: »PyObject« hat kein Element namens »ob_refcnt«
ncrypt_bignum.c:815: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:816: Fehler: »PyObject« hat kein Element namens »ob_type«
ncrypt_bignum.c:817: Fehler: »PyObject« hat kein Element namens »ob_type«
error: command 'gcc' failed with exit status 1
hs@solaris:~/.cspace/ncrypt-0.6.4$


Kann mir jedmand sagen, dass mein python oder gcc für ein Problem hat??

Greetz, Fugu
IBM ThinkPad X24 | PIII M 1133MHz CPU | 640 MB RAM | ATI Mobility Radeon M6 | Netgear GA511 PCMCIA WLAN-Card
kubuntu Feisty Fawn 7.04 | Kernel 2.6.20-16-generic | KDE 3.5.6

Benutzer #401240

luigi

User

  • »luigi« ist männlich

Beiträge: 1 213

Registrierungsdatum: 24.11.2005

Derivat: Ubuntu

Architektur: 64-Bit PC

  • Nachricht senden

2

23.07.2007, 23:00

dir fehlen ein paar dev Pakete!

Ich hab jetzt weder die Anleitung gelesen noch werde ich dir Pakete raussuchen...

aber auf folgender Seite kannst nach Paketen suchen, welche die Dateien enthalten:
http://packages.ubuntu.com/ (Search contens of packages)

Suche Pakete wo folgende Fehlermeldung auftritt:
z. B. limits.h: No such file or directory (Zeile 15 in deinem Posting)
hier wäre das Paket: gcc-4.1

Gruß
Luigi

fugu

User

  • »fugu« ist männlich
  • »fugu« ist der Autor dieses Themas

Beiträge: 16

Registrierungsdatum: 17.07.2007

  • Nachricht senden

3

23.07.2007, 23:23

Hmmm, gcc fehlt aber gar nicht,,,

Quellcode

1
2
3
4
5
6
7
hs@solaris:~$ dpkg -l | grep gcc
ii  gcc                                        4.1.2-1ubuntu1                         The GNU C compiler
ii  gcc-3.3-base                               3.3.6-15ubuntu1                        The GNU Compiler Collection (base package)
ii  gcc-4.1                                    4.1.2-0ubuntu4                         The GNU C compiler
ii  gcc-4.1-base                               4.1.2-0ubuntu4                         The GNU Compiler Collection (base package)
ii  libgcc1                                    4.1.2-0ubuntu4                         GCC support library
hs@solaris:~$
IBM ThinkPad X24 | PIII M 1133MHz CPU | 640 MB RAM | ATI Mobility Radeon M6 | Netgear GA511 PCMCIA WLAN-Card
kubuntu Feisty Fawn 7.04 | Kernel 2.6.20-16-generic | KDE 3.5.6

Benutzer #401240

  • »just_phil« ist männlich

Beiträge: 762

Registrierungsdatum: 03.01.2006

Derivat: Ubuntu

Architektur: 32-Bit PC

  • Nachricht senden

4

24.07.2007, 00:27

verschoben nach "messenger, icq und irc".


phil
Arbeitskiste: CPU: Athlon 64 X2 3800+ | Board: Abit AN8 SLI | GPU: Radeon X850XT | RAM: 1024 MB MDT PC3200 | HDD: 300 GB Samsung SATAII | Sound: Audigy 2 ZS | OS: Linux Mint 5.0 "Elyssa" & Ubuntu 8.04 "Hardy Heron"

Mobiler Kollege (Acer Extensa 5620): CPU: Intel Core 2 Duo T5250 | GPU: Radeon 2400XT | RAM: 2048 MB PC3200 | HDD: 160 GB | OS: Linux Mint 5.0 "Elyssa" & Windows Vista