You are not logged in.
src: https://aur.archlinux.org/packages/ipager/
output after patching and attempting to build ;
scons: *** [ipager] Implicit dependency `@my_libs@' not found, needed by target `ipager'.
scons: building terminated because of errors.same thing happens using yaourt to dl / build
have search every file in package for 'my_libs' to no avail and not sure where to go next
with this.
Any tips appreciated!
Offline
It's really old - last upstream release 2005 (!), last AUR update well over a year ago. Maybe you need to find or create a new patch.
Offline
maybe there is a close alternative I havent heard of?
Offline
Maybe - have you checked the repos/AUR?
Offline
I believe the @my_libs@ is coming from the 'imlib2-config --cflags --libs' command in the SConstruct file when it tries to find the imlib2 library. I changed it to the following and it seems to have fixed it:
imlib2_env.ParseConfig('imlib2-config --cflags --libs | sed s/@my_libs@//g')
I hope someone who knows more than me will create a patch??
in the meantime I hope that helps you get ipager back on track :-)
Last edited by ping (2014-06-11 13:37:44)
Offline