<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div><br/>
Hallo all,</div>

<div> </div>

<div>I want to make the VTK libraries in linux, using CMake, and I use the archive</div>

<div>VTK-7.1.0.tar.gz. I want the libraries cross-compiled at the end.</div>

<div> </div>

<div>I use UBUNTU 16.04.</div>

<div> </div>

<div>In CMake, I tested with the "use default native compilers"  option to begin with</div>

<div>and to check it out.</div>

<div> </div>

<div>I get error messages, see PS.</div>

<div> </div>

<div>When taking version 7.0.0 or 6.3.0, error messages will also occur, but different ones.</div>

<div> </div>

<div>Performing an analogous procedure in Windows, no problems occur, and Visual Studio builds with</div>

<div>0 errors at the end. </div>

<div> </div>

<div>Any suggestions?</div>

<div> Thanks,</div>

<div>ERik</div>

<div> </div>

<div class="signature">un Build Command:"/usr/bin/make" "cmTC_eb000/fast"<br/>
/usr/bin/make -f CMakeFiles/cmTC_eb000.dir/build.make CMakeFiles/cmTC_eb000.dir/build<br/>
make[1]: Verzeichnis „/home/ema/MyProjects/VTK-bin/CMakeFiles/CMakeTmp“ wird betreten<br/>
Building C object CMakeFiles/cmTC_eb000.dir/CheckFunctionExists.c.o<br/>
/usr/bin/cc    -w -w -Wall -Winline -W -Wformat-security -Wpointer-arith -Wdisabled-optimization -Wno-unknown-pragmas -Wdeclaration-after-statement -fstrict-aliasing -DCHECK_FUNCTION_EXISTS=jbg_newlen   -o CMakeFiles/cmTC_eb000.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c<br/>
Linking C executable cmTC_eb000<br/>
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_eb000.dir/link.txt --verbose=1<br/>
/usr/bin/cc    -w -w -Wall -Winline -W -Wformat-security -Wpointer-arith -Wdisabled-optimization -Wno-unknown-pragmas -Wdeclaration-after-statement -fstrict-aliasing -DCHECK_FUNCTION_EXISTS=jbg_newlen    CMakeFiles/cmTC_eb000.dir/CheckFunctionExists.c.o  -o cmTC_eb000 -rdynamic <br/>
CMakeFiles/cmTC_eb000.dir/CheckFunctionExists.c.o: In Funktion `main':<br/>
CheckFunctionExists.c:(.text+0x15): Nicht definierter Verweis auf `jbg_newlen'<br/>
collect2: error: ld returned 1 exit status<br/>
CMakeFiles/cmTC_eb000.dir/build.make:97: die Regel für Ziel „cmTC_eb000“ scheiterte<br/>
make[1]: *** [cmTC_eb000] Fehler 1<br/>
make[1]: Verzeichnis „/home/ema/MyProjects/VTK-bin/CMakeFiles/CMakeTmp“ wird verlassen<br/>
Makefile:126: die Regel für Ziel „cmTC_eb000/fast“ scheiterte<br/>
make: *** [cmTC_eb000/fast] Fehler 2</div>

<div class="signature"> </div></div></body></html>