<div dir="ltr">Sebastien, <div><br></div><div>I am assuming you are using the latest SDK (7.1). If yes, look at the other email to which Casey replied. </div><div><br></div><div>Thanks,</div><div><br></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Tue, Mar 25, 2014 at 10:50 AM, Sebastien HO <span dir="ltr"><<a href="mailto:sho@traceparts.com" target="_blank">sho@traceparts.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div lang="FR" link="blue" vlink="purple"><div><p class="MsoNormal">Hi,<u></u><u></u></p><p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal"><span lang="EN-US">I have an issue to compile VES / Kiwi on iOS.  I have followed he step from readme.txt :<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US"><u></u> <u></u></span></p><p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">==Build Instructions==<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif""><u></u> <u></u></span></p><p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Step 1)<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif""><u></u> <u></u></span></p><p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Create a build directory:<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif""><u></u> <u></u></span></p><p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">$ mkdir <build dir><u></u><u></u></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif""><u></u> <u></u></span></p><p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">It is recommended that the build directory is not located inside the ves source<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">directory.<u></u><u></u></span></p><p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif""><u></u> <u></u></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Step 2)<u></u><u></u></span></p><p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif""><u></u> <u></u></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">From the build directory, configure the superbuild with cmake:<u></u><u></u></span></p><p class="MsoNormal" style="margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif""><u></u> <u></u></span></p><p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">$ cd <build dir><u></u><u></u></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">$ cmake -DVES_IOS_SUPERBUILD=1 <ves src dir><u></u><u></u></span></p><p class="MsoNormal" style="margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif""><u></u> <u></u></span></p><p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Step 3)<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif""><u></u> <u></u></span></p><p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Compile the project:<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif""><u></u> <u></u></span></p><p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">$ make -j4<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif""><u></u> <u></u></span></p><p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">This may take some time.  The superbuild will checkout the subproject<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">dependencies and compile them for both iOS device and iOS simulator<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">architectures.  Then the ves and kiwi libraries will be compiled.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif""><u></u> <u></u></span></p><p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Step 4)<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif""><u></u> <u></u></span></p><p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Create a symlink:<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif""><u></u> <u></u></span></p><p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">$ ln -s <build dir>/CMakeExternals/Install/frameworks ./frameworks<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif""><u></u> <u></u></span></p><p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Create the symlink in this directory: <ves src dir>/Apps/iOS.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">The symlink makes it easier for the Xcode projects to locate the frameworks<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">that you have just compiled.  If you choose not to create a symlink, you can<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">edit the .xcconfig file in the Xcode project directory to explicitly set the<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">path to the frameworks.  This makes it easy to relocate the Xcode projects.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif""><u></u> <u></u></span></p><p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif""><u></u> <u></u></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Now you're ready to run the Xcode projects.  If you get stuck, ask for<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">help on the VES public mailing list:<u></u><u></u></span></p><p class="MsoNormal" style="margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif""><u></u> <u></u></span></p><p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">    <a href="http://public.kitware.com/cgi-bin/mailman/listinfo/ves" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/ves</a><u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US"><u></u> <u></u></span></p><p class="MsoNormal"><span lang="EN-US">I am stuck on step 3, I have this issue :<u></u><u></u></span></p><p class="MsoNormal"><span lang="EN-US"><u></u> <u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Mac-mini-de-Sebastien:build-ves sho$ make -j4<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Scanning dependencies of target vtk-host<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Scanning dependencies of target libarchive-download<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Scanning dependencies of target curl-download<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Scanning dependencies of target eigen<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[  1%] [  2%] [  4%] [  4%] Creating directories for 'vtk-host'<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Creating directories for 'libarchive-download'<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Creating directories for 'curl-download'<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Creating directories for 'eigen'<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[  7%] [  7%] [  7%] [  8%] Performing download step (download, verify and extract) for 'vtk-host'<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Performing download step (git clone) for 'libarchive-download'<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Performing download step (git clone) for 'curl-download'<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Performing download step (download, verify and extract) for 'eigen'<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- downloading...<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">     src='<a href="http://www.vtk.org/files/release/6.0/vtk-6.0.0.tar.gz" target="_blank">http://www.vtk.org/files/release/6.0/vtk-6.0.0.tar.gz</a>'<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">     dst='/Users/sho/Documents/Developement/build-ves/downloads/vtk-6.0.0.tar.gz'<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">     timeout='none'<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- downloading...<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">     src='<a href="http://vtk.org/files/support/eigen-3.1.2.tar.gz" target="_blank">http://vtk.org/files/support/eigen-3.1.2.tar.gz</a>'<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">     dst='/Users/sho/Documents/Developement/build-ves/downloads/eigen-3.1.2.tar.gz'<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">     timeout='none'<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Cloning into 'curl'...<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Cloning into 'libarchive'...<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- [download 0% complete]<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- [download 0% complete]<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- [download 31% complete]<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- [download 1% complete]<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- [download 100% complete]<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- downloading... done<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- verifying file...<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">     file='/Users/sho/Documents/Developement/build-ves/downloads/eigen-3.1.2.tar.gz'<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- verifying file... done<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- extracting...<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">     src='/Users/sho/Documents/Developement/build-ves/downloads/eigen-3.1.2.tar.gz'<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">     dst='/Users/sho/Documents/Developement/build-ves/CMakeExternals/Source/eigen'<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- extracting... [tar xfz]<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- extracting... [analysis]<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- extracting... [rename]<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- extracting... [clean up]<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- extracting... done<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[  9%] No patch step for 'eigen'<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[ 10%] No update step for 'eigen'<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[ 11%] No configure step for 'eigen'<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[ 12%] No build step for 'eigen'<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[ 13%] Performing install step for 'eigen'<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- [download 3% complete]<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[ 14%] Completed 'eigen'<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[ 14%] Built target eigen<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">remote: Reusing existing pack: 24463, done.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">remote: Counting objects: 81500, done.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">remote: Compressing objects: 100% (17869/17869), done.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- [download 7% complete]979/24463), 180.00 KiB | 322.00 KiB/s   <u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- [download 11% complete]936/24463), 436.00 KiB | 390.00 KiB/s   <u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- [download 17% complete]404/24463), 1.07 MiB | 497.00 KiB/s     <u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- [download 24% complete]0595/81500), 2.00 MiB | 657.00 KiB/s   <u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- [download 28% complete]3855/81500), 2.64 MiB | 656.00 KiB/s   <u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- [download 32% complete]7115/81500), 3.44 MiB | 720.00 KiB/s   <u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- [download 36% complete]5045/81500), 4.66 MiB | 851.00 KiB/s   <u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- [download 40% complete]8085/81500), 5.85 MiB | 939.00 KiB/s   <u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- [download 44% complete]2160/81500), 7.14 MiB | 1.04 MiB/s     <u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- [download 47% complete]6235/81500), 8.13 MiB | 1.14 MiB/s    <u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- [download 51% complete]8680/81500), 9.38 MiB | 1.16 MiB/s    <u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- [download 54% complete]3570/81500), 10.58 MiB | 1.16 MiB/s   <u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- [download 58% complete]6015/81500), 11.49 MiB | 1.05 MiB/s   <u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- [download 62% complete]9275/81500), 12.10 MiB | 1.03 MiB/s   <u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- [download 66% complete]541/24463), 8.66 MiB | 704.00 KiB/s      <u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- [download 69% complete]2535/81500), 13.43 MiB | 866.00 KiB/s   <u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- [download 73% complete]1009/24463), 10.14 MiB | 741.00 KiB/s   <u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- [download 76% complete]1498/24463), 10.79 MiB | 743.00 KiB/s   <u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- [download 79% complete]2232/24463), 11.00 MiB | 683.00 KiB/s   <u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- [download 83% complete]2966/24463), 11.82 MiB | 656.00 KiB/s   <u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- [download 87% complete]3700/24463), 12.58 MiB | 681.00 KiB/s   <u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- [download 90% complete]3944/24463), 13.19 MiB | 658.00 KiB/s   <u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- [download 93% complete]4678/24463), 13.99 MiB | 690.00 KiB/s   <u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">remote: Total 81500 (delta 63364), reused 81500 (delta 63364)<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Receiving objects: 100% (81500/81500), 17.41 MiB | 560.00 KiB/s, done.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- [download 97% complete]749/63364)   14.69 MiB | 703.00 KiB/s   <u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- [download 100% complete]<a href="tel:18%2F63364%29%C2%A0%C2%A0%2015.16" value="+18633641516" target="_blank">18/63364)   15.16</a> MiB | 711.00 KiB/s   <u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- downloading... done <a href="tel:%2831076%2F63364" value="+13107663364" target="_blank">(31076/63364</a>)   15.16 MiB | 711.00 KiB/s   <u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- verifying file...0% <a href="tel:%2831687%2F63364" value="+13168763364" target="_blank">(31687/63364</a>)   <u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">     file='/Users/sho/Documents/Developement/build-ves/downloads/vtk-6.0.0.tar.gz'<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- verifying file... done3043/63364)   <u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- extracting...<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">     src='/Users/sho/Documents/Developement/build-ves/downloads/vtk-6.0.0.tar.gz'<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">     dst='/Users/sho/Documents/Developement/build-ves/CMakeExternals/Source/vtk'<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- extracting... [tar xfz]<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Resolving deltas: 100% (63364/63364), done.9 MiB | 869.00 KiB/s   <u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Checking connectivity... done./24463), 18.36 MiB | 947.00 KiB/s   <u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Checking out files: 100% (1499/1499), done.1 MiB | 1.29 MiB/s     <u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Note: checking out 'origin/v7.24.0-with-cmake-patches'.<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif""><u></u> <u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">You are in 'detached HEAD' state. You can look around, make experimental<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">changes and commit them, and you can discard any commits you make in this<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">state without impacting any branches by performing another checkout.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif""><u></u> <u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">If you want to create a new branch to retain commits you create, you may<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">do so (now or later) by using -b with the checkout command again. Example:<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif""><u></u> <u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">  git checkout -b new_branch_name<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif""><u></u> <u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">HEAD is now at fef0a34... Add user specified include and link directories<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">remote: Total 24463 (delta 0), reused 0 (delta 0)<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Receiving objects: 100% (24463/24463), 22.44 MiB | 1.51 MiB/s, done.<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[ 16%] [ 16%] Performing update step for 'curl-download'<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">No patch step for 'curl-download'<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Resolving deltas: 100% (15648/15648), done.<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Checking connectivity... done.<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">HEAD is now at fef0a34... Add user specified include and link directories<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[ 17%] No configure step for 'curl-download'<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[ 18%] No build step for 'curl-download'<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[ 19%] No install step for 'curl-download'<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[ 19%] Completed 'curl-download'<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[ 19%] -- extracting... [analysis]<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- extracting... [rename]<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- extracting... [clean up]<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- extracting... done<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Built target curl-download<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Scanning dependencies of target curl-ios-simulator<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Scanning dependencies of target curl-ios-device<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[ 22%] [ 22%] [ 22%] Creating directories for 'curl-ios-simulator'<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Performing patch step for 'vtk-host'<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Creating directories for 'curl-ios-device'<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[ 24%] [ 24%] No download step for 'curl-ios-device'<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">No download step for 'curl-ios-simulator'<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[ 26%] [ 26%] No patch step for 'curl-ios-simulator'<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">No patch step for 'curl-ios-device'<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[ 28%] [ 28%] No update step for 'curl-ios-device'<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">No update step for 'curl-ios-simulator'<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[ 30%] [ 30%] Performing configure step for 'curl-ios-simulator'<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Performing configure step for 'curl-ios-device'<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">loading initial cache file /Users/sho/Documents/Developement/VES/CMake/toolchains/curl-TryRunResults.cmake<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">loading initial cache file /Users/sho/Documents/Developement/VES/CMake/toolchains/curl-TryRunResults.cmake<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">CMake Error at /Users/sho/Documents/Developement/VES/CMake/toolchains/toolchain-ios-device.cmake:38 (message):<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">  Could not find a usable iOS SDK in<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Call Stack (most recent call first):<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">  /Applications/CMake 2.8-12.app/Contents/share/cmake-2.8/Modules/CMakeDetermineSystem.cmake:93 (include)<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">  CMakeLists.txt:24 (project)<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif""><u></u> <u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif""><u></u> <u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[ 31%] No update step for 'vtk-host'<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Missing variable is:<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">CMAKE_C_COMPILER_ENV_VAR<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">CMake Error: Could not find cmake module file: /Users/sho/Documents/Developement/build-ves/CMakeExternals/Build/curl-ios-device/CMakeFiles/<a href="http://2.8.12.2/CMakeCCompiler.cmake" target="_blank">2.8.12.2/CMakeCCompiler.cmake</a><u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[ 32%] Performing configure step for 'vtk-host'<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">CMake Error: your C compiler: "CMAKE_C_COMPILER-NOTFOUND" was not found.   Please set CMAKE_C_COMPILER to a valid compiler path or name.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">CMake Error at /Users/sho/Documents/Developement/VES/CMake/toolchains/toolchain-ios-simulator.cmake:38 (message):<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">  Could not find a usable iOS SDK in<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Call Stack (most recent call first):<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">  /Applications/CMake 2.8-12.app/Contents/share/cmake-2.8/Modules/CMakeDetermineSystem.cmake:93 (include)<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">  CMakeLists.txt:24 (project)<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif""><u></u> <u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif""><u></u> <u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Configuring incomplete, errors occurred!<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Missing variable is:<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">CMAKE_C_COMPILER_ENV_VAR<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">CMake Error: Could not find cmake module file: /Users/sho/Documents/Developement/build-ves/CMakeExternals/Build/curl-ios-simulator/CMakeFiles/<a href="http://2.8.12.2/CMakeCCompiler.cmake" target="_blank">2.8.12.2/CMakeCCompiler.cmake</a><u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">make[2]: *** [CMakeExternals/Stamp/curl-ios-device/curl-ios-device-configure] Error 1<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">make[1]: *** [CMakeFiles/curl-ios-device.dir/all] Error 2<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">make[1]: *** Waiting for unfinished jobs....<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Configuring incomplete, errors occurred!<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">make[2]: *** [CMakeExternals/Stamp/curl-ios-simulator/curl-ios-simulator-configure] Error 1<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">make[1]: *** [CMakeFiles/curl-ios-simulator.dir/all] Error 2<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Note: checking out 'v3.0.4'.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif""><u></u> <u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">You are in 'detached HEAD' state. You can look around, make experimental<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">changes and commit them, and you can discard any commits you make in this<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">state without impacting any branches by performing another checkout.<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif""><u></u> <u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">If you want to create a new branch to retain commits you create, you may<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">do so (now or later) by using -b with the checkout command again. Example:<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif""><u></u> <u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">  git checkout -b new_branch_name<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif""><u></u> <u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">HEAD is now at 8076b31... Remove developer flags from release.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[ 33%] [ 34%] Performing update step for 'libarchive-download'<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Performing patch step for 'libarchive-download'<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[ 35%] No configure step for 'libarchive-download'<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[ 36%] No build step for 'libarchive-download'<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[ 37%] No install step for 'libarchive-download'<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[ 38%] Completed 'libarchive-download'<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[ 38%] Built target libarchive-download<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- The C compiler identification is Clang 5.1.0<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- The CXX compiler identification is Clang 5.1.0<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Check for working C compiler: /usr/bin/cc<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Check for working C compiler: /usr/bin/cc -- works<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Detecting C compiler ABI info<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Detecting C compiler ABI info - done<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Check for working CXX compiler: /usr/bin/c++<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Check for working CXX compiler: /usr/bin/c++ -- works<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Detecting CXX compiler ABI info<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Detecting CXX compiler ABI info - done<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Performing Test Support for 64 bit file systems<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Performing Test Support for 64 bit file systems - Success<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Performing Test VTK_CONST_REVERSE_ITERATOR_COMPARISON<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Performing Test VTK_CONST_REVERSE_ITERATOR_COMPARISON - Success<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Check if the system is big endian<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Searching 16 bit integer<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for sys/types.h<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for sys/types.h - found<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for stdint.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for stdint.h - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for stddef.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for stddef.h - found<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Check size of unsigned short<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Check size of unsigned short - done<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Using unsigned short<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Check if the system is big endian - little endian<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for include file pthread.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for include file pthread.h - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for pthread_create<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for pthread_create - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Found Threads: TRUE  <u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for C++ include iostream<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for C++ include iostream - found<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Check for STD namespace<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Check for STD namespace - found<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Check for ANSI scope<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Check for ANSI scope - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Check for sstream<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Check for sstream - found<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Check size of int<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Check size of int - done<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Check size of long<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Check size of long - done<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Check size of char<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Check size of char - done<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Check size of short<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Check size of short - done<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Check size of float<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Check size of float - done<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Check size of double<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Check size of double - done<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Check size of long long<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Check size of long long - done<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Check size of __int64<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Check size of __int64 - failed<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Check size of uintptr_t<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Check size of uintptr_t - done<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking signedness of char<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking signedness of char -- signed<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking support for full template specialization syntax<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking support for full template specialization syntax -- yes<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking support for C++ explicit template instantiation<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking support for C++ explicit template instantiation -- yes<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking for builtin __sync_add_and_fetch<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking for builtin __sync_add_and_fetch -- success<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking ANSI streams end-of-file bug level<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking ANSI streams end-of-file bug level - 1<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking if ostream supports long long<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking if ostream supports long long -- yes<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking if istream supports long long<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking if istream supports long long -- yes<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for getsockname in socket<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for getsockname in socket - not found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking for getsockname with socklen_t<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking for getsockname with socklen_t -- yes<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for SO_REUSEADDR<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for SO_REUSEADDR - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Group StandAlone modules: vtkChartsCore;vtkCommonComputationalGeometry;vtkCommonCore;vtkCommonExecutionModel;vtkCommonMisc;vtkCommonSystem;vtkCommonTransforms;vtkDomainsChemistry;vtkFiltersAMR;vtkFiltersCore;vtkFiltersExtraction;vtkFiltersFlowPaths;vtkFiltersGeneral;vtkFiltersGeneric;vtkFiltersGeometry;vtkFiltersHybrid;vtkFiltersHyperTree;vtkFiltersImaging;vtkFiltersModeling;vtkFiltersParallel;vtkFiltersParallelImaging;vtkFiltersProgrammable;vtkFiltersSelection;vtkFiltersSources;vtkFiltersStatistics;vtkFiltersTexture;vtkFiltersVerdict;vtkImagingColor;vtkImagingCore;vtkImagingFourier;vtkImagingGeneral;vtkImagingHybrid;vtkImagingMath;vtkImagingMorphological;vtkImagingSources;vtkImagingStatistics;vtkImagingStencil;vtkInfovisCore;vtkInfovisLayout;vtkIOAMR;vtkIOCore;vtkIOEnSight;vtkIOExodus;vtkIOExport;vtkIOGeometry;vtkIOImage;vtkIOImport;vtkIOInfovis;vtkIOLegacy;vtkIOLSDyna;vtkIOMINC;vtkIOMovie;vtkIONetCDF;vtkIOParallel;vtkIOPLY;vtkIOSQL;vtkIOVideo;vtkIOXML;vtkIOXMLParser;vtkParallelCore<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Group Imaging modules: vtkFiltersImaging;vtkImagingColor;vtkImagingFourier;vtkImagingGeneral;vtkImagingHybrid;vtkImagingMath;vtkImagingMorphological;vtkImagingSources;vtkImagingStatistics;vtkImagingStencil;vtkInteractionImage;vtkRenderingImage<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Group MPI modules: vtkFiltersParallelGeometry;vtkFiltersParallelMPI;vtkIOMPIImage;vtkIOMPIParallel;vtkIOParallelNetCDF;vtkParallelMPI<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Group Rendering modules: vtkGeovisCore;vtkInteractionImage;vtkInteractionStyle;vtkInteractionWidgets;vtkRenderingAnnotation;vtkRenderingContext2D;vtkRenderingCore;vtkRenderingFreeType;vtkRenderingFreeTypeOpenGL;vtkRenderingHybridOpenGL;vtkRenderingImage;vtkRenderingLabel;vtkRenderingLOD;vtkRenderingOpenGL;vtkRenderingVolume;vtkRenderingVolumeAMR;vtkRenderingVolumeOpenGL;vtkViewsContext2D;vtkViewsCore;vtkViewsGeovis;vtkViewsInfovis<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Group Qt modules: vtkGUISupportQt;vtkGUISupportQtOpenGL;vtkGUISupportQtSQL;vtkGUISupportQtWebkit;vtkRenderingQt;vtkViewsQt<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Group Tk modules: vtkRenderingTk<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Group Views modules: vtkViewsContext2D;vtkViewsGeovis<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Enabled 43 modules:<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtkCommonComputationalGeometry, needed by 2 modules:<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkFiltersGeneral<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkFiltersSources<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtkCommonCore, needed by 4 modules:<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkCommonMath<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkCommonSystem<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkCommonTransforms<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkParallelCore<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtkCommonDataModel, needed by 9 modules:<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkCommonComputationalGeometry<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkCommonExecutionModel<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkIOCore<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkIOGeometry<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkIOImage<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkIOInfovis<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkIOLegacy<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkIOXMLParser<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkInfovisCore<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtkCommonExecutionModel, needed by 8 modules:<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkFiltersCore<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkFiltersExtraction<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkFiltersStatistics<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkIOCore<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkIOImage<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkIOPLY<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkImagingCore<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkRenderingCore<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtkCommonMath, needed by 8 modules:<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkCommonComputationalGeometry<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkCommonDataModel<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkCommonMisc<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkCommonTransforms<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkFiltersCore<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkFiltersStatistics<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkIOImage<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkImagingCore<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtkCommonMisc, needed by 11 modules:<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkCommonDataModel<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkCommonExecutionModel<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkFiltersCore<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkFiltersStatistics<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkIOCore<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkIOGeometry<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkIOImage<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkIOInfovis<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkIOLegacy<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkIOPLY<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkIOXMLParser<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtkCommonSystem, needed by 10 modules:<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkCommonComputationalGeometry<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkCommonDataModel<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkFiltersCore<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkIOGeometry<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkIOImage<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkIOInfovis<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkIOLegacy<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkIOXMLParser<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkImagingCore<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkInfovisCore<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtkCommonTransforms, needed by 6 modules:<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkCommonDataModel<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkFiltersCore<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkFiltersStatistics<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkIOImage<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkImagingCore<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkRenderingCore<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtkDICOMParser, needed by vtkIOImage.<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtkFiltersCore, requested by Module_vtkFiltersCore.<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtkFiltersExtraction, needed by 2 modules:<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkInfovisCore<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkRenderingCore<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtkFiltersGeneral, needed by 5 modules:<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkFiltersExtraction<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkFiltersModeling<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkFiltersSources<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkInfovisCore<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkRenderingCore<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtkFiltersGeometry, requested by Module_vtkFiltersGeometry.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtkFiltersModeling, requested by Module_vtkFiltersModeling.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtkFiltersSources, requested by Module_vtkFiltersSources.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtkFiltersStatistics, needed by vtkFiltersExtraction.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtkIOCore, needed by 5 modules:<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkIOGeometry<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkIOImage<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkIOInfovis<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkIOLegacy<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkIOXMLParser<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtkIOGeometry, requested by Module_vtkIOGeometry.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtkIOImage, requested by Module_vtkIOImage.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtkIOInfovis, requested by Module_vtkIOInfovis.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtkIOLegacy, requested by Module_vtkIOLegacy.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtkIOPLY, requested by Module_vtkIOPLY.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtkIOXML, requested by Module_vtkIOXML.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtkIOXMLParser, needed by 2 modules:<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkIOXML<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkRenderingCore<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtkImagingCore, requested by Module_vtkImagingCore.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtkImagingFourier, needed by vtkFiltersStatistics.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtkInfovisCore, needed by vtkIOInfovis.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtkMetaIO, needed by vtkIOImage.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtkParallelCore, requested by Module_vtkParallelCore.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtkRenderingCore, requested by Module_vtkRenderingCore.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtkRenderingFreeType, requested by Module_vtkRenderingFreeType.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtkUtilitiesHashSource, needed by vtkParallelCore.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtkUtilitiesMaterialLibrary, needed by vtkRenderingCore.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtkalglib, needed by vtkFiltersStatistics.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtkexpat, needed by vtkIOXMLParser.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtkfreetype, needed by vtkRenderingFreeType.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtkjpeg, needed by 2 modules:<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkIOImage<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtktiff<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtkjsoncpp, needed by vtkIOGeometry.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtklibxml2, needed by vtkIOInfovis.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtkpng, needed by vtkIOImage.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtksys, needed by 6 modules:<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkCommonCore<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkCommonSystem<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkDICOMParser<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkIOCore<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkUtilitiesHashSource<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkUtilitiesMaterialLibrary<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtktiff, needed by vtkIOImage.<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">--  * vtkzlib, needed by 7 modules:<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkIOCore<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkIOGeometry<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkMetaIO<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkfreetype<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtklibxml2<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtkpng<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">        vtktiff<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether header cstdio is available<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether header cstdio is available - yes<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking for Large File Support<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking for Large File Support - yes<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether STL classes are in std namespace<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether STL classes are in std namespace - yes<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether ANSI stream headers are available<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether ANSI stream headers are available - yes<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether ANSI streams are in std namespace<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether ANSI streams are in std namespace - yes<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether ANSI string stream is available<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether ANSI string stream is available - yes<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether header cstddef is available<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether header cstddef is available - yes<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether stl string has operator!= for char*<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether stl string has operator!= for char* - yes<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether stl has iterator_traits<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether stl has iterator_traits - yes<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether stl has standard template allocator<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether stl has standard template allocator - yes<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking for rebind member of stl allocator<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking for rebind member of stl allocator - yes<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking for non-standard argument to stl allocator<>::max_size<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking for non-standard argument to stl allocator<>::max_size - no<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether stl containers support allocator objects.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether stl containers support allocator objects. - yes<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether ios has binary openmode<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether ios has binary openmode - yes<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether "<>" is needed for template friends<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether "<>" is needed for template friends - yes<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking for member template support<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking for member template support - yes<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking for standard template specialization syntax<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking for standard template specialization syntax - yes<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether argument dependent lookup is supported<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether argument dependent lookup is supported - yes<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether struct stat has st_mtim member<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether struct stat has st_mtim member - no<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether C++ compiler has 'long long'<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether C++ compiler has 'long long' - yes<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether C++ compiler has '__int64'<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether C++ compiler has '__int64' - no<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking for C type size macros<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking for C type size macros - compiled<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Check size of char<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Check size of char - done<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Check size of __int64<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Check size of __int64 - failed<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether char is signed<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether char is signed - yes<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether C compiler has ptrdiff_t in stddef.h<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether C compiler has ptrdiff_t in stddef.h - yes<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether C compiler has ssize_t in unistd.h<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether C compiler has ssize_t in unistd.h - yes<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether CXX compiler has setenv<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether CXX compiler has setenv - yes<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether CXX compiler has unsetenv<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether CXX compiler has unsetenv - yes<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether CXX compiler has environ in stdlib.h<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether CXX compiler has environ in stdlib.h - no<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for include files sys/types.h, ifaddrs.h<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for include files sys/types.h, ifaddrs.h - found<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether CXX compiler has rlimit64<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether CXX compiler has rlimit64 - no<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether CXX compiler has atol<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether CXX compiler has atol - yes<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether CXX compiler has atoll<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether CXX compiler has atoll - yes<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether CXX compiler has _atoi64<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking whether CXX compiler has _atoi64 - no<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for std::isnan<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for std::isnan - not found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for std::isinf<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for std::isinf - not found<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for std::isfinite<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for std::isfinite - not found<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for isnan<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for isnan - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for isinf<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for isinf - found<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for isfinite<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for isfinite - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for finite<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for finite - found<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for fenv.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for fenv.h - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for feenableexcept<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for feenableexcept - not found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Performing Test COMPILER_HAS_DEPRECATED_ATTR<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for include file assert.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for include file assert.h - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for include file dlfcn.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for include file dlfcn.h - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for include file fcntl.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for include file fcntl.h - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for include file inttypes.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for include file inttypes.h - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for include file limits.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for include file limits.h - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for include file malloc.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for include file malloc.h - not found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for include file memory.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for include file memory.h - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for include file stdlib.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for include file stdlib.h - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for include file string.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for include file string.h - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for include file strings.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for include file strings.h - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for include file sys/stat.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for include file sys/stat.h - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for include file sys/time.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for include file sys/time.h - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for include file unistd.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for include file unistd.h - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for include file windows.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for include file windows.h - not found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for include file ieeefp.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for include file ieeefp.h - not found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for floor<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for floor - found<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for getopt<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for getopt - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for isascii<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for isascii - found<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for memmove<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for memmove - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for memset<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for memset - found<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for mmap<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for mmap - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for pow<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for pow - found<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for sqrt<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for sqrt - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for strcasecmp<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for strcasecmp - found<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for strchr<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for strchr - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for strrchr<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for strrchr - found<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for strstr<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for strstr - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for strtol<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for strtol - found<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for areroul<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for areroul - not found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Check size of int<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Check size of int - done<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Check size of long<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Check size of long - done<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for dlopen in dl;<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for dlopen in dl; - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for shl_load in dld;dl<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for shl_load in dld;dl - not found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for dlopen in dl;m<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for dlopen in dl;m - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for include file stdio.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for include file stdio.h - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 8 include files stdio.h, ..., netdb.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 8 include files stdio.h, ..., netdb.h - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 10 include files stdio.h, ..., sys/socket.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 10 include files stdio.h, ..., sys/socket.h - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 11 include files stdio.h, ..., netinet/in.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 11 include files stdio.h, ..., netinet/in.h - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 12 include files stdio.h, ..., sys/select.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 12 include files stdio.h, ..., sys/select.h - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 19 include files stdio.h, ..., time.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 19 include files stdio.h, ..., time.h - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 21 include files stdio.h, ..., signal.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 21 include files stdio.h, ..., signal.h - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 22 include files stdio.h, ..., errno.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 22 include files stdio.h, ..., errno.h - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 23 include files stdio.h, ..., ansidecl.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 23 include files stdio.h, ..., ansidecl.h - not found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 23 include files stdio.h, ..., arpa/inet.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 23 include files stdio.h, ..., arpa/inet.h - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 24 include files stdio.h, ..., arpa/nameser.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 24 include files stdio.h, ..., arpa/nameser.h - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 25 include files stdio.h, ..., ctype.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 25 include files stdio.h, ..., ctype.h - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 26 include files stdio.h, ..., dirent.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 26 include files stdio.h, ..., dirent.h - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 27 include files stdio.h, ..., dl.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 27 include files stdio.h, ..., dl.h - not found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 27 include files stdio.h, ..., float.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 27 include files stdio.h, ..., float.h - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 28 include files stdio.h, ..., fp_class.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 28 include files stdio.h, ..., fp_class.h - not found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 28 include files stdio.h, ..., math.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 28 include files stdio.h, ..., math.h - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 29 include files stdio.h, ..., nan.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 29 include files stdio.h, ..., nan.h - not found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 29 include files stdio.h, ..., ndir.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 29 include files stdio.h, ..., ndir.h - not found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 29 include files stdio.h, ..., pthread.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 29 include files stdio.h, ..., pthread.h - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 30 include files stdio.h, ..., resolv.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 30 include files stdio.h, ..., resolv.h - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 31 include files stdio.h, ..., stdarg.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 31 include files stdio.h, ..., stdarg.h - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 32 include files stdio.h, ..., sys/mman.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 32 include files stdio.h, ..., sys/mman.h - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 33 include files stdio.h, ..., sys/timeb.h<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for 33 include files stdio.h, ..., sys/timeb.h - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for finite<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for finite - found<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for fpclass<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for fpclass - not found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for fp_class<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for fp_class - not found<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for fprintf<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for fprintf - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for ftime<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for ftime - found<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for gettimeofday<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for gettimeofday - found<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for localtime<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for localtime - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for printf<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for printf - found<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for sscanf<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for sscanf - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for sprintf<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for sprintf - found<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for snprintf<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for snprintf - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for signal<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for signal - found<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for strdup<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for strdup - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for strndup<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for strndup - found<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for strerror<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for strerror - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for strftime<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for strftime - found<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for stat<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for stat - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for _stat<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for _stat - not found<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for vfprintf<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for vfprintf - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for vsnprintf<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for vsnprintf - found<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for vsprintf<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Looking for vsprintf - found<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking for getaddrinfo.<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking for getaddrinfo. - yes<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking for socklen_t<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking for socklen_t - yes<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking for DIR in sys/dir.h<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking for DIR in sys/dir.h - yes<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking for DIR in sys/ndir.h<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking for DIR in sys/ndir.h - no<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking for va_copy<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking for va_copy - yes<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking for __va_copy<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking for __va_copy - yes<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking for ipv6 support.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Checking for ipv6 support. - yes<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">CMake Warning (dev) in Common/Core/CMakeLists.txt:<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">  Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">  interface.  Run "cmake --help-policy CMP0022" for policy details.  Use the<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">  cmake_policy command to set the policy and suppress this warning.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif""><u></u> <u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">  Target "vtkCommonCore" has an INTERFACE_LINK_LIBRARIES property which<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">  differs from its LINK_INTERFACE_LIBRARIES properties.<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif""><u></u> <u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">  INTERFACE_LINK_LIBRARIES:<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif""><u></u> <u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">    vtksys<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif""><u></u> <u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">  LINK_INTERFACE_LIBRARIES:<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif""><u></u> <u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">    <u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif""><u></u> <u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">This warning is for project developers.  Use -Wno-dev to suppress it.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif""><u></u> <u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Configuring done<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Generating done<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">-- Build files have been written to: /Users/sho/Documents/Developement/build-ves/CMakeExternals/Build/vtk-host<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[ 39%] Performing build step for 'vtk-host'<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Scanning dependencies of target vtkmkg3states<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Scanning dependencies of target vtksys<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[  0%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtkmkg3states.dir/mkg3states.c.o<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[  0%] [  0%] [  0%] Building C object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/Base64.c.o<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Building C object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/MD5.c.o<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Building C object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/ProcessUNIX.c.o<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[100%] Building C object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/System.c.o<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Linking C executable ../../../bin/vtkmkg3states-6.0<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[100%] Built target vtkmkg3states<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[100%] [100%] Building CXX object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/Directory.cxx.o<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Building CXX object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/DynamicLoader.cxx.o<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[100%] Building CXX object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/Glob.cxx.o<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[100%] Building CXX object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/RegularExpression.cxx.o<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[100%] Building CXX object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/SystemTools.cxx.o<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[100%] Building CXX object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/CommandLineArguments.cxx.o<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[100%] Building CXX object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/SystemInformation.cxx.o<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Linking CXX shared library ../../../lib/libvtksys-6.0.dylib<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[100%] Built target vtksys<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Scanning dependencies of target vtkHashSource<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Scanning dependencies of target ProcessShader<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[100%] [100%] Building CXX object Utilities/HashSource/CMakeFiles/vtkHashSource.dir/vtkHashSource.cxx.o<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Building CXX object Utilities/MaterialLibrary/CMakeFiles/ProcessShader.dir/ProcessShader.cxx.o<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Linking CXX executable ../../bin/vtkHashSource-6.0<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[100%] Built target vtkHashSource<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Linking CXX executable ../../bin/vtkProcessShader-6.0<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[100%] Built target ProcessShader<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Scanning dependencies of target vtkCompileTools<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[100%] Built target vtkCompileTools<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[ 40%] No install step for 'vtk-host'<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[ 41%] Completed 'vtk-host'<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">[ 41%] Built target vtk-host<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><span lang="EN-US" style="font-family:"Agency FB","sans-serif"">make: *** [all] Error 2<u></u><u></u></span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif"">Mac-mini-de-Sebastien:build-ves sho$<u></u><u></u></span></p><p class="MsoNormal" style="margin-bottom:12.0pt"><span lang="EN-US">Can someone help me?<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-bottom:12.0pt"><span lang="EN-US">Regards, <u></u><u></u></span></p><p class="MsoNormal" style="margin-bottom:12.0pt"><span lang="EN-US">Sébastien <u></u><u></u></span></p><p class="MsoNormal" style="margin-bottom:12.0pt">
<span lang="EN-US" style="font-family:"Agency FB","sans-serif""><u></u> <u></u></span></p></div></div><br>_______________________________________________<br>
Ves mailing list<br>
<a href="mailto:Ves@public.kitware.com">Ves@public.kitware.com</a><br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/ves" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/ves</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>| Aashish Chaudhary <br>| R&D Engineer         <br>| Kitware Inc.            <br>| <a href="http://www.kitware.com">www.kitware.com</a>    
</div>