Returns panel-plugin/embed.c:657: undefined reference to `gdk_x11_window_foreign_new_for_display' collect2: ld returned 1 exit status make[2]: *** [xfce4-embed-plugin] Error 1
Fixed in git b803d54.
(In reply to comment #1) > Fixed in git b803d54. Ah, OK thank you. But how do I get it? I got the source from http://goodies.xfce.org/projects/panel-plugins/xfce4-embed-plugin How do I get the latest? thank you.
Whoops, forgot that on the wiki. It's there now, but as a shortcut, you can get it via git: git clone git://git.xfce.org/panel-plugins/xfce4-embed-plugin
Nope! it insists: xfce4_embed_plugin-embed.o: In function `embed_plug_added': /home/myhome/xfce4-embed/xfce4-embed-plugin/panel-plugin/embed.c:656: undefined reference to `gdk_x11_window_foreign_new_for_display' collect2: ld returned 1 exit status make[2]: *** [xfce4-embed-plugin] Error 1 make[2]: Leaving directory `/home/myhome/xfce4-embed/xfce4-embed-plugin/panel-plugin' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/myhome/xfce4-embed/xfce4-embed-plugin' make: *** [all] Error 2
Ah. 10.4 has gtk 2.20; gtk_x11_window_foreign_new_for_display was added in 2.24. I also ran into other issues when compiling in Ubuntu 10.04; I'm surprised you didn't. Anyway, they should all be fixed in git now. Please try it and see if everything's working.