Package Details: xsvg 0.2.1-7

Git Clone URL: https://aur.archlinux.org/xsvg.git (read-only, click to copy)
Package Base: xsvg
Description: A viewer of SVG files
Upstream URL: http://cairographics.org/
Licenses: custom
Submitter: haawda
Maintainer: bidulock
Last Packager: bidulock
Votes: 15
Popularity: 0.000000
First Submitted: 2008-01-05 17:53 (UTC)
Last Updated: 2015-07-13 23:35 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

eatsaq commented on 2013-10-02 20:16 (UTC)

==> Starting build()... configure.ac:10: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see: configure.ac:10: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation configure.ac:15: error: required file './compile' not found configure.ac:15: 'automake --add-missing' can install 'compile' autoreconf: automake failed with exit status: 1 ==> ERROR: A failure occurred in build().

haawda commented on 2013-01-27 10:50 (UTC)

Thanks, fixed.

speps commented on 2013-01-27 10:36 (UTC)

Hi Stef, you need to add something like this in order to build now: sed -i "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" `grep -rl AM_CONFIG_HEADER` Cheers

haawda commented on 2011-12-19 01:31 (UTC)

thanks again

d_adler commented on 2011-12-18 17:20 (UTC)

Tested on 32bitIntel & 64bitAMD, no problems to report.

haawda commented on 2011-12-18 09:30 (UTC)

Passing the additional libs to the configure call works for me, please test and report problems. Thank you.

d_adler commented on 2011-12-17 23:51 (UTC)

previously it worked, now build failes with ld complaining about undefined references to XRenderFindVisualFormat and XGetWindowAttributes I've found a way to fix it, no idea though if this could be done more elegantly xsvg.patch http://pastebin.com/afX6E6Us PKGBUILD http://pastebin.com/dbVJ39Rh

haawda commented on 2011-05-26 20:20 (UTC)

autoconf and automake are in the base-devel group. This group should be installed on any system where you try to use AUR or abs.

pdxleif commented on 2011-05-23 09:16 (UTC)

It seems this requires the autoconf and automake packages as makedepends, as otherwise the autoreconf and aclocal commands are not found. makedepends=('autoconf' 'automake')