Ik heb het volgende probleem bij het compileren van KDE 2.2.2:
Dit probleem treedt op vanaf alle versies KDELIBS hoger dan 2.0.1
Wat kan ik er aan doen? (ik ga geen rpm's installeren)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
| imac:/home/simon/kdelibs-2.2.2/khtml/ecma # make /bin/sh ../../libtool --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../khtml -I../../khtml/misc -I../../khtml/css -I../../khtml/dom -I../../khtml/xml -I../../khtml/html -I../../dcop -I../../libltdl -I../../kdecore -I../../kdeui -I../../kssl -I/usr/qt/include -I/usr/X11R6/include -I/usr/kde/include -D_REENTRANT -I/usr/local/include -O2 -fno-exceptions -fno-check-new -ftemplate-depth-99 -DQT_NO_TRANSLATION -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -fexceptions -c kjs_html.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../khtml -I../../khtml/misc -I../../khtml/css -I../../khtml/dom -I../../khtml/xml -I../../khtml/html -I../../dcop -I../../libltdl -I../../kdecore -I../../kdeui -I../../kssl -I/usr/qt/include -I/usr/X11R6/include -I/usr/kde/include -D_REENTRANT -I/usr/local/include -O2 -fno-exceptions -fno-check-new -ftemplate-depth-99 -DQT_NO_TRANSLATION -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -fexceptions -c kjs_html.cpp -fPIC -DPIC -o .libs/kjs_html.o /tmp/ccf8MnE6.s: Assembler messages: /tmp/ccf8MnE6.s:25954: Error: operand out of range (-34128 not between -32768 and 32767) /tmp/ccf8MnE6.s:25978: Error: operand out of range (-34204 not between -32768 and 32767) /tmp/ccf8MnE6.s:26015: Error: operand out of range (-34316 not between -32768 and 32767) /tmp/ccf8MnE6.s:26102: Error: operand out of range (-34296 not between -32768 and 32767) /tmp/ccf8MnE6.s:26139: Error: operand out of range (-34408 not between -32768 and 32767) /tmp/ccf8MnE6.s:26216: Error: operand out of range (-34552 not between -32768 and 32767) /tmp/ccf8MnE6.s:26253: Error: operand out of range (-34052 not between -32768 an d 32767) /tmp/ccf8MnE6.s:26290: Error: operand out of range (-33956 not between -32768 an d 32767) /tmp/ccf8MnE6.s:26324: Error: operand out of range (-33132 not between -32768 an d 32767) /tmp/ccf8MnE6.s:26348: Error: operand out of range (-33208 not between -32768 an d 32767) /tmp/ccf8MnE6.s:26372: Error: operand out of range (-33284 not between -32768 an d 32767) /tmp/ccf8MnE6.s:26396: Error: operand out of range (-33360 not between -32768 an d 32767) /tmp/ccf8MnE6.s:26484: Error: operand out of range (-33340 not between -32768 an d 32767) /tmp/ccf8MnE6.s:26521: Error: operand out of range (-33452 not between -32768 an d 32767) /tmp/ccf8MnE6.s:26598: Error: operand out of range (-33396 not between -32768 an d 32767) /tmp/ccf8MnE6.s:26635: Error: operand out of range (-33508 not between -32768 an d 32767) /tmp/ccf8MnE6.s:26712: Error: operand out of range (-32996 not between -32768 an d 32767) /tmp/ccf8MnE6.s:26736: Error: operand out of range (-33072 not between -32768 an d 32767) /tmp/ccf8MnE6.s:26773: Error: operand out of range (-33184 not between -32768 an d 32767) /tmp/ccf8MnE6.s:26860: Error: operand out of range (-33164 not between -32768 an d 32767) /tmp/ccf8MnE6.s:26897: Error: operand out of range (-33276 not between -32768 an d 32767) make: *** [kjs_html.lo] Error 1 |
Dit probleem treedt op vanaf alle versies KDELIBS hoger dan 2.0.1
Wat kan ik er aan doen? (ik ga geen rpm's installeren)