Sto cercando di compilare gtk-splitter su ubuntu JJ x86_64. Dentro il source c'è uno script che si chiama build deb. Il problema è che mi crea un deb i386 e non amd64. Procedo allora con la solita procedura ./configure make make install, ma al ./configure accade un errore che non riesco a risolvere. Vi posto l'output:
Codice: Seleziona tutto
luca@luca-desktop:~/Scrivania/gtk-splitter-2.2.1$ ./configure
./configure: line 928: config.log: Permission denied
luca@luca-desktop:~/Scrivania/gtk-splitter-2.2.1$ sudo su
[sudo] password for luca:
Sorry, try again.
[sudo] password for luca:
root@luca-desktop:/home/luca/Scrivania/gtk-splitter-2.2.1# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 ANSI C... 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 a BSD-compatible install... /usr/bin/install -c
checking for pkg-config... /usr/bin/pkg-config
checking for "gtk+-2.0"... Package gtk+-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtk+-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gtk+-2.0' found
configure: error: Library requirements ("gtk+-2.0") not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
