You are not logged in.

#1 2008-05-28 09:43:34

svnieuwe
Member
Registered: 2008-05-18
Posts: 2

error building gtkam iwithout gnome dependencies

I am trying to build gtkam without gnome dependencies. Therefore I have removed them from the PKGBUILD. But I am getting this error:

gtkam-chooser.c:431: error: storage size of 'list' isn't known

build log: http://pastebin.com/m4aa86a57

pkgname=gtkam
pkgver=0.1.12
pkgrel=1
pkgdesc="A graphical front-end to gPhoto for GNOME"
url="http://gphoto.sourceforge.net/proj/gtkam/"
arch=('i686')
depends=('libgphoto2')
makedepends=('gimp')
conflicts=()
backup=()
install=gtkam.install
source=(http://dl.sourceforge.net/sourceforge/gphoto/$pkgname-$pkgver.tar.gz gtkam.patch)
md5sums=('622170d414718a5ae11487a6af1e47cd' '7be5e54d7cd79418a33826574e98eba9')

build() {
  cd $startdir/src/$pkgname-$pkgver
  patch -p1 < ../gtkam.patch
  ./configure --prefix=/usr --sysconfdir=/etc -without-bonobo --without-gnome
  make DESTDIR=$startdir/pkg install
}

Somebody an idea how to resolve this error?

Offline

Board footer

Powered by FluxBB