[Libreoffice] In config.log: conftest.c(42) : fatal error C1083:

2011-09-05 Thread Regina Henschel

Hi all,

I'm try to find out, what parameter to autogen.sh are really needed for 
a build with Cygwin and Visual Studio Express. So I start with a pure 
./autogen.sh


I see the following error in config.log
conftest.c(42) : fatal error C1083: Cannot open include file: 
'valgrind.h': No such file or directory


The output itself gives only
checking valgrind.h usability... no
checking valgrind.h presence... no
checking for valgrind.h... no

I wonder about the term fatal error.

Kind regards
Regina

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


Re: [Libreoffice] In config.log: conftest.c(42) : fatal error C1083:

2011-09-05 Thread Bjoern Michaelsen
On Mon, 05 Sep 2011 20:25:32 +0200
Regina Henschel rb.hensc...@t-online.de
wrote:

 I wonder about the term fatal error.

Well, configure tested if it could use valgrind or if that would result
in a fatal error. It tried and resolved to the second possibility.

Best,

Bjoern


-- 
https://launchpad.net/~bjoern-michaelsen


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


Re: [Libreoffice] In config.log: conftest.c(42) : fatal error C1083:

2011-09-05 Thread Michael Stahl
On 05.09.2011 20:25, Regina Henschel wrote:
 I see the following error in config.log
 conftest.c(42) : fatal error C1083: Cannot open include file: 
 'valgrind.h': No such file or directory
 
 The output itself gives only
 checking valgrind.h usability... no
 checking valgrind.h presence... no
 checking for valgrind.h... no
 
 I wonder about the term fatal error.

this is from the C compiler, and if it cannot open an #include file,
well, as far as the compiler is concerned that's a fatal error.

it is of course not fatal for your build; in this case Valgrind doesn't
even exist for Windows.

the configure script will exit with an error in case something that it
didn't find is really required for the build.

 Kind regards
 Regina

regards,
 michael


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