On 02/06/2015 08:30 AM, Orion Poplawski wrote:
> Trying to rebuild plplot for Fedora with cmake 3.1.1:
>
> CMake Error at cmake/modules/pkg-config.cmake:97
> (_pkg_check_modules_internal):
>     _pkg_check_modules_internal Macro invoked with incorrect arguments for
>     macro named: _pkg_check_modules_internal
> Call Stack (most recent call first):
>     cmake/modules/pango.cmake:23 (pkg_check_pkgconfig)
>     cmake/modules/plplot.cmake:535 (include)
>     CMakeLists.txt:111 (include)
> -- WARNING: pkg-config does not find pango.
>
> Any ideas?
>

So it does appear (not terribly surprising for something named 
_pkg_check_modules_internal) the interface changed:

3.0.2:
macro(_pkg_check_modules_internal _is_required _is_silent _prefix)

cmake-3.1.1/Modules/FindPkgConfig.cmake:
macro(_pkg_check_modules_internal _is_required _is_silent _no_cmake_path 
_no_cmake_environment_path _prefix)

Is there some reason that plplot is using its own pkg-config 
implementation?  Is it still necessary?

This is with plplot 5.10.0


-- 
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA/CoRA Division                    FAX: 303-415-9702
3380 Mitchell Lane                  or...@cora.nwra.com
Boulder, CO 80301              http://www.cora.nwra.com

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to