You are not logged in.
Hi,
I've been trying to build Laidout ( http://www.laidout.org/ ), before to can think about writing a pkgbuild for AUR, but I hit an error as if I'm missing a dependency.
Here is the list of dependencies for Debian from the author:
g++
pkg-config
libpng12-dev
libreadline-dev
libx11-dev
libxext-dev
libxi-dev
libxft-dev
libcups2-dev
libimlib2-dev
libfontconfig-dev
libfreetype6-dev
libssl-dev
xutils-dev
libgraphicsmagick++1-dev
mesa-common-dev
libglu1-mesa-dev
libftgl-dev
So here are the equivalent packages I've installed:
gcc
pkg-config
libpng12
readline
libx11
libxext
libxi
libxft
libcups
imlib2
fontconfig
freetype2
openssl
???
graphicsmagick
mesa
glu
ftgl
As you see I don't know what xutils-dev correspond to in Arch, and maybe I'm missing something else...
If someone can at least help me to get it to build, that would be awesome.
Offline
Do you want to tell us what happens when you try to build it yourself?
Offline
Yep sorry, here is the full log with the error at the end:
http://paste.kde.org/pfwitzjfh
Offline
You're running into this: https://bugs.archlinux.org/task/39345
Offline
Ha indeed I also found this bug report when searching the error, but I wasn't sure if it was the only reason possible for this error.. I guess I need to wait a fix for this bug then ![]()
Offline
Looks like imlib2-config is just a script in /usr/bin, and the fix is simply to remove @my_libs@. http://git.enlightenment.org/legacy/iml … c5d4c56c13
Offline
Héhé it works, thanks a lot!
Offline