Results 1 to 4 of 4
i want to install beryl onto my computer, and sadly i havent been able to apt-get it or find any useful *.deb packages. so i went to the sites and ...
- 02-09-2008 #1Just Joined!
- Join Date
- Oct 2007
- Posts
- 47
need help with making
i want to install beryl onto my computer, and sadly i havent been able to apt-get it or find any useful *.deb packages. so i went to the sites and downloaded the tars... i then unpacked one of them (the beryl-core), and tried to make it... configuring it was fine (after installing certain packages), but making it just isnt working... what am i doing wrong...
thanks for your helpCode:debian:/home/luke/xgl/beryl-core-0.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 whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU 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 ISO C89... none needed checking dependency style of gcc... gcc3 checking for library containing strerror... none required checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... gcc -E checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all 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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... g77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether g77 accepts -g... yes checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld) 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... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for g77 option to produce PIC... -fPIC checking if g77 PIC flag -fPIC works... yes checking if g77 static flag -static works... yes checking if g77 supports -c -o file.o... yes checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for ANSI C header files... (cached) yes checking for stdlib.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for intltool >= 0.35.0... 0.35.5 found checking for perl... /usr/bin/perl checking for XML::Parser... ok checking for iconv... /usr/bin/iconv checking for msgfmt... /usr/bin/msgfmt checking for msgmerge... /usr/bin/msgmerge checking for xgettext... /usr/bin/xgettext checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... yes checking for dgettext in libc... yes checking for bind_textdomain_codeset... yes checking for msgfmt... /usr/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking whether byte ordering is bigendian... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for LIBBERYLDECORATION... yes checking for BERYL... yes checking for GLIB... yes checking for GCONF... no Build beryl-xgl : no Build gconf backend : no configure: creating ./config.status config.status: creating beryl.pc config.status: creating berylsettings.pc config.status: creating Makefile config.status: creating src/Makefile config.status: creating include/Makefile config.status: creating images/Makefile config.status: creating doc/Makefile config.status: creating libberylsettings/Makefile config.status: creating settings-backends/Makefile config.status: creating libberyldecoration/Makefile config.status: creating libberyldecoration/libberyldecoration.pc config.status: creating po/Makefile.in config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing intltool commands config.status: executing default-1 commands config.status: executing po/stamp-it commands debian:/home/luke/xgl/beryl-core-0.2.1# make make all-recursive make[1]: Entering directory `/home/luke/xgl/beryl-core-0.2.1' Making all in include make[2]: Entering directory `/home/luke/xgl/beryl-core-0.2.1/include' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/luke/xgl/beryl-core-0.2.1/include' Making all in images make[2]: Entering directory `/home/luke/xgl/beryl-core-0.2.1/images' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/luke/xgl/beryl-core-0.2.1/images' Making all in doc make[2]: Entering directory `/home/luke/xgl/beryl-core-0.2.1/doc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/luke/xgl/beryl-core-0.2.1/doc' Making all in libberylsettings make[2]: Entering directory `/home/luke/xgl/beryl-core-0.2.1/libberylsettings' if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libpng12 -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I../include -I../src -DPLUGINDIR=\"/usr/local/lib/beryl\" -DIMAGEDIR=\"/usr/local/share/beryl\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -MT main.lo -MD -MP -MF ".deps/main.Tpo" -c -o main.lo main.c; \ then mv -f ".deps/main.Tpo" ".deps/main.Plo"; else rm -f ".deps/main.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libpng12 -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I../include -I../src -DPLUGINDIR=\"/usr/local/lib/beryl\" -DIMAGEDIR=\"/usr/local/share/beryl\" -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -MT main.lo -MD -MP -MF .deps/main.Tpo -c main.c -fPIC -DPIC -o .libs/main.o In file included from ../include/beryl-settings.h:27, from main.c:24: ../include/beryl.h:49:26: error: GL/glxtokens.h: No such file or directory make[2]: *** [main.lo] Error 1 make[2]: Leaving directory `/home/luke/xgl/beryl-core-0.2.1/libberylsettings' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/luke/xgl/beryl-core-0.2.1' make: *** [all] Error 2 debian:/home/luke/xgl/beryl-core-0.2.1#
- 02-09-2008 #2
Which version of Debian are you using?
Beryl is available for Debian Etch here.Code:cat /etc/debian_version
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-09-2008 #3
The error message you got can be resolved by installing x11proto-gl-dev. You may also want to install libgconf2-dev. If you do not want to compile from source, then just use the Debian packages as suggested above.
- 02-11-2008 #4Just Joined!
- Join Date
- Oct 2007
- Posts
- 47
thanks devils_casper, i am going to do it your way (might be 10 times easier than any other way), and i am just apt-getting now... :P


Reply With Quote
