search for: api_replicate

Displaying 2 results from an estimated 2 matches for "api_replicate".

2016 Dec 14
1
testing
...r-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wstrict-null-sentinel -Wshadow -Wstrict-overflow=1 -Wlogical-op -Wmissing-declarations -Wdouble-promotion -Winit-self -fvisibility=hidden -mfpmath=sse -msse2 -mtune=generic -g -O2 -c -o api_replicate.o ../../xapian-core-1.2.24/tests/api_replicate.cc ../../xapian-core-1.2.24/tests/api_replicate.cc: In destructor 'unset_max_changesets_helper_::~unset_max_changesets_helper_()': ../../xapian-core-1.2.24/tests/api_replicate.cc:253:69: error: '_putenv_s' was not declared in this scope...
2016 Dec 14
1
testing
Regarding the earlier mail about [xapian-core-1.2.24] /tests/api_replicate.cc compiled under MSYS/MINGW (g++ 5.3.0). It seems likely that the error was specific to certain g++ versions. https://github.com/mxe/mxe/issues/1448 Eric at ERICS-NETBOOK /c/WORK $ cat test.cpp #include <stdlib.h> int setenv(const char *name, const char *value, int overwrite) { return...