tech-pkg archive

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

Re: 'to_string' is not a member of 'std'



On Tue, Oct 10, 2017 at 02:42:07PM +0200, Edgar Fuß wrote:
> I'm trying to buld 2017Q3 (which I consider supported) on NetBSD-6.1 (which I 
> consider supported). However, building secutity/gpgme fails with
> 	error: 'to_string' is not a member of 'std'
> 
> Changing it's USE_LANGUAGES from c++ to c++11 makes the configure phase fail 
> because it tries to run /lib/cpp.

More or less same situation here, just with nb-6-0 and with several
other packages (googletest, harfbuzz, snappy..), mostly because of
std=c++11; Tried USE_LANGUAGES=c++11, failed while trying to execute
/lib/cpp; Only thing that helped was adding GCC_REQD+=4.8 which will
build you a full gcc-4.8 package.

See also: thread below yours. :)

Attachment: signature.asc
Description: PGP signature



Home | Main Index | Thread Index | Old Index