Cheese no Slackware 14.2 [RESOLVIDO]

1. Cheese no Slackware 14.2 [RESOLVIDO]

skjdeecedcnfncvnrfcnrncjvnjrnfvjcnjrjvcjrvcj
Londreslondres

(usa Parabola)

Enviado em 02/09/2018 - 10:54h

Como faço para instalar o Cheese no Slackware 14.2?

Instalei um pacote do Cheese para o Slackware 13.37, mas não funcionou no meu 14.2.

Eu sei que existem outras alternativas, mas eu prefiro o Cheese.


  


3. Re: Cheese no Slackware 14.2 [RESOLVIDO]

Paulo Jr
Pebis

(usa Debian)

Enviado em 02/09/2018 - 11:03h

Tenta baixar os fontes e compilar!


4. Re: Cheese no Slackware 14.2

skjdeecedcnfncvnrfcnrncjvnjrnfvjcnjrjvcjrvcj
Londreslondres

(usa Parabola)

Enviado em 02/09/2018 - 11:19h

Pebis escreveu:

Tenta baixar os fontes e compilar!


Encontrei o GitHub do Cheese: https://github.com/GNOME/cheese

Li o README, mas ele não me explicou como compilar.

Como faço?


5. Re: Cheese no Slackware 14.2

Paulo Jr
Pebis

(usa Debian)

Enviado em 02/09/2018 - 11:23h

Londreslondres escreveu:

Pebis escreveu:

Tenta baixar os fontes e compilar!


Encontrei o GitHub do Cheese: https://github.com/GNOME/cheese

Li o README, mas ele não me explicou como compilar.

Como faço?


Leia o INSTALL

"Briefly, the shell command './configure && make && make install'
should configure, build, and install this package... "

Lembrando que possivelmente terá que resolver dependências manualmente.


6. Re: Cheese no Slackware 14.2

skjdeecedcnfncvnrfcnrncjvnjrnfvjcnjrjvcjrvcj
Londreslondres

(usa Parabola)

Enviado em 02/09/2018 - 11:30h

Pebis escreveu:

Londreslondres escreveu:

Pebis escreveu:

Tenta baixar os fontes e compilar!


Encontrei o GitHub do Cheese: https://github.com/GNOME/cheese

Li o README, mas ele não me explicou como compilar.

Como faço?


Leia o INSTALL

"Briefly, the shell command './configure && make && make install'
should configure, build, and install this package... "

Lembrando que possivelmente terá que resolver dependências manualmente.


Não encontrei esse arquivo "INSTALL".

Digitei esse comando e não deu certo.

bash-4.3# ./configure && make && make install 
bash: ./configure: No such file or directory





7. Re: Cheese no Slackware 14.2 [RESOLVIDO]

8. Re: Cheese no Slackware 14.2 [RESOLVIDO]

Paulo Jr
Pebis

(usa Debian)

Enviado em 02/09/2018 - 11:47h

um problema grande... gnome-desktop é uma dependência.


9. Re: Cheese no Slackware 14.2

skjdeecedcnfncvnrfcnrncjvnjrnfvjcnjrjvcjrvcj
Londreslondres

(usa Parabola)

Enviado em 02/09/2018 - 11:49h



Não consegui:
bash-4.3# ./configure && make && make install 
checking for a BSD-compatible install... /bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether make supports nested variables... (cached) 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 whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for valac... valac
configure: WARNING: no proper vala compiler found
configure: WARNING: you will not be able to compile vala source files
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/x86_64-slackware-linux/bin/ld
checking if the linker (/usr/x86_64-slackware-linux/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/x86_64-slackware-linux/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -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 dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/x86_64-slackware-linux/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for cos in -lm... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.24... yes
checking whether gcc understands -Wall... yes
checking whether gcc understands -Wstrict-prototypes... yes
checking whether gcc understands -Wnested-externs... yes
checking whether gcc understands -Werror=missing-prototypes... yes
checking whether gcc understands -Werror=implicit-function-declaration... yes
checking whether gcc understands -Werror=pointer-arith... yes
checking whether gcc understands -Werror=init-self... yes
checking whether gcc understands -Werror=format-security... no
checking whether gcc understands -Werror=format=2... yes
checking whether gcc understands -Werror=missing-include-dirs... yes
checking whether gcc understands -Werror=return-type... yes
checking what warning flags to pass to the C compiler... -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=return-type
checking what language compliance flags to pass to the C compiler...
checking whether NLS is requested... yes
checking for intltool >= 0.50.0... 0.51.0 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.22.2
checking for XML::Parser... ok
checking X11/extensions/XTest.h usability... yes
checking X11/extensions/XTest.h presence... yes
checking for X11/extensions/XTest.h... yes
checking for XTestFakeKeyEvent in -lXtst... yes
checking for CHEESE... no
configure: error: Package requirements (glib-2.0 >= 2.39.90
x11
gdk-pixbuf-2.0
gstreamer-pbutils-1.0 gstreamer-plugins-bad-1.0 >= 1.4
gnome-desktop-3.0
clutter-1.0 >= 1.13.2
clutter-gst-3.0 >= 3.0.0) were not met:

No package 'gstreamer-plugins-bad-1.0' found
No package 'gnome-desktop-3.0' found
No package 'clutter-1.0' found
No package 'clutter-gst-3.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables CHEESE_CFLAGS
and CHEESE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
bash-4.3#



10. Re: Cheese no Slackware 14.2 [RESOLVIDO]

skjdeecedcnfncvnrfcnrncjvnjrnfvjcnjrjvcjrvcj
Londreslondres

(usa Parabola)

Enviado em 02/09/2018 - 11:50h

Pebis escreveu:

um problema grande... gnome-desktop é uma dependência.


Pois é...

Quando usava o Lubuntu, instalei o Cheese sem problemas pelo apt-get e não exigiu a instalação do Gnome-Desktop.


11. Re: Cheese no Slackware 14.2 [RESOLVIDO]

Paulo Jr
Pebis

(usa Debian)

Enviado em 02/09/2018 - 11:58h

Acho que não vale a trabalheira não.


12. Re: Cheese no Slackware 14.2 [RESOLVIDO]

Matheus
pylm

(usa Gentoo)

Enviado em 02/09/2018 - 12:30h

Londreslondres escreveu:

Pebis escreveu:

um problema grande... gnome-desktop é uma dependência.


Pois é...

Quando usava o Lubuntu, instalei o Cheese sem problemas pelo apt-get e não exigiu a instalação do Gnome-Desktop.


É uma dependência de compilação, você só precisa dos headers do pacote.

https://launchpad.net/ubuntu/bionic/+source/cheese


libgnome-desktop-3-dev (>= 3.12)


Geralmente se usa make install-libs pra instalar só os headers de desenvolvimento.



01 02



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts