Package Details: bbdock-git 1:r8.07fcb34-1

Git Clone URL: https://aur.archlinux.org/bbdock-git.git (read-only, click to copy)
Package Base: bbdock-git
Description: An application launcher dockapp supporting PNG files and transparency
Upstream URL: https://github.com/markusfisch/bbdock
Licenses: LGPL3
Conflicts: bbdock
Provides: bbdock
Submitter: None
Maintainer: bidulock
Last Packager: bidulock
Votes: 2
Popularity: 0.000000
First Submitted: 2013-04-15 19:29 (UTC)
Last Updated: 2015-12-14 10:06 (UTC)

Dependencies (4)

Required by (0)

Sources (2)

Latest Comments

KsenZ commented on 2014-05-03 08:40 (UTC)

2 bidulock In file Dock.cc, replace line #include <string> to #include <string.h> Or add this line in PKGBUILD before ./configure --prefix=/usr sed -i 's/#include <string>/#include <string.h>/;'

bidulock commented on 2014-03-16 06:05 (UTC)

won't build... Dock.cc: In member function ‘virtual void bbdock::Dock::run()’: Dock.cc:148:34: error: ‘bzero’ was not declared in this scope bzero( &event, sizeof( event ) ); ^ Dock.cc: In static member function ‘static void bbdock::Dock::send(const char*, const char*, int)’: Dock.cc:328:39: error: ‘strcmp’ was not declared in this scope if( !strcmp( xch.res_name, "bbdock" ) && ^ Dock.cc: In static member function ‘static void bbdock::Dock::executeIcon(const char*)’: Dock.cc:394:51: error: ‘strlen’ was not declared in this scope Dock::send( ExecuteIconMessage, cmd, strlen( cmd ) ); ^ Dock.cc: In member function ‘void bbdock::Dock::client(XEvent*)’: Dock.cc:421:38: error: ‘strcmp’ was not declared in this scope if( !strcmp( msg, ChangeIconMessage ) ) ^ Dock.cc:426:32: error: ‘strtok’ was not declared in this scope if( (cmd = strtok( prop, ":" )) && ^ Dock.cc:434:46: error: ‘strcasecmp’ was not declared in this scope if( !strcasecmp( slot->getCommand(), cmd ) && ^ Dock.cc:449:46: error: ‘strcasecmp’ was not declared in this scope if( !strcasecmp( slot->getCommand(), prop ) ) ^ Makefile:243: recipe for target 'Dock.o' failed