On Wed, Nov 5, 2014 at 4:05 AM, Riccardo Magliocchetti
<riccardo.magliocche...@gmail.com> wrote:
> Hello,
>
> Il 05/11/2014 10:35, tarungoyal ha scritto:
>>
>> Command used: ./autogen.sh --without-java --enable-headless
>> --with-theme=''
>> --with-package-format=deb  --enable-epm  --disable-vba
>> --disable-extensions
>> --disable-opengl &make
>
>
> It should really say "&& make "
>
>> ERROR Message: libreoffice_4_2/core/solenv/gbuild/ComponentTarget.mk:51:
>> ***
>> No LIBFILENAME set at component target:
>>
>> /usr/local/google/home/tarungoyal/Downloads/libreoffice_4_2/core/workdir/ComponentTarget/vcl/vcl.unx.component.
>> Stop.
>
>
> No idea of what this means :)

foo & bar
will run foo in the backgroun and run bar

so here autogen.sh is launched in the background and make is launched
immediately in the foreground.... while autogen is being run.
the result can be quite weird indeed I suppose.

Norbert
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to