E-Mail:
Get our new Windows 7 eBook (PDF) for $7 with 70+ Tips. Download Now!

Compiling Software from Source, Part X

  • No Related Post

Compiling Software from Source, Part X

So now I finally have gnome-desktop compiled and installed. That
doesn’t mean that I have a fully working GUI, however. There’s the
panel, themes, utilities… all I have to do is look through my
GNOME source directory to see that not even half of the files I
downloaded are decompressed yet. Lots more work ahead! Think I’ll
work on metacity, the default window manager next:

bunzip2 metacity[TAB]
tar xvf metacity[TAB]
cd metacity[TAB]
./configure
make
make install

That went so easily, it was almost boring. Next I’ll add gnome-panel, except ./configure
dies on libwnck, which I haven’t installed yet. The library
configures with no problem, and soon I’ve got it installed and can
go back to gnome-panel, which now decides to cooperate. Next it’s
gnome-session, then gnome-utils, control-center, gnome-media…
oh, that requires gstreamer.

I get gstreamer compiled and installed just fine, but when I
return to gnome-media, it can’t find gstreamer’s .pc file. It
says:


Ah, another fun one. Guess I won’t be done this week!

Next week: The saga continues.

What Do You Think?

 
35 queries / 0.340 seconds.