command 0 ok: x_status 0 (X Window support not compiled
in)
From there, you
know you cannot
have desklets: for some unspecified reason, the support for X
was completely purged from the compilation. By the way, I do
not think it will explain this, but there is a typo in your
first line; it should read:
./configure --with-x (in fact, this is
the default: no need to give the switch).
As for your second example, adesklets is made to be used as a
command-line oriented graphic editor; that's why all
operations that do not need X are carried out correctly. Do
not worry about statgrab either: the core interpreter do not
use it at all.
Most of the time, this is caused by platform not having the
X11 headers installed, making impossible to build new X11
programs based on the core protocol: didn't you have a
warning at the end of the configure phase similar too:
you choosed to perform an `X Window less' build -
which means you will eventually end up with
a strictly command line program free of all
dependencies on xlib. If it is not what you intended
please reconfigure. For this to work you do need
first
to configure your Imlib2 incantation for not using
X Window itself.
? A quick search on
ubuntu
forum tells me the headers are in the xlibs-dev package.
If you cannot solve this, just send be your
config.log by email
(syfou@users.sourceforge.net), and I'll have a careful eye to
see if there is anything else. Yours,