Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building instructions for Linux distro packaging #8

Closed
hroncok opened this issue Feb 3, 2016 · 31 comments
Closed

Building instructions for Linux distro packaging #8

hroncok opened this issue Feb 3, 2016 · 31 comments
Assignees

Comments

@hroncok
Copy link

hroncok commented Feb 3, 2016

Hello, I'm a packager from Fedora. I'd like to package lib3mf, but I miss any building instructions.

There is Makefile that generates lib3MF.so.

I would like to get a .so with soname version, such as: lib3MF.so.1.0.0.

I would like to know what header files should I put into /usr/include and where exactly.

Would that please be possible? I'm willing to send a Pull Request changing the Makefile if you tell me what should be the outcome.

BTW Should I expect a release or is this going to be a rolling thing?

Thank you.

@t-paul t-paul mentioned this issue Feb 8, 2016
@martinweismann
Copy link
Member

Hi @hroncok,

we would love to have a package of lib3MF for Fedora!

With the latest large update, we can now provide lib3MF with soname version. This can be configured in the CMakeLists.txt (it is disabled by default).

The required headers for the C-interface are:

  • NMR_DLLInterfaces.h
  • Common/Platform/NMR_COM_Emulation.h
  • Common/Platform/NMR_SAL.h
  • Common/Platform/NMR_WinTypes.h
  • Model/Classes/NMR_ModelTypes.h
  • Model/COM/NMR_COMVersion.h

Lib3MF is meant to be updated and bugfixed regularly. As you see from the latest history of the project, there can be very large updates in between.

Anything else you need?

Cheers
Martin

@hroncok
Copy link
Author

hroncok commented Jan 15, 2018

I might get back to this, thanks for the reply.

@hroncok
Copy link
Author

hroncok commented Jan 15, 2018

Looking at the git history: Tagged release(s) would be nice, if that works for you.

@martinweismann
Copy link
Member

This will not be a problem. I'll update the actual version-numbering to be consistent with the (future) release tags.

@martinweismann
Copy link
Member

Published a release:
https://github.com/3MFConsortium/lib3mf/releases/tag/v1.0

@hroncok
Copy link
Author

hroncok commented Jan 17, 2018

I'm running cmake as follows:

  CFLAGS="${CFLAGS:--O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic}" ; export CFLAGS ; 
  CXXFLAGS="${CXXFLAGS:--O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic}" ; export CXXFLAGS ; 
  FFLAGS="${FFLAGS:--O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I/usr/lib64/gfortran/modules}" ; export FFLAGS ; 
  FCFLAGS="${FCFLAGS:--O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I/usr/lib64/gfortran/modules}" ; export FCFLAGS ; 
  LDFLAGS="${LDFLAGS:--Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld}" ; export LDFLAGS ; 
  /usr/bin/cmake \
        -DCMAKE_C_FLAGS_RELEASE:STRING="-DNDEBUG" \
        -DCMAKE_CXX_FLAGS_RELEASE:STRING="-DNDEBUG" \
        -DCMAKE_Fortran_FLAGS_RELEASE:STRING="-DNDEBUG" \
        -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
        -DCMAKE_INSTALL_PREFIX:PATH=/usr \
        -DINCLUDE_INSTALL_DIR:PATH=/usr/include \
        -DLIB_INSTALL_DIR:PATH=/usr/lib64 \
        -DSYSCONF_INSTALL_DIR:PATH=/etc \
        -DSHARE_INSTALL_PREFIX:PATH=/usr/share \
%if "lib64" == "lib64" 
        -DLIB_SUFFIX=64 \
%endif 
        -DBUILD_SHARED_LIBS:BOOL=ON

And it seems none of the build flags are honored.

@martinweismann
Copy link
Member

Do you mean the flags like CMAKE_CXX_FLAGS ? A lot of these flags will actually be set (or rather extended) in the CMakeLists.txt.

I assume you are able to build with the simple GenerateMake.sh-script in the cmake-folder of the repo?

@hroncok
Copy link
Author

hroncok commented Jan 17, 2018

No, I'm just running cmake:

build.log
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.VoY9dl
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf lib3mf-1.0
+ /usr/bin/gzip -dc /builddir/build/SOURCES/lib3mf-1.0.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd lib3mf-1.0
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/bin/git init -q
+ /usr/bin/git config user.name rpm-build
+ /usr/bin/git config user.email '<rpm-build>'
+ /usr/bin/git add .
+ /usr/bin/git commit -q -a --author 'rpm-build <rpm-build>' -m 'lib3mf-1.0 base'
+ /usr/bin/cat /builddir/build/SOURCES/lib3mf-gtest.patch
+ /usr/bin/git apply --index -p1 -
+ /usr/bin/git commit -q -m lib3mf-gtest.patch --author 'rpm-build <rpm-build>'
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.nwSqV3
+ umask 022
+ cd /builddir/build/BUILD
+ cd lib3mf-1.0
+ CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -I/usr/lib64/gfortran/modules'
+ export FFLAGS
+ FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -I/usr/lib64/gfortran/modules'
+ export FCFLAGS
+ LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
+ export LDFLAGS
+ /usr/bin/cmake -DCMAKE_C_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_Fortran_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DCMAKE_INSTALL_PREFIX:PATH=/usr -DINCLUDE_INSTALL_DIR:PATH=/usr/include -DLIB_INSTALL_DIR:PATH=/usr/lib64 -DSYSCONF_INSTALL_DIR:PATH=/etc -DSHARE_INSTALL_PREFIX:PATH=/usr/share -DLIB_SUFFIX=64 -DBUILD_SHARED_LIBS:BOOL=ON .
-- The C compiler identification is GNU 7.2.1
-- The CXX compiler identification is GNU 7.2.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
LIB3MF_TESTS ... TRUE
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:
    CMAKE_C_FLAGS_RELEASE
    CMAKE_Fortran_FLAGS_RELEASE
    INCLUDE_INSTALL_DIR
    LIB_INSTALL_DIR
    LIB_SUFFIX
    SHARE_INSTALL_PREFIX
    SYSCONF_INSTALL_DIR
