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ć?
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
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
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
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
e17 z http://www.enlightenment.org/Enlightenment/Get_Enlightenment.html
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
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).
http://enlightenment.freedesktop.org/
Więc nie wymagaj pomysłów, tylko stosuj instrukcję instalacji.
Offline