Mam problem ze skompilowaniem paczki z najnowszym xautomation 1.06.
Opisze więc co robię:
- rozpakowuje plik xautomation-1.06.tar.gz i poprzez Terminal wchodzę w powstały katalog;
- pierwsze polecenie
Kod: Zaznacz cały
./configure
Kod: Zaznacz cały
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for png_read_info in -lpng... no
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for an ANSI C-conforming const... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for bzero... yes
checking for wmemset... yes
checking for mbstowcs... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
Kod: Zaznacz cały
make
Kod: Zaznacz cały
gcc -DPACKAGE_NAME=\"xautomation\" -DPACKAGE_TARNAME=\"xautomation\" -DPACKAGE_VERSION=\"1.06\" -DPACKAGE_STRING=\"xautomation\ 1.06\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"xautomation\" -DVERSION=\"1.06\" -DDEBUG_A_LOO=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LOCALE_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_BZERO=1 -DHAVE_WMEMSET=1 -DHAVE_MBSTOWCS=1 -I. -g -O2 -MT xte.o -MD -MP -MF .deps/xte.Tpo -c -o xte.o xte.c
xte.c:24:34: fatal error: X11/extensions/XTest.h: Nie ma takiego pliku ani katalogu
compilation terminated.
make: *** [xte.o] Błąd 1
Kod: Zaznacz cały
Just your plain configure/make/make install
Czy ktoś próbował u siebie instalacji tego pakietu w wersji nowszej niż 1.03 która jest w repozytorium? Może ktoś będzie wstanie powiedzieć mi czy przy "make" powinienem dodać jeszcze jakiś opcje? Dodam tylko że to chyba moja pierwsza (w dodatku nie udana) próba zbudowania paczki.
//bear7: Polecenia, a także i wyniki poleceń umieszczaj pomiędzy znacznikami CODE, a nie QUOTE.