-- Build files have been written to: /builddir/build/BUILD/lib3mf-1.0
+ make -j4
/usr/bin/cmake -H/builddir/build/BUILD/lib3mf-1.0 -B/builddir/build/BUILD/lib3mf-1.0 --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/lib3mf-1.0/CMakeFiles /builddir/build/BUILD/lib3mf-1.0/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/builddir/build/BUILD/lib3mf-1.0'
make -f CMakeFiles/lib3MF.dir/build.make CMakeFiles/lib3MF.dir/depend
make[2]: Entering directory '/builddir/build/BUILD/lib3mf-1.0'
cd /builddir/build/BUILD/lib3mf-1.0 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/lib3mf-1.0 /builddir/build/BUILD/lib3mf-1.0 /builddir/build/BUILD/lib3mf-1.0 /builddir/build/BUILD/lib3mf-1.0 /builddir/build/BUILD/lib3mf-1.0/CMakeFiles/lib3MF.dir/DependInfo.cmake --color=
Scanning dependencies of target lib3MF
make[2]: Leaving directory '/builddir/build/BUILD/lib3mf-1.0'
make -f CMakeFiles/lib3MF.dir/build.make CMakeFiles/lib3MF.dir/build
make[2]: Entering directory '/builddir/build/BUILD/lib3mf-1.0'
[  0%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_add.c.o
[  0%] Building CXX object CMakeFiles/lib3MF.dir/Source/Main/main.cpp.o
[  0%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_add_entry.c.o
[  1%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_add_dir.c.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Main/main.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Main/main.cpp
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_add_entry.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_add_entry.c
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_add.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_add.c
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_add_dir.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_add_dir.c
[  1%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_buffer.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_buffer.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_buffer.c
[  2%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_close.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_close.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_close.c
[  2%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_delete.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_delete.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_delete.c
[  2%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_dir_add.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_dir_add.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_dir_add.c
[  3%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_dirent.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_dirent.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_dirent.c
[  3%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_discard.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_discard.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_discard.c
[  3%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_entry.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_entry.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_entry.c
[  4%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_err_str.c.o
[  4%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_error.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_err_str.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_err_str.c
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_error.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_error.c
[  4%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_error_clear.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_error_clear.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_error_clear.c
[  5%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_error_get.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_error_get.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_error_get.c
[  5%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_error_get_sys_type.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_error_get_sys_type.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_error_get_sys_type.c
[  6%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_error_strerror.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_error_strerror.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_error_strerror.c
[  6%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_error_to_str.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_error_to_str.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_error_to_str.c
[  6%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_extra_field.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_extra_field.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_extra_field.c
[  7%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_extra_field_api.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_extra_field_api.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_extra_field_api.c
[  7%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_fclose.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_fclose.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_fclose.c
[  7%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_file_add.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_file_add.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_file_add.c
[  8%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_file_error_clear.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_file_error_clear.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_file_error_clear.c
[  8%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_file_error_get.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_file_error_get.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_file_error_get.c
[  8%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_file_get_comment.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_file_get_comment.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_file_get_comment.c
[  9%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_file_get_external_attributes.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_file_get_external_attributes.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_file_get_external_attributes.c
[  9%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_file_get_offset.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_file_get_offset.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_file_get_offset.c
[  9%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_file_rename.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_file_rename.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_file_rename.c
[ 10%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_file_replace.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_file_replace.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_file_replace.c
[ 10%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_file_set_comment.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_file_set_comment.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_file_set_comment.c
[ 10%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_file_set_external_attributes.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_file_set_external_attributes.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_file_set_external_attributes.c
[ 11%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_file_set_mtime.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_file_set_mtime.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_file_set_mtime.c
[ 11%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_file_strerror.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_file_strerror.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_file_strerror.c
[ 11%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_fopen.c.o
[ 12%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_filerange_crc.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_filerange_crc.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_filerange_crc.c
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_fopen.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_fopen.c
[ 12%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_fopen_encrypted.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_fopen_encrypted.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_fopen_encrypted.c
[ 13%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_fopen_index.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_fopen_index.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_fopen_index.c
[ 13%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_fopen_index_encrypted.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_fopen_index_encrypted.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_fopen_index_encrypted.c
[ 13%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_fread.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_fread.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_fread.c
[ 14%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_get_archive_comment.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_get_archive_comment.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_get_archive_comment.c
[ 14%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_get_archive_flag.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_get_archive_flag.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_get_archive_flag.c
[ 14%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_get_compression_implementation.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_get_compression_implementation.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_get_compression_implementation.c
[ 15%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_get_encryption_implementation.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_get_encryption_implementation.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_get_encryption_implementation.c
[ 15%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_get_file_comment.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_get_file_comment.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_get_file_comment.c
[ 15%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_get_name.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_get_name.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_get_name.c
[ 16%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_get_num_entries.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_get_num_entries.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_get_num_entries.c
[ 16%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_get_num_files.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_get_num_files.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_get_num_files.c
[ 17%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_io_util.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_io_util.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_io_util.c
[ 17%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_memdup.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_memdup.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_memdup.c
[ 17%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_name_locate.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_name_locate.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_name_locate.c
[ 18%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_new.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_new.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_new.c
[ 18%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_open.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_open.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_open.c
[ 18%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_rename.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_rename.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_rename.c
[ 19%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_replace.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_replace.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_replace.c
[ 19%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_set_archive_comment.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_set_archive_comment.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_set_archive_comment.c
[ 19%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_set_archive_flag.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_set_archive_flag.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_set_archive_flag.c
[ 20%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_set_file_comment.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_set_file_comment.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_set_file_comment.c
[ 20%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_set_file_compression.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_set_file_compression.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_set_file_compression.c
[ 20%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_set_name.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_set_name.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_set_name.c
[ 21%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_begin_write.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_begin_write.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_source_begin_write.c
[ 21%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_buffer.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_buffer.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_source_buffer.c
[ 21%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_call.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_call.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_source_call.c
[ 22%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_close.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_close.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_source_close.c
[ 22%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_commit_write.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_commit_write.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_source_commit_write.c
[ 23%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_crc.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_crc.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_source_crc.c
[ 23%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_deflate.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_deflate.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_source_deflate.c
[ 23%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_error.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_error.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_source_error.c
[ 24%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_free.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_free.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_source_free.c
[ 24%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_function.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_function.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_source_function.c
[ 24%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_is_deleted.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_is_deleted.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_source_is_deleted.c
[ 25%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_layered.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_layered.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_source_layered.c
[ 25%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_open.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_open.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_source_open.c
[ 25%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_pkware.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_pkware.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_source_pkware.c
[ 26%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_read.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_read.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_source_read.c
[ 26%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_remove.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_remove.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_source_remove.c
[ 26%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_rollback_write.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_rollback_write.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_source_rollback_write.c
[ 27%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_seek.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_seek.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_source_seek.c
[ 27%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_seek_write.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_seek_write.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_source_seek_write.c
[ 27%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_supports.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_supports.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_source_supports.c
[ 28%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_stat.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_stat.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_source_stat.c
[ 28%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_tell.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_tell.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_source_tell.c
[ 29%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_tell_write.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_tell_write.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_source_tell_write.c
[ 29%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_window.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_window.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_source_window.c
[ 29%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_write.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_write.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_source_write.c
[ 30%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_zip.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_zip.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_source_zip.c
[ 30%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_zip_new.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_zip_new.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_source_zip_new.c
[ 30%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_stat.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_stat.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_stat.c
[ 31%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_stat_index.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_stat_index.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_stat_index.c
[ 31%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_stat_init.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_stat_init.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_stat_init.c
[ 31%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_strerror.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_strerror.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_strerror.c
[ 32%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_string.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_string.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_string.c
[ 32%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_unchange.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_unchange.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_unchange.c
[ 32%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_unchange_all.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_unchange_all.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_unchange_all.c
[ 33%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_unchange_archive.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_unchange_archive.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_unchange_archive.c
[ 33%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_unchange_data.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_unchange_data.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_unchange_data.c
[ 34%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_utf-8.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_utf-8.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/libzip/zip_utf-8.c
[ 34%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_GCC.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_GCC.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/COM/NMR_COMInterface_GCC.cpp
[ 34%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_Platform_GCC.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_Platform_GCC.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/Platform/NMR_Platform_GCC.cpp
[ 35%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/OPC/NMR_OpcPackageReader.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/OPC/NMR_OpcPackageReader.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/OPC/NMR_OpcPackageReader.cpp
[ 35%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/OPC/NMR_OpcPackageRelationshipReader.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/OPC/NMR_OpcPackageRelationshipReader.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/OPC/NMR_OpcPackageRelationshipReader.cpp
[ 35%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/OPC/NMR_OpcPackageContentTypesReader.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/OPC/NMR_OpcPackageContentTypesReader.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/OPC/NMR_OpcPackageContentTypesReader.cpp
[ 36%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_ImportStream_GCC_Native.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_ImportStream_GCC_Native.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/Platform/NMR_ImportStream_GCC_Native.cpp
[ 36%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_ImportStream_ZIP.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_ImportStream_ZIP.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/Platform/NMR_ImportStream_ZIP.cpp
[ 36%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_ExportStream_GCC_Native.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_ExportStream_GCC_Native.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/Platform/NMR_ExportStream_GCC_Native.cpp
[ 37%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_ExportStream_GCC_Win32.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_ExportStream_GCC_Win32.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/Platform/NMR_ExportStream_GCC_Win32.cpp
[ 37%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_ExportStream_ZIP.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_ExportStream_ZIP.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/Platform/NMR_ExportStream_ZIP.cpp
[ 37%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_XmlReader_Native.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_XmlReader_Native.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/Platform/NMR_XmlReader_Native.cpp
[ 38%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/NMR_ModelReader_3MF_Native.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/NMR_ModelReader_3MF_Native.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/NMR_ModelReader_3MF_Native.cpp
[ 38%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/NMR_ModelReader_3MF_GCC.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/NMR_ModelReader_3MF_GCC.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/NMR_ModelReader_3MF_GCC.cpp
[ 39%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/NMR_ModelReader_InstructionElement.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/NMR_ModelReader_InstructionElement.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/NMR_ModelReader_InstructionElement.cpp
[ 39%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/Math/NMR_Matrix.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/Math/NMR_Matrix.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/Math/NMR_Matrix.cpp
[ 39%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/Math/NMR_PairMatchingTree.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/Math/NMR_PairMatchingTree.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/Math/NMR_PairMatchingTree.cpp
[ 40%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/Math/NMR_Vector.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/Math/NMR_Vector.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/Math/NMR_Vector.cpp
[ 40%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/Math/NMR_VectorTree.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/Math/NMR_VectorTree.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/Math/NMR_VectorTree.cpp
[ 40%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/MeshExport/NMR_MeshExporter.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/MeshExport/NMR_MeshExporter.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/MeshExport/NMR_MeshExporter.cpp
[ 41%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/MeshExport/NMR_MeshExporter_STL.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/MeshExport/NMR_MeshExporter_STL.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/MeshExport/NMR_MeshExporter_STL.cpp
[ 41%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/MeshImport/NMR_MeshImporter.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/MeshImport/NMR_MeshImporter.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/MeshImport/NMR_MeshImporter.cpp
[ 41%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/MeshImport/NMR_MeshImporter_STL.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/MeshImport/NMR_MeshImporter_STL.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/MeshImport/NMR_MeshImporter_STL.cpp
[ 42%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/MeshInformation/NMR_MeshInformation.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/MeshInformation/NMR_MeshInformation.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/MeshInformation/NMR_MeshInformation.cpp
[ 42%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/MeshInformation/NMR_MeshInformationContainer.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/MeshInformation/NMR_MeshInformationContainer.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/MeshInformation/NMR_MeshInformationContainer.cpp
[ 42%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/MeshInformation/NMR_MeshInformationFactory.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/MeshInformation/NMR_MeshInformationFactory.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/MeshInformation/NMR_MeshInformationFactory.cpp
[ 43%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/MeshInformation/NMR_MeshInformationHandler.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/MeshInformation/NMR_MeshInformationHandler.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/MeshInformation/NMR_MeshInformationHandler.cpp
[ 43%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/MeshInformation/NMR_MeshInformation_BaseMaterials.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/MeshInformation/NMR_MeshInformation_BaseMaterials.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/MeshInformation/NMR_MeshInformation_BaseMaterials.cpp
[ 43%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/MeshInformation/NMR_MeshInformation_NodeColors.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/MeshInformation/NMR_MeshInformation_NodeColors.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/MeshInformation/NMR_MeshInformation_NodeColors.cpp
[ 44%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/MeshInformation/NMR_MeshInformation_TexCoords.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/MeshInformation/NMR_MeshInformation_TexCoords.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/MeshInformation/NMR_MeshInformation_TexCoords.cpp
[ 44%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/Mesh/NMR_Mesh.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/Mesh/NMR_Mesh.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/Mesh/NMR_Mesh.cpp
[ 45%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/Mesh/NMR_BeamLattice.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/Mesh/NMR_BeamLattice.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/Mesh/NMR_BeamLattice.cpp
[ 45%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/Mesh/NMR_MeshBuilder.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/Mesh/NMR_MeshBuilder.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/Mesh/NMR_MeshBuilder.cpp
[ 45%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/NMR_Exception.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/NMR_Exception.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/NMR_Exception.cpp
[ 46%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/NMR_Exception_Windows.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/NMR_Exception_Windows.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/NMR_Exception_Windows.cpp
[ 46%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/NMR_StringUtils.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/NMR_StringUtils.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/NMR_StringUtils.cpp
[ 46%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/NMR_UUID.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/NMR_UUID.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/NMR_UUID.cpp
[ 47%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/OPC/NMR_OpcPackagePart.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/OPC/NMR_OpcPackagePart.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/OPC/NMR_OpcPackagePart.cpp
[ 47%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/OPC/NMR_OpcPackageRelationship.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/OPC/NMR_OpcPackageRelationship.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/OPC/NMR_OpcPackageRelationship.cpp
[ 47%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/OPC/NMR_OpcPackageWriter.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/OPC/NMR_OpcPackageWriter.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/OPC/NMR_OpcPackageWriter.cpp
[ 48%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_ExportStream.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_ExportStream.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/Platform/NMR_ExportStream.cpp
[ 48%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_ExportStream_Callback.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_ExportStream_Callback.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/Platform/NMR_ExportStream_Callback.cpp
[ 48%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_ExportStream_GCC.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_ExportStream_GCC.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/Platform/NMR_ExportStream_GCC.cpp
[ 49%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_ExportStream_Memory.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_ExportStream_Memory.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/Platform/NMR_ExportStream_Memory.cpp
[ 49%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_ExportStream_Dummy.cpp.o
[ 50%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_ImportStream_GCC.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_ExportStream_Dummy.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/Platform/NMR_ExportStream_Dummy.cpp
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_ImportStream_GCC.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/Platform/NMR_ImportStream_GCC.cpp
[ 50%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_ImportStream_Callback.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_ImportStream_Callback.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/Platform/NMR_ImportStream_Callback.cpp
[ 50%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_ImportStream_Memory.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_ImportStream_Memory.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/Platform/NMR_ImportStream_Memory.cpp
[ 51%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_PortableZIPWriter.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_PortableZIPWriter.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/Platform/NMR_PortableZIPWriter.cpp
[ 51%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_PortableZIPWriterEntry.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_PortableZIPWriterEntry.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/Platform/NMR_PortableZIPWriterEntry.cpp
[ 51%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_Time.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_Time.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/Platform/NMR_Time.cpp
[ 52%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_XmlReader.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_XmlReader.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/Platform/NMR_XmlReader.cpp
[ 52%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_XmlReader_GCC.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_XmlReader_GCC.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/Platform/NMR_XmlReader_GCC.cpp
[ 52%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_XmlWriter.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_XmlWriter.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/Platform/NMR_XmlWriter.cpp
[ 53%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_XmlWriter_GCC.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_XmlWriter_GCC.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/Platform/NMR_XmlWriter_GCC.cpp
[ 53%] Building CXX object CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_XmlWriter_Native.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_XmlWriter_Native.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Common/Platform/NMR_XmlWriter_Native.cpp
[ 53%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/zlib/adler32.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/zlib/adler32.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/zlib/adler32.c
[ 54%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/zlib/compress.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/zlib/compress.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/zlib/compress.c
[ 54%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/zlib/crc32.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/zlib/crc32.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/zlib/crc32.c
[ 54%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/zlib/deflate.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/zlib/deflate.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/zlib/deflate.c
[ 55%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/zlib/infback.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/zlib/infback.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/zlib/infback.c
[ 55%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/zlib/inffast.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/zlib/inffast.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/zlib/inffast.c
[ 56%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/zlib/inflate.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/zlib/inflate.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/zlib/inflate.c
[ 56%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/zlib/inftrees.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/zlib/inftrees.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/zlib/inftrees.c
[ 56%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/zlib/trees.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/zlib/trees.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/zlib/trees.c
[ 57%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/zlib/uncompr.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/zlib/uncompr.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/zlib/uncompr.c
[ 57%] Building C object CMakeFiles/lib3MF.dir/Source/Libraries/zlib/zutil.c.o
/usr/bin/cc -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Libraries/zlib/zutil.c.o   -c /builddir/build/BUILD/lib3mf-1.0/Source/Libraries/zlib/zutil.c
[ 57%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_PackageResourceID.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_PackageResourceID.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Classes/NMR_PackageResourceID.cpp
[ 58%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_Model.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_Model.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Classes/NMR_Model.cpp
[ 58%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelAttachment.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelAttachment.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Classes/NMR_ModelAttachment.cpp
[ 58%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelBaseMaterial.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelBaseMaterial.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Classes/NMR_ModelBaseMaterial.cpp
[ 59%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelBaseMaterials.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelBaseMaterials.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Classes/NMR_ModelBaseMaterials.cpp
[ 59%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelBuildItem.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelBuildItem.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Classes/NMR_ModelBuildItem.cpp
[ 59%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelComponent.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelComponent.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Classes/NMR_ModelComponent.cpp
[ 60%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelComponentsObject.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelComponentsObject.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Classes/NMR_ModelComponentsObject.cpp
[ 60%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelDefaultProperty.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelDefaultProperty.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Classes/NMR_ModelDefaultProperty.cpp
[ 60%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelDefaultProperty_BaseMaterial.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelDefaultProperty_BaseMaterial.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Classes/NMR_ModelDefaultProperty_BaseMaterial.cpp
[ 61%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelDefaultProperty_Color.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelDefaultProperty_Color.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Classes/NMR_ModelDefaultProperty_Color.cpp
[ 61%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelDefaultProperty_TexCoord2D.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelDefaultProperty_TexCoord2D.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Classes/NMR_ModelDefaultProperty_TexCoord2D.cpp
[ 62%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelMeshBeamLatticeAttributes.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelMeshBeamLatticeAttributes.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Classes/NMR_ModelMeshBeamLatticeAttributes.cpp
[ 62%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelMeshObject.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelMeshObject.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Classes/NMR_ModelMeshObject.cpp
[ 62%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelMetaData.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelMetaData.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Classes/NMR_ModelMetaData.cpp
[ 63%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelObject.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelObject.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Classes/NMR_ModelObject.cpp
[ 63%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelResource.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelResource.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Classes/NMR_ModelResource.cpp
[ 63%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelTexture2D.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelTexture2D.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Classes/NMR_ModelTexture2D.cpp
[ 64%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelSliceStackResource.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelSliceStackResource.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Classes/NMR_ModelSliceStackResource.cpp
[ 64%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_Model.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_Model.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/COM/NMR_COMInterface_Model.cpp
[ 64%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelAttachment.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelAttachment.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/COM/NMR_COMInterface_ModelAttachment.cpp
[ 65%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelBaseMaterial.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelBaseMaterial.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/COM/NMR_COMInterface_ModelBaseMaterial.cpp
[ 65%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelBuildItem.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelBuildItem.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/COM/NMR_COMInterface_ModelBuildItem.cpp
[ 65%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelBuildItemIterator.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelBuildItemIterator.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/COM/NMR_COMInterface_ModelBuildItemIterator.cpp
[ 66%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelComponent.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelComponent.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/COM/NMR_COMInterface_ModelComponent.cpp
[ 66%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelComponentsObject.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelComponentsObject.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/COM/NMR_COMInterface_ModelComponentsObject.cpp
[ 67%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelDefaultPropertyHandler.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelDefaultPropertyHandler.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/COM/NMR_COMInterface_ModelDefaultPropertyHandler.cpp
[ 67%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelFactory.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelFactory.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/COM/NMR_COMInterface_ModelFactory.cpp
[ 67%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelMeshObject.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelMeshObject.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/COM/NMR_COMInterface_ModelMeshObject.cpp
[ 68%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelMeshBeamSet.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelMeshBeamSet.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/COM/NMR_COMInterface_ModelMeshBeamSet.cpp
[ 68%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelPropertyHandler.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelPropertyHandler.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/COM/NMR_COMInterface_ModelPropertyHandler.cpp
[ 68%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelReader.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelReader.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/COM/NMR_COMInterface_ModelReader.cpp
[ 69%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelResourceFactory.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelResourceFactory.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/COM/NMR_COMInterface_ModelResourceFactory.cpp
[ 69%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelResourceIterator.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelResourceIterator.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/COM/NMR_COMInterface_ModelResourceIterator.cpp
[ 69%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelTexture2D.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelTexture2D.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/COM/NMR_COMInterface_ModelTexture2D.cpp
[ 70%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelWriter.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelWriter.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/COM/NMR_COMInterface_ModelWriter.cpp
[ 70%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_Slice.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_Slice.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/COM/NMR_COMInterface_Slice.cpp
[ 70%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_DLLInterfaces.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_DLLInterfaces.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/COM/NMR_DLLInterfaces.cpp
[ 71%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/BeamLattice1702/NMR_ModelReaderNode_BeamLattice1702_Beam.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/BeamLattice1702/NMR_ModelReaderNode_BeamLattice1702_Beam.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/BeamLattice1702/NMR_ModelReaderNode_BeamLattice1702_Beam.cpp
[ 71%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/BeamLattice1702/NMR_ModelReaderNode_BeamLattice1702_Beams.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/BeamLattice1702/NMR_ModelReaderNode_BeamLattice1702_Beams.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/BeamLattice1702/NMR_ModelReaderNode_BeamLattice1702_Beams.cpp
[ 71%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/BeamLattice1702/NMR_ModelReaderNode_BeamLattice1702_BeamLattice.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/BeamLattice1702/NMR_ModelReaderNode_BeamLattice1702_BeamLattice.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/BeamLattice1702/NMR_ModelReaderNode_BeamLattice1702_BeamLattice.cpp
[ 72%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/BeamLattice1702/NMR_ModelReaderNode_BeamLattice1702_BeamSet.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/BeamLattice1702/NMR_ModelReaderNode_BeamLattice1702_BeamSet.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/BeamLattice1702/NMR_ModelReaderNode_BeamLattice1702_BeamSet.cpp
[ 72%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/BeamLattice1702/NMR_ModelReaderNode_BeamLattice1702_BeamSets.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/BeamLattice1702/NMR_ModelReaderNode_BeamLattice1702_BeamSets.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/BeamLattice1702/NMR_ModelReaderNode_BeamLattice1702_BeamSets.cpp
[ 73%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/BeamLattice1702/NMR_ModelReaderNode_BeamLattice1702_Ref.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/BeamLattice1702/NMR_ModelReaderNode_BeamLattice1702_Ref.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/BeamLattice1702/NMR_ModelReaderNode_BeamLattice1702_Ref.cpp
[ 73%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/NMR_ModelReader.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/NMR_ModelReader.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/NMR_ModelReader.cpp
[ 73%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/NMR_ModelReaderNode.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/NMR_ModelReaderNode.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/NMR_ModelReaderNode.cpp
[ 74%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/NMR_ModelReaderNode_Model.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/NMR_ModelReaderNode_Model.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/NMR_ModelReaderNode_Model.cpp
[ 74%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/NMR_ModelReaderWarnings.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/NMR_ModelReaderWarnings.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/NMR_ModelReaderWarnings.cpp
/builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/NMR_ModelReaderNode.cpp: In member function 'void NMR::CModelReaderNode::parseContent(NMR::CXmlReader*)':
/builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/NMR_ModelReaderNode.cpp:167:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!pwszNameSpaceURI)
     ^~
/builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/NMR_ModelReaderNode.cpp:170:6: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
      if (nCount > 0) {
      ^~
[ 74%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/NMR_ModelReader_3MF.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/NMR_ModelReader_3MF.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/NMR_ModelReader_3MF.cpp
[ 75%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/NMR_ModelReader_ColorMapping.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/NMR_ModelReader_ColorMapping.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/NMR_ModelReader_ColorMapping.cpp
[ 75%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/NMR_ModelReader_STL.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/NMR_ModelReader_STL.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/NMR_ModelReader_STL.cpp
[ 75%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/NMR_ModelReader_TexCoordMapping.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/NMR_ModelReader_TexCoordMapping.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/NMR_ModelReader_TexCoordMapping.cpp
[ 76%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_Build.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_Build.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/v093/NMR_ModelReaderNode093_Build.cpp
[ 76%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_BuildItem.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_BuildItem.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/v093/NMR_ModelReaderNode093_BuildItem.cpp
[ 76%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_Color.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_Color.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/v093/NMR_ModelReaderNode093_Color.cpp
[ 77%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_Component.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_Component.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/v093/NMR_ModelReaderNode093_Component.cpp
[ 77%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_Components.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_Components.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/v093/NMR_ModelReaderNode093_Components.cpp
[ 78%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_Material.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_Material.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/v093/NMR_ModelReaderNode093_Material.cpp
[ 78%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_Mesh.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_Mesh.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/v093/NMR_ModelReaderNode093_Mesh.cpp
[ 78%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_Object.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_Object.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/v093/NMR_ModelReaderNode093_Object.cpp
[ 79%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_Resources.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_Resources.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/v093/NMR_ModelReaderNode093_Resources.cpp
[ 79%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_Texture.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_Texture.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/v093/NMR_ModelReaderNode093_Texture.cpp
[ 79%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_TextureVertex.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_TextureVertex.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/v093/NMR_ModelReaderNode093_TextureVertex.cpp
[ 80%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_TextureVertices.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_TextureVertices.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/v093/NMR_ModelReaderNode093_TextureVertices.cpp
[ 80%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_Triangle.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_Triangle.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/v093/NMR_ModelReaderNode093_Triangle.cpp
[ 80%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_Triangles.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_Triangles.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/v093/NMR_ModelReaderNode093_Triangles.cpp
[ 81%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_Vertex.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_Vertex.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/v093/NMR_ModelReaderNode093_Vertex.cpp
[ 81%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_Vertices.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_Vertices.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/v093/NMR_ModelReaderNode093_Vertices.cpp
[ 81%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_BaseMaterial.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_BaseMaterial.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/v100/NMR_ModelReaderNode100_BaseMaterial.cpp
[ 82%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_BaseMaterials.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_BaseMaterials.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/v100/NMR_ModelReaderNode100_BaseMaterials.cpp
[ 82%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Build.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Build.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/v100/NMR_ModelReaderNode100_Build.cpp
[ 82%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_BuildItem.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_BuildItem.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/v100/NMR_ModelReaderNode100_BuildItem.cpp
[ 83%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Color.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Color.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/v100/NMR_ModelReaderNode100_Color.cpp
[ 83%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Colors.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Colors.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/v100/NMR_ModelReaderNode100_Colors.cpp
[ 84%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Component.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Component.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/v100/NMR_ModelReaderNode100_Component.cpp
[ 84%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Components.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Components.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/v100/NMR_ModelReaderNode100_Components.cpp
[ 84%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Mesh.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Mesh.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/v100/NMR_ModelReaderNode100_Mesh.cpp
[ 85%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_MetaData.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_MetaData.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/v100/NMR_ModelReaderNode100_MetaData.cpp
[ 85%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Object.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Object.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/v100/NMR_ModelReaderNode100_Object.cpp
[ 85%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Resources.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Resources.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/v100/NMR_ModelReaderNode100_Resources.cpp
[ 86%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Tex2Coord.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Tex2Coord.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/v100/NMR_ModelReaderNode100_Tex2Coord.cpp
[ 86%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Tex2DGroup.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Tex2DGroup.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/v100/NMR_ModelReaderNode100_Tex2DGroup.cpp
/builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/v100/NMR_ModelReaderNode100_Object.cpp: In member function 'virtual void NMR::CModelReaderNode100_Object::OnNSChildElement(const nfWChar*, const nfWChar*, NMR::CXmlReader*)':
/builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/v100/NMR_ModelReaderNode100_Object.cpp:272:97: warning: enum constant in boolean context [-Wint-in-bool-context]
       if ((m_pObject->getObjectType() == MODELOBJECTTYPE_MODEL) || (MODELOBJECTTYPE_SOLIDSUPPORT)) {
                                                                                                 ^
[ 86%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Texture2D.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Texture2D.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/v100/NMR_ModelReaderNode100_Texture2D.cpp
[ 87%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Triangle.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Triangle.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/v100/NMR_ModelReaderNode100_Triangle.cpp
[ 87%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Triangles.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Triangles.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/v100/NMR_ModelReaderNode100_Triangles.cpp
[ 87%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Vertex.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Vertex.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/v100/NMR_ModelReaderNode100_Vertex.cpp
[ 88%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Vertices.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Vertices.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/v100/NMR_ModelReaderNode100_Vertices.cpp
[ 88%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/Slice1507/NMR_ModelReader_Slice1507_Polygon.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/Slice1507/NMR_ModelReader_Slice1507_Polygon.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/Slice1507/NMR_ModelReader_Slice1507_Polygon.cpp
[ 89%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/Slice1507/NMR_ModelReader_Slice1507_Segment.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/Slice1507/NMR_ModelReader_Slice1507_Segment.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/Slice1507/NMR_ModelReader_Slice1507_Segment.cpp
[ 89%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/Slice1507/NMR_ModelReader_Slice1507_Slice.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/Slice1507/NMR_ModelReader_Slice1507_Slice.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/Slice1507/NMR_ModelReader_Slice1507_Slice.cpp
[ 89%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/Slice1507/NMR_ModelReader_Slice1507_SliceRef.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/Slice1507/NMR_ModelReader_Slice1507_SliceRef.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/Slice1507/NMR_ModelReader_Slice1507_SliceRef.cpp
[ 90%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/Slice1507/NMR_ModelReader_Slice1507_SliceRefModel.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/Slice1507/NMR_ModelReader_Slice1507_SliceRefModel.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/Slice1507/NMR_ModelReader_Slice1507_SliceRefModel.cpp
[ 90%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/Slice1507/NMR_ModelReader_Slice1507_SliceRefResources.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/Slice1507/NMR_ModelReader_Slice1507_SliceRefResources.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/Slice1507/NMR_ModelReader_Slice1507_SliceRefResources.cpp
[ 90%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/Slice1507/NMR_ModelReader_Slice1507_SliceStack.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/Slice1507/NMR_ModelReader_Slice1507_SliceStack.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/Slice1507/NMR_ModelReader_Slice1507_SliceStack.cpp
[ 91%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/Slice1507/NMR_ModelReader_Slice1507_Vertex.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/Slice1507/NMR_ModelReader_Slice1507_Vertex.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/Slice1507/NMR_ModelReader_Slice1507_Vertex.cpp
[ 91%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Reader/Slice1507/NMR_ModelReader_Slice1507_Vertices.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Reader/Slice1507/NMR_ModelReader_Slice1507_Vertices.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Reader/Slice1507/NMR_ModelReader_Slice1507_Vertices.cpp
[ 91%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Writer/NMR_ModelWriter.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Writer/NMR_ModelWriter.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Writer/NMR_ModelWriter.cpp
[ 92%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Writer/NMR_ModelWriterNode.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Writer/NMR_ModelWriterNode.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Writer/NMR_ModelWriterNode.cpp
[ 92%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Writer/NMR_ModelWriter_3MF.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Writer/NMR_ModelWriter_3MF.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Writer/NMR_ModelWriter_3MF.cpp
[ 92%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Writer/NMR_ModelWriter_3MF_GCC.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Writer/NMR_ModelWriter_3MF_GCC.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Writer/NMR_ModelWriter_3MF_GCC.cpp
[ 93%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Writer/NMR_ModelWriter_3MF_Native.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Writer/NMR_ModelWriter_3MF_Native.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Writer/NMR_ModelWriter_3MF_Native.cpp
[ 93%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Writer/NMR_ModelWriter_ColorMapping.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Writer/NMR_ModelWriter_ColorMapping.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Writer/NMR_ModelWriter_ColorMapping.cpp
[ 93%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Writer/NMR_ModelWriter_STL.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Writer/NMR_ModelWriter_STL.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Writer/NMR_ModelWriter_STL.cpp
[ 94%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Writer/NMR_ModelWriter_TexCoordMapping.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Writer/NMR_ModelWriter_TexCoordMapping.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Writer/NMR_ModelWriter_TexCoordMapping.cpp
[ 94%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Writer/NMR_ModelWriter_TexCoordMappingContainer.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Writer/NMR_ModelWriter_TexCoordMappingContainer.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Writer/NMR_ModelWriter_TexCoordMappingContainer.cpp
[ 95%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Writer/v100/NMR_ModelWriterNode100_Mesh.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Writer/v100/NMR_ModelWriterNode100_Mesh.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Writer/v100/NMR_ModelWriterNode100_Mesh.cpp
[ 95%] Building CXX object CMakeFiles/lib3MF.dir/Source/Model/Writer/v100/NMR_ModelWriterNode100_Model.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -Dlib3MF_EXPORTS -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -fPIC   -Wall -o CMakeFiles/lib3MF.dir/Source/Model/Writer/v100/NMR_ModelWriterNode100_Model.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/Model/Writer/v100/NMR_ModelWriterNode100_Model.cpp
[ 95%] Linking CXX shared library liblib3MF.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/lib3MF.dir/link.txt --verbose=1
/usr/bin/c++ -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2 -s -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -Wl,-soname,liblib3MF.so.1.0.0.0 -o liblib3MF.so.1.0.0.0 CMakeFiles/lib3MF.dir/Source/Main/main.cpp.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_add.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_add_dir.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_add_entry.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_buffer.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_close.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_delete.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_dir_add.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_dirent.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_discard.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_entry.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_err_str.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_error.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_error_clear.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_error_get.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_error_get_sys_type.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_error_strerror.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_error_to_str.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_extra_field.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_extra_field_api.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_fclose.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_file_add.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_file_error_clear.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_file_error_get.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_file_get_comment.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_file_get_external_attributes.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_file_get_offset.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_file_rename.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_file_replace.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_file_set_comment.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_file_set_external_attributes.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_file_set_mtime.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_file_strerror.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_filerange_crc.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_fopen.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_fopen_encrypted.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_fopen_index.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_fopen_index_encrypted.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_fread.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_get_archive_comment.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_get_archive_flag.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_get_compression_implementation.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_get_encryption_implementation.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_get_file_comment.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_get_name.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_get_num_entries.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_get_num_files.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_io_util.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_memdup.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_name_locate.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_new.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_open.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_rename.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_replace.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_set_archive_comment.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_set_archive_flag.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_set_file_comment.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_set_file_compression.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_set_name.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_begin_write.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_buffer.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_call.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_close.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_commit_write.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_crc.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_deflate.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_error.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_free.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_function.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_is_deleted.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_layered.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_open.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_pkware.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_read.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_remove.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_rollback_write.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_seek.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_seek_write.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_stat.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_supports.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_tell.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_tell_write.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_window.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_write.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_zip.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_source_zip_new.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_stat.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_stat_index.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_stat_init.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_strerror.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_string.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_unchange.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_unchange_all.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_unchange_archive.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_unchange_data.c.o CMakeFiles/lib3MF.dir/Source/Libraries/libzip/zip_utf-8.c.o CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_GCC.cpp.o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_Platform_GCC.cpp.o CMakeFiles/lib3MF.dir/Source/Common/OPC/NMR_OpcPackageReader.cpp.o CMakeFiles/lib3MF.dir/Source/Common/OPC/NMR_OpcPackageRelationshipReader.cpp.o CMakeFiles/lib3MF.dir/Source/Common/OPC/NMR_OpcPackageContentTypesReader.cpp.o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_ImportStream_GCC_Native.cpp.o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_ImportStream_ZIP.cpp.o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_ExportStream_GCC_Native.cpp.o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_ExportStream_GCC_Win32.cpp.o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_ExportStream_ZIP.cpp.o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_XmlReader_Native.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/NMR_ModelReader_3MF_Native.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/NMR_ModelReader_3MF_GCC.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/NMR_ModelReader_InstructionElement.cpp.o CMakeFiles/lib3MF.dir/Source/Common/Math/NMR_Matrix.cpp.o CMakeFiles/lib3MF.dir/Source/Common/Math/NMR_PairMatchingTree.cpp.o CMakeFiles/lib3MF.dir/Source/Common/Math/NMR_Vector.cpp.o CMakeFiles/lib3MF.dir/Source/Common/Math/NMR_VectorTree.cpp.o CMakeFiles/lib3MF.dir/Source/Common/MeshExport/NMR_MeshExporter.cpp.o CMakeFiles/lib3MF.dir/Source/Common/MeshExport/NMR_MeshExporter_STL.cpp.o CMakeFiles/lib3MF.dir/Source/Common/MeshImport/NMR_MeshImporter.cpp.o CMakeFiles/lib3MF.dir/Source/Common/MeshImport/NMR_MeshImporter_STL.cpp.o CMakeFiles/lib3MF.dir/Source/Common/MeshInformation/NMR_MeshInformation.cpp.o CMakeFiles/lib3MF.dir/Source/Common/MeshInformation/NMR_MeshInformationContainer.cpp.o CMakeFiles/lib3MF.dir/Source/Common/MeshInformation/NMR_MeshInformationFactory.cpp.o CMakeFiles/lib3MF.dir/Source/Common/MeshInformation/NMR_MeshInformationHandler.cpp.o CMakeFiles/lib3MF.dir/Source/Common/MeshInformation/NMR_MeshInformation_BaseMaterials.cpp.o CMakeFiles/lib3MF.dir/Source/Common/MeshInformation/NMR_MeshInformation_NodeColors.cpp.o CMakeFiles/lib3MF.dir/Source/Common/MeshInformation/NMR_MeshInformation_TexCoords.cpp.o CMakeFiles/lib3MF.dir/Source/Common/Mesh/NMR_Mesh.cpp.o CMakeFiles/lib3MF.dir/Source/Common/Mesh/NMR_BeamLattice.cpp.o CMakeFiles/lib3MF.dir/Source/Common/Mesh/NMR_MeshBuilder.cpp.o CMakeFiles/lib3MF.dir/Source/Common/NMR_Exception.cpp.o CMakeFiles/lib3MF.dir/Source/Common/NMR_Exception_Windows.cpp.o CMakeFiles/lib3MF.dir/Source/Common/NMR_StringUtils.cpp.o CMakeFiles/lib3MF.dir/Source/Common/NMR_UUID.cpp.o CMakeFiles/lib3MF.dir/Source/Common/OPC/NMR_OpcPackagePart.cpp.o CMakeFiles/lib3MF.dir/Source/Common/OPC/NMR_OpcPackageRelationship.cpp.o CMakeFiles/lib3MF.dir/Source/Common/OPC/NMR_OpcPackageWriter.cpp.o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_ExportStream.cpp.o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_ExportStream_Callback.cpp.o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_ExportStream_GCC.cpp.o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_ExportStream_Memory.cpp.o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_ExportStream_Dummy.cpp.o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_ImportStream_GCC.cpp.o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_ImportStream_Callback.cpp.o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_ImportStream_Memory.cpp.o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_PortableZIPWriter.cpp.o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_PortableZIPWriterEntry.cpp.o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_Time.cpp.o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_XmlReader.cpp.o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_XmlReader_GCC.cpp.o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_XmlWriter.cpp.o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_XmlWriter_GCC.cpp.o CMakeFiles/lib3MF.dir/Source/Common/Platform/NMR_XmlWriter_Native.cpp.o CMakeFiles/lib3MF.dir/Source/Libraries/zlib/adler32.c.o CMakeFiles/lib3MF.dir/Source/Libraries/zlib/compress.c.o CMakeFiles/lib3MF.dir/Source/Libraries/zlib/crc32.c.o CMakeFiles/lib3MF.dir/Source/Libraries/zlib/deflate.c.o CMakeFiles/lib3MF.dir/Source/Libraries/zlib/infback.c.o CMakeFiles/lib3MF.dir/Source/Libraries/zlib/inffast.c.o CMakeFiles/lib3MF.dir/Source/Libraries/zlib/inflate.c.o CMakeFiles/lib3MF.dir/Source/Libraries/zlib/inftrees.c.o CMakeFiles/lib3MF.dir/Source/Libraries/zlib/trees.c.o CMakeFiles/lib3MF.dir/Source/Libraries/zlib/uncompr.c.o CMakeFiles/lib3MF.dir/Source/Libraries/zlib/zutil.c.o CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_PackageResourceID.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_Model.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelAttachment.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelBaseMaterial.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelBaseMaterials.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelBuildItem.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelComponent.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelComponentsObject.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelDefaultProperty.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelDefaultProperty_BaseMaterial.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelDefaultProperty_Color.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelDefaultProperty_TexCoord2D.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelMeshBeamLatticeAttributes.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelMeshObject.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelMetaData.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelObject.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelResource.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelTexture2D.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Classes/NMR_ModelSliceStackResource.cpp.o CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_Model.cpp.o CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelAttachment.cpp.o CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelBaseMaterial.cpp.o CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelBuildItem.cpp.o CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelBuildItemIterator.cpp.o CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelComponent.cpp.o CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelComponentsObject.cpp.o CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelDefaultPropertyHandler.cpp.o CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelFactory.cpp.o CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelMeshObject.cpp.o CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelMeshBeamSet.cpp.o CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelPropertyHandler.cpp.o CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelReader.cpp.o CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelResourceFactory.cpp.o CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelResourceIterator.cpp.o CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelTexture2D.cpp.o CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_ModelWriter.cpp.o CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_COMInterface_Slice.cpp.o CMakeFiles/lib3MF.dir/Source/Model/COM/NMR_DLLInterfaces.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/BeamLattice1702/NMR_ModelReaderNode_BeamLattice1702_Beam.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/BeamLattice1702/NMR_ModelReaderNode_BeamLattice1702_Beams.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/BeamLattice1702/NMR_ModelReaderNode_BeamLattice1702_BeamLattice.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/BeamLattice1702/NMR_ModelReaderNode_BeamLattice1702_BeamSet.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/BeamLattice1702/NMR_ModelReaderNode_BeamLattice1702_BeamSets.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/BeamLattice1702/NMR_ModelReaderNode_BeamLattice1702_Ref.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/NMR_ModelReader.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/NMR_ModelReaderNode.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/NMR_ModelReaderNode_Model.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/NMR_ModelReaderWarnings.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/NMR_ModelReader_3MF.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/NMR_ModelReader_ColorMapping.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/NMR_ModelReader_STL.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/NMR_ModelReader_TexCoordMapping.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_Build.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_BuildItem.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_Color.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_Component.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_Components.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_Material.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_Mesh.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_Object.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_Resources.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_Texture.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_TextureVertex.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_TextureVertices.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_Triangle.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_Triangles.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_Vertex.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/v093/NMR_ModelReaderNode093_Vertices.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_BaseMaterial.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_BaseMaterials.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Build.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_BuildItem.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Color.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Colors.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Component.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Components.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Mesh.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_MetaData.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Object.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Resources.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Tex2Coord.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Tex2DGroup.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Texture2D.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Triangle.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Triangles.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Vertex.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/v100/NMR_ModelReaderNode100_Vertices.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/Slice1507/NMR_ModelReader_Slice1507_Polygon.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/Slice1507/NMR_ModelReader_Slice1507_Segment.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/Slice1507/NMR_ModelReader_Slice1507_Slice.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/Slice1507/NMR_ModelReader_Slice1507_SliceRef.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/Slice1507/NMR_ModelReader_Slice1507_SliceRefModel.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/Slice1507/NMR_ModelReader_Slice1507_SliceRefResources.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/Slice1507/NMR_ModelReader_Slice1507_SliceStack.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/Slice1507/NMR_ModelReader_Slice1507_Vertex.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Reader/Slice1507/NMR_ModelReader_Slice1507_Vertices.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Writer/NMR_ModelWriter.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Writer/NMR_ModelWriterNode.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Writer/NMR_ModelWriter_3MF.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Writer/NMR_ModelWriter_3MF_GCC.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Writer/NMR_ModelWriter_3MF_Native.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Writer/NMR_ModelWriter_ColorMapping.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Writer/NMR_ModelWriter_STL.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Writer/NMR_ModelWriter_TexCoordMapping.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Writer/NMR_ModelWriter_TexCoordMappingContainer.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Writer/v100/NMR_ModelWriterNode100_Mesh.cpp.o CMakeFiles/lib3MF.dir/Source/Model/Writer/v100/NMR_ModelWriterNode100_Model.cpp.o 
/usr/bin/cmake -E cmake_symlink_library liblib3MF.so.1.0.0.0 liblib3MF.so.1.0.0.0 liblib3MF.so
make[2]: Leaving directory '/builddir/build/BUILD/lib3mf-1.0'
[ 95%] Built target lib3MF
make -f CMakeFiles/lib3MF_CTest_shared.dir/build.make CMakeFiles/lib3MF_CTest_shared.dir/depend
make[2]: Entering directory '/builddir/build/BUILD/lib3mf-1.0'
cd /builddir/build/BUILD/lib3mf-1.0 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/lib3mf-1.0 /builddir/build/BUILD/lib3mf-1.0 /builddir/build/BUILD/lib3mf-1.0 /builddir/build/BUILD/lib3mf-1.0 /builddir/build/BUILD/lib3mf-1.0/CMakeFiles/lib3MF_CTest_shared.dir/DependInfo.cmake --color=
Scanning dependencies of target lib3MF_CTest_shared
make[2]: Leaving directory '/builddir/build/BUILD/lib3mf-1.0'
make -f CMakeFiles/lib3MF_CTest_shared.dir/build.make CMakeFiles/lib3MF_CTest_shared.dir/build
make[2]: Entering directory '/builddir/build/BUILD/lib3mf-1.0'
[ 96%] Building CXX object CMakeFiles/lib3MF_CTest_shared.dir/Source/UnitTests/UnitTest_Attachments.cpp.o
[ 96%] Building CXX object CMakeFiles/lib3MF_CTest_shared.dir/Source/UnitTests/UnitTest_BeamLattice.cpp.o
[ 97%] Building CXX object CMakeFiles/lib3MF_CTest_shared.dir/Source/UnitTests/UnitTest_AllTests.cpp.o
[ 97%] Building CXX object CMakeFiles/lib3MF_CTest_shared.dir/Source/UnitTests/UnitTest_Production.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2   -Wall -o CMakeFiles/lib3MF_CTest_shared.dir/Source/UnitTests/UnitTest_AllTests.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_AllTests.cpp
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2   -Wall -o CMakeFiles/lib3MF_CTest_shared.dir/Source/UnitTests/UnitTest_BeamLattice.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_BeamLattice.cpp
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2   -Wall -o CMakeFiles/lib3MF_CTest_shared.dir/Source/UnitTests/UnitTest_Attachments.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_Attachments.cpp
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2   -Wall -o CMakeFiles/lib3MF_CTest_shared.dir/Source/UnitTests/UnitTest_Production.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_Production.cpp
/builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_Production.cpp: In lambda function:
/builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_Production.cpp:280:7: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else]
    if (iMesh >= nMeshes)
       ^
[ 97%] Building CXX object CMakeFiles/lib3MF_CTest_shared.dir/Source/UnitTests/UnitTest_ReaderStrictMode.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2   -Wall -o CMakeFiles/lib3MF_CTest_shared.dir/Source/UnitTests/UnitTest_ReaderStrictMode.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_ReaderStrictMode.cpp
In file included from /builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_Attachments.cpp:33:0:
/builddir/build/BUILD/lib3mf-1.0/Include/UnitTests/UnitTest_Utilities.h: In function 'bool CreateDir(std::__cxx11::string)':
/builddir/build/BUILD/lib3mf-1.0/Include/UnitTests/UnitTest_Utilities.h:54:8: warning: ignoring return value of 'int system(const char*)', declared with attribute warn_unused_result [-Wunused-result]
  system( (std::string("mkdir \"")+ sPath + "\"").c_str() );
  ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_ReaderStrictMode.cpp: In lambda function:
/builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_ReaderStrictMode.cpp:75:8: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else]
     if (nErrorCode != 32934)
        ^
[ 97%] Building CXX object CMakeFiles/lib3MF_CTest_shared.dir/Source/UnitTests/UnitTest_Extensions.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2   -Wall -o CMakeFiles/lib3MF_CTest_shared.dir/Source/UnitTests/UnitTest_Extensions.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_Extensions.cpp
[ 98%] Building CXX object CMakeFiles/lib3MF_CTest_shared.dir/Source/UnitTests/UnitTest_OPC_Issues.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2   -Wall -o CMakeFiles/lib3MF_CTest_shared.dir/Source/UnitTests/UnitTest_OPC_Issues.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_OPC_Issues.cpp
[ 98%] Building CXX object CMakeFiles/lib3MF_CTest_shared.dir/Source/UnitTests/UnitTest_ReadWrite.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2   -Wall -o CMakeFiles/lib3MF_CTest_shared.dir/Source/UnitTests/UnitTest_ReadWrite.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_ReadWrite.cpp
[ 98%] Building CXX object CMakeFiles/lib3MF_CTest_shared.dir/Source/UnitTests/UnitTest_Slice.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2   -Wall -o CMakeFiles/lib3MF_CTest_shared.dir/Source/UnitTests/UnitTest_Slice.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_Slice.cpp
In file included from /builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_ReadWrite.cpp:32:0:
/builddir/build/BUILD/lib3mf-1.0/Include/UnitTests/UnitTest_Utilities.h: In function 'bool CreateDir(std::__cxx11::string)':
/builddir/build/BUILD/lib3mf-1.0/Include/UnitTests/UnitTest_Utilities.h:54:8: warning: ignoring return value of 'int system(const char*)', declared with attribute warn_unused_result [-Wunused-result]
  system( (std::string("mkdir \"")+ sPath + "\"").c_str() );
  ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 99%] Building CXX object CMakeFiles/lib3MF_CTest_shared.dir/Source/UnitTests/UnitTest_Textures.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2   -Wall -o CMakeFiles/lib3MF_CTest_shared.dir/Source/UnitTests/UnitTest_Textures.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_Textures.cpp
[ 99%] Building CXX object CMakeFiles/lib3MF_CTest_shared.dir/Source/UnitTests/UnitTest_Thumbnails.cpp.o
/usr/bin/c++  -DBUILD_DLL -DTESTFILESPATH=\"/builddir/build/BUILD/lib3mf-1.0/TestFiles\" -I/builddir/build/BUILD/lib3mf-1.0/Include  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2   -Wall -o CMakeFiles/lib3MF_CTest_shared.dir/Source/UnitTests/UnitTest_Thumbnails.cpp.o -c /builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_Thumbnails.cpp
In file included from /usr/include/gtest/gtest.h:1874:0,
                 from /builddir/build/BUILD/lib3mf-1.0/Include/UnitTests/UnitTest_Utilities.h:41,
                 from /builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_Textures.cpp:33:
/builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_Textures.cpp: In function 'int NMR::fnLoadModelTexture(NMR::CustomLib3MFBase&, const char*, const char*, NMR::eModelTexture2DType, DWORD&, int)':
/builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_Textures.cpp:58:84: warning: 'int NMR::lib3mf_model_addtexture2dutf8(void**, LPCSTR, void***)' is deprecated [-Wdeprecated-declarations]
    EXPECT_EQ(lib3mf_model_addtexture2dutf8(pModel.get(), pszPath, &pTexture2D.get()), S_OK) << L"Could not add texture";
                                                                                    ^
In file included from /builddir/build/BUILD/lib3mf-1.0/Include/Model/COM/NMR_DLLInterfaces.h:37:0,
                 from /builddir/build/BUILD/lib3mf-1.0/Include/UnitTests/UnitTest_Utilities.h:35,
                 from /builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_Textures.cpp:33:
/builddir/build/BUILD/lib3mf-1.0/Include/Model/COM/NMR_DLLInterfaces.h:2387:49: note: declared here
   LIB3MFDEPRECATED(LIB3MF_DECLSPEC LIB3MFRESULT lib3mf_model_addtexture2dutf8(_In_ PLib3MFModel * pModel, _In_z_ LPCSTR pszPath, _Outptr_ PLib3MFModelTexture2D ** ppTextureInstance) );
                                                 ^
/builddir/build/BUILD/lib3mf-1.0/Include/Common/Platform/NMR_COM_Emulation.h:59:32: note: in definition of macro 'LIB3MFDEPRECATED'
 #define LIB3MFDEPRECATED(func) func __attribute__ ((deprecated))
                                ^~~~
In file included from /usr/include/gtest/gtest.h:1874:0,
                 from /builddir/build/BUILD/lib3mf-1.0/Include/UnitTests/UnitTest_Utilities.h:41,
                 from /builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_Textures.cpp:33:
/builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_Textures.cpp:58:84: warning: 'int NMR::lib3mf_model_addtexture2dutf8(void**, LPCSTR, void***)' is deprecated [-Wdeprecated-declarations]
    EXPECT_EQ(lib3mf_model_addtexture2dutf8(pModel.get(), pszPath, &pTexture2D.get()), S_OK) << L"Could not add texture";
                                                                                    ^
In file included from /builddir/build/BUILD/lib3mf-1.0/Include/Model/COM/NMR_DLLInterfaces.h:37:0,
                 from /builddir/build/BUILD/lib3mf-1.0/Include/UnitTests/UnitTest_Utilities.h:35,
                 from /builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_Textures.cpp:33:
/builddir/build/BUILD/lib3mf-1.0/Include/Model/COM/NMR_DLLInterfaces.h:2387:49: note: declared here
   LIB3MFDEPRECATED(LIB3MF_DECLSPEC LIB3MFRESULT lib3mf_model_addtexture2dutf8(_In_ PLib3MFModel * pModel, _In_z_ LPCSTR pszPath, _Outptr_ PLib3MFModelTexture2D ** ppTextureInstance) );
                                                 ^
/builddir/build/BUILD/lib3mf-1.0/Include/Common/Platform/NMR_COM_Emulation.h:59:32: note: in definition of macro 'LIB3MFDEPRECATED'
 #define LIB3MFDEPRECATED(func) func __attribute__ ((deprecated))
                                ^~~~
In file included from /usr/include/gtest/gtest.h:1874:0,
                 from /builddir/build/BUILD/lib3mf-1.0/Include/UnitTests/UnitTest_Utilities.h:41,
                 from /builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_Textures.cpp:33:
/builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_Textures.cpp:59:73: warning: 'int NMR::lib3mf_texture2d_readfromfileutf8(void**, LPCSTR)' is deprecated [-Wdeprecated-declarations]
    EXPECT_EQ(lib3mf_texture2d_readfromfileutf8(pTexture2D.get(), pszFile), S_OK) << L"Could not load texture";
                                                                         ^
In file included from /builddir/build/BUILD/lib3mf-1.0/Include/Model/COM/NMR_DLLInterfaces.h:37:0,
                 from /builddir/build/BUILD/lib3mf-1.0/Include/UnitTests/UnitTest_Utilities.h:35,
                 from /builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_Textures.cpp:33:
/builddir/build/BUILD/lib3mf-1.0/Include/Model/COM/NMR_DLLInterfaces.h:1411:49: note: declared here
   LIB3MFDEPRECATED(LIB3MF_DECLSPEC LIB3MFRESULT lib3mf_texture2d_readfromfileutf8(_In_ PLib3MFModelTexture2D * pTexture2D, _In_z_ LPCSTR pszFilename) );
                                                 ^
/builddir/build/BUILD/lib3mf-1.0/Include/Common/Platform/NMR_COM_Emulation.h:59:32: note: in definition of macro 'LIB3MFDEPRECATED'
 #define LIB3MFDEPRECATED(func) func __attribute__ ((deprecated))
                                ^~~~
In file included from /usr/include/gtest/gtest.h:1874:0,
                 from /builddir/build/BUILD/lib3mf-1.0/Include/UnitTests/UnitTest_Utilities.h:41,
                 from /builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_Textures.cpp:33:
/builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_Textures.cpp:59:73: warning: 'int NMR::lib3mf_texture2d_readfromfileutf8(void**, LPCSTR)' is deprecated [-Wdeprecated-declarations]
    EXPECT_EQ(lib3mf_texture2d_readfromfileutf8(pTexture2D.get(), pszFile), S_OK) << L"Could not load texture";
                                                                         ^
In file included from /builddir/build/BUILD/lib3mf-1.0/Include/Model/COM/NMR_DLLInterfaces.h:37:0,
                 from /builddir/build/BUILD/lib3mf-1.0/Include/UnitTests/UnitTest_Utilities.h:35,
                 from /builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_Textures.cpp:33:
/builddir/build/BUILD/lib3mf-1.0/Include/Model/COM/NMR_DLLInterfaces.h:1411:49: note: declared here
   LIB3MFDEPRECATED(LIB3MF_DECLSPEC LIB3MFRESULT lib3mf_texture2d_readfromfileutf8(_In_ PLib3MFModelTexture2D * pTexture2D, _In_z_ LPCSTR pszFilename) );
                                                 ^
/builddir/build/BUILD/lib3mf-1.0/Include/Common/Platform/NMR_COM_Emulation.h:59:32: note: in definition of macro 'LIB3MFDEPRECATED'
 #define LIB3MFDEPRECATED(func) func __attribute__ ((deprecated))
                                ^~~~
In file included from /usr/include/gtest/gtest.h:1874:0,
                 from /builddir/build/BUILD/lib3mf-1.0/Include/UnitTests/UnitTest_Utilities.h:41,
                 from /builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_Textures.cpp:33:
/builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_Textures.cpp:65:84: warning: 'int NMR::lib3mf_model_addtexture2dutf8(void**, LPCSTR, void***)' is deprecated [-Wdeprecated-declarations]
    EXPECT_EQ(lib3mf_model_addtexture2dutf8(pModel.get(), pszPath, &pTexture2D.get()), S_OK) << L"Could not add texture";
                                                                                    ^
In file included from /builddir/build/BUILD/lib3mf-1.0/Include/Model/COM/NMR_DLLInterfaces.h:37:0,
                 from /builddir/build/BUILD/lib3mf-1.0/Include/UnitTests/UnitTest_Utilities.h:35,
                 from /builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_Textures.cpp:33:
/builddir/build/BUILD/lib3mf-1.0/Include/Model/COM/NMR_DLLInterfaces.h:2387:49: note: declared here
   LIB3MFDEPRECATED(LIB3MF_DECLSPEC LIB3MFRESULT lib3mf_model_addtexture2dutf8(_In_ PLib3MFModel * pModel, _In_z_ LPCSTR pszPath, _Outptr_ PLib3MFModelTexture2D ** ppTextureInstance) );
                                                 ^
/builddir/build/BUILD/lib3mf-1.0/Include/Common/Platform/NMR_COM_Emulation.h:59:32: note: in definition of macro 'LIB3MFDEPRECATED'
 #define LIB3MFDEPRECATED(func) func __attribute__ ((deprecated))
                                ^~~~
In file included from /usr/include/gtest/gtest.h:1874:0,
                 from /builddir/build/BUILD/lib3mf-1.0/Include/UnitTests/UnitTest_Utilities.h:41,
                 from /builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_Textures.cpp:33:
/builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_Textures.cpp:65:84: warning: 'int NMR::lib3mf_model_addtexture2dutf8(void**, LPCSTR, void***)' is deprecated [-Wdeprecated-declarations]
    EXPECT_EQ(lib3mf_model_addtexture2dutf8(pModel.get(), pszPath, &pTexture2D.get()), S_OK) << L"Could not add texture";
                                                                                    ^
In file included from /builddir/build/BUILD/lib3mf-1.0/Include/Model/COM/NMR_DLLInterfaces.h:37:0,
                 from /builddir/build/BUILD/lib3mf-1.0/Include/UnitTests/UnitTest_Utilities.h:35,
                 from /builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_Textures.cpp:33:
/builddir/build/BUILD/lib3mf-1.0/Include/Model/COM/NMR_DLLInterfaces.h:2387:49: note: declared here
   LIB3MFDEPRECATED(LIB3MF_DECLSPEC LIB3MFRESULT lib3mf_model_addtexture2dutf8(_In_ PLib3MFModel * pModel, _In_z_ LPCSTR pszPath, _Outptr_ PLib3MFModelTexture2D ** ppTextureInstance) );
                                                 ^
/builddir/build/BUILD/lib3mf-1.0/Include/Common/Platform/NMR_COM_Emulation.h:59:32: note: in definition of macro 'LIB3MFDEPRECATED'
 #define LIB3MFDEPRECATED(func) func __attribute__ ((deprecated))
                                ^~~~
In file included from /usr/include/gtest/gtest.h:1874:0,
                 from /builddir/build/BUILD/lib3mf-1.0/Include/UnitTests/UnitTest_Utilities.h:41,
                 from /builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_Thumbnails.cpp:33:
/builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_Thumbnails.cpp: In function 'void NMR::CreateThumbnailedModel(NMR::CustomLib3MFBase&)':
/builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_Thumbnails.cpp:215:132: warning: ISO C++ forbids converting a string constant to 'LPSTR {aka char*}' [-Wwrite-strings]
   ASSERT_EQ(lib3mf_model_addattachmentutf8(pModel.get(), "/3D/Textures/Other.xml", "OTHERRELATIONSHIP", &pAttachmentOtherType.get()), S_OK) << L"Could not add attachment.";
                                                                                                                                    ^
/builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_Thumbnails.cpp:215:132: warning: ISO C++ forbids converting a string constant to 'LPSTR {aka char*}' [-Wwrite-strings]
/builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_Thumbnails.cpp:215:132: warning: ISO C++ forbids converting a string constant to 'LPSTR {aka char*}' [-Wwrite-strings]
   ASSERT_EQ(lib3mf_model_addattachmentutf8(pModel.get(), "/3D/Textures/Other.xml", "OTHERRELATIONSHIP", &pAttachmentOtherType.get()), S_OK) << L"Could not add attachment.";
                                                                                                                                    ^
/builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_Thumbnails.cpp:215:132: warning: ISO C++ forbids converting a string constant to 'LPSTR {aka char*}' [-Wwrite-strings]
/builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_Thumbnails.cpp:221:208: warning: ISO C++ forbids converting a string constant to 'LPSTR {aka char*}' [-Wwrite-strings]
    ASSERT_EQ(lib3mf_model_addattachmentutf8(pModel.get(), &("/3D/Textures/tex" + std::to_string(i + 1) + ".png")[0], "http://schemas.microsoft.com/3dmanufacturing/2013/01/3dtexture", &vctAttachments[i].get()), S_OK) << L"Could not add attachment.";
                                                                                                                                                                                                                ^
/builddir/build/BUILD/lib3mf-1.0/Source/UnitTests/UnitTest_Thumbnails.cpp:221:208: warning: ISO C++ forbids converting a string constant to 'LPSTR {aka char*}' [-Wwrite-strings]
    ASSERT_EQ(lib3mf_model_addattachmentutf8(pModel.get(), &("/3D/Textures/tex" + std::to_string(i + 1) + ".png")[0], "http://schemas.microsoft.com/3dmanufacturing/2013/01/3dtexture", &vctAttachments[i].get()), S_OK) << L"Could not add attachment.";
                                                                                                                                                                                                                ^
[100%] Linking CXX executable lib3MF_CTest_shared
/usr/bin/cmake -E cmake_link_script CMakeFiles/lib3MF_CTest_shared.dir/link.txt --verbose=1
/usr/bin/c++  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -std=c++11 -O2  -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/lib3MF_CTest_shared.dir/Source/UnitTests/UnitTest_AllTests.cpp.o CMakeFiles/lib3MF_CTest_shared.dir/Source/UnitTests/UnitTest_Attachments.cpp.o CMakeFiles/lib3MF_CTest_shared.dir/Source/UnitTests/UnitTest_BeamLattice.cpp.o CMakeFiles/lib3MF_CTest_shared.dir/Source/UnitTests/UnitTest_Production.cpp.o CMakeFiles/lib3MF_CTest_shared.dir/Source/UnitTests/UnitTest_ReaderStrictMode.cpp.o CMakeFiles/lib3MF_CTest_shared.dir/Source/UnitTests/UnitTest_Extensions.cpp.o CMakeFiles/lib3MF_CTest_shared.dir/Source/UnitTests/UnitTest_OPC_Issues.cpp.o CMakeFiles/lib3MF_CTest_shared.dir/Source/UnitTests/UnitTest_ReadWrite.cpp.o CMakeFiles/lib3MF_CTest_shared.dir/Source/UnitTests/UnitTest_Slice.cpp.o CMakeFiles/lib3MF_CTest_shared.dir/Source/UnitTests/UnitTest_Textures.cpp.o CMakeFiles/lib3MF_CTest_shared.dir/Source/UnitTests/UnitTest_Thumbnails.cpp.o  -o lib3MF_CTest_shared -Wl,-rpath,/builddir/build/BUILD/lib3mf-1.0 -lgtest -lgtest_main liblib3MF.so.1.0.0.0 
make[2]: Leaving directory '/builddir/build/BUILD/lib3mf-1.0'
[100%] Built target lib3MF_CTest_shared
make[1]: Leaving directory '/builddir/build/BUILD/lib3mf-1.0'
/usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/lib3mf-1.0/CMakeFiles 0
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ZWn9uw
+ umask 022
+ cd /builddir/build/BUILD
+ '[' /builddir/build/BUILDROOT/lib3mf-1.0-1.fc28.x86_64 '!=' / ']'
+ rm -rf /builddir/build/BUILDROOT/lib3mf-1.0-1.fc28.x86_64
++ dirname /builddir/build/BUILDROOT/lib3mf-1.0-1.fc28.x86_64
+ mkdir -p /builddir/build/BUILDROOT
+ mkdir /builddir/build/BUILDROOT/lib3mf-1.0-1.fc28.x86_64
+ cd lib3mf-1.0
+ install -dp Includes /builddir/build/BUILDROOT/lib3mf-1.0-1.fc28.x86_64/usr/include/lib3MF
+ install -D liblib3MF.so.1.0.0.0 /builddir/build/BUILDROOT/lib3mf-1.0-1.fc28.x86_64/usr/lib64/liblib3MF.so.1.0.0.0
+ install -D liblib3MF.so /builddir/build/BUILDROOT/lib3mf-1.0-1.fc28.x86_64/usr/lib64/liblib3MF.so
+ /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.0-1.fc28 --unique-debug-suffix -1.0-1.fc28.x86_64 --unique-debug-src-base lib3mf-1.0-1.fc28.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/lib3mf-1.0
+ /usr/lib/rpm/check-buildroot
+ /usr/lib/rpm/brp-compress
+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
+ /usr/lib/rpm/brp-python-hardlink
Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.3gWKrZ
+ umask 022
+ cd /builddir/build/BUILD
+ cd lib3mf-1.0
+ make test
Running tests...
/usr/bin/ctest --force-new-ctest-process 
Test project /builddir/build/BUILD/lib3mf-1.0
    Start 1: lib3MF_CTest_shared
1/1 Test #1: lib3MF_CTest_shared ..............   Passed    1.10 sec
100% tests passed, 0 tests failed out of 1
Total Test time (real) =   1.10 sec
+ exit 0

@martinweismann
Copy link
Member

I do not know why some of the build flags are not used and others are (like -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON).

The reported unused flags

CMAKE_C_FLAGS_RELEASE
CMAKE_Fortran_FLAGS_RELEASE
INCLUDE_INSTALL_DIR
LIB_INSTALL_DIR
LIB_SUFFIX
ARE_INSTALL_PREFIX
SYSCONF_INSTALL_DIR

are neither explicitly used or set in the CMake configuration.

@t-paul
Copy link
Contributor

t-paul commented Feb 25, 2018

Is make install (on Linux/Debian) supposed to work with the cmake based build? Right now it seems to install only the googletest files which is not really the expected outcome.

Also the name of the output file is liblib3MF.so.1.0.1.0.

@martinweismann
Copy link
Member

Hi @t-paul ,
we haven't put thought into getting a make install working, yet. If you can generate a CMake configuration to get "make install" working, please share it!

I removed the additional "lib" prefix. Does this look good to you?
#34
It generates lib3MF.so.MAJORVERSION .

@t-paul
Copy link
Contributor

t-paul commented Mar 27, 2018

Hi @hroncok, the cmake build stuff is now working for me on OBS (see lib3MF1.spec). This is certainly not matching actual distribution requirements (e.g. debug package disabled, ...), but it could maybe serve as base for further discussion.
This build is currently using a branch on my own github repo, but all required changes are merged to upstream master here.

@hroncok
Copy link
Author

hroncok commented Mar 27, 2018

Thanks. I've got stuck at the debug package and never got back to it.

@martinweismann
Copy link
Member

Hi @hroncok ,
@t-paul made great progress with creating a Debian package from lib3mf: #114
Maybe this can help you with the Fedora packaging.

@kjcole
Copy link

kjcole commented Nov 2, 2019

Under Arch Linux I see:

$ cd cmake
$ chmod 755 GenerateMake.sh
$  ./GenerateMake.sh 
-- The C compiler identification is GNU 9.2.0
-- The CXX compiler identification is GNU 9.2.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
LIB3MF_TESTS ... ON
CMake Error at Tests/CMakeLists.txt:1 (ADD_SUBDIRECTORY):
  The source directory

    /home/kjcole/gits/3D/lib3mf/Tests/googletest

  does not contain a CMakeLists.txt file.


CMake Error at Tests/CMakeLists.txt:4 (SET_TARGET_PROPERTIES):
  SET_TARGET_PROPERTIES Can not find target to add properties to: gtest


CMake Error at Tests/CMakeLists.txt:5 (SET_TARGET_PROPERTIES):
  SET_TARGET_PROPERTIES Can not find target to add properties to: gtest_main


-- Configuring incomplete, errors occurred!
See also "/home/kjcole/gits/3D/lib3mf/build/CMakeFiles/CMakeOutput.log".
$

CMakeOutput.log

@t-paul
Copy link
Contributor

t-paul commented Nov 2, 2019

You can disable the tests with -DLIB3MF_TESTS=FALSE if you don't want to drag in the googletest dependency.

@DannyHindson
Copy link

Hi, just wondering if this initiative to create a Fedora package for lib3mf ever progressed further than the conversation here? I don't see a package on Fedora so assume it didn't complete but if there's a package under review or any further progress I'd be interested. I'm working on a cross platform application where we'd like to add support for importing 3mf files and our platforms include Windows, OSX, Ubuntu and RHEL. Thanks

@hroncok
Copy link
Author

hroncok commented Feb 7, 2020

I have never got past the "debug package disabled" problem. I had nothing useful and I gave up.

@martinweismann
Copy link
Member

Thanks for trying, @hroncok . Maybe with version 2, which was released last year, this might have become easier!
@DannyHindson : independent of integration of lib3mf into the packaging systems of Linux distributions, you can still include it in binary form (https://github.com/3MFConsortium/lib3mf/releases/tag/v2.0.0) or compile it into your application. lib3mf builds on Windows, Linux, Mac.

@DannyHindson
Copy link

OK thanks both.

@hroncok It wasn't totally clear what the "debug package disabled" problem was looking at the build.log attached earlier on to this issue. Were you expecting the -DNDEBUG flag to have been used and it wasn't? If yes this might be caused by the fact that CMAKE_BUILD_TYPE isn't given a default value (eg RELEASE) in the Lib3MF cmake logic so I don't think any value you give to CMAKE_C_FLAGS_RELEASE would get used when running cmake. At least not in linux with a single configuration generator

Or maybe it was the fact that some of the other flags were unused. I see support for variables similar to INCLUDE_INSTALL_DIR, LIB_INSTALL_DIR has been added (variables called CMAKE_INSTALL_INCLUDEDIR, CMAKE_INSTALL_LIBDIR which I think follow the GNUInstallDirs cmake package's naming convention for the variable names).

@hroncok
Copy link
Author

hroncok commented Feb 10, 2020

I honestly don't remember. As said, I gave up. This was 4 years ago.

@DannyHindson
Copy link

I did a bit more work on this because we use a private EPEL repository to manage the 3rd party libraries for our software - so I've had to prepare a EPEL lib3mf package for RedHat\CentOS platforms using the rpm toolset. I found two issues that I had to fix before creating the package successfully:

  • the CMakeLists.txt uses the "cmake -E" command in a few places. This doesn't work on CentOS because the cmake executable is called cmake3. The CMakeLists.txt could be improved I think by replacing this with "${CMAKE_COMMAND} -E"

  • the rpm packaging process on RedHat\CentOS generates a debuginfo package containing symbols information. This wasn't working because the lib3mf CMakeLists.txt contains this command "set_target_properties(${PROJECT_NAME} PROPERTIES LINK_FLAGS -s)" which strips the symbols off the .so library regardless of any compiler flags set in the packaging process. I think this line could be removed. This is possibly the cause of the "debug package disabled" issue mentioned higher up this thread

I've attached the rpm spec file and the patch I created to apply the two changes above

lib3mf_rpmspec.zip

@hroncok
Copy link
Author

hroncok commented Mar 30, 2020

Good catch with the -s flag, that seems like the source of the debuginfo problem I was hitting years ago.

@DannyHindson Shall we try to package this library in EPEL proper? What EPEL versions are we taking about here?

@DannyHindson
Copy link

Yes that would be great. We're using EPEL 7 and I had been developing\testing that rpm spec file on CentOS 7.7

@hroncok
Copy link
Author

hroncok commented Mar 30, 2020

I have sent and e-mail to @DannyHindson to continue the off-topic discussion elsewhere. Will let you know here once (if) there is an official Fedora/EPEL package.

@hroncok
Copy link
Author

hroncok commented Mar 30, 2020

This is on topic, so noting it here. The package installs header files (as well as Python and Pascal sources) to:

/usr/include/Bindings
/usr/include/Bindings/C
/usr/include/Bindings/C/lib3mf.h
/usr/include/Bindings/C/lib3mf_types.h
/usr/include/Bindings/CDynamic
/usr/include/Bindings/CDynamic/lib3mf_dynamic.cc
/usr/include/Bindings/CDynamic/lib3mf_dynamic.h
/usr/include/Bindings/CDynamic/lib3mf_types.h
/usr/include/Bindings/CSharp
/usr/include/Bindings/CSharp/Lib3MF.cs
/usr/include/Bindings/Cpp
/usr/include/Bindings/Cpp/lib3mf_abi.hpp
/usr/include/Bindings/Cpp/lib3mf_implicit.hpp
/usr/include/Bindings/Cpp/lib3mf_types.hpp
/usr/include/Bindings/CppDynamic
/usr/include/Bindings/CppDynamic/lib3mf_abi.hpp
/usr/include/Bindings/CppDynamic/lib3mf_dynamic.h
/usr/include/Bindings/CppDynamic/lib3mf_dynamic.hpp
/usr/include/Bindings/CppDynamic/lib3mf_types.hpp
/usr/include/Bindings/Go
/usr/include/Bindings/Go/lib3mf.go
/usr/include/Bindings/Go/lib3mf_impl.go
/usr/include/Bindings/NodeJS
/usr/include/Bindings/NodeJS/binding.gyp
/usr/include/Bindings/NodeJS/lib3mf_dynamic.cc
/usr/include/Bindings/NodeJS/lib3mf_dynamic.h
/usr/include/Bindings/NodeJS/lib3mf_nodeaddon.cc
/usr/include/Bindings/NodeJS/lib3mf_nodewrapper.cc
/usr/include/Bindings/NodeJS/lib3mf_nodewrapper.h
/usr/include/Bindings/NodeJS/lib3mf_types.h
/usr/include/Bindings/Pascal
/usr/include/Bindings/Pascal/Unit_Lib3MF.pas
/usr/include/Bindings/Python
/usr/include/Bindings/Python/Lib3MF.py

That seems rather unpleasant. Shall it at least be namespaced somehow?

@hroncok
Copy link
Author

hroncok commented Mar 30, 2020

I will move the files around to have:

/usr/include/lib3mf.h
/usr/include/lib3mf_abi.hpp
/usr/include/lib3mf_dynamic.h
/usr/include/lib3mf_dynamic.hpp
/usr/include/lib3mf_implicit.hpp
/usr/include/lib3mf_nodewrapper.h
/usr/include/lib3mf_types.h
/usr/include/lib3mf_types.hpp

Should that be the default?

@hroncok
Copy link
Author

hroncok commented Mar 31, 2020

I've opened #199 -- another blocker to get this packaged.

@hroncok
Copy link
Author

hroncok commented May 5, 2020

The lib3mf package is on it's way to official EPEL 7 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-6ecb9adca3

@hroncok
Copy link
Author

hroncok commented Mar 9, 2022

@vijaiaeroastro
Copy link
Collaborator

The newer CMake improvements make it possible to have debian and rpm based packages. Kindly see the work done in #346

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants