Here is a manual workaround for Ubuntu 12.04.3 LTS (I think this is good
for the other versions, too):

After you've run ./configure, search for this in Makefile:
gkhdplop.so$(EXEEXT): $(gkhdplop_so_OBJECTS) $(gkhdplop_so_DEPENDENCIES) 
        @rm -f gkhdplop.so$(EXEEXT)
        $(LINK) $(gkhdplop_so_LDFLAGS) $(gkhdplop_so_OBJECTS) 
$(gkhdplop_so_LDADD) $(LIBS)

Change this:
$(LINK) $(gkhdplop_so_LDFLAGS) $(gkhdplop_so_OBJECTS) $(gkhdplop_so_LDADD) 
$(LIBS)
to this:
$(LINK) $(gkhdplop_so_OBJECTS) $(gkhdplop_so_LDADD) $(LIBS) 
$(gkhdplop_so_LDFLAGS)

And run make.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/995272

Title:
  /usr/lib/gkrellm2/plugins/gkhdplop.so: undefined symbol:
  imlib_image_draw_pixel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wmhdplop/+bug/995272/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to