Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Fragment ./configure
checking for bison... bison checking version of bison... v. ?.??, bad checking whether NLS is requested... yes checking whether included gettext is requested... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for esd-config... /usr/bin/esd-config checking for ESD - version >= 0.2.17... yes ./configure: line 13423: imlib2-config: command not found ./configure: line 13424: imlib2-config: command not found checking for imlib_create_image in -lImlib2... no configure: error: Fatal Error: no Imlib2 detected.
a więc co zrobić?
Offline
apt-get install libimlib2-dev
Offline
Kod:
./configure: line 13423: imlib2-config: command not found ./configure: line 13424: imlib2-config: command not found checking for imlib_create_image in -lImlib2... no configure: error: Fatal Error: no Imlib2 detected.a więc co zrobić?[/quote]
apt-file search imlib2-config
libimlib2-dev: usr/bin/imlib2-config
libimlib2-dev: usr/share/man/man1/imlib2-config.1.gz
apt-get install libimlib2-dev
[url=http://www.debian.org/][img]http://www.debian.org/logos/openlogo-nd-50.png[/img][/url]
Offline
./configure poszło, ale make...
make all-recursive make[1]: Wejście do katalogu `/home/pietro/e' Making all in intl make[2]: Wejście do katalogu `/home/pietro/e/intl' make[2]: Nie ma nic do roboty w `all'. make[2]: Opuszczenie katalogu `/home/pietro/e/intl' Making all in dox make[2]: Wejście do katalogu `/home/pietro/e/dox' make[2]: Nie ma nic do roboty w `all'. make[2]: Opuszczenie katalogu `/home/pietro/e/dox' Making all in eesh make[2]: Wejście do katalogu `/home/pietro/e/eesh' make[2]: Nie ma nic do roboty w `all'. make[2]: Opuszczenie katalogu `/home/pietro/e/eesh' Making all in epp make[2]: Wejście do katalogu `/home/pietro/e/epp' make[2]: Nie ma nic do roboty w `all'. make[2]: Opuszczenie katalogu `/home/pietro/e/epp' Making all in src make[2]: Wejście do katalogu `/home/pietro/e/src' make[3]: Wejście do katalogu `/home/pietro/e/src' if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -g -O2 -MT draw.o -MD -MP -MF ".deps/draw.Tpo" -c -o draw.o draw.c; then mv -f ".deps/draw.Tpo" ".deps/draw.Po"; else rm -f ".deps/draw.Tpo"; exit 1; fi draw.c:1280:36: error: X11/bitmaps/flipped_gray: Nie ma takiego pliku ani katalogu draw.c:1281:28: error: X11/bitmaps/gray: Nie ma takiego pliku ani katalogu draw.c:1282:29: error: X11/bitmaps/gray3: Nie ma takiego pliku ani katalogu draw.c: In function ‘DrawEwinShape’: draw.c:1358: error: ‘flipped_gray_bits’ undeclared (first use in this function) draw.c:1358: error: (Each undeclared identifier is reported only once draw.c:1358: error: for each function it appears in.) draw.c:1359: error: ‘flipped_gray_width’ undeclared (first use in this function)draw.c:1359: error: ‘flipped_gray_height’ undeclared (first use in this function) draw.c:1361: error: ‘gray_bits’ undeclared (first use in this function) draw.c:1361: error: ‘gray_width’ undeclared (first use in this function) draw.c:1362: error: ‘gray_height’ undeclared (first use in this function) draw.c:1364: error: ‘gray3_bits’ undeclared (first use in this function) draw.c:1364: error: ‘gray3_width’ undeclared (first use in this function) draw.c:1365: error: ‘gray3_height’ undeclared (first use in this function) make[3]: *** [draw.o] Błąd 1 make[3]: Opuszczenie katalogu `/home/pietro/e/src' make[2]: *** [all-recursive] Błąd 1 make[2]: Opuszczenie katalogu `/home/pietro/e/src' make[1]: *** [all-recursive] Błąd 1 make[1]: Opuszczenie katalogu `/home/pietro/e' make: *** [all] Błąd 2
Offline
apt-get install axiom
Offline
make all-recursive make[1]: Wejście do katalogu `/home/pietro/e' Making all in intl make[2]: Wejście do katalogu `/home/pietro/e/intl' make[2]: Nie ma nic do roboty w `all'. make[2]: Opuszczenie katalogu `/home/pietro/e/intl' Making all in dox make[2]: Wejście do katalogu `/home/pietro/e/dox' make[2]: Nie ma nic do roboty w `all'. make[2]: Opuszczenie katalogu `/home/pietro/e/dox' Making all in eesh make[2]: Wejście do katalogu `/home/pietro/e/eesh' make[2]: Nie ma nic do roboty w `all'. make[2]: Opuszczenie katalogu `/home/pietro/e/eesh' Making all in epp make[2]: Wejście do katalogu `/home/pietro/e/epp' make[2]: Nie ma nic do roboty w `all'. make[2]: Opuszczenie katalogu `/home/pietro/e/epp' Making all in src make[2]: Wejście do katalogu `/home/pietro/e/src' make[3]: Wejście do katalogu `/home/pietro/e/src' if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -g -O2 -MT draw.o -MD -MP -MF ".deps/draw.Tpo" -c -o draw.o draw.c; then mv -f ".deps/draw.Tpo" ".deps/draw.Po"; else rm -f ".deps/draw.Tpo"; exit 1; fi draw.c:1280:36: error: X11/bitmaps/flipped_gray: Nie ma takiego pliku ani katalogu draw.c:1281:28: error: X11/bitmaps/gray: Nie ma takiego pliku ani katalogu draw.c:1282:29: error: X11/bitmaps/gray3: Nie ma takiego pliku ani katalogu draw.c: In function ‘DrawEwinShape’: draw.c:1358: error: ‘flipped_gray_bits’ undeclared (first use in this function) draw.c:1358: error: (Each undeclared identifier is reported only once draw.c:1358: error: for each function it appears in.) draw.c:1359: error: ‘flipped_gray_width’ undeclared (first use in this function) draw.c:1359: error: ‘flipped_gray_height’ undeclared (first use in this function) draw.c:1361: error: ‘gray_bits’ undeclared (first use in this function) draw.c:1361: error: ‘gray_width’ undeclared (first use in this function) draw.c:1362: error: ‘gray_height’ undeclared (first use in this function) draw.c:1364: error: ‘gray3_bits’ undeclared (first use in this function) draw.c:1364: error: ‘gray3_width’ undeclared (first use in this function) draw.c:1365: error: ‘gray3_height’ undeclared (first use in this function) make[3]: *** [draw.o] Błąd 1 make[3]: Opuszczenie katalogu `/home/pietro/e/src' make[2]: *** [all-recursive] Błąd 1 make[2]: Opuszczenie katalogu `/home/pietro/e/src' make[1]: *** [all-recursive] Błąd 1 make[1]: Opuszczenie katalogu `/home/pietro/e' make: *** [all] Błąd 2
:/
Offline
apt-file search X11/bitmaps/gray
Offline
root@ubuntu:/home/pietro # apt-file search X11/bitmaps/gray root@ubuntu:/home/pietro # exit exit pietro@ubuntu:~$ cd e pietro@ubuntu:~/e$ make make all-recursive make[1]: Wejście do katalogu `/home/pietro/e' Making all in intl make[2]: Wejście do katalogu `/home/pietro/e/intl' make[2]: Nie ma nic do roboty w `all'. make[2]: Opuszczenie katalogu `/home/pietro/e/intl' Making all in dox make[2]: Wejście do katalogu `/home/pietro/e/dox' make[2]: Nie ma nic do roboty w `all'. make[2]: Opuszczenie katalogu `/home/pietro/e/dox' Making all in eesh make[2]: Wejście do katalogu `/home/pietro/e/eesh' make[2]: Nie ma nic do roboty w `all'. make[2]: Opuszczenie katalogu `/home/pietro/e/eesh' Making all in epp make[2]: Wejście do katalogu `/home/pietro/e/epp' make[2]: Nie ma nic do roboty w `all'. make[2]: Opuszczenie katalogu `/home/pietro/e/epp' Making all in src make[2]: Wejście do katalogu `/home/pietro/e/src' make[3]: Wejście do katalogu `/home/pietro/e/src' if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -g -O2 -MT draw.o -MD -MP -MF ".deps/draw.Tpo" -c -o draw.o draw.c; then mv -f ".deps/draw.Tpo" ".deps/draw.Po"; else rm -f ".deps/draw.Tpo"; exit 1; fi draw.c:1280:36: error: X11/bitmaps/flipped_gray: Nie ma takiego pliku ani katalogu draw.c:1281:28: error: X11/bitmaps/gray: Nie ma takiego pliku ani katalogu draw.c:1282:29: error: X11/bitmaps/gray3: Nie ma takiego pliku ani katalogu draw.c: In function ‘DrawEwinShape’: draw.c:1358: error: ‘flipped_gray_bits’ undeclared (first use in this function) draw.c:1358: error: (Each undeclared identifier is reported only once draw.c:1358: error: for each function it appears in.) draw.c:1359: error: ‘flipped_gray_width’ undeclared (first use in this function) draw.c:1359: error: ‘flipped_gray_height’ undeclared (first use in this function) draw.c:1361: error: ‘gray_bits’ undeclared (first use in this function) draw.c:1361: error: ‘gray_width’ undeclared (first use in this function) draw.c:1362: error: ‘gray_height’ undeclared (first use in this function) draw.c:1364: error: ‘gray3_bits’ undeclared (first use in this function) draw.c:1364: error: ‘gray3_width’ undeclared (first use in this function) draw.c:1365: error: ‘gray3_height’ undeclared (first use in this function) draw.c: At top level: draw.c:1892: fatal error: opening dependency file .deps/draw.Tpo: Brak dostępu compilation terminated. make[3]: *** [draw.o] Błąd 1 make[3]: Opuszczenie katalogu `/home/pietro/e/src' make[2]: *** [all-recursive] Błąd 1 make[2]: Opuszczenie katalogu `/home/pietro/e/src' make[1]: *** [all-recursive] Błąd 1 make[1]: Opuszczenie katalogu `/home/pietro/e' make: *** [all] Błąd 2
:|
Offline
może spróbuj konfiguracji z parametrem --x-includes=/usr/X11R6/include
Offline
Spróbowałem ale nadal błędy:
then mv -f ".deps/draw.Tpo" ".deps/draw.Po"; else rm -f ".deps/draw.Tpo"; exit 1; fi draw.c:1280:36: error: X11/bitmaps/flipped_gray: Nie ma takiego pliku ani katalogu draw.c:1281:28: error: X11/bitmaps/gray: Nie ma takiego pliku ani katalogu draw.c:1282:29: error: X11/bitmaps/gray3: Nie ma takiego pliku ani katalogu draw.c: In function ‘DrawEwinShape’: draw.c:1358: error: ‘flipped_gray_bits’ undeclared (first use in this function) draw.c:1358: error: (Each undeclared identifier is reported only once draw.c:1358: error: for each function it appears in.) draw.c:1359: error: ‘flipped_gray_width’ undeclared (first use in this function) draw.c:1359: error: ‘flipped_gray_height’ undeclared (first use in this function) draw.c:1361: error: ‘gray_bits’ undeclared (first use in this function) draw.c:1361: error: ‘gray_width’ undeclared (first use in this function) draw.c:1362: error: ‘gray_height’ undeclared (first use in this function) draw.c:1364: error: ‘gray3_bits’ undeclared (first use in this function) draw.c:1364: error: ‘gray3_width’ undeclared (first use in this function) draw.c:1365: error: ‘gray3_height’ undeclared (first use in this function)
Offline
Co w ógle kompilujesz?
Offline
e17 z [url]http://www.enlightenment.org/Enlightenment/Get_Enlightenment.html[/url]
Prubowałem najpierw aptnąć, ale nic z tego nie wyszło... jedna paczka chciała inną paczkę która chciała jeszcze inną paczkę itd....
Więc chcę skompilować i zainstalować.
Offline
Widzę, że e17 jest tylko z cvs, z jakiej instrukcji instalacji korzysałeś?
Offline
Eee...
No po prostu ściągnąłem źródła z wyżej wymienionego linka, rozpakowałem, potem ./configure... Stanardowo.
Offline
Nikt nie ma żadnych pomysłów? Może jakoś inaczej da się to zainstalować?
Offline
Jeśli budujesz e17 to zastosuj się od instrukcji.
Enlightenment 0.17 : If you want E17 running you will need to get and compile (in order): eet, evas, ecore, embryo, imlib2, edje, enlightenment. You can run enlightenment as your window manager. You can also try it in Xnest. We assume you know how to change window managers already (by hand).[/quote]
http://enlightenment.freedesktop.org/
Więc nie wymagaj pomysłów, tylko stosuj instrukcję instalacji.
[url=http://www.debian.org/][img]http://www.debian.org/logos/openlogo-nd-50.png[/img][/url]
Offline
Time (s) | Query |
---|---|
0.00012 | SET CHARSET latin2 |
0.00004 | SET NAMES latin2 |
0.00118 | SELECT u.*, g.*, o.logged FROM punbb_users AS u INNER JOIN punbb_groups AS g ON u.group_id=g.g_id LEFT JOIN punbb_online AS o ON o.ident='18.117.172.189' WHERE u.id=1 |
0.00088 | REPLACE INTO punbb_online (user_id, ident, logged) VALUES(1, '18.117.172.189', 1732564157) |
0.00051 | SELECT * FROM punbb_online WHERE logged<1732563857 |
0.00074 | SELECT topic_id FROM punbb_posts WHERE id=17311 |
0.00006 | SELECT id FROM punbb_posts WHERE topic_id=2134 ORDER BY posted |
0.00058 | SELECT t.subject, t.closed, t.num_replies, t.sticky, f.id AS forum_id, f.forum_name, f.moderators, fp.post_replies, 0 FROM punbb_topics AS t INNER JOIN punbb_forums AS f ON f.id=t.forum_id LEFT JOIN punbb_forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id=3) WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND t.id=2134 AND t.moved_to IS NULL |
0.00005 | SELECT search_for, replace_with FROM punbb_censoring |
0.00203 | SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online FROM punbb_posts AS p INNER JOIN punbb_users AS u ON u.id=p.poster_id INNER JOIN punbb_groups AS g ON g.g_id=u.group_id LEFT JOIN punbb_online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.topic_id=2134 ORDER BY p.id LIMIT 0,25 |
0.00093 | UPDATE punbb_topics SET num_views=num_views+1 WHERE id=2134 |
Total query time: 0.00712 s |