On 06/19/2012 04:40 PM, walt wrote: > I'm trying to build an xfce4 applet that's not in portage. For > reasons I don't understand there are some standard gnome headers > that don't get pulled in during the configure process, like orbit, > libbonobo and libbonoboui. > > I edited the autoconf.in to check for those standard libraries, > and it did partly work. The generated makefiles now have correct > entries like LIBBONOBO_CFLAGS. > > The problem is that those flags are never used during the compile > phase. So, anyone know how make that extra step happen?
(no, nobody really understands autotools) Is the applet publicly-available? If the build system isn't broken, it should all just work. If you cloned a git repository, you probably need to run autogen.sh first (and have xfce4-dev-tools installed). Otherwise, just ./configure && make should do it. Got a link? If it works with 4.10, I can just make an ebuild for it.