tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: GCC_REQD += 10 ? (Re: CVS commit: pkgsrc/ham/gnuradio-core
On Mon, Aug 21, 2023 at 08:56:43PM +0900, Makoto Fujiwara wrote:
> 3.
> I've tested on 9.3 with gcc-8.5 ( GCC_REQD += 8)
> with
>
> FORCE_C_STD= c99 ;
> FORCE_CXX_STD = c++11;
> FORCE_CXX_STD = c++17;
> (each)
>
> All fails with the same above problems.
>
> 4.
> Then put
> GCC_REQD += 10;
> (packaged fine) -> commit
USE_CXX_FEATURES/USE_CC_FEATURES is the replacement for GCC_REQD,
not FORCE_C_STD (this replaces USE_LANGUAGES).
Maybe this:
USE_CXX_FEATURES+= c++20
Home |
Main Index |
Thread Index |
Old Index