You are not logged in.
I've tried to compile bespin-svn using clyde and makepkg with exactly the same results
Scanning dependencies of target bespin
[ 21%] Building CXX object CMakeFiles/bespin.dir/animator/basic.o
[ 22%] Building CXX object CMakeFiles/bespin.dir/animator/aprogress.o
[ 23%] Building CXX object CMakeFiles/bespin.dir/animator/hover.o
[ 24%] Building CXX object CMakeFiles/bespin.dir/animator/hoverindex.o
[ 25%] Building CXX object CMakeFiles/bespin.dir/animator/hovercomplex.o
In file included from /home/ww/Downloads/bespin-svn/src/bespin-build/animator/hovercomplex.cpp:23:0:
/home/ww/Downloads/bespin-svn/src/bespin-build/animator/hoverindex.h:51:29: warning: 'virtual const Animator::IndexInfo* Animator::HoverIndex::_info(const QWidget*, long int) const' was hidden
/home/ww/Downloads/bespin-svn/src/bespin-build/animator/hovercomplex.h:47:28: warning: by 'const Animator::ComplexInfo* Animator::HoverComplex::_info(const QWidget*, QStyle::SubControls) const'
[ 26%] Building CXX object CMakeFiles/bespin.dir/animator/tab.o
[ 28%] Building CXX object CMakeFiles/bespin.dir/bespin.o
[ 29%] Building CXX object CMakeFiles/bespin.dir/buttons.o
[ 30%] Building CXX object CMakeFiles/bespin.dir/docks.o
[ 31%] Building CXX object CMakeFiles/bespin.dir/frames.o
[ 32%] Building CXX object CMakeFiles/bespin.dir/genpixmaps.o
[ 33%] Building CXX object CMakeFiles/bespin.dir/hacks.o
/home/ww/Downloads/bespin-svn/src/bespin-build/hacks.cpp:31:26: fatal error: ../bepointer.h: No such file or directory
compilation terminated.
make[2]: *** [CMakeFiles/bespin.dir/hacks.o] Error 1
make[1]: *** [CMakeFiles/bespin.dir/all] Error 2
make: *** [all] Error 2
Aborting...
┌─[ 18:46 ][ jenny:~/Downloads/bespin-svn ]any suggetions? kde 4.5 from testing.
Cheers
Offline
It's right there:
hacks.cpp:31:26: fatal error: ../bepointer.h: No such file or directoryLooks like your SVN is broken, nothing related to KDE if you ask me.
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
i must be blind!!!
you are right .:B:.
so nothing to do other than wait for the svn
edit: I'm compiling bespin-svn by "hand" and it works, so it should be an issue with the PKGBUILD.
by hand = following http://cloudcity.sourceforge.net/download.php#svn which is basically where the PKGBUILD get the sources
This is how the PKGBUILD looks like
# Mantainer: William Díaz <wdiaz [at] archlinux [dot] us>
## Contributor: Georgij Kondratjev <smpuj@bk.ru>
pkgname=bespin-svn
pkgver=1186
pkgrel=1
pkgdesc="Qt4/KDE4 style"
arch=(i686 x86_64)
url="http://kde-look.org/content/show.php/Bespin?content=63928"
license=('LGPL')
depends=('qt' 'kdelibs')
optdepends=('kdebase-workspace')
makedepends=('cmake>=2.4' 'automoc4' 'subversion' 'kdebase-workspace')
provides=('bespin')
conflicts=('bespin' 'kdemod4-kstyles')
source=()
md5sums=()
_svntrunk="https://cloudcity.svn.sourceforge.net/svnroot/cloudcity"
_svnmod="bespin"
build() {
cd ${srcdir}
if [[ -d ${_svnmod}/.svn ]]; then
(cd ${_svnmod} && svn up -r $pkgver)
else
svn co ${_svntrunk} --config-dir ./ -r ${pkgver} ${_svnmod}
fi
Last edited by warenoso (2010-08-18 09:41:40)
Offline
Wait till they fix the source upstream ![]()
Offline