You are not logged in.

#1 2004-06-06 05:47:47

KalephOne
Member
From: Fortaleza, Brasil
Registered: 2004-04-02
Posts: 99

[X11: DE & WM] waimea, libsvg, libsvg-cairo

I've just made PKGBUILDs for the new waimea and some cairo libs.
Waimea requires cairo and expat, and will use libpng, libsvg-cairo and xcursor if they are found on the system.
Cairo PKGBUILD and it's dependencies can be found here
These are my first packages (i've used the cairo pkgbuild from tedhely as reference), if anything is wrong, please, let me know smile

Name: libsvg-cvs

#contributor: Andrei Bosco Bezerra Torres <andreibosco@gmail.com>
                                                                                                                                           
pkgname=libsvg-cvs
provides=libsvg
pkgver=20040606
pkgrel=1
pkgdesc="Libsvg is a generic library for parsing SVG documents"
url="http://www.cairographics.org/libsvg"
depends=('libxml2')
makedepends=('cvs')
cvsroot=":pserver:anoncvs@cvs.cairographics.org:/cvs/cairo"
cvsmod="libsvg"
                                                                                                                                           
build() {
  cd $startdir/src
  msg "Logging in to anonymous CVS... Please press 'enter'."
  cvs -Q -d $cvsroot login
  msg "Fetching sources from CVS..."
  cvs -Q -z3 -d $cvsroot co -D $pkgver $cvsmod
  cd $cvsmod
  ./autogen.sh --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install || return 1
}

Name: libsvg-cairo-cvs

#contributor: Andrei Bosco Bezerra Torres <andreibosco@gmail.com>
                                                                                                                                           
pkgname=libsvg-cairo-cvs
provides=libsvg-cairo
pkgver=20040606
pkgrel=1
pkgdesc="Libsvg-cairo is a library for rendering SVG documents"
url="http://www.cairographics.org/libsvg-cairo"
depends=('cairo' 'libsvg')
makedepends=('cvs')
cvsroot=":pserver:anoncvs@cvs.cairographics.org:/cvs/cairo"
cvsmod="libsvg-cairo"
                                                                                                                                           
build() {
  cd $startdir/src
  msg "Logging in to anonymous CVS... Please press 'enter'."
  cvs -Q -d $cvsroot login
  msg "Fetching sources from CVS..."
  cvs -Q -z3 -d $cvsroot co -D $pkgver $cvsmod
  cd $cvsmod
  ./autogen.sh --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install || return 1
}

Name: waimea-cvs

#contributor: Andrei Bosco Bezerra Torres <andreibosco@gmail.com>
                                                                                                                                           
pkgname=waimea-cvs
provides=waimea
pkgver=20040606
pkgrel=1
pkgdesc="Waimea is a highly customizable window manager which uses cairo"
url="http://freedesktop.org/software/waimea"
depends=('expat' 'cairo')
makedepends=('cvs')
cvsroot=":pserver:anoncvs@cvs.waimea.org:/cvs/waimea"
cvsmod="waimea"
                                                                                                                                           
build() {
  cd $startdir/src
  msg "Logging in to anonymous CVS... Please press 'enter'."
  cvs -Q -d $cvsroot login
  msg "Fetching sources from CVS..."
  cvs -Q -z3 -d $cvsroot co -D $pkgver $cvsmod
  cd $cvsmod
  ./autogen.sh --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install || return 1
}

Kaleph
jabber: kaleph@jabber.org

Offline

#2 2004-06-06 18:37:50

kakabaratruskia
Member
From: Santiago, Chile
Registered: 2003-08-24
Posts: 596

Re: [X11: DE & WM] waimea, libsvg, libsvg-cairo

Thanks a lot for your work smile . I was just looking for this, but did not know how to use the cvs stuff, and less make a PKGBUILD.


And where were all the sportsmen who always pulled you though?
They're all resting down in Cornwall
writing up their memoirs for a paper-back edition
of the Boy Scout Manual.

Offline

#3 2004-06-07 16:16:37

ravster
Member
From: Queen's U, Kingston, Canada
Registered: 2004-05-02
Posts: 285
Website

Re: [X11: DE & WM] waimea, libsvg, libsvg-cairo

Wow!! Thats cool tongue
I didn't know that cvs could also be used, either.
Thanks.

Offline

#4 2004-06-07 20:32:41

Xentac
Forum Fellow
From: Victoria, BC
Registered: 2003-01-17
Posts: 1,797
Website

Re: [X11: DE & WM] waimea, libsvg, libsvg-cairo

Not like I condone the use of cvs packages, but for the sake of automating the build you can get past the need to press enter by putting a : after the username of the cvs server.

The format is "-d :pserver:username:password@host:/path"


I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal

Offline

#5 2004-06-08 00:08:25

KalephOne
Member
From: Fortaleza, Brasil
Registered: 2004-04-02
Posts: 99

Re: [X11: DE & WM] waimea, libsvg, libsvg-cairo

Nice, thanks for the tip xentac?
About cvs packages, i built this package if anyone wanted to see how waimea is looking now, but didnt wanted to compile from source without a way to easily remove it (about this, i'm thinking about creating a simple guide about using stow)


Kaleph
jabber: kaleph@jabber.org

Offline

#6 2004-06-08 04:02:19

tehdely
Member
Registered: 2004-02-20
Posts: 148
Website

Re: [X11: DE & WM] waimea, libsvg, libsvg-cairo

Xentac wrote:

Not like I condone the use of cvs packages, but for the sake of automating the build you can get past the need to press enter by putting a : after the username of the cvs server.

The format is "-d :pserver:username:password@host:/path"

Thanks for the info, that'll save me lots of time the next time I go and rebuild GNUstep smile


[Arch GNUstep Repository] [ PKGBUILDS ]
[code][gnustep]
Server = ftp://blkwidow.lerp.com/pub/mirror/arch/gnustep[/code]

Offline

#7 2004-08-15 17:11:33

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: [X11: DE & WM] waimea, libsvg, libsvg-cairo

i didn't find this thread earlier :oops: i included waimea-cvs in unstable

http://bbs.archlinux.org/viewtopic.php?t=6201

if you want, that i mention you in the PKGBUILD's i made, pm/email me


The impossible missions are the only ones which succeed.

Offline

#8 2005-01-23 01:42:25

beniro
Member
From: St. Petersburg, FL, USA
Registered: 2002-12-31
Posts: 313

Re: [X11: DE & WM] waimea, libsvg, libsvg-cairo

Hello, I'm trying to build libsvg-cairo-cvs and waimea-cvs from the PKGBUILD's above (thanks for the great work!!!).

I've run into some problems, though.

When I try to makepkg on libsvg-cairo-svg, this is the error I get.  Below this is the waimea-cvs error I get.  Can anyone help me on this?

./autogen.sh: running `libtoolize --force --copy'
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
./autogen.sh: running `aclocal'
/usr/share/aclocal/xmms.m4:17: warning: underquoted definition of XMMS_TEST_VERSION
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/xmms.m4:62: warning: underquoted definition of AM_PATH_XMMS
/usr/share/aclocal/wxwin.m4:36: warning: underquoted definition of AM_OPTIONS_WXCONFIG
/usr/share/aclocal/wxwin.m4:59: warning: underquoted definition of AM_PATH_WXCONFIG
/usr/share/aclocal/rep.m4:7: warning: underquoted definition of AM_PATH_REP
/usr/share/aclocal/pkg.m4:5: warning: underquoted definition of PKG_CHECK_MODULES
/usr/share/aclocal/libmikmod.m4:11: warning: underquoted definition of AM_PATH_LIBMIKMOD
/usr/share/aclocal/libgcrypt.m4:23: warning: underquoted definition of AM_PATH_LIBGCRYPT
/usr/share/aclocal/imlib.m4:9: warning: underquoted definition of AM_PATH_IMLIB
/usr/share/aclocal/imlib.m4:167: warning: underquoted definition of AM_PATH_GDK_IMLIB
/usr/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
/usr/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
/usr/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE
/usr/share/aclocal/ao.m4:9: warning: underquoted definition of XIPH_PATH_AO
/usr/share/aclocal/allegro.m4:14: warning: underquoted definition of AM_PATH_ALLEGRO
./autogen.sh: running `autoheader'
./autogen.sh: running `automake --add-missing'
configure.in: installing `./install-sh'
configure.in: installing `./missing'
src/Makefile.am: installing `./depcomp'
Makefile.am: installing `./INSTALL'
./autogen.sh: running `autoconf'
./autogen.sh: running `./configure --enable-maintainer-mode --prefix=/usr'
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
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 ANSI C... 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 ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for gawk... (cached) mawk
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 egrep... 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... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
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 static flag  works... yes
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 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++ 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
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking for ANSI C header files... (cached) yes
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for pkg-config... /usr/bin/pkg-config
checking for libsvg >= 0.1.2 cairo >= 0.1.8... yes
checking LIBSVG_CAIRO_CFLAGS... -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/X11R6/include -I/usr/include/libpng12
checking LIBSVG_CAIRO_LIBS... -L/usr/X11R6/lib -lsvg -lpng -ljpeg -lxml2 -lpthread -lfreetype -lcairo -lfontconfig -lpixman -lXrender -lX11 -lXext -lpng12 -lz -lm
configure: creating ./config.status
config.status: creating libsvg-cairo.pc
config.status: creating src/svg-cairo-version.h
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
Now type `make' to compile libsvg-cairo
make  all-recursive
make[1]: Entering directory `/var/abs/local/libsvg-cairo-cvs/src/libsvg-cairo'
Making all in .
make[2]: Entering directory `/var/abs/local/libsvg-cairo-cvs/src/libsvg-cairo'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/var/abs/local/libsvg-cairo-cvs/src/libsvg-cairo'
Making all in src
make[2]: Entering directory `/var/abs/local/libsvg-cairo-cvs/src/libsvg-cairo/src'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -Wpointer-arith -Wstrict-prototypes        -Wmissing-prototypes -Wmissing-declarations     -Wnested-externs -fno-strict-aliasing -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/X11R6/include -I/usr/include/libpng12   -I/usr/X11R6/include    -march=i686 -O2 -pipe -MT svg_cairo.lo -MD -MP -MF ".deps/svg_cairo.Tpo" -c -o svg_cairo.lo svg_cairo.c; 
then mv -f ".deps/svg_cairo.Tpo" ".deps/svg_cairo.Plo"; else rm -f ".deps/svg_cairo.Tpo"; exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/X11R6/include -march=i686 -O2 -pipe -MT svg_cairo.lo -MD -MP -MF .deps/svg_cairo.Tpo -c svg_cairo.c  -fPIC -DPIC -o .libs/svg_cairo.o
In file included from svg_cairo.c:25:
svg-cairo-internal.h:91: error: parse error before "va_list"
svg-cairo-internal.h:91: warning: function declaration isn't a prototype
make[2]: *** [svg_cairo.lo] Error 1
make[2]: Leaving directory `/var/abs/local/libsvg-cairo-cvs/src/libsvg-cairo/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/abs/local/libsvg-cairo-cvs/src/libsvg-cairo'
make: *** [all] Error 2
==> ERROR: Build Failed.  Aborting...

Here is the waimea-cvs error I get:

./autogen.sh: running `aclocal -I /opt/gnome/share/aclocal'
/usr/share/aclocal/xmms.m4:17: warning: underquoted definition of XMMS_TEST_VERSION
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/xmms.m4:62: warning: underquoted definition of AM_PATH_XMMS
/usr/share/aclocal/wxwin.m4:36: warning: underquoted definition of AM_OPTIONS_WXCONFIG
/usr/share/aclocal/wxwin.m4:59: warning: underquoted definition of AM_PATH_WXCONFIG
/usr/share/aclocal/rep.m4:7: warning: underquoted definition of AM_PATH_REP
/usr/share/aclocal/pkg.m4:5: warning: underquoted definition of PKG_CHECK_MODULES
/usr/share/aclocal/libmikmod.m4:11: warning: underquoted definition of AM_PATH_LIBMIKMOD
/usr/share/aclocal/libgcrypt.m4:23: warning: underquoted definition of AM_PATH_LIBGCRYPT
/usr/share/aclocal/imlib.m4:9: warning: underquoted definition of AM_PATH_IMLIB
/usr/share/aclocal/imlib.m4:167: warning: underquoted definition of AM_PATH_GDK_IMLIB
/usr/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
/usr/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
/usr/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE
/usr/share/aclocal/ao.m4:9: warning: underquoted definition of XIPH_PATH_AO
/usr/share/aclocal/allegro.m4:14: warning: underquoted definition of AM_PATH_ALLEGRO
./autogen.sh: running `autoheader'
./autogen.sh: running `automake --add-missing'
configure.in: installing `config/install-sh'
configure.in: installing `config/missing'
src/Makefile.am: installing `config/depcomp'
configure.in:82: installing `config/config.guess'
configure.in:82: installing `config/config.sub'
./autogen.sh: running `autoconf'
./autogen.sh: running `./configure --enable-maintainer-mode --prefix=/usr'
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... 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 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 for egrep... grep -E
checking for ANSI C header files... yes
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for sed... sed
checking for perl... /usr/bin/perl
checking for zenity... zenity
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 how to run the C++ preprocessor... g++ -E
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/signal.h usability... yes
checking sys/signal.h presence... yes
checking for sys/signal.h... yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking for strftime... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... /bin/sh: config/config.rpath: No such file or directory
done
checking for iconv... yes
checking for iconv declaration...
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking ICONV_CFLAGS...
checking ICONV_LIBS...
checking for nl_langinfo (CODESET)... yes
checking for setlocale in -lxpg4... no
checking LOCALE_LIBS...
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
checking for XML_SetDoctypeDeclHandler... yes
checking EXPAT_CFLAGS...
checking EXPAT_LIBS... -lexpat
checking for pkg-config... /usr/bin/pkg-config
checking for cairo >= 0.1.23... yes
checking CAIRO_CFLAGS... -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/X11R6/include -I/usr/include/libpng12
checking CAIRO_LIBS... -L/usr/X11R6/lib -lfreetype -lcairo -lfontconfig -lpixman -lXrender -lX11 -lXext -lpng12 -lz -lm
checking whether to include debug code... no
checking whether to include threading support... no
checking whether to build support for the SHAPE extension... yes
checking for XShapeCombineShape in -lXext... yes
checking whether to build support for the XINERAMA extension... yes
checking for XineramaQueryScreens in -lXinerama... yes
checking XINERAMA_LIBS... -lXinerama
checking whether to build support for the RANDR extension... yes
checking for XRRSelectInput in -lXrandr... yes
checking RANDR_LIBS... -lXrandr
checking whether to include png image support... yes
checking for libpng... yes
checking LIBPNG_CFLAGS... -I/usr/include/libpng12
checking LIBPNG_LIBS... -lpng12 -lz -lm
checking whether to include svg support... yes
checking for libsvg-cairo >= 0.1.0... Package libsvg-cairo was not found in the pkg-config search path.
Perhaps you should add the directory containing `libsvg-cairo.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libsvg-cairo' found
** WARNING: svg support disabled
checking whether to include xcursor support... yes
checking for xcursor >= 1.0... yes
checking XCURSOR_CFLAGS... -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/X11R6/include
checking XCURSOR_LIBS... -L/usr/X11R6/lib -lXcursor -lXrender -lX11 -lXext
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating util/Makefile
config.status: creating data/Makefile
config.status: creating data/actions/Makefile
config.status: creating data/actions/sloppyfocusopaque/Makefile
config.status: creating data/actions/sloppyfocusnonopaque/Makefile
config.status: creating data/actions/clicktofocusopaque/Makefile
config.status: creating data/actions/clicktofocusnonopaque/Makefile
config.status: creating data/styles/Makefile
config.status: creating data/styles/freedesktop/Makefile
config.status: creating data/menus/Makefile
config.status: creating data/menus/icons/Makefile
config.status: creating data/scripts/Makefile
config.status: creating data/scripts/icons/Makefile
config.status: creating doc/Makefile
config.status: creating config.h
config.status: executing depfiles commands

Finished configure:
  without thread
  with    shape
  with    xinerama
  with    randr
  with    png
  without svg
  with    xcursor

Now type `make' to compile
make  all-recursive
make[1]: Entering directory `/var/abs/local/waimea-cvs/src/waimea'
Making all in data
make[2]: Entering directory `/var/abs/local/waimea-cvs/src/waimea/data'
Making all in actions
make[3]: Entering directory `/var/abs/local/waimea-cvs/src/waimea/data/actions'
Making all in sloppyfocusopaque
make[4]: Entering directory `/var/abs/local/waimea-cvs/src/waimea/data/actions/sloppyfocusopaque'
sed -e "s,@pkgdatadir@,/usr/share/waimea," -e "s,@pkgversion@,0.5.0," action.conf.in > action.conf
make[4]: Leaving directory `/var/abs/local/waimea-cvs/src/waimea/data/actions/sloppyfocusopaque'
Making all in sloppyfocusnonopaque
make[4]: Entering directory `/var/abs/local/waimea-cvs/src/waimea/data/actions/sloppyfocusnonopaque'
sed -e "s,@pkgdatadir@,/usr/share/waimea," -e "s,@pkgversion@,0.5.0," action.conf.in > action.conf
make[4]: Leaving directory `/var/abs/local/waimea-cvs/src/waimea/data/actions/sloppyfocusnonopaque'
Making all in clicktofocusopaque
make[4]: Entering directory `/var/abs/local/waimea-cvs/src/waimea/data/actions/clicktofocusopaque'
sed -e "s,@pkgdatadir@,/usr/share/waimea," -e "s,@pkgversion@,0.5.0," action.conf.in > action.conf
make[4]: Leaving directory `/var/abs/local/waimea-cvs/src/waimea/data/actions/clicktofocusopaque'
Making all in clicktofocusnonopaque
make[4]: Entering directory `/var/abs/local/waimea-cvs/src/waimea/data/actions/clicktofocusnonopaque'
sed -e "s,@pkgdatadir@,/usr/share/waimea," -e "s,@pkgversion@,0.5.0," action.conf.in > action.conf
make[4]: Leaving directory `/var/abs/local/waimea-cvs/src/waimea/data/actions/clicktofocusnonopaque'
make[4]: Entering directory `/var/abs/local/waimea-cvs/src/waimea/data/actions'
sed -e "s,@pkgdatadir@,/usr/share/waimea," -e "s,@pkgversion@,0.5.0," key-bindings.conf.in > key-bindings.conf
sed -e "s,@pkgdatadir@,/usr/share/waimea," -e "s,@pkgversion@,0.5.0," button-mappings.conf.in > button-mappings.conf
sed -e "s,@pkgdatadir@,/usr/share/waimea," -e "s,@pkgversion@,0.5.0," common.conf.in > common.conf
make[4]: Leaving directory `/var/abs/local/waimea-cvs/src/waimea/data/actions'
make[3]: Leaving directory `/var/abs/local/waimea-cvs/src/waimea/data/actions'
Making all in styles
make[3]: Entering directory `/var/abs/local/waimea-cvs/src/waimea/data/styles'
Making all in freedesktop
make[4]: Entering directory `/var/abs/local/waimea-cvs/src/waimea/data/styles/freedesktop'
sed -e "s,@pkgdatadir@,/usr/share/waimea," -e "s,@pkgversion@,0.5.0," style.conf.in > style.conf
sed -e "s,@pkgdatadir@,/usr/share/waimea," -e "s,@pkgversion@,0.5.0," window.conf.in > window.conf
sed -e "s,@pkgdatadir@,/usr/share/waimea," -e "s,@pkgversion@,0.5.0," menu.conf.in > menu.conf
sed -e "s,@pkgdatadir@,/usr/share/waimea," -e "s,@pkgversion@,0.5.0," dockapp.conf.in > dockapp.conf
sed -e "s,@pkgdatadir@,/usr/share/waimea," -e "s,@pkgversion@,0.5.0," root.conf.in > root.conf
make[4]: Leaving directory `/var/abs/local/waimea-cvs/src/waimea/data/styles/freedesktop'
make[4]: Entering directory `/var/abs/local/waimea-cvs/src/waimea/data/styles'
sed -e "s,@pkgdatadir@,/usr/share/waimea," -e "s,@pkgversion@,0.5.0," logo.conf.in > logo.conf
make[4]: Leaving directory `/var/abs/local/waimea-cvs/src/waimea/data/styles'
make[3]: Leaving directory `/var/abs/local/waimea-cvs/src/waimea/data/styles'
Making all in menus
make[3]: Entering directory `/var/abs/local/waimea-cvs/src/waimea/data/menus'
Making all in icons
make[4]: Entering directory `/var/abs/local/waimea-cvs/src/waimea/data/menus/icons'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/var/abs/local/waimea-cvs/src/waimea/data/menus/icons'
make[4]: Entering directory `/var/abs/local/waimea-cvs/src/waimea/data/menus'
sed -e "s,@pkgdatadir@,/usr/share/waimea," -e "s,@pkgversion@,0.5.0," menu.conf.in > menu.conf
make[4]: Leaving directory `/var/abs/local/waimea-cvs/src/waimea/data/menus'
make[3]: Leaving directory `/var/abs/local/waimea-cvs/src/waimea/data/menus'
Making all in scripts
make[3]: Entering directory `/var/abs/local/waimea-cvs/src/waimea/data/scripts'
Making all in icons
make[4]: Entering directory `/var/abs/local/waimea-cvs/src/waimea/data/scripts/icons'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/var/abs/local/waimea-cvs/src/waimea/data/scripts/icons'
make[4]: Entering directory `/var/abs/local/waimea-cvs/src/waimea/data/scripts'
sed -e "s,@pkgversion@,0.5.0," -e "s,@pathperl@,/usr/bin/perl," -e "s,@pkgdatadir@,/usr/share/waimea," actioncfgmenu.pl.in > actioncfgmenu.pl
sed -e "s,@pkgversion@,0.5.0," -e "s,@pathperl@,/usr/bin/perl," -e "s,@pkgdatadir@,/usr/share/waimea," stylecfgmenu.pl.in > stylecfgmenu.pl
sed -e "s,@pkgversion@,0.5.0," -e "s,@pathperl@,/usr/bin/perl," -e "s,@pkgdatadir@,/usr/share/waimea," file2textop.pl.in > file2textop.pl
make[4]: Leaving directory `/var/abs/local/waimea-cvs/src/waimea/data/scripts'
make[3]: Leaving directory `/var/abs/local/waimea-cvs/src/waimea/data/scripts'
make[3]: Entering directory `/var/abs/local/waimea-cvs/src/waimea/data'
sed -e "s,@dialogcommand@,zenity --title "Waimea: - warning -" --info --text "%m"," -e "s,@pkgdatadir@,/usr/share/waimea," waimearc.in > waimearc
sed -e "s,@pkgversion@,0.5.0,"  waimea.dtd.in > waimea.dtd
sed -e "s,@pkgdatadir@,/usr/share/waimea," -e "s,@pkgversion@,0.5.0," pre-action.conf.in > pre-action.conf
sed -e "s,@pkgdatadir@,/usr/share/waimea," -e "s,@pkgversion@,0.5.0," pre-style.conf.in > pre-style.conf
sed -e "s,@pkgdatadir@,/usr/share/waimea," -e "s,@pkgversion@,0.5.0," post-action.conf.in > post-action.conf
sed -e "s,@pkgdatadir@,/usr/share/waimea," -e "s,@pkgversion@,0.5.0," post-style.conf.in > post-style.conf
make[3]: Leaving directory `/var/abs/local/waimea-cvs/src/waimea/data'
make[2]: Leaving directory `/var/abs/local/waimea-cvs/src/waimea/data'
Making all in doc
make[2]: Entering directory `/var/abs/local/waimea-cvs/src/waimea/doc'
sed -e "s,@pkgdatadir@,/usr/share/waimea," -e "s,@pkgversion@,0.5.0,"  waimea.1.in > waimea.1
make[2]: Leaving directory `/var/abs/local/waimea-cvs/src/waimea/doc'
Making all in src
make[2]: Entering directory `/var/abs/local/waimea-cvs/src/waimea/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DWAIMEA_PATH="/usr/share/waimea" -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/X11R6/include -I/usr/include/libpng12      -I/usr/X11R6/include -DSHAPE -DXINERAMA -DRANDR -DPNG -I/usr/include/libpng12    -DXCURSOR      -march=i686 -O2 -pipe -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.cc; 
then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DWAIMEA_PATH="/usr/share/waimea" -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/X11R6/include -I/usr/include/libpng12      -I/usr/X11R6/include -DSHAPE -DXINERAMA -DRANDR -DPNG -I/usr/include/libpng12    -DXCURSOR      -march=i686 -O2 -pipe -MT Waimea.o -MD -MP -MF ".deps/Waimea.Tpo" -c -o Waimea.o Waimea.cc; 
then mv -f ".deps/Waimea.Tpo" ".deps/Waimea.Po"; else rm -f ".deps/Waimea.Tpo"; exit 1; fi
Waimea.cc: In constructor `Waimea::Waimea(char**, char**)':
Waimea.cc:196: error: `XRenderQueryExtension' undeclared (first use this function)
Waimea.cc:196: error: (Each undeclared identifier is reported only once for each function it appears in.)
Waimea.cc:198: error: `XRenderQueryVersion' undeclared (first use this function)make[2]: *** [Waimea.o] Error 1
make[2]: Leaving directory `/var/abs/local/waimea-cvs/src/waimea/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/abs/local/waimea-cvs/src/waimea'
make: *** [all] Error 2
==> ERROR: Build Failed.  Aborting...

Any help would be greatly appreciated!

Offline

#9 2005-01-23 02:28:52

beniro
Member
From: St. Petersburg, FL, USA
Registered: 2002-12-31
Posts: 313

Re: [X11: DE & WM] waimea, libsvg, libsvg-cairo

I've tried using the unstable PKGBUILDs in the unstable branch to build the cvs versions of these two packages and...I get similar, if not the same, errors...

What gives?  smile

Offline

#10 2005-05-22 17:17:40

Meshuggin
Member
From: /home/meshuggin
Registered: 2005-03-23
Posts: 137

Re: [X11: DE & WM] waimea, libsvg, libsvg-cairo

I'm trying to build waimea cvs (libraries dependencies are ok) and I got these errors on compilation:

In file included from Style.hh:39,
                 from Resources.hh:47,
                 from Screen.hh:52,
                 from Waimea.hh:93,
                 from main.cc:34:
Render.hh: In member function `void WaColor::setcairo_color(cairo_t*)':
Render.hh:249: error: `cairo_set_rgb_color_REPLACED_BY_cairo_set_source_rgb' undeclared (first use this function)
Render.hh:249: error: (Each undeclared identifier is reported only once for each function it appears in.)
Render.hh:250: error: `cairo_set_alpha_DEPRECATED_BY_cairo_set_source_rgba_OR_cairo_paint_with_alpha' undeclared (first use this function)
Render.hh: At global scope:
Render.hh:505: error: ISO C++ forbids declaration of `cairo_font_t' with no type
Render.hh:505: error: expected `;' before '*' token
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/var/abs/local/waimea/src/waimea/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/abs/local/waimea/src/waimea'
make: *** [all] Error 2
==> ERROR: Build Failed.  Aborting...

If anyone knows something about that error, help me to resolve it please


Arch GNU/Linux 0.7.1 (Noodle)
Linux 2.6.14-archck1

Offline

#11 2005-05-22 21:04:04

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: [X11: DE & WM] waimea, libsvg, libsvg-cairo

cairo got an API change during the last update. Try a newer CVS snapshot of waimea to see if that works. I'll look tomorrow at it, since a waimea-cvs package is in unstable, which is broken with the new cairo (but hey, that's why it is unstable tongue)

Offline

Board footer

Powered by FluxBB