-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherrors
83 lines (83 loc) · 5.09 KB
/
errors
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
make all-recursive
make[1] : on entre dans le répertoire « /home/edmond/software/oleo-1.99.16 »
Making all in doc
make[2] : on entre dans le répertoire « /home/edmond/software/oleo-1.99.16/doc »
/usr/bin/perl ../doc/texi2html ./oleo.texi
Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/\@(x|px|info|)ref{ <-- HERE ([^{}]+)(}?)/ at ../doc/texi2html line 3177.
Makefile:386: recipe for target 'oleo.html' failed
make[2]: [oleo.html] Error 2 (ignorée)
make[2] : on quitte le répertoire « /home/edmond/software/oleo-1.99.16/doc »
Making all in lib
make[2] : on entre dans le répertoire « /home/edmond/software/oleo-1.99.16/lib »
make[2]: rien à faire pour « all ».
make[2] : on quitte le répertoire « /home/edmond/software/oleo-1.99.16/lib »
Making all in intl
make[2] : on entre dans le répertoire « /home/edmond/software/oleo-1.99.16/intl »
make[2]: rien à faire pour « all ».
make[2] : on quitte le répertoire « /home/edmond/software/oleo-1.99.16/intl »
Making all in src
make[2] : on entre dans le répertoire « /home/edmond/software/oleo-1.99.16/src »
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I../lib -I../intl -g -O2 -DLOCALEDIR=\"/usr/local/share/locale\" -DBUILD_PREFIX='"'/usr/local'"' -c io-term.c
In file included from io-term.c:68:0:
mdi.h:35:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
#endif _MDI_H_
^~~~~~~
io-term.c: In function ‘do_set_option’:
io-term.c:237:34: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
*((char *)Preferences[i].var) = strdup(ptr);
^
io-term.c: In function ‘main’:
io-term.c:990:3: warning: implicit declaration of function ‘bindtextdomain’ [-Wimplicit-function-declaration]
bindtextdomain(PACKAGE, LOCALEDIR);
^~~~~~~~~~~~~~
io-term.c:991:3: warning: implicit declaration of function ‘textdomain’; did you mean ‘nexttoward’? [-Wimplicit-function-declaration]
textdomain(PACKAGE);
^~~~~~~~~~
nexttoward
gcc -g -O2 -DLOCALEDIR=\"/usr/local/share/locale\" -DBUILD_PREFIX='"'/usr/local'"' -o oleo parse.o byte-compile.o eval.o ref.o decompile.o sort.o regions.o utils.o lists.o io-term.o io-utils.o io-x11.o window.o io-edit.o line.o key.o format.o funcs.o hash.o ir.o io-curses.o font.o display.o init.o sylk.o oleofile.o sc.o list.o busi.o string.o cells.o cmd.o basic.o args.o stub.o input.o info.o help.o graph.o plot.o forminfo.o posixtm.o date.o xrdb.o io-motif.o appres.o fallback.o mysql.o print.o postscript.o pcl.o epson.o prtext.o afm.o mdi.o gsl.o plotter.o legend.o -lSM -lICE -lXm -lXbae ../lib/liboleo.a ../intl/libintl.a -lXpm -lXm -lSM -lICE -lXt -lX11 -lm -lncurses -L/usr/local/lib
make[2] : on quitte le répertoire « /home/edmond/software/oleo-1.99.16/src »
Making all in m4
make[2] : on entre dans le répertoire « /home/edmond/software/oleo-1.99.16/m4 »
make[2]: rien à faire pour « all ».
make[2] : on quitte le répertoire « /home/edmond/software/oleo-1.99.16/m4 »
Making all in po
make[2] : on entre dans le répertoire « /home/edmond/software/oleo-1.99.16/po »
PATH=../src:$PATH /usr/bin/xgettext --default-domain=oleo --directory=.. \
--add-comments --keyword=_ --keyword=N_ \
--files-from=./POTFILES.in \
&& test ! -f oleo.po \
|| ( rm -f ./oleo.pot \
&& mv oleo.po ./oleo.pot )
/usr/bin/xgettext: Chaîne non-ASCII à src/io-term.c:1025.
Veuillez spécifier l'encodage de la source avec l'option « --from-code ».
mv: impossible d'évaluer 'oleo.po': Aucun fichier ou dossier de ce type
Makefile:88: recipe for target 'oleo.pot' failed
make[2]: [oleo.pot] Error 1 (ignorée)
rm -f cat-id-tbl.tmp
sed -f ../intl/po2tbl.sed ./oleo.pot \
| sed -e "s/@PACKAGE NAME@/oleo/" > cat-id-tbl.tmp
sed: impossible de lire ./oleo.pot: Aucun fichier ou dossier de ce type
if cmp -s cat-id-tbl.tmp ./cat-id-tbl.c; then \
rm cat-id-tbl.tmp; \
else \
echo cat-id-tbl.c changed; \
rm -f ./cat-id-tbl.c; \
mv cat-id-tbl.tmp ./cat-id-tbl.c; \
fi
cd . && rm -f stamp-cat-id && echo timestamp > stamp-cat-id
make[2] : on quitte le répertoire « /home/edmond/software/oleo-1.99.16/po »
Making all in Xresources
make[2] : on entre dans le répertoire « /home/edmond/software/oleo-1.99.16/Xresources »
make[2]: rien à faire pour « all ».
make[2] : on quitte le répertoire « /home/edmond/software/oleo-1.99.16/Xresources »
Making all in examples
make[2] : on entre dans le répertoire « /home/edmond/software/oleo-1.99.16/examples »
make[2]: rien à faire pour « all ».
make[2] : on quitte le répertoire « /home/edmond/software/oleo-1.99.16/examples »
Making all in afm
make[2] : on entre dans le répertoire « /home/edmond/software/oleo-1.99.16/afm »
make[2]: rien à faire pour « all ».
make[2] : on quitte le répertoire « /home/edmond/software/oleo-1.99.16/afm »
make[2] : on entre dans le répertoire « /home/edmond/software/oleo-1.99.16 »
make[2] : on quitte le répertoire « /home/edmond/software/oleo-1.99.16 »
make[1] : on quitte le répertoire « /home/edmond/software/oleo-1.99.16 »