Ik heb gtkmsn gedownload. En ik dacht ik ga hem es installen (zit weeres geen readme bij
) dus ik voer het commando make in. (leek mij het meest gepast) maar ik kreeg dit:
Wat is er fout?
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
| [akrobatik@AkroBatik gtkmsn]$ make
Making all in src
make[1]: Entering directory `/home/akrobatik/gtkmsn/src'
gcc -DPACKAGE=\"gtkmsn\" -DVERSION=\"0.1\" -I. -I. -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED-DGTK_DISABLE_DEPRECATED -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -g -O2 -c client.c
In file included from msn.h:19,
from client.h:19,
from client.c:16:
str_util.h:14:6: warning: no newline at end of file
str_util.h:14:6: warning: no newline at end of file
In file included from msn_contact.h:4,
from msn.h:20,
from client.h:19,
from client.c:16:
global.h:9:21: gtk/gtk.h: No such file or directory
global.h:65:7: warning: no newline at end of file
global.h:65:7: warning: no newline at end of file
In file included from msn.h:20,
from client.h:19,
from client.c:16:
msn_contact.h:26:6: warning: no newline at end of file
msn_contact.h:26:6: warning: no newline at end of file
In file included from msn.h:21,
from client.h:19,
from client.c:16:
net.h:18:6: warning: no newline at end of file
net.h:18:6: warning: no newline at end of file
In file included from gui.h:20,
from msn.h:22,
from client.h:19,
from client.c:16:
msn.h:51:6: warning: no newline at end of file
msn.h:51:6: warning: no newline at end of file
In file included from gtk_spec.h:4,
from gui.h:21,
from msn.h:22,
from client.h:19,
from client.c:16:
global.h:65:7: warning: no newline at end of file
global.h:65:7: warning: no newline at end of file
In file included from gui.h:21,
from msn.h:22,
from client.h:19,
from client.c:16:
gtk_spec.h:32:6: warning: no newline at end of file
gtk_spec.h:32:6: warning: no newline at end of file
In file included from msn.h:22,
from client.h:19,
from client.c:16:
gui.h:44:6: warning: no newline at end of file
gui.h:44:6: warning: no newline at end of file
In file included from client.h:19,
from client.c:16:
msn.h:51:6: warning: no newline at end of file
msn.h:51:6: warning: no newline at end of file
In file included from client.h:22,
from client.c:16:
global.h:65:7: warning: no newline at end of file
global.h:65:7: warning: no newline at end of file
In file included from client.c:16:
client.h:26:6: warning: no newline at end of file
client.h:26:6: warning: no newline at end of file
make[1]: *** [client.o] Error 1
make[1]: Leaving directory `/home/akrobatik/gtkmsn/src'
make: *** [all-recursive] Error 1 |
Wat is er fout?
.