bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug report for autoconf with VTK4.0


From: Paul J
Subject: bug report for autoconf with VTK4.0
Date: Fri, 15 Nov 2002 18:54:02 +0000 (GMT)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


configure: WARNING: vtkSetGet.h: present but cannot be compiled
configure: WARNING: vtkSetGet.h: check for missing prerequisite headers?
configure: WARNING: vtkSetGet.h: proceeding with the preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to address@hidden ##
configure: WARNING:     ## ------------------------------------ ##


As requested I have sent in this bug report. This warning was given as a
result of our upgrade to vtk4.0. We now test for vtkSetGet.h via a
AC_CHECK_HEADERS whereas before we needed:

# special check for vtkSetGet.h which has an include requirement
# for successful compilation
AC_CHECK_HEADER(
    [vtkSetGet.h],,
    [
        AC_MSG_ERROR(Cannot find required VTK headers!)
    ],
    [#include <vtkScalars.h>]
)

Hope this helps. Any more info, please get in touch.

Thanks and keep up the good work!!!


Paul
- --
Department of Computing, Imperial College London
http://myitcv.org.uk/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE91ULW0YkfvYj92P4RAq0NAKCRAyLVx7n5Yt1mbnAzEU727UgWjQCeL1X/
L4fKkJTqCxVj7CkXU7YkR6g=
=LJ5s
-----END PGP SIGNATURE-----





reply via email to

[Prev in Thread] Current Thread [Next in Thread]