I've also tried emerging idesk 0.5.5 and 0.5.6, and neither installs an executable, it seems. There's no idesk anywhere.
So I figured I'd try fbdesk, and I get this error when compiling
Code: Select all
XftFontImp.hh:28:25: X11/Xft/Xft.h: No such file or directory
In file included from Font.cc:34:
XftFontImp.hh:43: syntax error before `*' token
XftFontImp.hh: In member function `virtual int FbTk::XftFontImp::ascent()
const':
XftFontImp.hh:39: `m_xftfont' undeclared (first use this function)
XftFontImp.hh:39: (Each undeclared identifier is reported only once for each
function it appears in.)
make[3]: *** [Font.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/var/tmp/portage/fbdesk-1.1.2/work/fbdesk-1.1.2/src/
FbTk'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/fbdesk-1.1.2/work/fbdesk-1.1.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/fbdesk-1.1.2/work/fbdesk-1.1.2'
make: *** [all] Error 2
!!! ERROR: x11-misc/fbdesk-1.1.2 failed.
!!! Function src_compile, Line 22, Exitcode 2
!!! (no error message)I'm trying to get the hang of fluxbox, but if I can't get it setup nicely I'll go back to xfce4.
*edit*BTW, here's the cflags I've tried
CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer -mmmx -msse -mfpmath=sse -m3dnow -fpic"
CFLAGS="-march=athlon-xp -O3 -pipe"
CFLAGS="-march=i686 -O3 -pipe"
CFLAGS="-march=i386 -O1 -pipe"
and here's what portage installs when I do an emerge idesk
Code: Select all
>>> Merging x11-misc/idesk-0.5.6 to /
--- /usr/
--- /usr/bin/
--- /usr/share/
--- /usr/share/doc/
--- /usr/share/doc/idesk-0.5.6/
>>> /usr/share/doc/idesk-0.5.6/README.gz
--- /usr/share/man/
--- /usr/share/man/man1/
>>> /usr/share/man/man1/idesk.1.gz
--- /usr/share/man/man5/
>>> /usr/share/man/man5/ideskrc.5.gz


