[ooo-build] dmake: Error code 1, while making '../unxlngi6.pro/lib/libvclplug_genli.so'
Petr Mladek
pmladek at suse.cz
Tue Mar 30 07:50:55 PDT 2010
On Tuesday 30 March 2010, Hailong Wang wrote:
> Hi, I got the following error.
>
> =====================
> Entering /root/work/ooo-build/build/ooo320-m12/vcl/util
> Compiling: vcl/unxlngi6/misc/vcl_dflt_version.c
> Compiling: vcl/unxlngi6/misc/vclplug_gen_dflt_version.c
> Compiling: vcl/unxlngi6/misc/vclplug_gtk_dflt_version.c
> Compiling: vcl/unxlngi6/misc/desktop_detector_dflt_version.c
> Making: vcl.lib
> Making: ipure_x
> Making: igtk_plug_
> Making: idet
> Making: libvclli.so
> Making: libvclplug_genli.so
> /usr/bin/ld: cannot find -lXtst
The linker complains that it is not able to find libXtst.so or libXtst.a. You
need to install it.
On openSUSE-11.1, I see it at /usr/lib/libXtst.so and it is provided by the
package xorg-x11-devel-7.4-7.3
> In addition, How can I run incremental build ?
If you want to try just the vcl module, you might do the following:
cd /root/work/ooo-build/build/ooo320-m12/
source Linux*Env.Set.sh
cd vcl
build 2>&1 | tee build.1.log
If you want continue the whole build, do:
cd /root/work/ooo-build
make
--
Best Regards,
Petr Mladek
software developer
---------------------------------------------------------------------
SUSE LINUX, s. r. o. e-mail: pmladek at suse.cz
Lihovarská 1060/12 tel: +420 284 028 952
190 00 Prague 9 fax: +420 284 028 951
Czech Republic http://www.suse.cz/
More information about the ooo-build
mailing list