[Libreoffice] Difficulty in the build process

Simos Xenitellis simos.lists at googlemail.com
Sun Apr 3 23:08:03 PDT 2011


On Mon, Apr 4, 2011 at 6:51 AM, sourava mishra <sourav7mishra at gmail.com> wrote:
> Hello list,
> This is Sourava. I have a problem with the build process.
> when I give the "./autogen.sh --with-num-cpus=6 --with-max-jobs=6
> --without-junit" command, it checks all the process and ends with
> "configure: error: Xaw include headers not found".
> Later when I give the "make fetch" command, I get an error "make: *** No
> rule to make target `fetch'.  Stop."
> I tried the above build configuration process, even with cpus = 2 and jobs =
> 2, and repeated the process, I get the same error, for the make.
> I use, fedora OS.
>

Hi,

The error message says "configure: error: Xaw include headers not found".
What this means is that you need to install some development packages
for your Linux distribution so that 'autogen.sh' is able to configure
your build.
If you do not resolve this problem (that is, run autogen.sh until it manages
to configure your build without errors), you will not be able to
compile LibreOffice,
and all other commands that you try will fail.

So, what do you need to do with "configure: error: Xaw include headers
not found"?
Start the package manager of your distribution and search for packages that
contain the 'Xaw' string. Identify the development packages for Xaw and install.
Then, run autogen.sh until it manages to configure your build. Then,
you can continue
with the next command in the build instructions.

(For Ubuntu, the package is called 'libxaw7-dev'. Might be similar to Fedora.)

Simos
http://simos.info/blog/


More information about the LibreOffice mailing list