Hi,

I have built xerces with cmake for windows using vs 2017 and following the 
instruction given at
http://xerces.apache.org/xerces-c/build-3.html

mkdir build
cd build
cmake -G "Visual Studio 14 2015 Win64" -DCMAKE_INSTALL_PREFIX=D:\libs    
\path\to\xerces-c\source
cmake --build . --config Debug
ctest -V -C Debug -j 4
cmake --build . --config Debug --target install 
using "Visual Studio 15 2017 Win64" instead of "Visual Studio 14 2015 Win64"
and replacing Debug by Release in order to build the release version.

When I use ctest on each build, I get test failures that however are unregular 
and differ
from test run to test run.

I actually think that xerces is fairly stable and has been thoroughly tested on
your side. Could you give me any recommendation how to get a more stable
build?

Could it be that the ctest tool needs different arguments?

Kind regards
Werner



-- 
Werner Poschenrieder
Research fellow
Wissenschaftlicher Mitarbeiter

Technische Universität München
Wissenschaftszentrum Weihenstephan
Chair of Forest Growth and Yield Science
Lehrstuhl für Waldwachstumskunde

Hans-Carl-von-Carlowitz-Platz 2
85354 Freising

Tel. +49 8161 71 4714
Fax +49 8161 71 4721

werner.poschenrie...@lrz.tum.de
waldwachstum.wzw.tum.de

Reply via email to