[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: pkg: error running the configure script for communications.
From: |
Andrew Janke |
Subject: |
Re: pkg: error running the configure script for communications. |
Date: |
Fri, 15 Jan 2021 14:55:04 -0500 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:78.0) Gecko/20100101 Thunderbird/78.6.1 |
On 1/15/21 11:53 AM, Navneet Battan wrote:
> I think we are entering into fi of configure.ac <http://configure.ac> in
> communications pkg. I don't have much idea about it, i am just digging.
>
> have_hdf5=no
> # check for HDF5 using pkg-config
> PKG_CHECK_MODULES([HDF5],[hdf5],
> [have_hdf5=yes ],
> []
> )
> if test $have_hdf5 = no; then
> save_CPPFLAGS="$CPPFLAGS"
> save_LIBS="$LIBS"
> AC_CHECK_LIB(hdf5,H5Fopen,
> [
> have_hdf5=yes
> AC_CHECK_HEADERS([hdf5.h])
> HDF5_LIBS=-lhdf5
> ],
> [],
> )
> CPPFLAGS="$save_CPPFLAGS"
> LIBS="$save_LIBS"
> fi
> if test $have_hdf5 = no; then
> *_AC_MSG_ERROR([hdf5 not found])_*
> fi
>
>
> Warm Regards,
> Navneet
Yep, that's the part that's failing. I just don't know why it's failing.
I'm working on getting a Big Sur VM environment set up for testing.
BTW, please "bottom post" on this list, putting replies below the quoted
text.
Cheers,
Andrew
- Re: pkg: error running the configure script for communications., (continued)
- Re: pkg: error running the configure script for communications., Navneet Battan, 2021/01/13
- Re: pkg: error running the configure script for communications., Markus Mützel, 2021/01/13
- Re: pkg: error running the configure script for communications., Navneet Battan, 2021/01/13
- Re: pkg: error running the configure script for communications., Andrew Janke, 2021/01/14
- Re: pkg: error running the configure script for communications., Andrew Janke, 2021/01/15
- Re: pkg: error running the configure script for communications., Navneet Battan, 2021/01/15
- Re: pkg: error running the configure script for communications., Navneet Battan, 2021/01/15
- Re: pkg: error running the configure script for communications., Navneet Battan, 2021/01/15
- Re: pkg: error running the configure script for communications., Andrew Janke, 2021/01/15
- Re: pkg: error running the configure script for communications., Navneet Battan, 2021/01/15
- Re: pkg: error running the configure script for communications.,
Andrew Janke <=