bug-gnulib
[Top][All Lists]
Advanced

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

test-fcntl-h-c++.cc:32: error: 'open' is not a member of 'gnulib'


From: Jim Meyering
Subject: test-fcntl-h-c++.cc:32: error: 'open' is not a member of 'gnulib'
Date: Sat, 20 Mar 2010 10:56:33 +0100

Hello,

Trying to use gnulib's latest in grep
(required, due to my regexp-related changes),
I see a new "make check" failure:

        CC       test-stat.o
        CC       test-stdbool.o
      test-fcntl-h-c++.cc:32: error: 'open' is not a member of 'gnulib'
      make[4]: *** [test-fcntl-h-c++.o] Error 1

For now, I'm simply working around it by avoiding
the offending test module:

    diff --git a/bootstrap.conf b/bootstrap.conf
    index 0f38fcb..2170e19 100644
    --- a/bootstrap.conf
    +++ b/bootstrap.conf
    @@ -124,6 +124,7 @@ fi
     test -f ChangeLog || touch ChangeLog || exit 1

     gnulib_tool_option_extras="--tests-base=$bt/gnulib-tests --with-tests"
    +gnulib_tool_option_extras="$gnulib_tool_option_extras 
--avoid=fcntl-h-tests"

     # Build prerequisites
     buildreq="\




reply via email to

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