/Applications/Xcode.app/Contents/Developer/usr/bin/make -C OMCompiler Making build directories under /Users/grantstephens/Repos/OpenModelica/build /Applications/Xcode.app/Contents/Developer/usr/bin/make bootstrap-dependencies interactive sim-dependencies Making build directories under /Users/grantstephens/Repos/OpenModelica/build if test -f 3rdParty/graphstream/org.omc.graphstream.jar; then cp -p 3rdParty/graphstream/org.omc.graphstream.jar /Users/grantstephens/Repos/OpenModelica/build/share/omc/java/.; fi if test -f 3rdParty/graphstream/Makefile; then /Applications/Xcode.app/Contents/Developer/usr/bin/make CC="clang" CXX="clang++" CFLAGS="-I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector" -C 3rdParty/graphstream/; fi /Applications/Xcode.app/Contents/Developer/usr/bin/make CC="clang" CXX="clang++" CFLAGS="-I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector" -C gs-netstream/c++ all mkdir -p obj clang++ -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c src/netstream-storage.cpp -o obj/netstream-storage.o mkdir -p obj clang++ -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c src/netstream-socket.cpp -o obj/netstream-socket.o mkdir -p obj clang++ -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c src/netstream-sender.cpp -o obj/netstream-sender.o mkdir -p obj clang++ -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c src/netstream-main.cpp -o obj/netstream-main.o clang++ -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -Iinclude obj/netstream-storage.o obj/netstream-socket.o obj/netstream-sender.o obj/netstream-main.o -o netstream-main libtool -static -o libnetstream.a obj/netstream-storage.o obj/netstream-socket.o obj/netstream-sender.o obj/netstream-main.o test -d 3rdParty/FMIL mkdir -p 3rdParty/FMIL/build (cd 3rdParty/FMIL/build && test -f Makefile || CC="clang" CXX="clang++" CFLAGS="-I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector" CPPFLAGS="" CC="clang" CXX="clang++" CFLAGS="-I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector" CPPFLAGS="" LDFLAGS="-Wl,-undefined -Wl,dynamic_lookup" cmake -D CMAKE_AR:String="ar" -D FMILIB_BUILD_SHARED_LIB:Bool=ON -D FMILIB_BUILD_TESTS:Bool=OFF -D FMILIB_GENERATE_DOXYGEN_DOC:Bool=OFF -DCMAKE_COLOR_MAKEFILE:Bool=OFF -DFMILIB_INSTALL_PREFIX:String=../install .. -G "Unix Makefiles") -- The C compiler identification is AppleClang 7.0.0.7000072 -- The CXX compiler identification is AppleClang 7.0.0.7000072 -- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -- 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: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Looking for include file stdarg.h -- Looking for include file stdarg.h - found -- Looking for include file stdlib.h -- Looking for include file stdlib.h - found -- Looking for include file stddef.h -- Looking for include file stddef.h - found -- Looking for include file stdint.h -- Looking for include file stdint.h - found -- Looking for include file inttypes.h -- Looking for include file inttypes.h - found -- Looking for include file locale.h -- Looking for include file locale.h - found -- Looking for vsnprintf -- Looking for vsnprintf - found -- Looking for snprintf -- Looking for snprintf - found -- Looking for vasprintf -- Looking for vasprintf - found -- Looking for asprintf -- Looking for asprintf - found -- Looking for localeconv -- Looking for localeconv - found -- Looking for sys/types.h -- Looking for sys/types.h - found -- Check size of long double -- Check size of long double - done -- Check size of long long int -- Check size of long long int - done -- Check size of unsigned long long int -- Check size of unsigned long long int - done -- Check size of struct lconv -- Check size of struct lconv - done -- Performing Test HAVE_LCONV_DECIMAL_POINT -- Performing Test HAVE_LCONV_DECIMAL_POINT - Success -- Performing Test HAVE_LCONV_THOUSANDS_SEP -- Performing Test HAVE_LCONV_THOUSANDS_SEP - Success -- Check size of intmax_t -- Check size of intmax_t - done -- Check size of uintmax_t -- Check size of uintmax_t - done -- Check size of uintptr_t -- Check size of uintptr_t - done -- Check size of ptrdiff_t -- Check size of ptrdiff_t - done -- Looking for va_copy -- Looking for va_copy - found -- Looking for __va_copy -- Looking for __va_copy - found -- Check size of off64_t -- Check size of off64_t - failed -- Looking for fseeko -- Looking for fseeko - found -- Looking for unistd.h -- Looking for unistd.h - found CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fmiimport". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:276 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "jmutils". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:276 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fmixml". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:276 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fmizip". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:276 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fmicapi". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:276 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "minizip". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:276 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "zlib". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:276 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "c99snprintf". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:276 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. -- will be merging /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/libfmiimport.a;/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/libjmutils.a;/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/libfmixml.a;/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/libfmizip.a;/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/libfmicapi.a;/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/ExpatEx/./libexpat.a;/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/Config.cmake/Minizip/libminizip.a;/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/zlib/libz.a;/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/ThirdParty/c99_snprintf/libc99snprintf.a CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:74 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fmilib". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:276 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. -- Configuring done CMake Warning (dev) at Config.cmake/fmixml.cmake:121 (add_dependencies): Policy CMP0046 is not set: Error on non-existent dependency in add_dependencies. Run "cmake --help-policy CMP0046" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The dependency target "/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/CMakeLists.txt" of target "expatex" does not exist. Call Stack (most recent call first): CMakeLists.txt:183 (include) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at Config.cmake/fmixml.cmake:121 (add_dependencies): Policy CMP0046 is not set: Error on non-existent dependency in add_dependencies. Run "cmake --help-policy CMP0046" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The dependency target "/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/CMakeCache.txt" of target "expatex" does not exist. Call Stack (most recent call first): CMakeLists.txt:183 (include) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev): Policy CMP0042 is not set: MACOSX_RPATH is enabled by default. Run "cmake --help-policy CMP0042" for policy details. Use the cmake_policy command to set the policy and suppress this warning. MACOSX_RPATH is not specified for the following targets: fmilib_shared This warning is for project developers. Use -Wno-dev to suppress it. -- Generating done -- Build files have been written to: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build test -f 3rdParty/FMIL/build/libfmilib_shared.dylib || CC="clang" CXX="clang++" CFLAGS="-I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector" CPPFLAGS="" /Applications/Xcode.app/Contents/Developer/usr/bin/make -C 3rdParty/FMIL/build Scanning dependencies of target expatex [ 1%] Creating directories for 'expatex' [ 2%] No download step for 'expatex' [ 3%] No patch step for 'expatex' [ 3%] No update step for 'expatex' [ 4%] Performing configure step for 'expatex' loading initial cache file /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/ExpatEx/tmp/expatex-cache-Release.cmake -- The C compiler identification is AppleClang 7.0.0.7000072 -- The CXX compiler identification is AppleClang 7.0.0.7000072 -- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -- 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: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Looking for dlfcn.h -- Looking for dlfcn.h - found -- Looking for fcntl.h -- Looking for fcntl.h - found -- Looking for inttypes.h -- Looking for inttypes.h - found -- Looking for memory.h -- Looking for memory.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stdlib.h -- Looking for stdlib.h - found -- Looking for strings.h -- Looking for strings.h - found -- Looking for string.h -- Looking for string.h - found -- Looking for sys/stat.h -- Looking for sys/stat.h - found -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for unistd.h -- Looking for unistd.h - found -- Looking for getpagesize -- Looking for getpagesize - found -- Looking for bcopy -- Looking for bcopy - found -- Looking for memmove -- Looking for memmove - found -- Looking for mmap -- Looking for mmap - found -- Looking for 4 include files stdlib.h, ..., float.h -- Looking for 4 include files stdlib.h, ..., float.h - found -- Check if the system is big endian -- Searching 16 bit integer -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of unsigned short -- Check size of unsigned short - done -- Using unsigned short -- Check if the system is big endian - little endian -- Looking for off_t -- Looking for off_t - not found -- Looking for size_t -- Looking for size_t - not found -- Configuring done -- Generating done -- Build files have been written to: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/ExpatEx [ 5%] Performing dependent_reconfigure step for 'expatex' Running: /usr/local/Cellar/cmake/3.3.2/bin/cmake -G Unix Makefiles -DBUILD_tools:BOOLEAN=OFF -DBUILD_examples:BOOLEAN=OFF -DBUILD_tests:BOOLEAN=OFF -DBUILD_shared:BOOLEAN=OFF -DXML_DTD:BOOLEAN=OFF -DXML_NS:BOOLEAN=OFF -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_C_FLAGS:STRING=-I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DXML_STATIC -DFMI_XML_QUERY -DCMAKE_C_FLAGS_DEBUG:STRING=-g -DCMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG -DCMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG -DCMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG -DCMAKE_EXE_LINKER_FLAGS:STRING= -Wl,-undefined -Wl,dynamic_lookup -DCMAKE_LINK_LIBRARY_FLAG:STRING=-l -DCMAKE_MODULE_LINKER_FLAGS:STRING= -Wl,-undefined -Wl,dynamic_lookup -DCMAKE_SHARED_LINKER_FLAGS:STRING= -Wl,-undefined -Wl,dynamic_lookup -DCMAKE_INSTALL_PREFIX:PATH=/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/ExpatEx/install /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Expat/expat-2.1.0 -- Configuring done -- Generating done -- Build files have been written to: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/ExpatEx [ 6%] Performing build step for 'expatex' Scanning dependencies of target expat [ 16%] Building C object CMakeFiles/expat.dir/lib/xmlparse.c.o [ 33%] Building C object CMakeFiles/expat.dir/lib/xmlrole.c.o [ 50%] Building C object CMakeFiles/expat.dir/lib/xmltok.c.o [ 66%] Building C object CMakeFiles/expat.dir/lib/xmltok_impl.c.o [ 83%] Building C object CMakeFiles/expat.dir/lib/xmltok_ns.c.o [100%] Linking C static library libexpat.a /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libexpat.a(xmltok_impl.c.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libexpat.a(xmltok_ns.c.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libexpat.a(xmltok_impl.c.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libexpat.a(xmltok_ns.c.o) has no symbols [100%] Built target expat [ 7%] Performing install step for 'expatex' [100%] Built target expat Install the project... -- Install configuration: "Release" -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/ExpatEx/install/lib/libexpat.a /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/ExpatEx/install/lib/libexpat.a(xmltok_impl.c.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/ExpatEx/install/lib/libexpat.a(xmltok_ns.c.o) has no symbols -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/ExpatEx/install/include/expat.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/ExpatEx/install/include/expat_external.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/ExpatEx/install/lib/pkgconfig/expat.pc [ 8%] Completed 'expatex' [ 8%] Built target expatex Scanning dependencies of target c99snprintf [ 8%] Building C object ThirdParty/c99_snprintf/CMakeFiles/c99snprintf.dir/c99-snprintf_1.1/snprintf.c.o [ 9%] Linking C static library libc99snprintf.a [ 9%] Built target c99snprintf Scanning dependencies of target jmutils [ 10%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_callbacks.c.o [ 10%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_templates_inst.c.o [ 11%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_named_ptr.c.o [ 12%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_portability.c.o [ 13%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI/fmi_version.c.o [ 14%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI/fmi_util.c.o [ 15%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI1/fmi1_enums.c.o [ 15%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI2/fmi2_enums.c.o [ 16%] Linking C static library libjmutils.a [ 16%] Built target jmutils Scanning dependencies of target fmicapi [ 17%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI1/fmi1_capi_cs.c.o [ 17%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI1/fmi1_capi_me.c.o [ 18%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI1/fmi1_capi.c.o [ 19%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI2/fmi2_capi_cs.c.o [ 20%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI2/fmi2_capi_me.c.o [ 21%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI2/fmi2_capi.c.o [ 22%] Linking C static library libfmicapi.a [ 22%] Built target fmicapi Scanning dependencies of target zlib [ 23%] Building C object zlib/CMakeFiles/zlib.dir/adler32.o [ 24%] Building C object zlib/CMakeFiles/zlib.dir/compress.o [ 25%] Building C object zlib/CMakeFiles/zlib.dir/crc32.o [ 26%] Building C object zlib/CMakeFiles/zlib.dir/deflate.o [ 26%] Building C object zlib/CMakeFiles/zlib.dir/gzclose.o [ 27%] Building C object zlib/CMakeFiles/zlib.dir/gzlib.o [ 28%] Building C object zlib/CMakeFiles/zlib.dir/gzread.o [ 29%] Building C object zlib/CMakeFiles/zlib.dir/gzwrite.o [ 30%] Building C object zlib/CMakeFiles/zlib.dir/inflate.o [ 31%] Building C object zlib/CMakeFiles/zlib.dir/infback.o [ 31%] Building C object zlib/CMakeFiles/zlib.dir/inftrees.o [ 32%] Building C object zlib/CMakeFiles/zlib.dir/inffast.o [ 33%] Building C object zlib/CMakeFiles/zlib.dir/trees.o [ 34%] Building C object zlib/CMakeFiles/zlib.dir/uncompr.o [ 35%] Building C object zlib/CMakeFiles/zlib.dir/zutil.o [ 36%] Linking C static library libz.a [ 36%] Built target zlib Scanning dependencies of target minizip [ 37%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/ioapi.c.o [ 38%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/miniunz.c.o /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c:110:13: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef unix || __APPLE__ ^ // /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c:143:11: warning: implicit declaration of function 'mkdir' is invalid in C99 [-Wimplicit-function-declaration] ret = mkdir (dirname,0775); ^ /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c:432:25: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] makedir(write_filename); ^~~~~~~~~~~~~~ 3 warnings generated. [ 39%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/minizip.c.o /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/minizip.c:104:13: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] #ifdef unix || __APPLE__ ^ // /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/minizip.c:421:26: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] filetime(filenameinzip,&zi.tmz_date,&zi.dosDate); ^~~~~~~~~~~~~ 2 warnings generated. [ 40%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/unzip.c.o [ 40%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/zip.c.o /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/zip.c:1118:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((level==2)) ~~~~~^~~ /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/zip.c:1118:15: note: remove extraneous parentheses around the comparison to silence this warning if ((level==2)) ~ ^ ~ /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/zip.c:1118:15: note: use '=' to turn this equality comparison into an assignment if ((level==2)) ^~ = /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/zip.c:1120:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((level==1)) ~~~~~^~~ /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/zip.c:1120:15: note: remove extraneous parentheses around the comparison to silence this warning if ((level==1)) ~ ^ ~ /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/zip.c:1120:15: note: use '=' to turn this equality comparison into an assignment if ((level==1)) ^~ = 2 warnings generated. [ 41%] Linking C static library libminizip.a [ 41%] Built target minizip Scanning dependencies of target fmizip [ 42%] Building C object CMakeFiles/fmizip.dir/src/ZIP/src/fmi_zip_unzip.c.o [ 43%] Building C object CMakeFiles/fmizip.dir/src/ZIP/src/fmi_zip_zip.c.o [ 44%] Linking C static library libfmizip.a [ 44%] Built target fmizip Scanning dependencies of target fmixml [ 45%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI/fmi_xml_context.c.o [ 46%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_parser.c.o [ 47%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_model_description.c.o [ 47%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_type.c.o /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/src/XML/src/FMI1/fmi1_xml_type.c:31:12: warning: address of array 'du->displayUnit' will always evaluate to 'true' [-Wpointer-bool-conversion] if(du->displayUnit) return du; ~~ ~~~~^~~~~~~~~~~ 1 warning generated. [ 48%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_unit.c.o [ 49%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_vendor_annotations.c.o [ 50%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_variable.c.o [ 51%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_capabilities.c.o [ 52%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_cosim.c.o [ 52%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_parser.c.o [ 53%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_model_description.c.o [ 54%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_model_structure.c.o [ 55%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_type.c.o [ 56%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_unit.c.o [ 57%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_vendor_annotations.c.o [ 57%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_variable.c.o [ 58%] Linking C static library libfmixml.a [ 58%] Built target fmixml Scanning dependencies of target fmiimport [ 58%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI/fmi_import_context.c.o [ 59%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI/fmi_import_util.c.o [ 60%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_cosim.c.o [ 61%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_capi.c.o [ 62%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_type.c.o [ 63%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_unit.c.o [ 63%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_variable.c.o [ 64%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_variable_list.c.o [ 65%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_vendor_annotations.c.o [ 66%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import.c.o [ 67%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_capabilities.c.o [ 68%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_convenience.c.o [ 68%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_capi.c.o [ 69%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_type.c.o [ 70%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_unit.c.o [ 71%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_variable.c.o [ 72%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_variable_list.c.o [ 73%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import.c.o [ 73%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_convenience.c.o [ 74%] Linking C static library libfmiimport.a [ 74%] Built target fmiimport [ 75%] Generating fmilib_dummy.c Scanning dependencies of target fmilib [ 76%] Building C object CMakeFiles/fmilib.dir/fmilib_dummy.c.o [ 77%] Linking C static library libfmilib.a /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/ExpatEx/./libexpat.a(xmltok_impl.c.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/ExpatEx/./libexpat.a(xmltok_ns.c.o) has no symbols [ 77%] Built target fmilib Scanning dependencies of target fmilib_shared [ 78%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI/fmi_import_context.c.o [ 78%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI/fmi_import_util.c.o [ 79%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI1/fmi1_import_cosim.c.o [ 80%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI1/fmi1_import_capi.c.o [ 81%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI1/fmi1_import_type.c.o [ 82%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI1/fmi1_import_unit.c.o [ 83%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI1/fmi1_import_variable.c.o [ 83%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI1/fmi1_import_variable_list.c.o [ 84%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI1/fmi1_import_vendor_annotations.c.o [ 85%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI1/fmi1_import.c.o [ 86%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI1/fmi1_import_capabilities.c.o [ 87%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI1/fmi1_import_convenience.c.o [ 88%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI2/fmi2_import_capi.c.o [ 88%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI2/fmi2_import_type.c.o [ 89%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI2/fmi2_import_unit.c.o [ 90%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI2/fmi2_import_variable.c.o [ 91%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI2/fmi2_import_variable_list.c.o [ 92%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI2/fmi2_import.c.o [ 93%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI2/fmi2_import_convenience.c.o [ 93%] Building C object CMakeFiles/fmilib_shared.dir/src/Util/src/JM/jm_callbacks.c.o [ 94%] Building C object CMakeFiles/fmilib_shared.dir/src/Util/src/JM/jm_templates_inst.c.o [ 95%] Building C object CMakeFiles/fmilib_shared.dir/src/Util/src/JM/jm_named_ptr.c.o [ 96%] Building C object CMakeFiles/fmilib_shared.dir/src/Util/src/JM/jm_portability.c.o [ 97%] Building C object CMakeFiles/fmilib_shared.dir/src/Util/src/FMI/fmi_version.c.o [ 98%] Building C object CMakeFiles/fmilib_shared.dir/src/Util/src/FMI/fmi_util.c.o [ 98%] Building C object CMakeFiles/fmilib_shared.dir/src/Util/src/FMI1/fmi1_enums.c.o [ 99%] Building C object CMakeFiles/fmilib_shared.dir/src/Util/src/FMI2/fmi2_enums.c.o [100%] Linking C shared library libfmilib_shared.dylib [100%] Built target fmilib_shared test -d 3rdParty/FMIL/install || /Applications/Xcode.app/Contents/Developer/usr/bin/make -C 3rdParty/FMIL/build install [ 8%] Built target expatex [ 9%] Built target c99snprintf [ 16%] Built target jmutils [ 22%] Built target fmicapi [ 36%] Built target zlib [ 41%] Built target minizip [ 44%] Built target fmizip [ 58%] Built target fmixml [ 74%] Built target fmiimport [ 77%] Built target fmilib [100%] Built target fmilib_shared Install the project... -- Install configuration: "Release" -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/lib/libfmilib.a /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../install/lib/libfmilib.a(xmltok_impl.c.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../install/lib/libfmilib.a(xmltok_ns.c.o) has no symbols -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/lib/libfmilib_shared.dylib -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/doc/FMILIB_Readme.txt -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/doc/FMILIB_License.txt -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/doc/FMILIB_Acknowledgements.txt -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/include/fmilib_config.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/include/fmilib.h -- Up-to-date: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI/fmi_import_context.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI/fmi_import_util.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI1 -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI1/fmi1_import.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI1/fmi1_import_capabilities.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI1/fmi1_import_capi.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI1/fmi1_import_convenience.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI1/fmi1_import_cosim.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI1/fmi1_import_type.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI1/fmi1_import_unit.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI1/fmi1_import_variable.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI1/fmi1_import_variable_list.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI1/fmi1_import_vendor_annotations.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI2 -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI2/fmi2_import.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI2/fmi2_import_capi.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI2/fmi2_import_convenience.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI2/fmi2_import_type.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI2/fmi2_import_unit.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI2/fmi2_import_variable.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI2/fmi2_import_variable_list.h -- Up-to-date: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include -- Up-to-date: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI/fmi_util.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI/fmi_version.h -- Up-to-date: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI1 -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI1/fmi1_enums.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI1/fmi1_functions.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI1/fmi1_types.h -- Up-to-date: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI2 -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI2/fmi2_enums.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI2/fmi2_functions.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI2/fmi2_types.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI2/fmi2_xml_callbacks.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/JM -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/JM/jm_callbacks.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/JM/jm_named_ptr.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/JM/jm_portability.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/JM/jm_stack.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/JM/jm_string_set.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/JM/jm_types.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/JM/jm_vector.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/JM/jm_vector_template.h -- Up-to-date: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/include/FMI1 -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/include/FMI1/fmiFunctions.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/include/FMI1/fmiModelFunctions.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/include/FMI1/fmiModelTypes.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/include/FMI1/fmiPlatformTypes.h -- Up-to-date: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/include/FMI2 -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/include/FMI2/fmi2Functions.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/include/FMI2/fmi2FunctionTypes.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/include/FMI2/fmi2TypesPlatform.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/include/FMI2/fmiFunctions.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/include/FMI2/fmiFunctionTypes.h -- Installing: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/include/FMI2/fmiTypesPlatform.h test "(" ! `uname` = Darwin ")" -o "(" ! -f 3rdParty/FMIL/build/libfmilib_shared.dylib ")" || install_name_tool -id @rpath/libfmilib_shared.dylib 3rdParty/FMIL/build/libfmilib_shared.dylib cp -pPR 3rdParty/FMIL/build/libfmilib_shared.dylib /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc test ! -f /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/libfmilib_shared.dylib || ln -sf libfmilib_shared.dylib /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/libfmilib.dylib #TODO: Only copy required headers, add them in omc/fmi subfolder, and do not copy c/txt-files #cp -rp 3rdParty/FMIL/install/include/* /Users/grantstephens/Repos/OpenModelica/build/include/omc # NOTE: OpenModelicaBootstrappingHeader.h has to be regenerated without any other process writing to so/etc or you get bus errors /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile -C Compiler OpenModelicaBootstrappingHeader.h OMBUILDDIR=/Users/grantstephens/Repos/OpenModelica/build make[3]: `OpenModelicaBootstrappingHeader.h' is up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile -C Compiler/runtime install OMBUILDDIR=/Users/grantstephens/Repos/OpenModelica/build clang++ -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -I.. -I. -I../../3rdParty/FMIL/install/include -I../../3rdParty/gc/include -I../../3rdParty/graphstream/gs-netstream/c++/src/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/cJSON -c -o Error_omc.o Error_omc.cpp In file included from Error_omc.cpp:42: ./errorext.cpp:293:97: warning: format specifies type 'int' but the argument has type 'size_type' (aka 'unsigned long') [-Wformat] fprintf(stderr, "ERROREXT: calling ErrorImpl__rollbackNumCheckpoints with n: %d > %d\n", n, members->checkPoints->size()); ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ %lu ./errorext.cpp:351:97: warning: format specifies type 'int' but the argument has type 'size_type' (aka 'unsigned long') [-Wformat] fprintf(stderr, "ERROREXT: calling ErrorImpl__rollbackNumCheckpoints with n: %d > %d\n", n, members->checkPoints->size()); ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ %lu 2 warnings generated. clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -I.. -I. -I../../3rdParty/FMIL/install/include -I../../3rdParty/gc/include -I../../3rdParty/graphstream/gs-netstream/c++/src/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/cJSON -c -o Print_omc.o Print_omc.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -I.. -I. -I../../3rdParty/FMIL/install/include -I../../3rdParty/gc/include -I../../3rdParty/graphstream/gs-netstream/c++/src/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/cJSON -c -o System_omc.o System_omc.c System_omc.c:438:38: warning: incompatible pointer types passing 'int (direntry)' to parameter of type 'int (*)(const struct dirent *)' [-Wincompatible-pointer-types] count = scandir(directory, &files, file_select_mo, NULL); ^~~~~~~~~~~~~~ /usr/include/dirent.h:147:11: note: passing argument to parameter here int (*)(const struct dirent *), int (*)(const struct dirent **, const struct dirent **)) __DARWIN_INODE64(scandir); ^ System_omc.c:539:38: warning: incompatible pointer types passing 'int (direntry)' to parameter of type 'int (*)(const struct dirent *)' [-Wincompatible-pointer-types] count = scandir(directory, &files, file_select_directories, NULL); ^~~~~~~~~~~~~~~~~~~~~~~ /usr/include/dirent.h:147:11: note: passing argument to parameter here int (*)(const struct dirent *), int (*)(const struct dirent **, const struct dirent **)) __DARWIN_INODE64(scandir); ^ 2 warnings generated. clang++ -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -I.. -I. -I../../3rdParty/FMIL/install/include -I../../3rdParty/gc/include -I../../3rdParty/graphstream/gs-netstream/c++/src/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/cJSON -c -o Settings_omc.o Settings_omc.cpp In file included from Settings_omc.cpp:42: ./settingsimpl.c:203:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] return ""; ^ 1 warning generated. clang++ -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -I.. -I. -I../../3rdParty/FMIL/install/include -I../../3rdParty/gc/include -I../../3rdParty/graphstream/gs-netstream/c++/src/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/cJSON -c -o serializer.o serializer.cpp serializer.cpp:616:23: warning: format specifies type 'int' but the argument has type 'mmc_sint_t' (aka 'long') [-Wformat] printf("%i\n",MMC_UNTAGFIXNUM(object)); ~~ ^~~~~~~~~~~~~~~~~~~~~~~ %li ../../SimulationRuntime/c/meta/meta_modelica.h:155:35: note: expanded from macro 'MMC_UNTAGFIXNUM' #define MMC_UNTAGFIXNUM(X) (((mmc_sint_t) (X)) >> 1) ^~~~~~~~~~~~~~~~~~~~~~~~~ serializer.cpp:622:35: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] printf("str(%i)=\"%s\"\n",MMC_HDRSTRLEN(hdr),MMC_STRINGDATA(object)); ~~ ^~~~~~~~~~~~~~~~~~ %lu ../../SimulationRuntime/c/meta/meta_modelica.h:189:35: note: expanded from macro 'MMC_HDRSTRLEN' #define MMC_HDRSTRLEN(hdr) (((hdr) >> (3)) - MMC_SIZE_INT) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ serializer.cpp:636:34: warning: format specifies type 'int' but the argument has type 'mmc_uint_t' (aka 'unsigned long') [-Wformat] printf("array(%i)\n",slots); ~~ ^~~~~ %lu serializer.cpp:640:35: warning: format specifies type 'int' but the argument has type 'mmc_uint_t' (aka 'unsigned long') [-Wformat] printf("ctr(%i,%i)\n",ctor,slots); ~~ ^~~~ %lu serializer.cpp:640:40: warning: format specifies type 'int' but the argument has type 'mmc_uint_t' (aka 'unsigned long') [-Wformat] printf("ctr(%i,%i)\n",ctor,slots); ~~ ^~~~~ %lu serializer.cpp:656:34: warning: format specifies type 'int' but the argument has type 'mmc_uint_t' (aka 'unsigned long') [-Wformat] printf("Unknown object %i\n",hdr); ~~ ^~~ %lu 6 warnings generated. clang++ -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -I.. -I. -I../../3rdParty/FMIL/install/include -I../../3rdParty/gc/include -I../../3rdParty/graphstream/gs-netstream/c++/src/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/cJSON -c -o IOStreamExt_omc.o IOStreamExt_omc.cpp clang++ -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -I.. -I. -I../../3rdParty/FMIL/install/include -I../../3rdParty/gc/include -I../../3rdParty/graphstream/gs-netstream/c++/src/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/cJSON -c -o ErrorMessage.o ErrorMessage.cpp clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -I.. -I. -I../../3rdParty/FMIL/install/include -I../../3rdParty/gc/include -I../../3rdParty/graphstream/gs-netstream/c++/src/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/cJSON -c -o FMI_omc.o FMI_omc.c clang++ -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -I.. -I. -I../../3rdParty/FMIL/install/include -I../../3rdParty/gc/include -I../../3rdParty/graphstream/gs-netstream/c++/src/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/cJSON -c -o systemimplmisc.o systemimplmisc.cpp clang++ -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -I.. -I. -I../../3rdParty/FMIL/install/include -I../../3rdParty/gc/include -I../../3rdParty/graphstream/gs-netstream/c++/src/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/cJSON -c -o UnitParserExt_omc.o UnitParserExt_omc.cpp clang++ -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -I.. -I. -I../../3rdParty/FMIL/install/include -I../../3rdParty/gc/include -I../../3rdParty/graphstream/gs-netstream/c++/src/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/cJSON -c -o unitparser.o unitparser.cpp clang++ -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -I.. -I. -I../../3rdParty/FMIL/install/include -I../../3rdParty/gc/include -I../../3rdParty/graphstream/gs-netstream/c++/src/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/cJSON -c -o BackendDAEEXT_omc.o BackendDAEEXT_omc.cpp clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -I.. -I. -I../../3rdParty/FMIL/install/include -I../../3rdParty/gc/include -I../../3rdParty/graphstream/gs-netstream/c++/src/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/cJSON -c -o Socket_omc.o Socket_omc.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -I.. -I. -I../../3rdParty/FMIL/install/include -I../../3rdParty/gc/include -I../../3rdParty/graphstream/gs-netstream/c++/src/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/cJSON -c -o matching.o matching.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -I.. -I. -I../../3rdParty/FMIL/install/include -I../../3rdParty/gc/include -I../../3rdParty/graphstream/gs-netstream/c++/src/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/cJSON -c -o matching_cheap.o matching_cheap.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -I.. -I. -I../../3rdParty/FMIL/install/include -I../../3rdParty/gc/include -I../../3rdParty/graphstream/gs-netstream/c++/src/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/cJSON -c -o Database_omc.o Database_omc.c clang++ -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -I.. -I. -I../../3rdParty/FMIL/install/include -I../../3rdParty/gc/include -I../../3rdParty/graphstream/gs-netstream/c++/src/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/cJSON -c -o Dynload_omc.o Dynload_omc.cpp clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -I.. -I. -I../../3rdParty/FMIL/install/include -I../../3rdParty/gc/include -I../../3rdParty/graphstream/gs-netstream/c++/src/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/cJSON -c -o SimulationResults_omc.o SimulationResults_omc.c clang++ -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -I.. -I. -I../../3rdParty/FMIL/install/include -I../../3rdParty/gc/include -I../../3rdParty/graphstream/gs-netstream/c++/src/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/cJSON -c -o TaskGraphResults_omc.o TaskGraphResults_omc.cpp clang++ -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -I.. -I. -I../../3rdParty/FMIL/install/include -I../../3rdParty/gc/include -I../../3rdParty/graphstream/gs-netstream/c++/src/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/cJSON -c -o HpcOmSchedulerExt_omc.o HpcOmSchedulerExt_omc.cpp clang++ -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -I.. -I. -I../../3rdParty/FMIL/install/include -I../../3rdParty/gc/include -I../../3rdParty/graphstream/gs-netstream/c++/src/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/cJSON -c -o HpcOmBenchmarkExt_omc.o HpcOmBenchmarkExt_omc.cpp clang++ -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -I.. -I. -I../../3rdParty/FMIL/install/include -I../../3rdParty/gc/include -I../../3rdParty/graphstream/gs-netstream/c++/src/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/cJSON -c -o ptolemyio_omc.o ptolemyio_omc.cpp clang++ -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -I.. -I. -I../../3rdParty/FMIL/install/include -I../../3rdParty/gc/include -I../../3rdParty/graphstream/gs-netstream/c++/src/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/cJSON -c -o Lapack_omc.o Lapack_omc.cpp clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -I.. -I. -I../../3rdParty/FMIL/install/include -I../../3rdParty/gc/include -I../../3rdParty/graphstream/gs-netstream/c++/src/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/cJSON -c -o getMemorySize.o getMemorySize.c clang++ -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -I.. -I. -I../../3rdParty/FMIL/install/include -I../../3rdParty/gc/include -I../../3rdParty/graphstream/gs-netstream/c++/src/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/cJSON -c -o GraphStreamExt_omc.o GraphStreamExt_omc.cpp clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -I.. -I. -I../../3rdParty/FMIL/install/include -I../../3rdParty/gc/include -I../../3rdParty/graphstream/gs-netstream/c++/src/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/cJSON -c -o corbaimpl_stub_omc.o corbaimpl_stub_omc.c rm -f libomcruntime.a ar -s -r libomcruntime.a Error_omc.o Print_omc.o System_omc.o Settings_omc.o serializer.o IOStreamExt_omc.o ErrorMessage.o FMI_omc.o systemimplmisc.o UnitParserExt_omc.o unitparser.o BackendDAEEXT_omc.o Socket_omc.o matching.o matching_cheap.o Database_omc.o Dynload_omc.o SimulationResults_omc.o TaskGraphResults_omc.o HpcOmSchedulerExt_omc.o HpcOmBenchmarkExt_omc.o ptolemyio_omc.o Lapack_omc.o getMemorySize.o GraphStreamExt_omc.o corbaimpl_stub_omc.o ar: creating archive libomcruntime.a cp libomcruntime.a /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile -C Compiler builtin install_scripts OMBUILDDIR=/Users/grantstephens/Repos/OpenModelica/build cp FrontEnd/ModelicaBuiltin.mo FrontEnd/MetaModelicaBuiltin.mo /Users/grantstephens/Repos/OpenModelica/build/lib/omc/ cd scripts; cp openmodelica.lefty default_profiling.xsl replace-startValue.sh replace-startValue.xsl simcodedump.xsl ngspicetoModelica.py /Users/grantstephens/Repos/OpenModelica/build/share/omc/scripts cp OpenModelicaBootstrappingHeader.h /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile -C Parser install OMBUILDDIR=/Users/grantstephens/Repos/OpenModelica/build (cd ../3rdParty/antlr/3.2/libantlr3c-3.2 && ./configure --enable-64bit --host=x86_64-apple-darwin15.0.0 CC="clang" LDFLAGS="" CFLAGS="" CPPFLAGS="") configure: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used. checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking for x86_64-apple-darwin15.0.0-strip... no checking for strip... strip checking for x86_64-apple-darwin15.0.0-xlc... clang checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of clang... gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... i686-apple-darwin15.0.0 checking host system type... x86_64-apple-darwin15.0.0 checking for a sed that does not truncate output... /usr/local/bin/gsed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... nm checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... clang -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for x86_64-apple-darwin15.0.0-g++... no checking for x86_64-apple-darwin15.0.0-c++... no checking for x86_64-apple-darwin15.0.0-gpp... no checking for x86_64-apple-darwin15.0.0-aCC... no checking for x86_64-apple-darwin15.0.0-CC... no checking for x86_64-apple-darwin15.0.0-cxx... no checking for x86_64-apple-darwin15.0.0-cc++... no checking for x86_64-apple-darwin15.0.0-cl.exe... no checking for x86_64-apple-darwin15.0.0-FCC... no checking for x86_64-apple-darwin15.0.0-KCC... no checking for x86_64-apple-darwin15.0.0-RCC... no checking for x86_64-apple-darwin15.0.0-xlC_r... no checking for x86_64-apple-darwin15.0.0-xlC... no checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for x86_64-apple-darwin15.0.0-g77... no checking for x86_64-apple-darwin15.0.0-xlf... no checking for x86_64-apple-darwin15.0.0-f77... no checking for x86_64-apple-darwin15.0.0-frt... no checking for x86_64-apple-darwin15.0.0-pgf77... no checking for x86_64-apple-darwin15.0.0-cf77... no checking for x86_64-apple-darwin15.0.0-fort77... no checking for x86_64-apple-darwin15.0.0-fl32... no checking for x86_64-apple-darwin15.0.0-af77... no checking for x86_64-apple-darwin15.0.0-xlf90... no checking for x86_64-apple-darwin15.0.0-f90... no checking for x86_64-apple-darwin15.0.0-pgf90... no checking for x86_64-apple-darwin15.0.0-pghpf... no checking for x86_64-apple-darwin15.0.0-epcf90... no checking for x86_64-apple-darwin15.0.0-gfortran... no checking for x86_64-apple-darwin15.0.0-g95... no checking for x86_64-apple-darwin15.0.0-xlf95... no checking for x86_64-apple-darwin15.0.0-f95... no checking for x86_64-apple-darwin15.0.0-fort... no checking for x86_64-apple-darwin15.0.0-ifort... no checking for x86_64-apple-darwin15.0.0-ifc... no checking for x86_64-apple-darwin15.0.0-efc... no checking for x86_64-apple-darwin15.0.0-pgf95... no checking for x86_64-apple-darwin15.0.0-lf95... no checking for x86_64-apple-darwin15.0.0-ftn... no checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... gfortran checking whether we are using the GNU Fortran 77 compiler... yes checking whether gfortran accepts -g... yes checking the maximum length of command line arguments... 196608 checking command to parse nm output from clang object... ok checking for objdir... .libs checking for x86_64-apple-darwin15.0.0-ar... no checking for ar... ar checking for x86_64-apple-darwin15.0.0-ranlib... no checking for ranlib... ranlib checking for x86_64-apple-darwin15.0.0-strip... strip checking if clang supports -fno-rtti -fno-exceptions... yes checking for clang option to produce PIC... -fno-common checking if clang PIC flag -fno-common works... yes checking if clang static flag -static works... no checking if clang supports -c -o file.o... yes checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin15.0.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool rm: conftest.dSYM: is a directory checking for ld used by g++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fno-common checking if g++ PIC flag -fno-common works... rm: conftest.dSYM: is a directory yes checking if g++ static flag -static works... rm: conftest.dSYM: is a directory no checking if g++ supports -c -o file.o... rm: conftest.dSYM: is a directory yes checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin15.0.0 dyld checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool rm: conftest.dSYM: is a directory rm: conftest.dSYM: is a directory checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for gfortran option to produce PIC... -fno-common checking if gfortran PIC flag -fno-common works... rm: conftest.dSYM: is a directory yes checking if gfortran static flag -static works... rm: conftest.dSYM: is a directory no checking if gfortran supports -c -o file.o... rm: conftest.dSYM: is a directory yes checking whether the gfortran linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin15.0.0 dyld checking how to hardcode library paths into programs... immediate checking build system type... (cached) i686-apple-darwin15.0.0 checking host system type... (cached) x86_64-apple-darwin15.0.0 checking compiler flags required for compiling ANTLR with clang C compiler on host x86_64-apple-darwin15.0.0... -O checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes ./configure: line 19707: #include: command not found checking for sys/types.h... (cached) yes checking for netinet/in.h... yes checking for arpa/nameser.h... yes checking for netdb.h... yes checking for resolv.h... yes checking for sys/malloc.h... yes checking for malloc.h... no checking for stdarg.h... yes checking for sys/stat.h... (cached) yes checking for ctype.h... yes checking for netinet/tcp.h... yes checking for sys/socket.h... yes checking for socket.h... no checking for an ANSI C-conforming const... yes checking for size_t... yes checking for int8_t... yes checking for int16_t... yes checking for int32_t... yes checking for int64_t... yes checking for intptr_t... yes checking for uint8_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uintptr_t... yes checking for inline... inline checking for memmove... yes checking for memset... yes checking for strdup... yes checking for accept... yes configure: creating ./config.status config.status: creating Makefile config.status: creating antlr3config.h config.status: executing depfiles commands # build the library clang -shared -o libomantlr3.dylib -Wl,-rpath,'@loader_path/../lib/x86_64-darwin15.0.0/omc/' -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -Wall -Wno-parentheses-equality -Wno-unused-variable -I../Compiler/ -I. -I../3rdParty/antlr/3.2/libantlr3c-3.2 -I../3rdParty/antlr/3.2/libantlr3c-3.2/include -I../3rdParty/gc/include -I../Compiler/runtime -I../SimulationRuntime/c/meta -I../SimulationRuntime/c/ -I../SimulationRuntime/c/meta/gc -I../SimulationRuntime/c/util ../3rdParty/antlr/3.2/libantlr3c-3.2/src/*.c -I../3rdParty/antlr/3.2/libantlr3c-3.2/include -I../3rdParty/antlr/3.2/libantlr3c-3.2 ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3baserecognizer.c:589:51: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] if (recognizer->state->following->vector->count >= 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ 1 warning generated. ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3collections.c:1895:9: warning: explicitly assigning value of variable of type 'ANTLR3_INTKEY' (aka 'unsigned long long') to itself [-Wself-assign] key = key; ~~~ ^ ~~~ 1 warning generated. ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3commontreeadaptor.c:51:32: warning: unused function 'getToken' [-Wunused-function] static pANTLR3_COMMON_TOKEN getToken (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t); ^ 1 warning generated. ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3string.c:329:1: warning: unused function 'stringInitUTF8' [-Wunused-function] stringInitUTF8 (pANTLR3_STRING string) ^ 1 warning generated. test ! `uname` = Darwin || install_name_tool -id "@rpath/libomantlr3.dylib" libomantlr3.dylib java -cp ../3rdParty/antlr/3.2/libantlr3c-3.2/../tool/antlr-3.2.jar org.antlr.Tool -Xconversiontimeout 10000 -report ParModelica_Lexer.g ANTLR Grammar Report; Stats Version 4 Grammar: ParModelica_Lexer Type: lexer Target language: C Output: none Grammar option k: none Grammar option backtrack: false Rules: 25 Productions: 49 Decisions: 1 Cyclic DFA decisions: 1 LL(1) decisions: 0 Min fixed k: 0 Max fixed k: 0 Average fixed k: 0.0 Standard deviation of fixed k: 0.0 Min acyclic DFA states: 0 Max acyclic DFA states: 0 Average acyclic DFA states: 0.0 Standard deviation of acyclic DFA states: 0.0 Total acyclic DFA states: 0 Min cyclic DFA states: 90 Max cyclic DFA states: 90 Average cyclic DFA states: 90.0 Standard deviation of cyclic DFA states: 0.0 Total cyclic DFA states: 90 Vocabulary size: 65536 DFA creation time in ms: 74 Number of semantic predicates found: 0 Number of manual fixed lookahead k=value options: 0 Number of nondeterministic decisions: 0 Number of nondeterministic decisions resolved with predicates: 0 Number of DFA conversions terminated early: 0 Number of errors: 0 Number of warnings: 0 Number of infos: 0 Number of syntactic predicates found: 0 Decisions with syntactic predicates: 0 Decision DFAs using syntactic predicates: 0 Decisions with semantic predicates: 0 Decision DFAs using semantic predicates: 0 Backtracking report: Number of decisions that backtrack: 0 NFA conversion early termination report: Number of NFA conversions that terminated early: 0 ## Recover from the removal of ParModelica_Lexer_BaseModelica_Lexer.c java -cp ../3rdParty/antlr/3.2/libantlr3c-3.2/../tool/antlr-3.2.jar org.antlr.Tool -Xconversiontimeout 10000 -report Modelica.g warning(105): Modelica.g:149:10: no lexer rule corresponding to token: PURE warning(200): Modelica.g:1140:33: Decision can match input such as "COLONCOLON" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. warning(200): Modelica.g:1155:55: Decision can match input such as "COLON" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. warning(200): Modelica.g:1155:25: Decision can match input such as "COLON" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. warning(200): Modelica.g:1168:100: Decision can match input such as "T_OR" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. warning(200): Modelica.g:1173:106: Decision can match input such as "T_AND" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. warning(200): Modelica.g:1185:3: Decision can match input such as "LESSGT" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. warning(200): Modelica.g:1185:3: Decision can match input such as "EQEQ" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. warning(200): Modelica.g:1185:3: Decision can match input such as "GREATEREQ" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. warning(200): Modelica.g:1185:3: Decision can match input such as "LESSEQ" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. warning(200): Modelica.g:1185:3: Decision can match input such as "GREATER" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. warning(200): Modelica.g:1185:3: Decision can match input such as "LESS" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. warning(200): Modelica.g:1200:5: Decision can match input such as "MINUS" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. warning(200): Modelica.g:1200:5: Decision can match input such as "PLUS_EW" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. warning(200): Modelica.g:1200:5: Decision can match input such as "PLUS" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. warning(200): Modelica.g:1200:5: Decision can match input such as "MINUS_EW" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. warning(200): Modelica.g:1219:5: Decision can match input such as "STAR" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. warning(200): Modelica.g:1219:5: Decision can match input such as "SLASH" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. warning(200): Modelica.g:1219:5: Decision can match input such as "STAR_EW" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. warning(200): Modelica.g:1219:5: Decision can match input such as "SLASH_EW" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. warning(200): Modelica.g:1224:14: Decision can match input such as "POWER_EW" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. warning(200): Modelica.g:1224:14: Decision can match input such as "POWER" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. ANTLR Grammar Report; Stats Version 4 Grammar: Modelica Type: combined Target language: C Output: none Grammar option k: none Grammar option backtrack: false Rules: 142 Productions: 161 Decisions: 188 Cyclic DFA decisions: 1 LL(1) decisions: 33 Min fixed k: -1 Max fixed k: 3 Average fixed k: 0.0 Standard deviation of fixed k: 1.0998533626601497 Min acyclic DFA states: 0 Max acyclic DFA states: 70 Average acyclic DFA states: 2.336898395721925 Standard deviation of acyclic DFA states: 8.421610514721294 Total acyclic DFA states: 437 Min cyclic DFA states: 6 Max cyclic DFA states: 6 Average cyclic DFA states: 6.0 Standard deviation of cyclic DFA states: 0.0 Total cyclic DFA states: 6 Vocabulary size: 147 DFA creation time in ms: 176 Number of semantic predicates found: 14 Number of manual fixed lookahead k=value options: 6 Number of nondeterministic decisions: 15 Number of nondeterministic decisions resolved with predicates: 6 Number of DFA conversions terminated early: 0 Number of errors: 0 Number of warnings: 22 Number of infos: 0 Number of syntactic predicates found: 3 Decisions with syntactic predicates: 2 Decision DFAs using syntactic predicates: 2 Decisions with semantic predicates: 14 Decision DFAs using semantic predicates: 4 Backtracking report: Number of decisions that backtrack: 2 Rule code_expression decision 172 location 1558:5 Rule top_algorithm decision 178 location 1617:3 NFA conversion early termination report: Number of NFA conversions that terminated early: 0 ## Recover from the removal of ModelicaParser.h java -cp ../3rdParty/antlr/3.2/libantlr3c-3.2/../tool/antlr-3.2.jar org.antlr.Tool -Xconversiontimeout 10000 -report MetaModelica_Lexer.g ANTLR Grammar Report; Stats Version 4 Grammar: MetaModelica_Lexer Type: lexer Target language: C Output: none Grammar option k: none Grammar option backtrack: false Rules: 45 Productions: 89 Decisions: 1 Cyclic DFA decisions: 1 LL(1) decisions: 0 Min fixed k: 0 Max fixed k: 0 Average fixed k: 0.0 Standard deviation of fixed k: 0.0 Min acyclic DFA states: 0 Max acyclic DFA states: 0 Average acyclic DFA states: 0.0 Standard deviation of acyclic DFA states: 0.0 Total acyclic DFA states: 0 Min cyclic DFA states: 206 Max cyclic DFA states: 206 Average cyclic DFA states: 206.0 Standard deviation of cyclic DFA states: 0.0 Total cyclic DFA states: 206 Vocabulary size: 65536 DFA creation time in ms: 90 Number of semantic predicates found: 0 Number of manual fixed lookahead k=value options: 0 Number of nondeterministic decisions: 0 Number of nondeterministic decisions resolved with predicates: 0 Number of DFA conversions terminated early: 0 Number of errors: 0 Number of warnings: 0 Number of infos: 0 Number of syntactic predicates found: 0 Decisions with syntactic predicates: 0 Decision DFAs using syntactic predicates: 0 Decisions with semantic predicates: 0 Decision DFAs using semantic predicates: 0 Backtracking report: Number of decisions that backtrack: 0 NFA conversion early termination report: Number of NFA conversions that terminated early: 0 ## Recover from the removal of MetaModelica_Lexer.h java -cp ../3rdParty/antlr/3.2/libantlr3c-3.2/../tool/antlr-3.2.jar org.antlr.Tool -Xconversiontimeout 10000 -report Modelica_3_Lexer.g ANTLR Grammar Report; Stats Version 4 Grammar: Modelica_3_Lexer Type: lexer Target language: C Output: none Grammar option k: none Grammar option backtrack: false Rules: 20 Productions: 39 Decisions: 1 Cyclic DFA decisions: 0 LL(1) decisions: 0 Min fixed k: 7 Max fixed k: 7 Average fixed k: 7.0 Standard deviation of fixed k: 0.0 Min acyclic DFA states: 47 Max acyclic DFA states: 47 Average acyclic DFA states: 47.0 Standard deviation of acyclic DFA states: 0.0 Total acyclic DFA states: 47 Min cyclic DFA states: 0 Max cyclic DFA states: 0 Average cyclic DFA states: 0.0 Standard deviation of cyclic DFA states: 0.0 Total cyclic DFA states: 0 Vocabulary size: 65536 DFA creation time in ms: 37 Number of semantic predicates found: 0 Number of manual fixed lookahead k=value options: 0 Number of nondeterministic decisions: 0 Number of nondeterministic decisions resolved with predicates: 0 Number of DFA conversions terminated early: 0 Number of errors: 0 Number of warnings: 0 Number of infos: 0 Number of syntactic predicates found: 0 Decisions with syntactic predicates: 0 Decision DFAs using syntactic predicates: 0 Decisions with semantic predicates: 0 Decision DFAs using semantic predicates: 0 Backtracking report: Number of decisions that backtrack: 0 NFA conversion early termination report: Number of NFA conversions that terminated early: 0 ## Recover from the removal of Modelica_3_Lexer.h clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -Wall -Wno-parentheses-equality -Wno-unused-variable -I../Compiler/ -I. -I../3rdParty/antlr/3.2/libantlr3c-3.2 -I../3rdParty/antlr/3.2/libantlr3c-3.2/include -I../3rdParty/gc/include -I../Compiler/runtime -I../SimulationRuntime/c/meta -I../SimulationRuntime/c/ -I../SimulationRuntime/c/meta/gc -I../SimulationRuntime/c/util -c -o ParModelica_Lexer_BaseModelica_Lexer.o ParModelica_Lexer_BaseModelica_Lexer.c ParModelica_Lexer_BaseModelica_Lexer.c:5265:35: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] if ( ((LA(1) >= 0x0000) && (LA(1) <= '\t')) || ((LA(1) >= 0x000B) && (LA(1) <= '\f')) || ((LA(1) >= 0x000E) && (LA(1) <= 0xFFFF)) ) ~~~~~ ^ ~~~~~~ ParModelica_Lexer_BaseModelica_Lexer.c:6020:27: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] if ( ((LA(1) >= 0x0000) && (LA(1) <= '\t')) || ((LA(1) >= 0x000B) && (LA(1) <= '\f')) || ((LA(1) >= 0x000E) && (LA(1) <= '!')) || ((LA(1) >= '#') && (LA(1) <= '[')) || ((LA(1) >= ']') && (LA(1) <= 0xFFFF)) ) ~~~~~ ^ ~~~~~~ 2 warnings generated. clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -Wall -Wno-parentheses-equality -Wno-unused-variable -I../Compiler/ -I. -I../3rdParty/antlr/3.2/libantlr3c-3.2 -I../3rdParty/antlr/3.2/libantlr3c-3.2/include -I../3rdParty/gc/include -I../Compiler/runtime -I../SimulationRuntime/c/meta -I../SimulationRuntime/c/ -I../SimulationRuntime/c/meta/gc -I../SimulationRuntime/c/util -c -o ParModelica_Lexer.o ParModelica_Lexer.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -Wall -Wno-parentheses-equality -Wno-unused-variable -I../Compiler/ -I. -I../3rdParty/antlr/3.2/libantlr3c-3.2 -I../3rdParty/antlr/3.2/libantlr3c-3.2/include -I../3rdParty/gc/include -I../Compiler/runtime -I../SimulationRuntime/c/meta -I../SimulationRuntime/c/ -I../SimulationRuntime/c/meta/gc -I../SimulationRuntime/c/util -c -o MetaModelica_Lexer_BaseModelica_Lexer.o MetaModelica_Lexer_BaseModelica_Lexer.c MetaModelica_Lexer_BaseModelica_Lexer.c:5265:35: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] if ( ((LA(1) >= 0x0000) && (LA(1) <= '\t')) || ((LA(1) >= 0x000B) && (LA(1) <= '\f')) || ((LA(1) >= 0x000E) && (LA(1) <= 0xFFFF)) ) ~~~~~ ^ ~~~~~~ MetaModelica_Lexer_BaseModelica_Lexer.c:6020:27: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] if ( ((LA(1) >= 0x0000) && (LA(1) <= '\t')) || ((LA(1) >= 0x000B) && (LA(1) <= '\f')) || ((LA(1) >= 0x000E) && (LA(1) <= '!')) || ((LA(1) >= '#') && (LA(1) <= '[')) || ((LA(1) >= ']') && (LA(1) <= 0xFFFF)) ) ~~~~~ ^ ~~~~~~ 2 warnings generated. clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -Wall -Wno-parentheses-equality -Wno-unused-variable -I../Compiler/ -I. -I../3rdParty/antlr/3.2/libantlr3c-3.2 -I../3rdParty/antlr/3.2/libantlr3c-3.2/include -I../3rdParty/gc/include -I../Compiler/runtime -I../SimulationRuntime/c/meta -I../SimulationRuntime/c/ -I../SimulationRuntime/c/meta/gc -I../SimulationRuntime/c/util -c -o MetaModelica_Lexer.o MetaModelica_Lexer.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -Wall -Wno-parentheses-equality -Wno-unused-variable -I../Compiler/ -I. -I../3rdParty/antlr/3.2/libantlr3c-3.2 -I../3rdParty/antlr/3.2/libantlr3c-3.2/include -I../3rdParty/gc/include -I../Compiler/runtime -I../SimulationRuntime/c/meta -I../SimulationRuntime/c/ -I../SimulationRuntime/c/meta/gc -I../SimulationRuntime/c/util -c -o Modelica_3_Lexer_BaseModelica_Lexer.o Modelica_3_Lexer_BaseModelica_Lexer.c Modelica_3_Lexer_BaseModelica_Lexer.c:5265:35: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] if ( ((LA(1) >= 0x0000) && (LA(1) <= '\t')) || ((LA(1) >= 0x000B) && (LA(1) <= '\f')) || ((LA(1) >= 0x000E) && (LA(1) <= 0xFFFF)) ) ~~~~~ ^ ~~~~~~ Modelica_3_Lexer_BaseModelica_Lexer.c:6020:27: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] if ( ((LA(1) >= 0x0000) && (LA(1) <= '\t')) || ((LA(1) >= 0x000B) && (LA(1) <= '\f')) || ((LA(1) >= 0x000E) && (LA(1) <= '!')) || ((LA(1) >= '#') && (LA(1) <= '[')) || ((LA(1) >= ']') && (LA(1) <= 0xFFFF)) ) ~~~~~ ^ ~~~~~~ 2 warnings generated. clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -Wall -Wno-parentheses-equality -Wno-unused-variable -I../Compiler/ -I. -I../3rdParty/antlr/3.2/libantlr3c-3.2 -I../3rdParty/antlr/3.2/libantlr3c-3.2/include -I../3rdParty/gc/include -I../Compiler/runtime -I../SimulationRuntime/c/meta -I../SimulationRuntime/c/ -I../SimulationRuntime/c/meta/gc -I../SimulationRuntime/c/util -c -o Modelica_3_Lexer.o Modelica_3_Lexer.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -Wall -Wno-parentheses-equality -Wno-unused-variable -I../Compiler/ -I. -I../3rdParty/antlr/3.2/libantlr3c-3.2 -I../3rdParty/antlr/3.2/libantlr3c-3.2/include -I../3rdParty/gc/include -I../Compiler/runtime -I../SimulationRuntime/c/meta -I../SimulationRuntime/c/ -I../SimulationRuntime/c/meta/gc -I../SimulationRuntime/c/util -c -o ModelicaParser_omc.o ModelicaParser_omc.c In file included from ModelicaParser_omc.c:45: ./ModelicaParser.c:15610:120: warning: incompatible pointer types passing 'parser_members *' (aka 'struct antlr_members_struct *') to parameter of type 'threadData_t *' (aka 'struct threadData_s *') [-Wincompatible-pointer-types] int looks_like_der_cr = !looks_like_cref && !looks_like_call && omc_Absyn_isDerCref(ModelicaParser_threadData, e1); ^~~~~~~~~~~~~~~~~~~~~~~~~ ./ModelicaParserCommon.h:56:35: note: expanded from macro 'ModelicaParser_threadData' #define ModelicaParser_threadData ((parser_members*)pthread_getspecific(mmc_thread_data_key)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ModelicaParser_omc.c:43:52: note: passing argument to parameter 'threadData' here modelica_boolean omc_Absyn_isDerCref(threadData_t* threadData, void* exp); ^ In file included from ModelicaParser_omc.c:45: ./ModelicaParser.c:22185:154: warning: passing 'char **' to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] c_add_source_message(NULL,2,ErrorType_syntax, ErrorLevel_error, "%s cannot be represented by a double on this machine", &chars, 1, retval.start->line, retval.start->charPosition+1, LT(1)->line, LT(1)->charPosition+1, ModelicaParser_readonly, ModelicaParser_filename_C_testsuiteFriendly); ^~~~~~ ../Compiler/runtime/errorext.h:58:21: note: passing argument to parameter 'ctokens' here const char** ctokens, ^ In file included from ModelicaParser_omc.c:45: ./ModelicaParser.c:25120:62: warning: '&&' within '||' [-Wlogical-op-parentheses] if ( !((LA(1)==IDENT || LA(1)==OPERATOR && LA(2) == EQUALS || LA(1) == RPAR || LA(1) == RBRACE)) ) ~~ ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ./ModelicaParser.c:25120:62: note: place parentheses around the '&&' expression to silence this warning if ( !((LA(1)==IDENT || LA(1)==OPERATOR && LA(2) == EQUALS || LA(1) == RPAR || LA(1) == RBRACE)) ) ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ./ModelicaParser.c:491:26: warning: unused function 'freeScope' [-Wunused-function] static void ANTLR3_CDECL freeScope(void * scope) ^ ./ModelicaParser.c:747:26: warning: unused function 'getTokenNames' [-Wunused-function] static pANTLR3_UINT8 *getTokenNames() ^ 5 warnings generated. clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -Wall -Wno-parentheses-equality -Wno-unused-variable -I../Compiler/ -I. -I../3rdParty/antlr/3.2/libantlr3c-3.2 -I../3rdParty/antlr/3.2/libantlr3c-3.2/include -I../3rdParty/gc/include -I../Compiler/runtime -I../SimulationRuntime/c/meta -I../SimulationRuntime/c/ -I../SimulationRuntime/c/meta/gc -I../SimulationRuntime/c/util -c -o Parser_omc.o Parser_omc.c In file included from Parser_omc.c:38: ./parse.c:72:14: warning: unused function 'noRecoverFromMismatchedSet' [-Wunused-function] static void* noRecoverFromMismatchedSet(pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_BITSET_LIST follow) ^ 1 warning generated. rm -f libomparse.a ar -ru libomparse.a ParModelica_Lexer_BaseModelica_Lexer.o ParModelica_Lexer.o MetaModelica_Lexer_BaseModelica_Lexer.o MetaModelica_Lexer.o Modelica_3_Lexer_BaseModelica_Lexer.o Modelica_3_Lexer.o MetaModelica_Lexer.o MetaModelica_Lexer_BaseModelica_Lexer.o Modelica_3_Lexer.o Modelica_3_Lexer_BaseModelica_Lexer.o ModelicaParser_omc.o ParModelica_Lexer.o ParModelica_Lexer_BaseModelica_Lexer.o Parser_omc.o ar: creating archive libomparse.a ranlib libomparse.a mkdir -p /Users/grantstephens/Repos/OpenModelica/build/include/x86_64-darwin15.0.0/omc/antlr3 cp ../3rdParty/antlr/3.2/libantlr3c-3.2/antlr3config.h ../3rdParty/antlr/3.2/libantlr3c-3.2/include/*.h /Users/grantstephens/Repos/OpenModelica/build/include/x86_64-darwin15.0.0/omc/antlr3 cp libomantlr3.dylib libomparse.a /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/ (cd 3rdParty/gc && autoreconf -vif && automake --add-missing && ./configure "--host=x86_64-apple-darwin15.0.0" --enable-threads=posix --enable-parallel-mark --disable-gcj-support --disable-java-finalization --enable-large-config CC="clang" CXX="clang++" CFLAGS="-I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector" CPPFLAGS=" -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC") autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 autoreconf: configure.ac: tracing autoreconf: configure.ac: adding subdirectory libatomic_ops to autoreconf autoreconf: Entering directory `libatomic_ops' autoreconf: running: glibtoolize --copy --force glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. glibtoolize: copying file './ltmain.sh' glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. glibtoolize: copying file 'm4/libtool.m4' glibtoolize: copying file 'm4/ltoptions.m4' glibtoolize: copying file 'm4/ltsugar.m4' glibtoolize: copying file 'm4/ltversion.m4' glibtoolize: copying file 'm4/lt~obsolete.m4' autoreconf: running: /usr/local/Cellar/autoconf/2.69/bin/autoconf --force autoreconf: running: /usr/local/Cellar/autoconf/2.69/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:15: installing './compile' configure.ac:9: installing './missing' src/Makefile.am: installing './depcomp' autoreconf: Leaving directory `libatomic_ops' glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. glibtoolize: copying file './ltmain.sh' glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. glibtoolize: copying file 'm4/libtool.m4' glibtoolize: copying file 'm4/ltoptions.m4' glibtoolize: copying file 'm4/ltsugar.m4' glibtoolize: copying file 'm4/ltversion.m4' glibtoolize: copying file 'm4/lt~obsolete.m4' configure.ac:30: installing './compile' configure.ac:23: installing './missing' Makefile.am: installing './depcomp' autoreconf: Leaving directory `.' checking build system type... x86_64-apple-darwin15.0.0 checking host system type... x86_64-apple-darwin15.0.0 checking target system type... x86_64-apple-darwin15.0.0 checking GC version numbers... major=7 minor=5 micro=0 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for x86_64-apple-darwin15.0.0-strip... no checking for strip... strip checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU checking for x86_64-apple-darwin15.0.0-gcc... clang checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking whether clang understands -c and -o together... yes checking dependency style of clang... gcc3 checking whether we are using the GNU C++ compiler... yes checking whether clang++ accepts -g... yes checking dependency style of clang++... gcc3 checking dependency style of clang... gcc3 checking how to print strings... printf checking for a sed that does not truncate output... /usr/local/bin/gsed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 196608 checking how to convert x86_64-apple-darwin15.0.0 file names to x86_64-apple-darwin15.0.0 format... func_convert_file_noop checking how to convert x86_64-apple-darwin15.0.0 file names to toolchain format... func_convert_file_noop checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r checking for x86_64-apple-darwin15.0.0-objdump... no checking for objdump... no checking how to recognize dependent libraries... pass_all checking for x86_64-apple-darwin15.0.0-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64-apple-darwin15.0.0-ar... no checking for ar... ar checking for archiver @FILE support... no checking for x86_64-apple-darwin15.0.0-strip... strip checking for x86_64-apple-darwin15.0.0-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm output from clang object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for x86_64-apple-darwin15.0.0-mt... no checking for mt... no checking if : is a manifest tool... no checking for x86_64-apple-darwin15.0.0-dsymutil... no checking for dsymutil... dsymutil checking for x86_64-apple-darwin15.0.0-nmedit... no checking for nmedit... nmedit checking for x86_64-apple-darwin15.0.0-lipo... no checking for lipo... lipo checking for x86_64-apple-darwin15.0.0-otool... no checking for otool... otool checking for x86_64-apple-darwin15.0.0-otool64... no checking for otool64... no checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking for -force_load linker flag... yes checking how to run the C preprocessor... clang -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if clang supports -fno-rtti -fno-exceptions... yes checking for clang option to produce PIC... -fno-common -DPIC checking if clang PIC flag -fno-common -DPIC works... yes checking if clang static flag -static works... no checking if clang supports -c -o file.o... yes checking if clang supports -c -o file.o... (cached) yes checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin15.0.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking how to run the C++ preprocessor... clang++ -E checking for ld used by clang++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking for clang++ option to produce PIC... -fno-common -DPIC checking if clang++ PIC flag -fno-common -DPIC works... yes checking if clang++ static flag -static works... no checking if clang++ supports -c -o file.o... yes checking if clang++ supports -c -o file.o... (cached) yes checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin15.0.0 dyld checking how to hardcode library paths into programs... immediate checking for inline... inline checking for pthread_self in -lpthread... yes configure: WARNING: "Explicit GC_INIT() calls may be required." checking for gcc -Wextra... yes checking for xlc... no checking whether gcc supports -fno-strict-aliasing... yes checking whether to build shared libraries... yes checking which machine-dependent code should be used... checking whether Solaris gcc optimization fix is necessary... no checking for dladdr... yes checking sys/dg_sys_info.h usability... no checking sys/dg_sys_info.h presence... no checking for sys/dg_sys_info.h... no checking for x86_64-apple-darwin15.0.0-pkg-config... no checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for ATOMIC_OPS... no checking which libatomic_ops to use... internal checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating bdw-gc.pc config.status: creating include/config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default commands === configuring in libatomic_ops (/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/gc/libatomic_ops) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--host=x86_64-apple-darwin15.0.0' '--enable-threads=posix' '--enable-parallel-mark' '--disable-gcj-support' '--disable-java-finalization' '--enable-large-config' 'CC=clang' 'CXX=clang++' 'CFLAGS=-I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector' 'CPPFLAGS= -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC' 'host_alias=x86_64-apple-darwin15.0.0' --cache-file=/dev/null --srcdir=. checking build system type... x86_64-apple-darwin15.0.0 checking host system type... x86_64-apple-darwin15.0.0 checking target system type... x86_64-apple-darwin15.0.0 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for x86_64-apple-darwin15.0.0-strip... no checking for strip... strip checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU checking for x86_64-apple-darwin15.0.0-gcc... clang checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking whether clang understands -c and -o together... yes checking dependency style of clang... gcc3 checking dependency style of clang... gcc3 checking how to print strings... printf checking for a sed that does not truncate output... /usr/local/bin/gsed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 196608 checking how to convert x86_64-apple-darwin15.0.0 file names to x86_64-apple-darwin15.0.0 format... func_convert_file_noop checking how to convert x86_64-apple-darwin15.0.0 file names to toolchain format... func_convert_file_noop checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r checking for x86_64-apple-darwin15.0.0-objdump... no checking for objdump... no checking how to recognize dependent libraries... pass_all checking for x86_64-apple-darwin15.0.0-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64-apple-darwin15.0.0-ar... no checking for ar... ar checking for archiver @FILE support... no checking for x86_64-apple-darwin15.0.0-strip... strip checking for x86_64-apple-darwin15.0.0-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm output from clang object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for x86_64-apple-darwin15.0.0-mt... no checking for mt... no checking if : is a manifest tool... no checking for x86_64-apple-darwin15.0.0-dsymutil... no checking for dsymutil... dsymutil checking for x86_64-apple-darwin15.0.0-nmedit... no checking for nmedit... nmedit checking for x86_64-apple-darwin15.0.0-lipo... no checking for lipo... lipo checking for x86_64-apple-darwin15.0.0-otool... no checking for otool... otool checking for x86_64-apple-darwin15.0.0-otool64... no checking for otool64... no checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking for -force_load linker flag... yes checking how to run the C preprocessor... clang -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if clang supports -fno-rtti -fno-exceptions... yes checking for clang option to produce PIC... -fno-common -DPIC checking if clang PIC flag -fno-common -DPIC works... yes checking if clang static flag -static works... no checking if clang supports -c -o file.o... yes checking if clang supports -c -o file.o... (cached) yes checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin15.0.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for getpagesize... yes checking for working mmap... yes checking for PIC compiler flag... -fPIC checking whether gcc -fPIC causes __PIC__ definition... yes checking for gcc -Wextra... yes checking for pthread_self in -lpthread... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating pkgconfig/atomic_ops.pc config.status: creating pkgconfig/atomic_ops-uninstalled.pc config.status: creating src/config.h config.status: src/config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default commands /Applications/Xcode.app/Contents/Developer/usr/bin/make -C 3rdParty/gc/ libomcgc.la depbase=`echo allchblk.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT allchblk.lo -MD -MP -MF $depbase.Tpo -c -o allchblk.lo allchblk.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT allchblk.lo -MD -MP -MF .deps/allchblk.Tpo -c allchblk.c -fno-common -DPIC -o .libs/allchblk.o libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT allchblk.lo -MD -MP -MF .deps/allchblk.Tpo -c allchblk.c -o allchblk.o >/dev/null 2>&1 depbase=`echo alloc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT alloc.lo -MD -MP -MF $depbase.Tpo -c -o alloc.lo alloc.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c -fno-common -DPIC -o .libs/alloc.o libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c -o alloc.o >/dev/null 2>&1 depbase=`echo blacklst.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT blacklst.lo -MD -MP -MF $depbase.Tpo -c -o blacklst.lo blacklst.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT blacklst.lo -MD -MP -MF .deps/blacklst.Tpo -c blacklst.c -fno-common -DPIC -o .libs/blacklst.o libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT blacklst.lo -MD -MP -MF .deps/blacklst.Tpo -c blacklst.c -o blacklst.o >/dev/null 2>&1 depbase=`echo checksums.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT checksums.lo -MD -MP -MF $depbase.Tpo -c -o checksums.lo checksums.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT checksums.lo -MD -MP -MF .deps/checksums.Tpo -c checksums.c -fno-common -DPIC -o .libs/checksums.o libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT checksums.lo -MD -MP -MF .deps/checksums.Tpo -c checksums.c -o checksums.o >/dev/null 2>&1 depbase=`echo dbg_mlc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT dbg_mlc.lo -MD -MP -MF $depbase.Tpo -c -o dbg_mlc.lo dbg_mlc.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT dbg_mlc.lo -MD -MP -MF .deps/dbg_mlc.Tpo -c dbg_mlc.c -fno-common -DPIC -o .libs/dbg_mlc.o libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT dbg_mlc.lo -MD -MP -MF .deps/dbg_mlc.Tpo -c dbg_mlc.c -o dbg_mlc.o >/dev/null 2>&1 depbase=`echo dyn_load.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT dyn_load.lo -MD -MP -MF $depbase.Tpo -c -o dyn_load.lo dyn_load.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT dyn_load.lo -MD -MP -MF .deps/dyn_load.Tpo -c dyn_load.c -fno-common -DPIC -o .libs/dyn_load.o dyn_load.c:1428:37: warning: incompatible pointer types passing 'void (const struct mach_header_64 *, intptr_t)' to parameter of type 'void (*)(const struct mach_header *, intptr_t)' [-Wincompatible-pointer-types] _dyld_register_func_for_add_image(GC_dyld_image_add); ^~~~~~~~~~~~~~~~~ /usr/include/mach-o/dyld.h:61:54: note: passing argument to parameter 'func' here extern void _dyld_register_func_for_add_image(void (*func)(const struct mach_header* mh, intptr_t vmaddr_slide)) __OSX_AVAILABLE_STARTING(__MAC_10_1, __IPHONE_2_0); ^ dyn_load.c:1429:40: warning: incompatible pointer types passing 'void (const struct mach_header_64 *, intptr_t)' to parameter of type 'void (*)(const struct mach_header *, intptr_t)' [-Wincompatible-pointer-types] _dyld_register_func_for_remove_image(GC_dyld_image_remove); ^~~~~~~~~~~~~~~~~~~~ /usr/include/mach-o/dyld.h:62:57: note: passing argument to parameter 'func' here extern void _dyld_register_func_for_remove_image(void (*func)(const struct mach_header* mh, intptr_t vmaddr_slide)) __OSX_AVAILABLE_STARTING(__MAC_10_1, __IPHONE_2_0); ^ dyn_load.c:1452:12: warning: '_dyld_bind_fully_image_containing_address' is deprecated: first deprecated in OS X 10.5 [-Wdeprecated-declarations] if (!_dyld_bind_fully_image_containing_address( ^ /usr/include/mach-o/dyld.h:234:13: note: '_dyld_bind_fully_image_containing_address' has been explicitly marked deprecated here extern bool _dyld_bind_fully_image_containing_address(const void* address) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_1,__MAC_10_5,__IPHONE_NA,__IPHONE_NA); ^ 3 warnings generated. libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT dyn_load.lo -MD -MP -MF .deps/dyn_load.Tpo -c dyn_load.c -o dyn_load.o >/dev/null 2>&1 depbase=`echo finalize.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT finalize.lo -MD -MP -MF $depbase.Tpo -c -o finalize.lo finalize.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT finalize.lo -MD -MP -MF .deps/finalize.Tpo -c finalize.c -fno-common -DPIC -o .libs/finalize.o finalize.c:214:54: warning: comparison of nonnull parameter 'link' equal to a null pointer is false on first encounter [-Wtautological-pointer-compare] if (((word)link & (ALIGNMENT-1)) != 0 || NULL == link) ~~~~ ^~~~ finalize.c:269:54: warning: comparison of nonnull parameter 'link' equal to a null pointer is false on first encounter [-Wtautological-pointer-compare] if (((word)link & (ALIGNMENT-1)) != 0 || NULL == link) ~~~~ ^~~~ finalize.c:348:50: warning: comparison of nonnull parameter 'new_link' equal to a null pointer is false on first encounter [-Wtautological-pointer-compare] if (((word)new_link & (ALIGNMENT-1)) != 0 || new_link == NULL) ^~~~~~~~ ~~~~ finalize.c:365:52: warning: comparison of nonnull parameter 'new_link' equal to a null pointer is false on first encounter [-Wtautological-pointer-compare] if (((word)new_link & (ALIGNMENT-1)) != 0 || new_link == NULL) ^~~~~~~~ ~~~~ 4 warnings generated. libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT finalize.lo -MD -MP -MF .deps/finalize.Tpo -c finalize.c -o finalize.o >/dev/null 2>&1 depbase=`echo gc_dlopen.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT gc_dlopen.lo -MD -MP -MF $depbase.Tpo -c -o gc_dlopen.lo gc_dlopen.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT gc_dlopen.lo -MD -MP -MF .deps/gc_dlopen.Tpo -c gc_dlopen.c -fno-common -DPIC -o .libs/gc_dlopen.o libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT gc_dlopen.lo -MD -MP -MF .deps/gc_dlopen.Tpo -c gc_dlopen.c -o gc_dlopen.o >/dev/null 2>&1 depbase=`echo gcj_mlc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT gcj_mlc.lo -MD -MP -MF $depbase.Tpo -c -o gcj_mlc.lo gcj_mlc.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT gcj_mlc.lo -MD -MP -MF .deps/gcj_mlc.Tpo -c gcj_mlc.c -fno-common -DPIC -o .libs/gcj_mlc.o libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT gcj_mlc.lo -MD -MP -MF .deps/gcj_mlc.Tpo -c gcj_mlc.c -o gcj_mlc.o >/dev/null 2>&1 depbase=`echo headers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT headers.lo -MD -MP -MF $depbase.Tpo -c -o headers.lo headers.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT headers.lo -MD -MP -MF .deps/headers.Tpo -c headers.c -fno-common -DPIC -o .libs/headers.o libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT headers.lo -MD -MP -MF .deps/headers.Tpo -c headers.c -o headers.o >/dev/null 2>&1 depbase=`echo mach_dep.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT mach_dep.lo -MD -MP -MF $depbase.Tpo -c -o mach_dep.lo mach_dep.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT mach_dep.lo -MD -MP -MF .deps/mach_dep.Tpo -c mach_dep.c -fno-common -DPIC -o .libs/mach_dep.o libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT mach_dep.lo -MD -MP -MF .deps/mach_dep.Tpo -c mach_dep.c -o mach_dep.o >/dev/null 2>&1 depbase=`echo malloc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT malloc.lo -MD -MP -MF $depbase.Tpo -c -o malloc.lo malloc.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c malloc.c -fno-common -DPIC -o .libs/malloc.o libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c malloc.c -o malloc.o >/dev/null 2>&1 depbase=`echo mallocx.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT mallocx.lo -MD -MP -MF $depbase.Tpo -c -o mallocx.lo mallocx.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT mallocx.lo -MD -MP -MF .deps/mallocx.Tpo -c mallocx.c -fno-common -DPIC -o .libs/mallocx.o libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT mallocx.lo -MD -MP -MF .deps/mallocx.Tpo -c mallocx.c -o mallocx.o >/dev/null 2>&1 depbase=`echo mark.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT mark.lo -MD -MP -MF $depbase.Tpo -c -o mark.lo mark.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT mark.lo -MD -MP -MF .deps/mark.Tpo -c mark.c -fno-common -DPIC -o .libs/mark.o libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT mark.lo -MD -MP -MF .deps/mark.Tpo -c mark.c -o mark.o >/dev/null 2>&1 depbase=`echo mark_rts.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT mark_rts.lo -MD -MP -MF $depbase.Tpo -c -o mark_rts.lo mark_rts.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT mark_rts.lo -MD -MP -MF .deps/mark_rts.Tpo -c mark_rts.c -fno-common -DPIC -o .libs/mark_rts.o libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT mark_rts.lo -MD -MP -MF .deps/mark_rts.Tpo -c mark_rts.c -o mark_rts.o >/dev/null 2>&1 depbase=`echo misc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT misc.lo -MD -MP -MF $depbase.Tpo -c -o misc.lo misc.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -fno-common -DPIC -o .libs/misc.o libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -o misc.o >/dev/null 2>&1 depbase=`echo new_hblk.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT new_hblk.lo -MD -MP -MF $depbase.Tpo -c -o new_hblk.lo new_hblk.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT new_hblk.lo -MD -MP -MF .deps/new_hblk.Tpo -c new_hblk.c -fno-common -DPIC -o .libs/new_hblk.o libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT new_hblk.lo -MD -MP -MF .deps/new_hblk.Tpo -c new_hblk.c -o new_hblk.o >/dev/null 2>&1 depbase=`echo obj_map.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT obj_map.lo -MD -MP -MF $depbase.Tpo -c -o obj_map.lo obj_map.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT obj_map.lo -MD -MP -MF .deps/obj_map.Tpo -c obj_map.c -fno-common -DPIC -o .libs/obj_map.o libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT obj_map.lo -MD -MP -MF .deps/obj_map.Tpo -c obj_map.c -o obj_map.o >/dev/null 2>&1 depbase=`echo os_dep.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT os_dep.lo -MD -MP -MF $depbase.Tpo -c -o os_dep.lo os_dep.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT os_dep.lo -MD -MP -MF .deps/os_dep.Tpo -c os_dep.c -fno-common -DPIC -o .libs/os_dep.o libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT os_dep.lo -MD -MP -MF .deps/os_dep.Tpo -c os_dep.c -o os_dep.o >/dev/null 2>&1 depbase=`echo pcr_interface.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT pcr_interface.lo -MD -MP -MF $depbase.Tpo -c -o pcr_interface.lo pcr_interface.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT pcr_interface.lo -MD -MP -MF .deps/pcr_interface.Tpo -c pcr_interface.c -fno-common -DPIC -o .libs/pcr_interface.o libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT pcr_interface.lo -MD -MP -MF .deps/pcr_interface.Tpo -c pcr_interface.c -o pcr_interface.o >/dev/null 2>&1 depbase=`echo ptr_chck.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT ptr_chck.lo -MD -MP -MF $depbase.Tpo -c -o ptr_chck.lo ptr_chck.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT ptr_chck.lo -MD -MP -MF .deps/ptr_chck.Tpo -c ptr_chck.c -fno-common -DPIC -o .libs/ptr_chck.o libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT ptr_chck.lo -MD -MP -MF .deps/ptr_chck.Tpo -c ptr_chck.c -o ptr_chck.o >/dev/null 2>&1 depbase=`echo real_malloc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT real_malloc.lo -MD -MP -MF $depbase.Tpo -c -o real_malloc.lo real_malloc.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT real_malloc.lo -MD -MP -MF .deps/real_malloc.Tpo -c real_malloc.c -fno-common -DPIC -o .libs/real_malloc.o libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT real_malloc.lo -MD -MP -MF .deps/real_malloc.Tpo -c real_malloc.c -o real_malloc.o >/dev/null 2>&1 depbase=`echo reclaim.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT reclaim.lo -MD -MP -MF $depbase.Tpo -c -o reclaim.lo reclaim.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT reclaim.lo -MD -MP -MF .deps/reclaim.Tpo -c reclaim.c -fno-common -DPIC -o .libs/reclaim.o libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT reclaim.lo -MD -MP -MF .deps/reclaim.Tpo -c reclaim.c -o reclaim.o >/dev/null 2>&1 depbase=`echo specific.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT specific.lo -MD -MP -MF $depbase.Tpo -c -o specific.lo specific.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT specific.lo -MD -MP -MF .deps/specific.Tpo -c specific.c -fno-common -DPIC -o .libs/specific.o libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT specific.lo -MD -MP -MF .deps/specific.Tpo -c specific.c -o specific.o >/dev/null 2>&1 depbase=`echo stubborn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT stubborn.lo -MD -MP -MF $depbase.Tpo -c -o stubborn.lo stubborn.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT stubborn.lo -MD -MP -MF .deps/stubborn.Tpo -c stubborn.c -fno-common -DPIC -o .libs/stubborn.o libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT stubborn.lo -MD -MP -MF .deps/stubborn.Tpo -c stubborn.c -o stubborn.o >/dev/null 2>&1 depbase=`echo thread_local_alloc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT thread_local_alloc.lo -MD -MP -MF $depbase.Tpo -c -o thread_local_alloc.lo thread_local_alloc.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT thread_local_alloc.lo -MD -MP -MF .deps/thread_local_alloc.Tpo -c thread_local_alloc.c -fno-common -DPIC -o .libs/thread_local_alloc.o libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT thread_local_alloc.lo -MD -MP -MF .deps/thread_local_alloc.Tpo -c thread_local_alloc.c -o thread_local_alloc.o >/dev/null 2>&1 depbase=`echo typd_mlc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT typd_mlc.lo -MD -MP -MF $depbase.Tpo -c -o typd_mlc.lo typd_mlc.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT typd_mlc.lo -MD -MP -MF .deps/typd_mlc.Tpo -c typd_mlc.c -fno-common -DPIC -o .libs/typd_mlc.o libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT typd_mlc.lo -MD -MP -MF .deps/typd_mlc.Tpo -c typd_mlc.c -o typd_mlc.o >/dev/null 2>&1 depbase=`echo pthread_start.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT pthread_start.lo -MD -MP -MF $depbase.Tpo -c -o pthread_start.lo pthread_start.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT pthread_start.lo -MD -MP -MF .deps/pthread_start.Tpo -c pthread_start.c -fno-common -DPIC -o .libs/pthread_start.o libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT pthread_start.lo -MD -MP -MF .deps/pthread_start.Tpo -c pthread_start.c -o pthread_start.o >/dev/null 2>&1 depbase=`echo pthread_support.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT pthread_support.lo -MD -MP -MF $depbase.Tpo -c -o pthread_support.lo pthread_support.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT pthread_support.lo -MD -MP -MF .deps/pthread_support.Tpo -c pthread_support.c -fno-common -DPIC -o .libs/pthread_support.o libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT pthread_support.lo -MD -MP -MF .deps/pthread_support.Tpo -c pthread_support.c -o pthread_support.o >/dev/null 2>&1 depbase=`echo darwin_stop_world.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT darwin_stop_world.lo -MD -MP -MF $depbase.Tpo -c -o darwin_stop_world.lo darwin_stop_world.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT darwin_stop_world.lo -MD -MP -MF .deps/darwin_stop_world.Tpo -c darwin_stop_world.c -fno-common -DPIC -o .libs/darwin_stop_world.o libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT darwin_stop_world.lo -MD -MP -MF .deps/darwin_stop_world.Tpo -c darwin_stop_world.c -o darwin_stop_world.o >/dev/null 2>&1 depbase=`echo fnlz_mlc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT fnlz_mlc.lo -MD -MP -MF $depbase.Tpo -c -o fnlz_mlc.lo fnlz_mlc.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT fnlz_mlc.lo -MD -MP -MF .deps/fnlz_mlc.Tpo -c fnlz_mlc.c -fno-common -DPIC -o .libs/fnlz_mlc.o libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT fnlz_mlc.lo -MD -MP -MF .deps/fnlz_mlc.Tpo -c fnlz_mlc.c -o fnlz_mlc.o >/dev/null 2>&1 depbase=`echo libatomic_ops/src/atomic_ops.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT libatomic_ops/src/atomic_ops.lo -MD -MP -MF $depbase.Tpo -c -o libatomic_ops/src/atomic_ops.lo libatomic_ops/src/atomic_ops.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT libatomic_ops/src/atomic_ops.lo -MD -MP -MF libatomic_ops/src/.deps/atomic_ops.Tpo -c libatomic_ops/src/atomic_ops.c -fno-common -DPIC -o libatomic_ops/src/.libs/atomic_ops.o libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -MT libatomic_ops/src/atomic_ops.lo -MD -MP -MF libatomic_ops/src/.deps/atomic_ops.Tpo -c libatomic_ops/src/atomic_ops.c -o libatomic_ops/src/atomic_ops.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CC --mode=link clang -fexceptions -Wall -Wextra -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fno-strict-aliasing -Wl,-single_module -version-info 1:3:0 -no-undefined -o libomcgc.la -rpath /usr/local/lib allchblk.lo alloc.lo blacklst.lo checksums.lo dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo headers.lo mach_dep.lo malloc.lo mallocx.lo mark.lo mark_rts.lo misc.lo new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo ptr_chck.lo real_malloc.lo reclaim.lo specific.lo stubborn.lo thread_local_alloc.lo typd_mlc.lo pthread_start.lo pthread_support.lo darwin_stop_world.lo fnlz_mlc.lo libatomic_ops/src/atomic_ops.lo -lpthread libtool: link: clang -dynamiclib -o .libs/libomcgc.1.dylib .libs/allchblk.o .libs/alloc.o .libs/blacklst.o .libs/checksums.o .libs/dbg_mlc.o .libs/dyn_load.o .libs/finalize.o .libs/gc_dlopen.o .libs/gcj_mlc.o .libs/headers.o .libs/mach_dep.o .libs/malloc.o .libs/mallocx.o .libs/mark.o .libs/mark_rts.o .libs/misc.o .libs/new_hblk.o .libs/obj_map.o .libs/os_dep.o .libs/pcr_interface.o .libs/ptr_chck.o .libs/real_malloc.o .libs/reclaim.o .libs/specific.o .libs/stubborn.o .libs/thread_local_alloc.o .libs/typd_mlc.o .libs/pthread_start.o .libs/pthread_support.o .libs/darwin_stop_world.o .libs/fnlz_mlc.o libatomic_ops/src/.libs/atomic_ops.o -lpthread -Wl,-single_module -install_name /usr/local/lib/libomcgc.1.dylib -compatibility_version 2 -current_version 2.3 -Wl,-single_module libtool: link: (cd ".libs" && rm -f "libomcgc.dylib" && ln -s "libomcgc.1.dylib" "libomcgc.dylib") libtool: link: ar cru .libs/libomcgc.a allchblk.o alloc.o blacklst.o checksums.o dbg_mlc.o dyn_load.o finalize.o gc_dlopen.o gcj_mlc.o headers.o mach_dep.o malloc.o mallocx.o mark.o mark_rts.o misc.o new_hblk.o obj_map.o os_dep.o pcr_interface.o ptr_chck.o real_malloc.o reclaim.o specific.o stubborn.o thread_local_alloc.o typd_mlc.o pthread_start.o pthread_support.o darwin_stop_world.o fnlz_mlc.o libatomic_ops/src/atomic_ops.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libomcgc.a(checksums.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libomcgc.a(gc_dlopen.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libomcgc.a(gcj_mlc.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libomcgc.a(pcr_interface.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libomcgc.a(real_malloc.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libomcgc.a(specific.o) has no symbols libtool: link: ranlib .libs/libomcgc.a /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libomcgc.a(checksums.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libomcgc.a(gc_dlopen.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libomcgc.a(gcj_mlc.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libomcgc.a(pcr_interface.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libomcgc.a(real_malloc.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libomcgc.a(specific.o) has no symbols libtool: link: ( cd ".libs" && rm -f "libomcgc.la" && ln -s "../libomcgc.la" "libomcgc.la" ) cp -p 3rdParty/gc/.libs/libomcgc.a /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/libomcgc.a cp -pPR 3rdParty/gc/include/gc.h /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/gc.h cp -pPR 3rdParty/gc/include/gc_config_macros.h /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/gc_config_macros.h cp -pPR 3rdParty/gc/include/gc_version.h /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/gc_version.h cp -pPR 3rdParty/gc/include/gc_pthread_redirects.h /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/gc_pthread_redirects.h mkdir -p /Users/grantstephens/Repos/OpenModelica/build/share//omc cp -a "Compiler/runtime/omc_communication.idl" "/Users/grantstephens/Repos/OpenModelica/build/share//omc/omc_communication.idl" (cd "3rdParty/ModelicaExternalC/BuildProjects/autotools" && (test -f Makefile || ./autogen.sh)) glibtoolize: putting auxiliary files in '.'. glibtoolize: copying file './ltmain.sh' glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. glibtoolize: copying file 'm4/libtool.m4' glibtoolize: copying file 'm4/ltoptions.m4' glibtoolize: copying file 'm4/ltsugar.m4' glibtoolize: copying file 'm4/ltversion.m4' glibtoolize: copying file 'm4/lt~obsolete.m4' glibtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. configure.ac:9: installing './compile' configure.ac:5: installing './missing' Makefile.am: installing './depcomp' (cd "3rdParty/ModelicaExternalC/BuildProjects/autotools" && (test -f Makefile || (./configure "--host=x86_64-apple-darwin15.0.0" --libdir="/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/" CC="clang" CFLAGS="-I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector" CPPFLAGS="" LDFLAGS="-L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib" --disable-hdf5 --enable-static-zlib --enable-static --enable-shared && /Applications/Xcode.app/Contents/Developer/usr/bin/make clean))) checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for x86_64-apple-darwin15.0.0-strip... no checking for strip... strip checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for x86_64-apple-darwin15.0.0-gcc... clang checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking whether clang understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of clang... gcc3 checking how to run the C preprocessor... clang -E checking whether make sets $(MAKE)... (cached) yes checking build system type... x86_64-apple-darwin15.0.0 checking host system type... x86_64-apple-darwin15.0.0 checking how to print strings... printf checking for a sed that does not truncate output... /usr/local/bin/gsed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 196608 checking how to convert x86_64-apple-darwin15.0.0 file names to x86_64-apple-darwin15.0.0 format... func_convert_file_noop checking how to convert x86_64-apple-darwin15.0.0 file names to toolchain format... func_convert_file_noop checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r checking for x86_64-apple-darwin15.0.0-objdump... no checking for objdump... no checking how to recognize dependent libraries... pass_all checking for x86_64-apple-darwin15.0.0-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64-apple-darwin15.0.0-ar... no checking for ar... ar checking for archiver @FILE support... no checking for x86_64-apple-darwin15.0.0-strip... strip checking for x86_64-apple-darwin15.0.0-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm output from clang object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for x86_64-apple-darwin15.0.0-mt... no checking for mt... no checking if : is a manifest tool... no checking for x86_64-apple-darwin15.0.0-dsymutil... no checking for dsymutil... dsymutil checking for x86_64-apple-darwin15.0.0-nmedit... no checking for nmedit... nmedit checking for x86_64-apple-darwin15.0.0-lipo... no checking for lipo... lipo checking for x86_64-apple-darwin15.0.0-otool... no checking for otool... otool checking for x86_64-apple-darwin15.0.0-otool64... no checking for otool64... no checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking for -force_load linker flag... yes checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if clang supports -fno-rtti -fno-exceptions... yes checking for clang option to produce PIC... -fno-common -DPIC checking if clang PIC flag -fno-common -DPIC works... yes checking if clang static flag -static works... no checking if clang supports -c -o file.o... yes checking if clang supports -c -o file.o... (cached) yes checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin15.0.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for library containing floor... none required checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for library containing gzclose... -lz Modelica Standard Tables may use ZLIB: Yes Modelica Standard Tables may use HDF5: No Modelica Standard Tables may use MAT7.3: No checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands config.status: executing libtool commands test -z "libModelicaExternalC.la libModelicaStandardTables.la" || rm -f libModelicaExternalC.la libModelicaStandardTables.la rm -f ./so_locations rm -rf .libs _libs rm -rf ../../C-Sources/.libs ../../C-Sources/_libs rm -rf ../../C-Sources/zlib/.libs ../../C-Sources/zlib/_libs rm -f *.o rm -f ../../C-Sources/*.o rm -f ../../C-Sources/*.lo rm -f ../../C-Sources/zlib/*.o rm -f ../../C-Sources/zlib/*.lo rm -f *.lo /Applications/Xcode.app/Contents/Developer/usr/bin/make -C "3rdParty/ModelicaExternalC/BuildProjects/autotools" depbase=`echo ../../C-Sources/ModelicaInternal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.1\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/ModelicaInternal.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/ModelicaInternal.lo ../../C-Sources/ModelicaInternal.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.1\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/ModelicaInternal.lo -MD -MP -MF ../../C-Sources/.deps/ModelicaInternal.Tpo -c ../../C-Sources/ModelicaInternal.c -fno-common -DPIC -o ../../C-Sources/.libs/ModelicaInternal.o ../../C-Sources/ModelicaInternal.c:562:22: warning: 'tmpnam' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of tmpnam(3), it is highly recommended that you use mkstemp(3) instead. [-Wdeprecated-declarations] char* tempName = tmpnam(NULL); ^ /usr/include/stdio.h:276:7: note: 'tmpnam' has been explicitly marked deprecated here char *tmpnam(char *); ^ 1 warning generated. libtool: compile: clang "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.1\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/ModelicaInternal.lo -MD -MP -MF ../../C-Sources/.deps/ModelicaInternal.Tpo -c ../../C-Sources/ModelicaInternal.c -o ../../C-Sources/ModelicaInternal.o >/dev/null 2>&1 depbase=`echo ../../C-Sources/ModelicaStrings.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.1\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/ModelicaStrings.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/ModelicaStrings.lo ../../C-Sources/ModelicaStrings.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.1\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/ModelicaStrings.lo -MD -MP -MF ../../C-Sources/.deps/ModelicaStrings.Tpo -c ../../C-Sources/ModelicaStrings.c -fno-common -DPIC -o ../../C-Sources/.libs/ModelicaStrings.o libtool: compile: clang "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.1\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/ModelicaStrings.lo -MD -MP -MF ../../C-Sources/.deps/ModelicaStrings.Tpo -c ../../C-Sources/ModelicaStrings.c -o ../../C-Sources/ModelicaStrings.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CC --mode=link clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -o libModelicaExternalC.la -rpath /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc ../../C-Sources/ModelicaInternal.lo ../../C-Sources/ModelicaStrings.lo -lz libtool: link: clang -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libModelicaExternalC.0.dylib ../../C-Sources/.libs/ModelicaInternal.o ../../C-Sources/.libs/ModelicaStrings.o -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -lz -O0 -g -install_name /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/libModelicaExternalC.0.dylib -compatibility_version 1 -current_version 1.0 -Wl,-single_module libtool: link: (cd ".libs" && rm -f "libModelicaExternalC.dylib" && ln -s "libModelicaExternalC.0.dylib" "libModelicaExternalC.dylib") libtool: link: ar cru .libs/libModelicaExternalC.a ../../C-Sources/ModelicaInternal.o ../../C-Sources/ModelicaStrings.o libtool: link: ranlib .libs/libModelicaExternalC.a libtool: link: ( cd ".libs" && rm -f "libModelicaExternalC.la" && ln -s "../libModelicaExternalC.la" "libModelicaExternalC.la" ) depbase=`echo ../../C-Sources/ModelicaStandardTables.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.1\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/ModelicaStandardTables.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/ModelicaStandardTables.lo ../../C-Sources/ModelicaStandardTables.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.1\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/ModelicaStandardTables.lo -MD -MP -MF ../../C-Sources/.deps/ModelicaStandardTables.Tpo -c ../../C-Sources/ModelicaStandardTables.c -fno-common -DPIC -o ../../C-Sources/.libs/ModelicaStandardTables.o libtool: compile: clang "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.1\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/ModelicaStandardTables.lo -MD -MP -MF ../../C-Sources/.deps/ModelicaStandardTables.Tpo -c ../../C-Sources/ModelicaStandardTables.c -o ../../C-Sources/ModelicaStandardTables.o >/dev/null 2>&1 depbase=`echo ../../C-Sources/ModelicaMatIO.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.1\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/ModelicaMatIO.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/ModelicaMatIO.lo ../../C-Sources/ModelicaMatIO.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.1\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/ModelicaMatIO.lo -MD -MP -MF ../../C-Sources/.deps/ModelicaMatIO.Tpo -c ../../C-Sources/ModelicaMatIO.c -fno-common -DPIC -o ../../C-Sources/.libs/ModelicaMatIO.o ../../C-Sources/ModelicaMatIO.c:9766:16: warning: 'tmpnam' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of tmpnam(3), it is highly recommended that you use mkstemp(3) instead. [-Wdeprecated-declarations] tmp_name = tmpnam(temp); ^ /usr/include/stdio.h:276:7: note: 'tmpnam' has been explicitly marked deprecated here char *tmpnam(char *); ^ 1 warning generated. libtool: compile: clang "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.1\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/ModelicaMatIO.lo -MD -MP -MF ../../C-Sources/.deps/ModelicaMatIO.Tpo -c ../../C-Sources/ModelicaMatIO.c -o ../../C-Sources/ModelicaMatIO.o >/dev/null 2>&1 depbase=`echo ../../C-Sources/zlib/adler32.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.1\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/adler32.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/zlib/adler32.lo ../../C-Sources/zlib/adler32.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.1\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/adler32.lo -MD -MP -MF ../../C-Sources/zlib/.deps/adler32.Tpo -c ../../C-Sources/zlib/adler32.c -fno-common -DPIC -o ../../C-Sources/zlib/.libs/adler32.o libtool: compile: clang "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.1\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/adler32.lo -MD -MP -MF ../../C-Sources/zlib/.deps/adler32.Tpo -c ../../C-Sources/zlib/adler32.c -o ../../C-Sources/zlib/adler32.o >/dev/null 2>&1 depbase=`echo ../../C-Sources/zlib/compress.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.1\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/compress.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/zlib/compress.lo ../../C-Sources/zlib/compress.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.1\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/compress.lo -MD -MP -MF ../../C-Sources/zlib/.deps/compress.Tpo -c ../../C-Sources/zlib/compress.c -fno-common -DPIC -o ../../C-Sources/zlib/.libs/compress.o libtool: compile: clang "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.1\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/compress.lo -MD -MP -MF ../../C-Sources/zlib/.deps/compress.Tpo -c ../../C-Sources/zlib/compress.c -o ../../C-Sources/zlib/compress.o >/dev/null 2>&1 depbase=`echo ../../C-Sources/zlib/crc32.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.1\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/crc32.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/zlib/crc32.lo ../../C-Sources/zlib/crc32.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.1\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/crc32.lo -MD -MP -MF ../../C-Sources/zlib/.deps/crc32.Tpo -c ../../C-Sources/zlib/crc32.c -fno-common -DPIC -o ../../C-Sources/zlib/.libs/crc32.o libtool: compile: clang "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.1\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/crc32.lo -MD -MP -MF ../../C-Sources/zlib/.deps/crc32.Tpo -c ../../C-Sources/zlib/crc32.c -o ../../C-Sources/zlib/crc32.o >/dev/null 2>&1 depbase=`echo ../../C-Sources/zlib/deflate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.1\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/deflate.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/zlib/deflate.lo ../../C-Sources/zlib/deflate.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.1\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/deflate.lo -MD -MP -MF ../../C-Sources/zlib/.deps/deflate.Tpo -c ../../C-Sources/zlib/deflate.c -fno-common -DPIC -o ../../C-Sources/zlib/.libs/deflate.o libtool: compile: clang "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.1\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/deflate.lo -MD -MP -MF ../../C-Sources/zlib/.deps/deflate.Tpo -c ../../C-Sources/zlib/deflate.c -o ../../C-Sources/zlib/deflate.o >/dev/null 2>&1 depbase=`echo ../../C-Sources/zlib/gzclose.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.1\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/gzclose.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/zlib/gzclose.lo ../../C-Sources/zlib/gzclose.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.1\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/gzclose.lo -MD -MP -MF ../../C-Sources/zlib/.deps/gzclose.Tpo -c ../../C-Sources/zlib/gzclose.c -fno-common -DPIC -o ../../C-Sources/zlib/.libs/gzclose.o libtool: compile: clang "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.1\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/gzclose.lo -MD -MP -MF ../../C-Sources/zlib/.deps/gzclose.Tpo -c ../../C-Sources/zlib/gzclose.c -o ../../C-Sources/zlib/gzclose.o >/dev/null 2>&1 depbase=`echo ../../C-Sources/zlib/gzlib.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.1\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/gzlib.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/zlib/gzlib.lo ../../C-Sources/zlib/gzlib.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.1\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/gzlib.lo -MD -MP -MF ../../C-Sources/zlib/.deps/gzlib.Tpo -c ../../C-Sources/zlib/gzlib.c -fno-common -DPIC -o ../../C-Sources/zlib/.libs/gzlib.o libtool: compile: clang "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.1\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/gzlib.lo -MD -MP -MF ../../C-Sources/zlib/.deps/gzlib.Tpo -c ../../C-Sources/zlib/gzlib.c -o ../../C-Sources/zlib/gzlib.o >/dev/null 2>&1 depbase=`echo ../../C-Sources/zlib/gzread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.1\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/gzread.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/zlib/gzread.lo ../../C-Sources/zlib/gzread.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.1\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/gzread.lo -MD -MP -MF ../../C-Sources/zlib/.deps/gzread.Tpo -c ../../C-Sources/zlib/gzread.c -fno-common -DPIC -o ../../C-Sources/zlib/.libs/gzread.o libtool: compile: clang "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.1\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/gzread.lo -MD -MP -MF ../../C-Sources/zlib/.deps/gzread.Tpo -c ../../C-Sources/zlib/gzread.c -o ../../C-Sources/zlib/gzread.o >/dev/null 2>&1 depbase=`echo ../../C-Sources/zlib/gzwrite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.1\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/gzwrite.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/zlib/gzwrite.lo ../../C-Sources/zlib/gzwrite.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.1\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/gzwrite.lo -MD -MP -MF ../../C-Sources/zlib/.deps/gzwrite.Tpo -c ../../C-Sources/zlib/gzwrite.c -fno-common -DPIC -o ../../C-Sources/zlib/.libs/gzwrite.o libtool: compile: clang "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.1\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/gzwrite.lo -MD -MP -MF ../../C-Sources/zlib/.deps/gzwrite.Tpo -c ../../C-Sources/zlib/gzwrite.c -o ../../C-Sources/zlib/gzwrite.o >/dev/null 2>&1 depbase=`echo ../../C-Sources/zlib/infback.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.1\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/infback.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/zlib/infback.lo ../../C-Sources/zlib/infback.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.1\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/infback.lo -MD -MP -MF ../../C-Sources/zlib/.deps/infback.Tpo -c ../../C-Sources/zlib/infback.c -fno-common -DPIC -o ../../C-Sources/zlib/.libs/infback.o libtool: compile: clang "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.1\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/infback.lo -MD -MP -MF ../../C-Sources/zlib/.deps/infback.Tpo -c ../../C-Sources/zlib/infback.c -o ../../C-Sources/zlib/infback.o >/dev/null 2>&1 depbase=`echo ../../C-Sources/zlib/inffast.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.1\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/inffast.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/zlib/inffast.lo ../../C-Sources/zlib/inffast.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.1\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/inffast.lo -MD -MP -MF ../../C-Sources/zlib/.deps/inffast.Tpo -c ../../C-Sources/zlib/inffast.c -fno-common -DPIC -o ../../C-Sources/zlib/.libs/inffast.o libtool: compile: clang "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.1\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/inffast.lo -MD -MP -MF ../../C-Sources/zlib/.deps/inffast.Tpo -c ../../C-Sources/zlib/inffast.c -o ../../C-Sources/zlib/inffast.o >/dev/null 2>&1 depbase=`echo ../../C-Sources/zlib/inflate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.1\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/inflate.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/zlib/inflate.lo ../../C-Sources/zlib/inflate.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.1\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/inflate.lo -MD -MP -MF ../../C-Sources/zlib/.deps/inflate.Tpo -c ../../C-Sources/zlib/inflate.c -fno-common -DPIC -o ../../C-Sources/zlib/.libs/inflate.o libtool: compile: clang "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.1\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/inflate.lo -MD -MP -MF ../../C-Sources/zlib/.deps/inflate.Tpo -c ../../C-Sources/zlib/inflate.c -o ../../C-Sources/zlib/inflate.o >/dev/null 2>&1 depbase=`echo ../../C-Sources/zlib/inftrees.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.1\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/inftrees.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/zlib/inftrees.lo ../../C-Sources/zlib/inftrees.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.1\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/inftrees.lo -MD -MP -MF ../../C-Sources/zlib/.deps/inftrees.Tpo -c ../../C-Sources/zlib/inftrees.c -fno-common -DPIC -o ../../C-Sources/zlib/.libs/inftrees.o libtool: compile: clang "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.1\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/inftrees.lo -MD -MP -MF ../../C-Sources/zlib/.deps/inftrees.Tpo -c ../../C-Sources/zlib/inftrees.c -o ../../C-Sources/zlib/inftrees.o >/dev/null 2>&1 depbase=`echo ../../C-Sources/zlib/trees.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.1\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/trees.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/zlib/trees.lo ../../C-Sources/zlib/trees.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.1\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/trees.lo -MD -MP -MF ../../C-Sources/zlib/.deps/trees.Tpo -c ../../C-Sources/zlib/trees.c -fno-common -DPIC -o ../../C-Sources/zlib/.libs/trees.o libtool: compile: clang "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.1\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/trees.lo -MD -MP -MF ../../C-Sources/zlib/.deps/trees.Tpo -c ../../C-Sources/zlib/trees.c -o ../../C-Sources/zlib/trees.o >/dev/null 2>&1 depbase=`echo ../../C-Sources/zlib/uncompr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.1\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/uncompr.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/zlib/uncompr.lo ../../C-Sources/zlib/uncompr.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.1\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/uncompr.lo -MD -MP -MF ../../C-Sources/zlib/.deps/uncompr.Tpo -c ../../C-Sources/zlib/uncompr.c -fno-common -DPIC -o ../../C-Sources/zlib/.libs/uncompr.o libtool: compile: clang "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.1\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/uncompr.lo -MD -MP -MF ../../C-Sources/zlib/.deps/uncompr.Tpo -c ../../C-Sources/zlib/uncompr.c -o ../../C-Sources/zlib/uncompr.o >/dev/null 2>&1 depbase=`echo ../../C-Sources/zlib/zutil.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.1\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/zutil.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/zlib/zutil.lo ../../C-Sources/zlib/zutil.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.1\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/zutil.lo -MD -MP -MF ../../C-Sources/zlib/.deps/zutil.Tpo -c ../../C-Sources/zlib/zutil.c -fno-common -DPIC -o ../../C-Sources/zlib/.libs/zutil.o libtool: compile: clang "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.1\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.1\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -MT ../../C-Sources/zlib/zutil.lo -MD -MP -MF ../../C-Sources/zlib/.deps/zutil.Tpo -c ../../C-Sources/zlib/zutil.c -o ../../C-Sources/zlib/zutil.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CC --mode=link clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -O0 -g -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -o libModelicaStandardTables.la -rpath /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc ../../C-Sources/ModelicaStandardTables.lo ../../C-Sources/ModelicaMatIO.lo ../../C-Sources/zlib/adler32.lo ../../C-Sources/zlib/compress.lo ../../C-Sources/zlib/crc32.lo ../../C-Sources/zlib/deflate.lo ../../C-Sources/zlib/gzclose.lo ../../C-Sources/zlib/gzlib.lo ../../C-Sources/zlib/gzread.lo ../../C-Sources/zlib/gzwrite.lo ../../C-Sources/zlib/infback.lo ../../C-Sources/zlib/inffast.lo ../../C-Sources/zlib/inflate.lo ../../C-Sources/zlib/inftrees.lo ../../C-Sources/zlib/trees.lo ../../C-Sources/zlib/uncompr.lo ../../C-Sources/zlib/zutil.lo -lz libtool: link: clang -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libModelicaStandardTables.0.dylib ../../C-Sources/.libs/ModelicaStandardTables.o ../../C-Sources/.libs/ModelicaMatIO.o ../../C-Sources/zlib/.libs/adler32.o ../../C-Sources/zlib/.libs/compress.o ../../C-Sources/zlib/.libs/crc32.o ../../C-Sources/zlib/.libs/deflate.o ../../C-Sources/zlib/.libs/gzclose.o ../../C-Sources/zlib/.libs/gzlib.o ../../C-Sources/zlib/.libs/gzread.o ../../C-Sources/zlib/.libs/gzwrite.o ../../C-Sources/zlib/.libs/infback.o ../../C-Sources/zlib/.libs/inffast.o ../../C-Sources/zlib/.libs/inflate.o ../../C-Sources/zlib/.libs/inftrees.o ../../C-Sources/zlib/.libs/trees.o ../../C-Sources/zlib/.libs/uncompr.o ../../C-Sources/zlib/.libs/zutil.o -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -lz -O0 -g -install_name /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/libModelicaStandardTables.0.dylib -compatibility_version 1 -current_version 1.0 -Wl,-single_module libtool: link: (cd ".libs" && rm -f "libModelicaStandardTables.dylib" && ln -s "libModelicaStandardTables.0.dylib" "libModelicaStandardTables.dylib") libtool: link: ar cru .libs/libModelicaStandardTables.a ../../C-Sources/ModelicaStandardTables.o ../../C-Sources/ModelicaMatIO.o ../../C-Sources/zlib/adler32.o ../../C-Sources/zlib/compress.o ../../C-Sources/zlib/crc32.o ../../C-Sources/zlib/deflate.o ../../C-Sources/zlib/gzclose.o ../../C-Sources/zlib/gzlib.o ../../C-Sources/zlib/gzread.o ../../C-Sources/zlib/gzwrite.o ../../C-Sources/zlib/infback.o ../../C-Sources/zlib/inffast.o ../../C-Sources/zlib/inflate.o ../../C-Sources/zlib/inftrees.o ../../C-Sources/zlib/trees.o ../../C-Sources/zlib/uncompr.o ../../C-Sources/zlib/zutil.o libtool: link: ranlib .libs/libModelicaStandardTables.a libtool: link: ( cd ".libs" && rm -f "libModelicaStandardTables.la" && ln -s "../libModelicaStandardTables.la" "libModelicaStandardTables.la" ) /Applications/Xcode.app/Contents/Developer/usr/bin/make -C "3rdParty/ModelicaExternalC/BuildProjects/autotools" install ./install-sh -c -d '/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc' /bin/sh ./libtool --mode=install /usr/bin/install -c libModelicaExternalC.la libModelicaStandardTables.la '/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc' libtool: install: /usr/bin/install -c .libs/libModelicaExternalC.0.dylib /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/libModelicaExternalC.0.dylib libtool: install: (cd /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc && { ln -s -f libModelicaExternalC.0.dylib libModelicaExternalC.dylib || { rm -f libModelicaExternalC.dylib && ln -s libModelicaExternalC.0.dylib libModelicaExternalC.dylib; }; }) libtool: install: /usr/bin/install -c .libs/libModelicaExternalC.lai /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/libModelicaExternalC.la libtool: install: /usr/bin/install -c .libs/libModelicaStandardTables.0.dylib /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/libModelicaStandardTables.0.dylib libtool: install: (cd /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc && { ln -s -f libModelicaStandardTables.0.dylib libModelicaStandardTables.dylib || { rm -f libModelicaStandardTables.dylib && ln -s libModelicaStandardTables.0.dylib libModelicaStandardTables.dylib; }; }) libtool: install: /usr/bin/install -c .libs/libModelicaStandardTables.lai /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/libModelicaStandardTables.la libtool: install: /usr/bin/install -c .libs/libModelicaExternalC.a /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/libModelicaExternalC.a libtool: install: chmod 644 /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/libModelicaExternalC.a libtool: install: ranlib /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/libModelicaExternalC.a libtool: install: /usr/bin/install -c .libs/libModelicaStandardTables.a /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/libModelicaStandardTables.a libtool: install: chmod 644 /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/libModelicaStandardTables.a libtool: install: ranlib /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/libModelicaStandardTables.a make[4]: Nothing to be done for `install-data-am'. test ! `uname` = Darwin || install_name_tool -id @rpath/libModelicaExternalC.0.dylib "/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/libModelicaExternalC.dylib" # Configure and build lis if ! test -f 3rdParty/lis-1.4.12/Makefile; then cd 3rdParty/lis-1.4.12 && autoconf && ./configure "--host=x86_64-apple-darwin15.0.0" --enable-shared --disable-static MPICC="false" CC="clang" CXX="clang++" CFLAGS="-I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector" CPPFLAGS="" LDFLAGS="-L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -Wl,-install_name,@rpath/liblis.dylib" && /Applications/Xcode.app/Contents/Developer/usr/bin/make clean; fi configure.in:1092: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:197: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2670: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2680: AC_LINK_IFELSE is expanded from... m4/libtool.m4:1038: _LT_SYS_MODULE_PATH_AIX is expanded from... m4/libtool.m4:5225: _LT_LINKER_SHLIBS is expanded from... m4/libtool.m4:5310: _LT_LANG_C_CONFIG is expanded from... m4/libtool.m4:250: _LT_SETUP is expanded from... m4/libtool.m4:99: LT_INIT is expanded from... m4/libtool.m4:102: AC_PROG_LIBTOOL is expanded from... configure.in:1092: the top level configure.in:1092: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:197: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2670: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2680: AC_LINK_IFELSE is expanded from... m4/libtool.m4:5225: _LT_LINKER_SHLIBS is expanded from... m4/libtool.m4:5310: _LT_LANG_C_CONFIG is expanded from... m4/libtool.m4:250: _LT_SETUP is expanded from... m4/libtool.m4:99: LT_INIT is expanded from... m4/libtool.m4:102: AC_PROG_LIBTOOL is expanded from... configure.in:1092: the top level checking build system type... x86_64-apple-darwin15.0.0 checking host system type... x86_64-apple-darwin15.0.0 checking target system type... x86_64-apple-darwin15.0.0 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for x86_64-apple-darwin15.0.0-strip... no checking for strip... strip checking for a thread-safe mkdir -p... config/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for a library suffix to use... checking for x86_64-apple-darwin15.0.0-icc... clang checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of clang... none checking for C compiler vendor... gnu checking how to get verbose linking output from C... -v checking for C libraries... -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.0.0/lib/darwin/libclang_rt.osx.a checking for Fortran compiler vendor... checking for x87 FPU... yes checking how to run the C preprocessor... clang -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking size of int... 4 checking size of long... 8 checking size of long long... 8 checking size of float... 4 checking size of double... 8 checking size of long double... 16 checking size of size_t... 8 checking size of void *... 8 checking for a sed that does not truncate output... /usr/local/bin/gsed checking for fgrep... /usr/bin/grep -F checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 196608 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r checking for x86_64-apple-darwin15.0.0-objdump... no checking for objdump... no checking how to recognize dependent libraries... pass_all checking for x86_64-apple-darwin15.0.0-ar... no checking for ar... ar checking for x86_64-apple-darwin15.0.0-strip... strip checking for x86_64-apple-darwin15.0.0-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm output from clang object... ok checking for x86_64-apple-darwin15.0.0-dsymutil... no checking for dsymutil... dsymutil checking for x86_64-apple-darwin15.0.0-nmedit... no checking for nmedit... nmedit checking for x86_64-apple-darwin15.0.0-lipo... no checking for lipo... lipo checking for x86_64-apple-darwin15.0.0-otool... no checking for otool... otool checking for x86_64-apple-darwin15.0.0-otool64... no checking for otool64... no checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking for dlfcn.h... yes checking for x86_64-apple-darwin15.0.0-g77... no checking for x86_64-apple-darwin15.0.0-xlf... no checking for x86_64-apple-darwin15.0.0-f77... no checking for x86_64-apple-darwin15.0.0-frt... no checking for x86_64-apple-darwin15.0.0-pgf77... no checking for x86_64-apple-darwin15.0.0-cf77... no checking for x86_64-apple-darwin15.0.0-fort77... no checking for x86_64-apple-darwin15.0.0-fl32... no checking for x86_64-apple-darwin15.0.0-af77... no checking for x86_64-apple-darwin15.0.0-xlf90... no checking for x86_64-apple-darwin15.0.0-f90... no checking for x86_64-apple-darwin15.0.0-pgf90... no checking for x86_64-apple-darwin15.0.0-pghpf... no checking for x86_64-apple-darwin15.0.0-epcf90... no checking for x86_64-apple-darwin15.0.0-gfortran... no checking for x86_64-apple-darwin15.0.0-g95... no checking for x86_64-apple-darwin15.0.0-xlf95... no checking for x86_64-apple-darwin15.0.0-f95... no checking for x86_64-apple-darwin15.0.0-fort... no checking for x86_64-apple-darwin15.0.0-ifort... no checking for x86_64-apple-darwin15.0.0-ifc... no checking for x86_64-apple-darwin15.0.0-efc... no checking for x86_64-apple-darwin15.0.0-pgfortran... no checking for x86_64-apple-darwin15.0.0-pgf95... no checking for x86_64-apple-darwin15.0.0-lf95... no checking for x86_64-apple-darwin15.0.0-ftn... no checking for x86_64-apple-darwin15.0.0-nagfor... no checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... gfortran checking whether we are using the GNU Fortran 77 compiler... yes checking whether gfortran accepts -g... yes checking for x86_64-apple-darwin15.0.0-gfortran... no checking for x86_64-apple-darwin15.0.0-g95... no checking for x86_64-apple-darwin15.0.0-xlf95... no checking for x86_64-apple-darwin15.0.0-f95... no checking for x86_64-apple-darwin15.0.0-fort... no checking for x86_64-apple-darwin15.0.0-ifort... no checking for x86_64-apple-darwin15.0.0-ifc... no checking for x86_64-apple-darwin15.0.0-efc... no checking for x86_64-apple-darwin15.0.0-pgfortran... no checking for x86_64-apple-darwin15.0.0-pgf95... no checking for x86_64-apple-darwin15.0.0-lf95... no checking for x86_64-apple-darwin15.0.0-ftn... no checking for x86_64-apple-darwin15.0.0-nagfor... no checking for x86_64-apple-darwin15.0.0-xlf90... no checking for x86_64-apple-darwin15.0.0-f90... no checking for x86_64-apple-darwin15.0.0-pgf90... no checking for x86_64-apple-darwin15.0.0-pghpf... no checking for x86_64-apple-darwin15.0.0-epcf90... no checking for x86_64-apple-darwin15.0.0-g77... no checking for x86_64-apple-darwin15.0.0-xlf... no checking for x86_64-apple-darwin15.0.0-f77... no checking for x86_64-apple-darwin15.0.0-frt... no checking for x86_64-apple-darwin15.0.0-pgf77... no checking for x86_64-apple-darwin15.0.0-cf77... no checking for x86_64-apple-darwin15.0.0-fort77... no checking for x86_64-apple-darwin15.0.0-fl32... no checking for x86_64-apple-darwin15.0.0-af77... no checking for gfortran... gfortran checking whether we are using the GNU Fortran compiler... yes checking whether gfortran accepts -g... yes checking for objdir... .libs checking if clang supports -fno-rtti -fno-exceptions... yes checking for clang option to produce PIC... -fno-common -DPIC checking if clang PIC flag -fno-common -DPIC works... yes checking if clang static flag -static works... no checking if clang supports -c -o file.o... yes checking if clang supports -c -o file.o... (cached) yes checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin15.0.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for gfortran option to produce PIC... -fno-common checking if gfortran PIC flag -fno-common works... yes checking if gfortran static flag -static works... no checking if gfortran supports -c -o file.o... yes checking if gfortran supports -c -o file.o... (cached) yes checking whether the gfortran linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin15.0.0 dyld checking how to hardcode library paths into programs... immediate checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for gfortran option to produce PIC... -fno-common checking if gfortran PIC flag -fno-common works... yes checking if gfortran static flag -static works... no checking if gfortran supports -c -o file.o... yes checking if gfortran supports -c -o file.o... (cached) yes checking whether the gfortran linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin15.0.0 dyld checking how to hardcode library paths into programs... immediate checking for ANSI C header files... (cached) yes checking malloc.h usability... no checking malloc.h presence... no checking for malloc.h... no checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for an ANSI C-conforming const... yes checking for size_t... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/matrix/Makefile config.status: creating src/vector/Makefile config.status: creating src/matvec/Makefile config.status: creating src/solver/Makefile config.status: creating src/esolver/Makefile config.status: creating src/precon/Makefile config.status: creating src/system/Makefile config.status: creating src/precision/Makefile config.status: creating src/fortran/Makefile config.status: creating src/fortran/amg/Makefile config.status: creating include/Makefile config.status: creating test/Makefile config.status: creating include/lisf.h config.status: creating include/lis_config.h config.status: include/lis_config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands Build with OpenMP library = no Build with MPI library = no Build Fortran interface = no Build SA-AMG preconditioner = no Build with double double precision support = no Build with long double precision support = no Build with 64bit integer support = no Enable dynamic linking = yes Enable profiling = no C compiler = clang C flags = -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DHAVE_CONFIG_H C libraries = -lm -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.0.0/lib/darwin/libclang_rt.osx.a Making clean in test rm -f lsolve esolve spmvtest1 spmvtest2 spmvtest3 spmvtest4 spmvtest5 test -z "*.il" || rm -f *.il rm -rf .libs _libs rm -f test1 test2 test3 test4 test5 test6 etest1 etest2 etest3 etest4 etest5 etest6 spmvtest1 spmvtest2 spmvtest3 spmvtest4 spmvtest5 rm -f *.o rm -f *.lo Making clean in include rm -rf .libs _libs rm -f *.lo Making clean in src Making clean in precision test -z "*.il" || rm -f *.il rm -rf .libs _libs test -z "libprecision.la" || rm -f libprecision.la rm -f "./so_locations" rm -f *.o rm -f *.lo Making clean in system test -z "*.il" || rm -f *.il rm -rf .libs _libs test -z "libsystem.la" || rm -f libsystem.la rm -f "./so_locations" rm -f *.o rm -f *.lo Making clean in esolver test -z "*.il" || rm -f *.il rm -rf .libs _libs test -z "libesolver.la" || rm -f libesolver.la rm -f "./so_locations" rm -f *.o rm -f *.lo Making clean in solver test -z "*.il" || rm -f *.il rm -rf .libs _libs test -z "libsolver.la" || rm -f libsolver.la rm -f "./so_locations" rm -f *.o rm -f *.lo Making clean in precon test -z "*.il" || rm -f *.il rm -rf .libs _libs test -z "libprecon.la" || rm -f libprecon.la rm -f "./so_locations" rm -f *.o rm -f *.lo Making clean in matvec test -z "*.il" || rm -f *.il rm -rf .libs _libs test -z "libmatvec.la" || rm -f libmatvec.la rm -f "./so_locations" rm -f *.o rm -f *.lo Making clean in vector test -z "*.il" || rm -f *.il rm -rf .libs _libs test -z "libvector.la" || rm -f libvector.la rm -f "./so_locations" rm -f *.o rm -f *.lo Making clean in matrix test -z "*.il" || rm -f *.il rm -rf .libs _libs test -z "libmatrix.la" || rm -f libmatrix.la rm -f "./so_locations" rm -f *.o rm -f *.lo Making clean in . test -z "liblis.la" || rm -f liblis.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo Making clean in . rm -rf .libs _libs rm -f *.lo Building Lis from sources /Applications/Xcode.app/Contents/Developer/usr/bin/make -C 3rdParty/lis-1.4.12/src Making all in matrix /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_matrix.lo lis_matrix.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_matrix.c -fno-common -DPIC -o .libs/lis_matrix.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_matrix_bsc.lo lis_matrix_bsc.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_matrix_bsc.c -fno-common -DPIC -o .libs/lis_matrix_bsc.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_matrix_bsr.lo lis_matrix_bsr.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_matrix_bsr.c -fno-common -DPIC -o .libs/lis_matrix_bsr.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_matrix_csc.lo lis_matrix_csc.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_matrix_csc.c -fno-common -DPIC -o .libs/lis_matrix_csc.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_matrix_coo.lo lis_matrix_coo.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_matrix_coo.c -fno-common -DPIC -o .libs/lis_matrix_coo.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_matrix_csr.lo lis_matrix_csr.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_matrix_csr.c -fno-common -DPIC -o .libs/lis_matrix_csr.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_matrix_dia.lo lis_matrix_dia.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_matrix_dia.c -fno-common -DPIC -o .libs/lis_matrix_dia.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_matrix_diag.lo lis_matrix_diag.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_matrix_diag.c -fno-common -DPIC -o .libs/lis_matrix_diag.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_matrix_dns.lo lis_matrix_dns.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_matrix_dns.c -fno-common -DPIC -o .libs/lis_matrix_dns.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_matrix_ell.lo lis_matrix_ell.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_matrix_ell.c -fno-common -DPIC -o .libs/lis_matrix_ell.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_matrix_ilu.lo lis_matrix_ilu.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_matrix_ilu.c -fno-common -DPIC -o .libs/lis_matrix_ilu.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_matrix_jad.lo lis_matrix_jad.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_matrix_jad.c -fno-common -DPIC -o .libs/lis_matrix_jad.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_matrix_mpi.lo lis_matrix_mpi.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_matrix_mpi.c -fno-common -DPIC -o .libs/lis_matrix_mpi.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_matrix_msr.lo lis_matrix_msr.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_matrix_msr.c -fno-common -DPIC -o .libs/lis_matrix_msr.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_matrix_ops.lo lis_matrix_ops.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_matrix_ops.c -fno-common -DPIC -o .libs/lis_matrix_ops.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_matrix_rco.lo lis_matrix_rco.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_matrix_rco.c -fno-common -DPIC -o .libs/lis_matrix_rco.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_matrix_vbr.lo lis_matrix_vbr.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_matrix_vbr.c -fno-common -DPIC -o .libs/lis_matrix_vbr.o /bin/sh ../../libtool --tag=CC --mode=link clang -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -Wl,-install_name,@rpath/liblis.dylib -o libmatrix.la lis_matrix.lo lis_matrix_bsc.lo lis_matrix_bsr.lo lis_matrix_csc.lo lis_matrix_coo.lo lis_matrix_csr.lo lis_matrix_dia.lo lis_matrix_diag.lo lis_matrix_dns.lo lis_matrix_ell.lo lis_matrix_ilu.lo lis_matrix_jad.lo lis_matrix_mpi.lo lis_matrix_msr.lo lis_matrix_ops.lo lis_matrix_rco.lo lis_matrix_vbr.lo -lm libtool: link: ar cru .libs/libmatrix.a .libs/lis_matrix.o .libs/lis_matrix_bsc.o .libs/lis_matrix_bsr.o .libs/lis_matrix_csc.o .libs/lis_matrix_coo.o .libs/lis_matrix_csr.o .libs/lis_matrix_dia.o .libs/lis_matrix_diag.o .libs/lis_matrix_dns.o .libs/lis_matrix_ell.o .libs/lis_matrix_ilu.o .libs/lis_matrix_jad.o .libs/lis_matrix_mpi.o .libs/lis_matrix_msr.o .libs/lis_matrix_ops.o .libs/lis_matrix_rco.o .libs/lis_matrix_vbr.o libtool: link: ranlib .libs/libmatrix.a libtool: link: ( cd ".libs" && rm -f "libmatrix.la" && ln -s "../libmatrix.la" "libmatrix.la" ) Making all in vector /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_vector.lo lis_vector.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_vector.c -fno-common -DPIC -o .libs/lis_vector.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_vector_ops.lo lis_vector_ops.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_vector_ops.c -fno-common -DPIC -o .libs/lis_vector_ops.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_vector_opv.lo lis_vector_opv.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_vector_opv.c -fno-common -DPIC -o .libs/lis_vector_opv.o /bin/sh ../../libtool --tag=CC --mode=link clang -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -Wl,-install_name,@rpath/liblis.dylib -o libvector.la lis_vector.lo lis_vector_ops.lo lis_vector_opv.lo -lm libtool: link: ar cru .libs/libvector.a .libs/lis_vector.o .libs/lis_vector_ops.o .libs/lis_vector_opv.o libtool: link: ranlib .libs/libvector.a libtool: link: ( cd ".libs" && rm -f "libvector.la" && ln -s "../libvector.la" "libvector.la" ) Making all in matvec /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_matvec.lo lis_matvec.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_matvec.c -fno-common -DPIC -o .libs/lis_matvec.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_matvec_bsc.lo lis_matvec_bsc.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_matvec_bsc.c -fno-common -DPIC -o .libs/lis_matvec_bsc.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_matvec_bsr.lo lis_matvec_bsr.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_matvec_bsr.c -fno-common -DPIC -o .libs/lis_matvec_bsr.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_matvec_csc.lo lis_matvec_csc.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_matvec_csc.c -fno-common -DPIC -o .libs/lis_matvec_csc.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_matvec_coo.lo lis_matvec_coo.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_matvec_coo.c -fno-common -DPIC -o .libs/lis_matvec_coo.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_matvec_csr.lo lis_matvec_csr.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_matvec_csr.c -fno-common -DPIC -o .libs/lis_matvec_csr.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_matvec_dia.lo lis_matvec_dia.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_matvec_dia.c -fno-common -DPIC -o .libs/lis_matvec_dia.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_matvec_dns.lo lis_matvec_dns.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_matvec_dns.c -fno-common -DPIC -o .libs/lis_matvec_dns.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_matvec_ell.lo lis_matvec_ell.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_matvec_ell.c -fno-common -DPIC -o .libs/lis_matvec_ell.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_matvec_jad.lo lis_matvec_jad.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_matvec_jad.c -fno-common -DPIC -o .libs/lis_matvec_jad.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_matvec_msr.lo lis_matvec_msr.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_matvec_msr.c -fno-common -DPIC -o .libs/lis_matvec_msr.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_matvec_vbr.lo lis_matvec_vbr.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_matvec_vbr.c -fno-common -DPIC -o .libs/lis_matvec_vbr.o /bin/sh ../../libtool --tag=CC --mode=link clang -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -Wl,-install_name,@rpath/liblis.dylib -o libmatvec.la lis_matvec.lo lis_matvec_bsc.lo lis_matvec_bsr.lo lis_matvec_csc.lo lis_matvec_coo.lo lis_matvec_csr.lo lis_matvec_dia.lo lis_matvec_dns.lo lis_matvec_ell.lo lis_matvec_jad.lo lis_matvec_msr.lo lis_matvec_vbr.lo -lm libtool: link: ar cru .libs/libmatvec.a .libs/lis_matvec.o .libs/lis_matvec_bsc.o .libs/lis_matvec_bsr.o .libs/lis_matvec_csc.o .libs/lis_matvec_coo.o .libs/lis_matvec_csr.o .libs/lis_matvec_dia.o .libs/lis_matvec_dns.o .libs/lis_matvec_ell.o .libs/lis_matvec_jad.o .libs/lis_matvec_msr.o .libs/lis_matvec_vbr.o libtool: link: ranlib .libs/libmatvec.a libtool: link: ( cd ".libs" && rm -f "libmatvec.la" && ln -s "../libmatvec.la" "libmatvec.la" ) Making all in precon /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_precon.lo lis_precon.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_precon.c -fno-common -DPIC -o .libs/lis_precon.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_precon_ads.lo lis_precon_ads.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_precon_ads.c -fno-common -DPIC -o .libs/lis_precon_ads.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_precon_hybrid.lo lis_precon_hybrid.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_precon_hybrid.c -fno-common -DPIC -o .libs/lis_precon_hybrid.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_precon_iluc.lo lis_precon_iluc.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_precon_iluc.c -fno-common -DPIC -o .libs/lis_precon_iluc.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_precon_iluk.lo lis_precon_iluk.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_precon_iluk.c -fno-common -DPIC -o .libs/lis_precon_iluk.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_precon_ilut.lo lis_precon_ilut.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_precon_ilut.c -fno-common -DPIC -o .libs/lis_precon_ilut.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_precon_is.lo lis_precon_is.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_precon_is.c -fno-common -DPIC -o .libs/lis_precon_is.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_precon_jacobi.lo lis_precon_jacobi.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_precon_jacobi.c -fno-common -DPIC -o .libs/lis_precon_jacobi.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_precon_saamg.lo lis_precon_saamg.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_precon_saamg.c -fno-common -DPIC -o .libs/lis_precon_saamg.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_precon_sainv.lo lis_precon_sainv.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_precon_sainv.c -fno-common -DPIC -o .libs/lis_precon_sainv.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_precon_ssor.lo lis_precon_ssor.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_precon_ssor.c -fno-common -DPIC -o .libs/lis_precon_ssor.o /bin/sh ../../libtool --tag=CC --mode=link clang -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -Wl,-install_name,@rpath/liblis.dylib -o libprecon.la lis_precon.lo lis_precon_ads.lo lis_precon_hybrid.lo lis_precon_iluc.lo lis_precon_iluk.lo lis_precon_ilut.lo lis_precon_is.lo lis_precon_jacobi.lo lis_precon_saamg.lo lis_precon_sainv.lo lis_precon_ssor.lo -lm libtool: link: ar cru .libs/libprecon.a .libs/lis_precon.o .libs/lis_precon_ads.o .libs/lis_precon_hybrid.o .libs/lis_precon_iluc.o .libs/lis_precon_iluk.o .libs/lis_precon_ilut.o .libs/lis_precon_is.o .libs/lis_precon_jacobi.o .libs/lis_precon_saamg.o .libs/lis_precon_sainv.o .libs/lis_precon_ssor.o libtool: link: ranlib .libs/libprecon.a libtool: link: ( cd ".libs" && rm -f "libprecon.la" && ln -s "../libprecon.la" "libprecon.la" ) Making all in solver /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_solver.lo lis_solver.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_solver.c -fno-common -DPIC -o .libs/lis_solver.o lis_solver.c:721:21: warning: expression result unused [-Wunused-value] if( output ) ("CONV_COND : ||r||_2 <= %6.1e*||r_0||_2\n", tol); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lis_solver.c:721:65: warning: expression result unused [-Wunused-value] if( output ) ("CONV_COND : ||r||_2 <= %6.1e*||r_0||_2\n", tol); ^~~ 2 warnings generated. /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_solver_bicg.lo lis_solver_bicg.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_solver_bicg.c -fno-common -DPIC -o .libs/lis_solver_bicg.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_solver_bicgsafe.lo lis_solver_bicgsafe.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_solver_bicgsafe.c -fno-common -DPIC -o .libs/lis_solver_bicgsafe.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_solver_bicgstab.lo lis_solver_bicgstab.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_solver_bicgstab.c -fno-common -DPIC -o .libs/lis_solver_bicgstab.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_solver_bicgstabl.lo lis_solver_bicgstabl.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_solver_bicgstabl.c -fno-common -DPIC -o .libs/lis_solver_bicgstabl.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_solver_cg.lo lis_solver_cg.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_solver_cg.c -fno-common -DPIC -o .libs/lis_solver_cg.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_solver_cgs.lo lis_solver_cgs.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_solver_cgs.c -fno-common -DPIC -o .libs/lis_solver_cgs.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_solver_gmres.lo lis_solver_gmres.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_solver_gmres.c -fno-common -DPIC -o .libs/lis_solver_gmres.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_solver_gpbicg.lo lis_solver_gpbicg.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_solver_gpbicg.c -fno-common -DPIC -o .libs/lis_solver_gpbicg.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_solver_gs.lo lis_solver_gs.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_solver_gs.c -fno-common -DPIC -o .libs/lis_solver_gs.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_solver_idrs.lo lis_solver_idrs.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_solver_idrs.c -fno-common -DPIC -o .libs/lis_solver_idrs.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_solver_jacobi.lo lis_solver_jacobi.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_solver_jacobi.c -fno-common -DPIC -o .libs/lis_solver_jacobi.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_solver_minres.lo lis_solver_minres.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_solver_minres.c -fno-common -DPIC -o .libs/lis_solver_minres.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_solver_orthomin.lo lis_solver_orthomin.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_solver_orthomin.c -fno-common -DPIC -o .libs/lis_solver_orthomin.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_solver_qmr.lo lis_solver_qmr.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_solver_qmr.c -fno-common -DPIC -o .libs/lis_solver_qmr.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_solver_sor.lo lis_solver_sor.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_solver_sor.c -fno-common -DPIC -o .libs/lis_solver_sor.o /bin/sh ../../libtool --tag=CC --mode=link clang -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -Wl,-install_name,@rpath/liblis.dylib -o libsolver.la lis_solver.lo lis_solver_bicg.lo lis_solver_bicgsafe.lo lis_solver_bicgstab.lo lis_solver_bicgstabl.lo lis_solver_cg.lo lis_solver_cgs.lo lis_solver_gmres.lo lis_solver_gpbicg.lo lis_solver_gs.lo lis_solver_idrs.lo lis_solver_jacobi.lo lis_solver_minres.lo lis_solver_orthomin.lo lis_solver_qmr.lo lis_solver_sor.lo -lm libtool: link: ar cru .libs/libsolver.a .libs/lis_solver.o .libs/lis_solver_bicg.o .libs/lis_solver_bicgsafe.o .libs/lis_solver_bicgstab.o .libs/lis_solver_bicgstabl.o .libs/lis_solver_cg.o .libs/lis_solver_cgs.o .libs/lis_solver_gmres.o .libs/lis_solver_gpbicg.o .libs/lis_solver_gs.o .libs/lis_solver_idrs.o .libs/lis_solver_jacobi.o .libs/lis_solver_minres.o .libs/lis_solver_orthomin.o .libs/lis_solver_qmr.o .libs/lis_solver_sor.o libtool: link: ranlib .libs/libsolver.a libtool: link: ( cd ".libs" && rm -f "libsolver.la" && ln -s "../libsolver.la" "libsolver.la" ) Making all in esolver /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_esolver.lo lis_esolver.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_esolver.c -fno-common -DPIC -o .libs/lis_esolver.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_esolver_pi.lo lis_esolver_pi.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_esolver_pi.c -fno-common -DPIC -o .libs/lis_esolver_pi.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_esolver_ii.lo lis_esolver_ii.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_esolver_ii.c -fno-common -DPIC -o .libs/lis_esolver_ii.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_esolver_aii.lo lis_esolver_aii.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_esolver_aii.c -fno-common -DPIC -o .libs/lis_esolver_aii.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_esolver_li.lo lis_esolver_li.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_esolver_li.c -fno-common -DPIC -o .libs/lis_esolver_li.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_esolver_cg.lo lis_esolver_cg.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_esolver_cg.c -fno-common -DPIC -o .libs/lis_esolver_cg.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_esolver_si.lo lis_esolver_si.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_esolver_si.c -fno-common -DPIC -o .libs/lis_esolver_si.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_esolver_rqi.lo lis_esolver_rqi.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_esolver_rqi.c -fno-common -DPIC -o .libs/lis_esolver_rqi.o /bin/sh ../../libtool --tag=CC --mode=link clang -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -Wl,-install_name,@rpath/liblis.dylib -o libesolver.la lis_esolver.lo lis_esolver_pi.lo lis_esolver_ii.lo lis_esolver_aii.lo lis_esolver_li.lo lis_esolver_cg.lo lis_esolver_si.lo lis_esolver_rqi.lo -lm libtool: link: ar cru .libs/libesolver.a .libs/lis_esolver.o .libs/lis_esolver_pi.o .libs/lis_esolver_ii.o .libs/lis_esolver_aii.o .libs/lis_esolver_li.o .libs/lis_esolver_cg.o .libs/lis_esolver_si.o .libs/lis_esolver_rqi.o libtool: link: ranlib .libs/libesolver.a libtool: link: ( cd ".libs" && rm -f "libesolver.la" && ln -s "../libesolver.la" "libesolver.la" ) Making all in system /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_error.lo lis_error.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_error.c -fno-common -DPIC -o .libs/lis_error.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_hash.lo lis_hash.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_hash.c -fno-common -DPIC -o .libs/lis_hash.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_init.lo lis_init.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_init.c -fno-common -DPIC -o .libs/lis_init.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_input.lo lis_input.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_input.c -fno-common -DPIC -o .libs/lis_input.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_input_hb.lo lis_input_hb.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_input_hb.c -fno-common -DPIC -o .libs/lis_input_hb.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_input_mm.lo lis_input_mm.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_input_mm.c -fno-common -DPIC -o .libs/lis_input_mm.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_memory.lo lis_memory.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_memory.c -fno-common -DPIC -o .libs/lis_memory.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_output.lo lis_output.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_output.c -fno-common -DPIC -o .libs/lis_output.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_output_mm.lo lis_output_mm.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_output_mm.c -fno-common -DPIC -o .libs/lis_output_mm.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_sort.lo lis_sort.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_sort.c -fno-common -DPIC -o .libs/lis_sort.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_times.lo lis_times.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_times.c -fno-common -DPIC -o .libs/lis_times.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o mt19937ar.lo mt19937ar.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c mt19937ar.c -fno-common -DPIC -o .libs/mt19937ar.o /bin/sh ../../libtool --tag=CC --mode=link clang -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -Wl,-install_name,@rpath/liblis.dylib -o libsystem.la lis_error.lo lis_hash.lo lis_init.lo lis_input.lo lis_input_hb.lo lis_input_mm.lo lis_memory.lo lis_output.lo lis_output_mm.lo lis_sort.lo lis_times.lo mt19937ar.lo -lm libtool: link: ar cru .libs/libsystem.a .libs/lis_error.o .libs/lis_hash.o .libs/lis_init.o .libs/lis_input.o .libs/lis_input_hb.o .libs/lis_input_mm.o .libs/lis_memory.o .libs/lis_output.o .libs/lis_output_mm.o .libs/lis_sort.o .libs/lis_times.o .libs/mt19937ar.o libtool: link: ranlib .libs/libsystem.a libtool: link: ( cd ".libs" && rm -f "libsystem.la" && ln -s "../libsystem.la" "libsystem.la" ) Making all in precision /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_precision.lo lis_precision.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_precision.c -fno-common -DPIC -o .libs/lis_precision.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_precision_vec.lo lis_precision_vec.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_precision_vec.c -fno-common -DPIC -o .libs/lis_precision_vec.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c -o lis_precision_matvec.lo lis_precision_matvec.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -c lis_precision_matvec.c -fno-common -DPIC -o .libs/lis_precision_matvec.o /bin/sh ../../libtool --tag=CC --mode=link clang -I../../include -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -Wl,-install_name,@rpath/liblis.dylib -o libprecision.la lis_precision.lo lis_precision_vec.lo lis_precision_matvec.lo -lm libtool: link: ar cru .libs/libprecision.a .libs/lis_precision.o .libs/lis_precision_vec.o .libs/lis_precision_matvec.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libprecision.a(lis_precision.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libprecision.a(lis_precision_vec.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libprecision.a(lis_precision_matvec.o) has no symbols libtool: link: ranlib .libs/libprecision.a /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libprecision.a(lis_precision.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libprecision.a(lis_precision_vec.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libprecision.a(lis_precision_matvec.o) has no symbols warning: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: warning for library: .libs/libprecision.a the table of contents is empty (no object file members in the library define global symbols) libtool: link: ( cd ".libs" && rm -f "libprecision.la" && ln -s "../libprecision.la" "libprecision.la" ) /bin/sh ../libtool --tag=CC --mode=link clang -O3 -fomit-frame-pointer -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -Wl,-install_name,@rpath/liblis.dylib -o liblis.la -rpath /usr/local/lib matrix/libmatrix.la vector/libvector.la matvec/libmatvec.la precon/libprecon.la solver/libsolver.la esolver/libesolver.la system/libsystem.la precision/libprecision.la -lm libtool: link: (cd .libs/liblis.lax/libmatrix.a && ar x "/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/lis-1.4.12/src/matrix/.libs/libmatrix.a") libtool: link: (cd .libs/liblis.lax/libvector.a && ar x "/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/lis-1.4.12/src/vector/.libs/libvector.a") libtool: link: (cd .libs/liblis.lax/libmatvec.a && ar x "/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/lis-1.4.12/src/matvec/.libs/libmatvec.a") libtool: link: (cd .libs/liblis.lax/libprecon.a && ar x "/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/lis-1.4.12/src/precon/.libs/libprecon.a") libtool: link: (cd .libs/liblis.lax/libsolver.a && ar x "/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/lis-1.4.12/src/solver/.libs/libsolver.a") libtool: link: (cd .libs/liblis.lax/libesolver.a && ar x "/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/lis-1.4.12/src/esolver/.libs/libesolver.a") libtool: link: (cd .libs/liblis.lax/libsystem.a && ar x "/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/lis-1.4.12/src/system/.libs/libsystem.a") libtool: link: (cd .libs/liblis.lax/libprecision.a && ar x "/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/lis-1.4.12/src/precision/.libs/libprecision.a") libtool: link: clang -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/liblis.0.dylib .libs/liblis.lax/libmatrix.a/lis_matrix.o .libs/liblis.lax/libmatrix.a/lis_matrix_bsc.o .libs/liblis.lax/libmatrix.a/lis_matrix_bsr.o .libs/liblis.lax/libmatrix.a/lis_matrix_coo.o .libs/liblis.lax/libmatrix.a/lis_matrix_csc.o .libs/liblis.lax/libmatrix.a/lis_matrix_csr.o .libs/liblis.lax/libmatrix.a/lis_matrix_dia.o .libs/liblis.lax/libmatrix.a/lis_matrix_diag.o .libs/liblis.lax/libmatrix.a/lis_matrix_dns.o .libs/liblis.lax/libmatrix.a/lis_matrix_ell.o .libs/liblis.lax/libmatrix.a/lis_matrix_ilu.o .libs/liblis.lax/libmatrix.a/lis_matrix_jad.o .libs/liblis.lax/libmatrix.a/lis_matrix_mpi.o .libs/liblis.lax/libmatrix.a/lis_matrix_msr.o .libs/liblis.lax/libmatrix.a/lis_matrix_ops.o .libs/liblis.lax/libmatrix.a/lis_matrix_rco.o .libs/liblis.lax/libmatrix.a/lis_matrix_vbr.o .libs/liblis.lax/libvector.a/lis_vector.o .libs/liblis.lax/libvector.a/lis_vector_ops.o .libs/liblis.lax/libvector.a/lis_vector_opv.o .libs/liblis.lax/libmatvec.a/lis_matvec.o .libs/liblis.lax/libmatvec.a/lis_matvec_bsc.o .libs/liblis.lax/libmatvec.a/lis_matvec_bsr.o .libs/liblis.lax/libmatvec.a/lis_matvec_coo.o .libs/liblis.lax/libmatvec.a/lis_matvec_csc.o .libs/liblis.lax/libmatvec.a/lis_matvec_csr.o .libs/liblis.lax/libmatvec.a/lis_matvec_dia.o .libs/liblis.lax/libmatvec.a/lis_matvec_dns.o .libs/liblis.lax/libmatvec.a/lis_matvec_ell.o .libs/liblis.lax/libmatvec.a/lis_matvec_jad.o .libs/liblis.lax/libmatvec.a/lis_matvec_msr.o .libs/liblis.lax/libmatvec.a/lis_matvec_vbr.o .libs/liblis.lax/libprecon.a/lis_precon.o .libs/liblis.lax/libprecon.a/lis_precon_ads.o .libs/liblis.lax/libprecon.a/lis_precon_hybrid.o .libs/liblis.lax/libprecon.a/lis_precon_iluc.o .libs/liblis.lax/libprecon.a/lis_precon_iluk.o .libs/liblis.lax/libprecon.a/lis_precon_ilut.o .libs/liblis.lax/libprecon.a/lis_precon_is.o .libs/liblis.lax/libprecon.a/lis_precon_jacobi.o .libs/liblis.lax/libprecon.a/lis_precon_saamg.o .libs/liblis.lax/libprecon.a/lis_precon_sainv.o .libs/liblis.lax/libprecon.a/lis_precon_ssor.o .libs/liblis.lax/libsolver.a/lis_solver.o .libs/liblis.lax/libsolver.a/lis_solver_bicg.o .libs/liblis.lax/libsolver.a/lis_solver_bicgsafe.o .libs/liblis.lax/libsolver.a/lis_solver_bicgstab.o .libs/liblis.lax/libsolver.a/lis_solver_bicgstabl.o .libs/liblis.lax/libsolver.a/lis_solver_cg.o .libs/liblis.lax/libsolver.a/lis_solver_cgs.o .libs/liblis.lax/libsolver.a/lis_solver_gmres.o .libs/liblis.lax/libsolver.a/lis_solver_gpbicg.o .libs/liblis.lax/libsolver.a/lis_solver_gs.o .libs/liblis.lax/libsolver.a/lis_solver_idrs.o .libs/liblis.lax/libsolver.a/lis_solver_jacobi.o .libs/liblis.lax/libsolver.a/lis_solver_minres.o .libs/liblis.lax/libsolver.a/lis_solver_orthomin.o .libs/liblis.lax/libsolver.a/lis_solver_qmr.o .libs/liblis.lax/libsolver.a/lis_solver_sor.o .libs/liblis.lax/libesolver.a/lis_esolver.o .libs/liblis.lax/libesolver.a/lis_esolver_aii.o .libs/liblis.lax/libesolver.a/lis_esolver_cg.o .libs/liblis.lax/libesolver.a/lis_esolver_ii.o .libs/liblis.lax/libesolver.a/lis_esolver_li.o .libs/liblis.lax/libesolver.a/lis_esolver_pi.o .libs/liblis.lax/libesolver.a/lis_esolver_rqi.o .libs/liblis.lax/libesolver.a/lis_esolver_si.o .libs/liblis.lax/libsystem.a/lis_error.o .libs/liblis.lax/libsystem.a/lis_hash.o .libs/liblis.lax/libsystem.a/lis_init.o .libs/liblis.lax/libsystem.a/lis_input.o .libs/liblis.lax/libsystem.a/lis_input_hb.o .libs/liblis.lax/libsystem.a/lis_input_mm.o .libs/liblis.lax/libsystem.a/lis_memory.o .libs/liblis.lax/libsystem.a/lis_output.o .libs/liblis.lax/libsystem.a/lis_output_mm.o .libs/liblis.lax/libsystem.a/lis_sort.o .libs/liblis.lax/libsystem.a/lis_times.o .libs/liblis.lax/libsystem.a/mt19937ar.o .libs/liblis.lax/libprecision.a/lis_precision.o .libs/liblis.lax/libprecision.a/lis_precision_matvec.o .libs/liblis.lax/libprecision.a/lis_precision_vec.o -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -lm -Wl,-install_name -Wl,@rpath/liblis.dylib -install_name /usr/local/lib/liblis.0.dylib -compatibility_version 1 -current_version 1.0 -Wl,-single_module libtool: link: dsymutil .libs/liblis.0.dylib || : warning: no debug symbols in executable (-arch x86_64) libtool: link: (cd ".libs" && rm -f "liblis.dylib" && ln -s "liblis.0.dylib" "liblis.dylib") libtool: link: rm -fr .libs/liblis.lax libtool: link: ( cd ".libs" && rm -f "liblis.la" && ln -s "../liblis.la" "liblis.la" ) # Copy the library; not headers (as they are not used by the runtime system) cp -Pp 3rdParty/lis-1.4.12/src/.libs/liblis.dylib* /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/ ! test -f build/lib/omc/liblis.so.0.0 -a ! -f /Users/grantstephens/Repos/OpenModelica/build/lib/omc/liblis.so.0 || ln -s liblis.so.0.0 /Users/grantstephens/Repos/OpenModelica/build/lib/omc/liblis.so.0 ! test -f build/lib/omc/liblis.so.0.0 -a ! -f /Users/grantstephens/Repos/OpenModelica/build/lib/omc/liblis.so || ln -s liblis.so.0.0 /Users/grantstephens/Repos/OpenModelica/build/lib/omc/liblis.so test -d 3rdParty/Cdaskr/solver (cd 3rdParty/Cdaskr/solver && make -f Makefile CC="clang" CFLAGS="-I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector") clang -c -o daux.o daux.c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector clang -c -o ddaskr.o ddaskr.c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector ddaskr.c:9273:15: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] i__ = (j - 1 << 1) + 1; ~~^~~ ~~ ddaskr.c:9273:15: note: place parentheses around the '-' expression to silence this warning i__ = (j - 1 << 1) + 1; ^ ( ) ddaskr.c:9329:11: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] i__ = (k - 1 << 1) + 1; ~~^~~ ~~ ddaskr.c:9329:11: note: place parentheses around the '-' expression to silence this warning i__ = (k - 1 << 1) + 1; ^ ( ) ddaskr.c:9457:10: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] iq = (k - 1 << 1) + 1; ~~^~~ ~~ ddaskr.c:9457:10: note: place parentheses around the '-' expression to silence this warning iq = (k - 1 << 1) + 1; ^ ( ) 3 warnings generated. clang -c -o dlinpk.o dlinpk.c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector ar r libcdaskr.a daux.o ddaskr.o dlinpk.o ar: creating archive libcdaskr.a test -d 3rdParty/CMinpack mkdir -p 3rdParty/CMinpack/build (cd 3rdParty/CMinpack/build && test -f Makefile || CC="clang" CXX="clang++" CFLAGS="-I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector" CPPFLAGS="" CC="clang" CXX="clang++" CFLAGS="-I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector" CPPFLAGS="" LDFLAGS="-Wl,-undefined -Wl,dynamic_lookup" cmake -DCMAKE_VERBOSE_MAKEFILE:Bool=ON -D CMAKE_AR:String="ar" -DCMAKE_COLOR_MAKEFILE:Bool=OFF -DBUILD_SHARED_LIBS:Bool=ON -DCMAKE_INSTALL_PREFIX:String=../install -DCMINPACK_LIB_INSTALL_DIR:String=../install .. -G "Unix Makefiles") -- The C compiler identification is AppleClang 7.0.0.7000072 -- The CXX compiler identification is AppleClang 7.0.0.7000072 -- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -- 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: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Building shared libraries. -- Configuring done CMake Warning (dev): Policy CMP0042 is not set: MACOSX_RPATH is enabled by default. Run "cmake --help-policy CMP0042" for policy details. Use the cmake_policy command to set the policy and suppress this warning. MACOSX_RPATH is not specified for the following targets: cminpack This warning is for project developers. Use -Wno-dev to suppress it. -- Generating done -- Build files have been written to: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/build test -f 3rdParty/CMinpack/build/libcminpack.dylib || /Applications/Xcode.app/Contents/Developer/usr/bin/make -C 3rdParty/CMinpack/build /usr/local/Cellar/cmake/3.3.2/bin/cmake -H/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack -B/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_progress_start /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/build/CMakeFiles /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/build/CMakeFiles/progress.marks /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 all /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cminpack.dir/build.make CMakeFiles/cminpack.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/build/CMakeFiles/cminpack.dir/DependInfo.cmake Scanning dependencies of target cminpack /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cminpack.dir/build.make CMakeFiles/cminpack.dir/build [ 2%] Building C object CMakeFiles/cminpack.dir/chkder.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/chkder.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/chkder.c [ 4%] Building C object CMakeFiles/cminpack.dir/enorm.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/enorm.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/enorm.c [ 6%] Building C object CMakeFiles/cminpack.dir/hybrd1.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/hybrd1.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/hybrd1.c [ 8%] Building C object CMakeFiles/cminpack.dir/hybrj.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/hybrj.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/hybrj.c [ 10%] Building C object CMakeFiles/cminpack.dir/lmdif1.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/lmdif1.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/lmdif1.c [ 12%] Building C object CMakeFiles/cminpack.dir/lmstr1.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/lmstr1.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/lmstr1.c [ 14%] Building C object CMakeFiles/cminpack.dir/qrfac.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/qrfac.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/qrfac.c [ 16%] Building C object CMakeFiles/cminpack.dir/r1updt.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/r1updt.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/r1updt.c [ 18%] Building C object CMakeFiles/cminpack.dir/dogleg.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/dogleg.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/dogleg.c [ 20%] Building C object CMakeFiles/cminpack.dir/fdjac1.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/fdjac1.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/fdjac1.c [ 22%] Building C object CMakeFiles/cminpack.dir/hybrd.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/hybrd.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/hybrd.c [ 24%] Building C object CMakeFiles/cminpack.dir/lmder1.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/lmder1.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/lmder1.c [ 26%] Building C object CMakeFiles/cminpack.dir/lmdif.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/lmdif.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/lmdif.c [ 28%] Building C object CMakeFiles/cminpack.dir/lmstr.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/lmstr.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/lmstr.c [ 30%] Building C object CMakeFiles/cminpack.dir/qrsolv.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/qrsolv.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/qrsolv.c [ 32%] Building C object CMakeFiles/cminpack.dir/rwupdt.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/rwupdt.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/rwupdt.c [ 34%] Building C object CMakeFiles/cminpack.dir/dpmpar.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/dpmpar.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/dpmpar.c [ 36%] Building C object CMakeFiles/cminpack.dir/fdjac2.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/fdjac2.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/fdjac2.c [ 38%] Building C object CMakeFiles/cminpack.dir/hybrj1.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/hybrj1.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/hybrj1.c [ 40%] Building C object CMakeFiles/cminpack.dir/lmder.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/lmder.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/lmder.c [ 42%] Building C object CMakeFiles/cminpack.dir/lmpar.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/lmpar.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/lmpar.c [ 44%] Building C object CMakeFiles/cminpack.dir/qform.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/qform.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/qform.c [ 46%] Building C object CMakeFiles/cminpack.dir/r1mpyq.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/r1mpyq.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/r1mpyq.c [ 48%] Building C object CMakeFiles/cminpack.dir/covar.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/covar.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/covar.c [ 50%] Building C object CMakeFiles/cminpack.dir/covar1.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/covar1.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/covar1.c [ 52%] Building C object CMakeFiles/cminpack.dir/chkder_.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/chkder_.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/chkder_.c [ 54%] Building C object CMakeFiles/cminpack.dir/enorm_.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/enorm_.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/enorm_.c [ 56%] Building C object CMakeFiles/cminpack.dir/hybrd1_.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/hybrd1_.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/hybrd1_.c [ 58%] Building C object CMakeFiles/cminpack.dir/hybrj_.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/hybrj_.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/hybrj_.c [ 60%] Building C object CMakeFiles/cminpack.dir/lmdif1_.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/lmdif1_.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/lmdif1_.c [ 62%] Building C object CMakeFiles/cminpack.dir/lmstr1_.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/lmstr1_.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/lmstr1_.c [ 64%] Building C object CMakeFiles/cminpack.dir/qrfac_.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/qrfac_.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/qrfac_.c [ 66%] Building C object CMakeFiles/cminpack.dir/r1updt_.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/r1updt_.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/r1updt_.c [ 68%] Building C object CMakeFiles/cminpack.dir/dogleg_.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/dogleg_.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/dogleg_.c [ 70%] Building C object CMakeFiles/cminpack.dir/fdjac1_.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/fdjac1_.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/fdjac1_.c [ 72%] Building C object CMakeFiles/cminpack.dir/hybrd_.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/hybrd_.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/hybrd_.c [ 74%] Building C object CMakeFiles/cminpack.dir/lmder1_.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/lmder1_.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/lmder1_.c [ 76%] Building C object CMakeFiles/cminpack.dir/lmdif_.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/lmdif_.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/lmdif_.c [ 78%] Building C object CMakeFiles/cminpack.dir/lmstr_.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/lmstr_.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/lmstr_.c [ 80%] Building C object CMakeFiles/cminpack.dir/qrsolv_.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/qrsolv_.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/qrsolv_.c [ 82%] Building C object CMakeFiles/cminpack.dir/rwupdt_.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/rwupdt_.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/rwupdt_.c [ 84%] Building C object CMakeFiles/cminpack.dir/dpmpar_.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/dpmpar_.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/dpmpar_.c [ 86%] Building C object CMakeFiles/cminpack.dir/fdjac2_.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/fdjac2_.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/fdjac2_.c [ 88%] Building C object CMakeFiles/cminpack.dir/hybrj1_.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/hybrj1_.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/hybrj1_.c [ 90%] Building C object CMakeFiles/cminpack.dir/lmder_.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/lmder_.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/lmder_.c [ 92%] Building C object CMakeFiles/cminpack.dir/lmpar_.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/lmpar_.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/lmpar_.c [ 94%] Building C object CMakeFiles/cminpack.dir/qform_.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/qform_.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/qform_.c [ 96%] Building C object CMakeFiles/cminpack.dir/r1mpyq_.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/r1mpyq_.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/r1mpyq_.c [ 98%] Building C object CMakeFiles/cminpack.dir/covar_.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Dcminpack_EXPORTS -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -o CMakeFiles/cminpack.dir/covar_.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/covar_.c [100%] Linking C shared library libcminpack.dylib /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/cminpack.dir/link.txt --verbose=1 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -dynamiclib -Wl,-headerpad_max_install_names -Wl,-undefined -Wl,dynamic_lookup -compatibility_version 1.0.0 -current_version 1.3.4 -o libcminpack.1.3.4.dylib -install_name /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/build/libcminpack.1.dylib CMakeFiles/cminpack.dir/chkder.c.o CMakeFiles/cminpack.dir/enorm.c.o CMakeFiles/cminpack.dir/hybrd1.c.o CMakeFiles/cminpack.dir/hybrj.c.o CMakeFiles/cminpack.dir/lmdif1.c.o CMakeFiles/cminpack.dir/lmstr1.c.o CMakeFiles/cminpack.dir/qrfac.c.o CMakeFiles/cminpack.dir/r1updt.c.o CMakeFiles/cminpack.dir/dogleg.c.o CMakeFiles/cminpack.dir/fdjac1.c.o CMakeFiles/cminpack.dir/hybrd.c.o CMakeFiles/cminpack.dir/lmder1.c.o CMakeFiles/cminpack.dir/lmdif.c.o CMakeFiles/cminpack.dir/lmstr.c.o CMakeFiles/cminpack.dir/qrsolv.c.o CMakeFiles/cminpack.dir/rwupdt.c.o CMakeFiles/cminpack.dir/dpmpar.c.o CMakeFiles/cminpack.dir/fdjac2.c.o CMakeFiles/cminpack.dir/hybrj1.c.o CMakeFiles/cminpack.dir/lmder.c.o CMakeFiles/cminpack.dir/lmpar.c.o CMakeFiles/cminpack.dir/qform.c.o CMakeFiles/cminpack.dir/r1mpyq.c.o CMakeFiles/cminpack.dir/covar.c.o CMakeFiles/cminpack.dir/covar1.c.o CMakeFiles/cminpack.dir/chkder_.c.o CMakeFiles/cminpack.dir/enorm_.c.o CMakeFiles/cminpack.dir/hybrd1_.c.o CMakeFiles/cminpack.dir/hybrj_.c.o CMakeFiles/cminpack.dir/lmdif1_.c.o CMakeFiles/cminpack.dir/lmstr1_.c.o CMakeFiles/cminpack.dir/qrfac_.c.o CMakeFiles/cminpack.dir/r1updt_.c.o CMakeFiles/cminpack.dir/dogleg_.c.o CMakeFiles/cminpack.dir/fdjac1_.c.o CMakeFiles/cminpack.dir/hybrd_.c.o CMakeFiles/cminpack.dir/lmder1_.c.o CMakeFiles/cminpack.dir/lmdif_.c.o CMakeFiles/cminpack.dir/lmstr_.c.o CMakeFiles/cminpack.dir/qrsolv_.c.o CMakeFiles/cminpack.dir/rwupdt_.c.o CMakeFiles/cminpack.dir/dpmpar_.c.o CMakeFiles/cminpack.dir/fdjac2_.c.o CMakeFiles/cminpack.dir/hybrj1_.c.o CMakeFiles/cminpack.dir/lmder_.c.o CMakeFiles/cminpack.dir/lmpar_.c.o CMakeFiles/cminpack.dir/qform_.c.o CMakeFiles/cminpack.dir/r1mpyq_.c.o CMakeFiles/cminpack.dir/covar_.c.o /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_symlink_library libcminpack.1.3.4.dylib libcminpack.1.dylib libcminpack.dylib [100%] Built target cminpack /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_progress_start /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/CMinpack/build/CMakeFiles 0 test ! `uname` = Darwin || install_name_tool -id @rpath/libcminpack.dylib 3rdParty/CMinpack/build/libcminpack.dylib # copy dll/so to lib/x86_64-darwin15.0.0/omc/ folders (rm -f /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/libcminpack.dylib*) (cp -af 3rdParty/CMinpack/build/libcminpack.dylib* /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc) # Darwin has to be special always (test ! `uname` = Darwin || cp -af 3rdParty/CMinpack/build/lib*.dylib /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc) /Applications/Xcode.app/Contents/Developer/usr/bin/make -C Compiler/Translation OMBUILDDIR=/Users/grantstephens/Repos/OpenModelica/build release for locale in de sv es; do mkdir -p /Users/grantstephens/Repos/OpenModelica/build/share/locale//$locale/LC_MESSAGES && msgfmt -o/Users/grantstephens/Repos/OpenModelica/build/share/locale//$locale/LC_MESSAGES/openmodelica.mo $locale.po; done (cp -p Examples/*.* /Users/grantstephens/Repos/OpenModelica/build/share/doc/omc/testmodels/) rm -f /Users/grantstephens/Repos/OpenModelica/build/share/doc/omc/testmodels/CMake*.txt (cd 3rdParty/Ipopt && ./configure --with-pic "CC=clang" CFLAGS="-I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector" CXX="clang++ -stdlib=libstdc++" CXXFLAGS="-g -O2 -stdlib=libstdc++ -std=c++11" F77="gfortran" LDFLAGS="-L/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib" --with-lapack-lib="-llapack -lblas" --with-blas-lib="-llapack -lblas" "--host=x86_64-apple-darwin15.0.0" --without-metis --without-HSLold --without-HSL) configure: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used. checking build system type... i386-apple-darwin15.0.0 checking whether we want to compile in debug mode... no checking for x86_64-apple-darwin15.0.0-clang... clang checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ANSI C... none needed configure: C compiler options are: -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector checking for x86_64-apple-darwin15.0.0-clang++... clang++ -stdlib=libstdc++ checking whether we are using the GNU C++ compiler... yes checking whether clang++ -stdlib=libstdc++ accepts -g... yes checking whether C++ compiler clang++ -stdlib=libstdc++ works... yes configure: C++ compiler options are: -g -O2 -stdlib=libstdc++ -std=c++11 configure: Trying to determine Fortran compiler name checking for x86_64-apple-darwin15.0.0-xlf_r... gfortran checking for x86_64-apple-darwin15.0.0-xlf_r... (cached) gfortran checking whether we are using the GNU Fortran 77 compiler... yes checking whether gfortran accepts -g... yes configure: Fortran compiler options are: -O3 -pipe checking for egrep... grep -E checking whether ln -s works... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking dependency style of clang... gcc3 checking dependency style of clang++ -stdlib=libstdc++... gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking host system type... x86_64-apple-darwin15.0.0 checking for a sed that does not truncate output... /usr/local/bin/gsed checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... nm checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... clang -E checking for ANSI C header files... rm: conftest.dSYM: is a directory rm: conftest.dSYM: is a directory yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking how to run the C++ preprocessor... clang++ -stdlib=libstdc++ -E checking the maximum length of command line arguments... 196608 checking command to parse nm output from clang object... rm: conftest.dSYM: is a directory rm: conftest.dSYM: is a directory rm: conftest.dSYM: is a directory rm: conftest.dSYM: is a directory ok checking for objdir... .libs checking for x86_64-apple-darwin15.0.0-ar... no checking for ar... ar checking for x86_64-apple-darwin15.0.0-ranlib... no checking for ranlib... ranlib checking for x86_64-apple-darwin15.0.0-strip... no checking for strip... strip rm: conftest.dSYM: is a directory rm: conftest.dSYM: is a directory checking if clang supports -fno-rtti -fno-exceptions... rm: conftest.dSYM: is a directory yes checking for clang option to produce PIC... -fno-common checking if clang PIC flag -fno-common works... rm: conftest.dSYM: is a directory yes checking if clang static flag -static works... rm: conftest.dSYM: is a directory no checking if clang supports -c -o file.o... rm: conftest.dSYM: is a directory yes checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin15.0.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool rm: conftest.dSYM: is a directory rm: conftest.dSYM: is a directory checking for ld used by clang++ -stdlib=libstdc++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking whether the clang++ -stdlib=libstdc++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking for clang++ -stdlib=libstdc++ option to produce PIC... -fno-common checking if clang++ -stdlib=libstdc++ PIC flag -fno-common works... rm: conftest.dSYM: is a directory yes checking if clang++ -stdlib=libstdc++ static flag -static works... rm: conftest.dSYM: is a directory no checking if clang++ -stdlib=libstdc++ supports -c -o file.o... rm: conftest.dSYM: is a directory yes checking whether the clang++ -stdlib=libstdc++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin15.0.0 dyld checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool rm: conftest.dSYM: is a directory rm: conftest.dSYM: is a directory checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for gfortran option to produce PIC... -fno-common checking if gfortran PIC flag -fno-common works... rm: conftest.dSYM: is a directory yes checking if gfortran static flag -static works... rm: conftest.dSYM: is a directory no checking if gfortran supports -c -o file.o... rm: conftest.dSYM: is a directory yes checking whether the gfortran linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin15.0.0 dyld checking how to hardcode library paths into programs... immediate configure: Build is "i386-apple-darwin15.0.0". configure: Applying patches to libtool for Darwin checking if library version is set... no checking whether source of project ASL is available and should be compiled... no checking whether source of project Blas is available and should be compiled... no, --with-blas-lib has been specified checking whether source of project Lapack is available and should be compiled... no, --with-lapack-lib has been specified checking whether source of project Metis is available and should be compiled... no, --without-metis has been specified checking whether source of project HSL is available and should be compiled... no checking whether source of project Mumps is available and should be compiled... yes, source in ThirdParty/Mumps checking whether source of project Ipopt is available and should be compiled... yes, source in Ipopt configure: configuring doxygen documentation options checking for doxygen... yes checking for latex... no checking for dot... YES checking which command should be used to link input files... ln -s configure: creating ./config.status config.status: creating Makefile config.status: creating doxydoc/doxygen.conf config.status: executing depfiles commands configure: configuring in ThirdParty/Mumps configure: running /bin/sh './configure' --prefix=/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt '--with-pic' 'CC=clang' 'CFLAGS=-I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector' 'CXX=clang++ -stdlib=libstdc++' 'CXXFLAGS=-g -O2 -stdlib=libstdc++ -std=c++11' 'F77=gfortran' 'LDFLAGS=-L/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib' '--with-lapack-lib=-llapack -lblas' '--with-blas-lib=-llapack -lblas' '--host=x86_64-apple-darwin15.0.0' '--without-metis' '--without-HSLold' '--without-HSL' 'host_alias=x86_64-apple-darwin15.0.0' --cache-file=/dev/null --srcdir=. configure: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used. checking for svnversion... yes checking build system type... i386-apple-darwin15.0.0 checking whether we want to compile in debug mode... no checking for x86_64-apple-darwin15.0.0-clang... clang checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ANSI C... none needed configure: C compiler options are: -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DMUMPS_BUILD configure: Trying to determine Fortran compiler name checking for x86_64-apple-darwin15.0.0-xlf_r... gfortran checking for x86_64-apple-darwin15.0.0-xlf_r... (cached) gfortran checking whether we are using the GNU Fortran 77 compiler... yes checking whether gfortran accepts -g... yes configure: Fortran compiler options are: -O3 -pipe checking how to get verbose linking output from gfortran... -v checking for Fortran libraries of gfortran... -L/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -L/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0 -L/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/../../.. -lgfortran -lSystem -lgcc_ext.10.5 -lquadmath -lm configure: Corrected Fortran libraries: -L/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -L/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0 -L/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/../../.. -lgfortran -lSystem -lquadmath -lm checking for dummy main to link with Fortran libraries... none checking for Fortran name-mangling scheme... lower case, underscore, no extra underscore checking whether ln -s works... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking dependency style of clang... gcc3 checking whether to enable maintainer-specific portions of Makefiles... no configure: Using libtool script in directory ../.. checking if library version is set... 6:2:5 checking for x86_64-apple-darwin15.0.0-pkg-config... no checking for pkg-config... pkg-config checking pkg-config is at least version 0.16.0... yes checking for COIN-OR package Blas... yes checking for COIN-OR package Metis... skipping checking whether we can compile Fortran 90 code... yes checking for additional preprocessor C flags... -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d checking for additional preprocessor Fortran flags... checking which command should be used to link input files... ln -s configure: creating ./config.status config.status: creating Makefile config.status: creating coinmumps.pc config.status: creating coinmumps-uninstalled.pc config.status: executing depfiles commands configure: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting configure: Configuration of ThirdPartyMumps successful configure: configuring in Ipopt configure: running /bin/sh './configure' --prefix=/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt '--with-pic' 'CC=clang' 'CFLAGS=-I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector' 'CXX=clang++ -stdlib=libstdc++' 'CXXFLAGS=-g -O2 -stdlib=libstdc++ -std=c++11' 'F77=gfortran' 'LDFLAGS=-L/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib' '--with-lapack-lib=-llapack -lblas' '--with-blas-lib=-llapack -lblas' '--host=x86_64-apple-darwin15.0.0' '--without-metis' '--without-HSLold' '--without-HSL' 'host_alias=x86_64-apple-darwin15.0.0' --cache-file=/dev/null --srcdir=. configure: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used. checking build system type... i386-apple-darwin15.0.0 checking for svnversion... yes checking whether we want to compile in debug mode... no checking for egrep... grep -E checking whether ln -s works... yes checking for x86_64-apple-darwin15.0.0-clang... clang checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ANSI C... none needed configure: C compiler options are: -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DIPOPT_BUILD checking for x86_64-apple-darwin15.0.0-clang++... clang++ -stdlib=libstdc++ checking whether we are using the GNU C++ compiler... yes checking whether clang++ -stdlib=libstdc++ accepts -g... yes checking whether C++ compiler clang++ -stdlib=libstdc++ works... yes configure: C++ compiler options are: -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD configure: Assuming that CXXLIBS is "-lstdc++ -lm". configure: Trying to determine Fortran compiler name checking for x86_64-apple-darwin15.0.0-xlf_r... gfortran checking for x86_64-apple-darwin15.0.0-xlf_r... (cached) gfortran checking whether we are using the GNU Fortran 77 compiler... yes checking whether gfortran accepts -g... yes configure: Fortran compiler options are: -O3 -pipe checking how to get verbose linking output from gfortran... rm: conftest.dSYM: is a directory -v checking for Fortran libraries of gfortran... rm: conftest.dSYM: is a directory -L/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -L/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0 -L/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/../../.. -lgfortran -lSystem -lgcc_ext.10.5 -lquadmath -lm configure: Corrected Fortran libraries: -L/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -L/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0 -L/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/../../.. -lgfortran -lSystem -lquadmath -lm checking for dummy main to link with Fortran libraries... rm: conftest.dSYM: is a directory none checking for Fortran name-mangling scheme... rm: conftest.dSYM: is a directory lower case, underscore, no extra underscore checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking dependency style of clang... gcc3 checking dependency style of clang++ -stdlib=libstdc++... gcc3 checking whether to enable maintainer-specific portions of Makefiles... no configure: Using libtool script in directory .. checking if library version is set... no configure: configuring doxygen documentation options checking for doxygen... yes checking for latex... no checking for dot... YES checking for x86_64-apple-darwin15.0.0-pkg-config... no checking for pkg-config... pkg-config checking pkg-config is at least version 0.16.0... yes checking for COIN-OR package Blas... yes checking for COIN-OR package Lapack... yes checking for COIN-OR package ASL... not given: No package 'coinasl' found checking for COIN-OR package HSL... not given: No package 'coinhsl' found checking for COIN-OR package Mumps... yes: 1.5.2 checking for int *... yes checking size of int *... 8 configure: Using CXXAR="ar cru". checking cmath usability... yes checking cmath presence... yes checking for cmath... yes checking cctype usability... yes checking cctype presence... yes checking for cctype... yes checking cassert usability... yes checking cassert presence... yes checking for cassert... yes checking cstdio usability... yes checking cstdio presence... yes checking for cstdio... yes checking cstdlib usability... yes checking cstdlib presence... yes checking for cstdlib... yes checking cstdarg usability... yes checking cstdarg presence... yes checking for cstdarg... yes checking cstring usability... yes checking cstring presence... yes checking for cstring... yes checking cfloat usability... yes checking cfloat presence... yes checking for cfloat... yes checking ctime usability... yes checking ctime presence... yes checking for ctime... yes checking cstddef usability... yes checking cstddef presence... yes checking for cstddef... yes checking for cmath... (cached) yes checking for cfloat... (cached) yes checking cieeefp usability... no checking cieeefp presence... no checking for cieeefp... no checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no checking whether isfinite is declared... no checking whether finite is declared... yes checking whether va_copy is declared... yes checking whether drand48 is declared... yes checking whether rand is declared... yes checking whether srand is declared... yes checking whether MKL is being used... no checking for MPI_Initialized... no checking whether this is a VPATH configuration... no checking for matlab installation... no checking whether the linear solver loader should be compiled... yes checking windows.h usability... no checking windows.h presence... no checking for windows.h... no checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for dlopen in -ldl... yes checking for snprintf... yes checking for vsnprintf... yes checking which command should be used to link input files... ln -s configure: creating ./config.status config.status: creating Makefile config.status: creating src/Common/Makefile config.status: creating src/LinAlg/Makefile config.status: creating src/LinAlg/TMatrices/Makefile config.status: creating src/Interfaces/Makefile config.status: creating src/Algorithm/Makefile config.status: creating src/Algorithm/LinearSolvers/Makefile config.status: creating src/Algorithm/Inexact/Makefile config.status: creating src/contrib/CGPenalty/Makefile config.status: creating src/contrib/LinearSolverLoader/Makefile config.status: creating src/Apps/Makefile config.status: creating src/Apps/AmplSolver/Makefile config.status: creating src/Apps/CUTErInterface/Makefile config.status: creating examples/hs071_f/Makefile config.status: creating examples/hs071_f/hs071_f.f config.status: creating examples/Cpp_example/Makefile config.status: creating examples/hs071_cpp/Makefile config.status: creating examples/hs071_c/Makefile config.status: creating examples/ScalableProblems/Makefile config.status: creating tutorial/CodingExercise/C/1-skeleton/Makefile config.status: creating tutorial/CodingExercise/C/2-mistake/Makefile config.status: creating tutorial/CodingExercise/C/3-solution/Makefile config.status: creating tutorial/CodingExercise/Cpp/1-skeleton/Makefile config.status: creating tutorial/CodingExercise/Cpp/2-mistake/Makefile config.status: creating tutorial/CodingExercise/Cpp/3-solution/Makefile config.status: creating tutorial/CodingExercise/Matlab/1-skeleton/startup.m config.status: creating tutorial/CodingExercise/Matlab/2-mistake/startup.m config.status: creating tutorial/CodingExercise/Matlab/3-solution/startup.m config.status: creating tutorial/CodingExercise/Fortran/1-skeleton/TutorialFortran.f config.status: creating tutorial/CodingExercise/Fortran/2-mistake/TutorialFortran.f config.status: creating tutorial/CodingExercise/Fortran/3-solution/TutorialFortran.f config.status: creating tutorial/CodingExercise/Fortran/1-skeleton/Makefile config.status: creating tutorial/CodingExercise/Fortran/2-mistake/Makefile config.status: creating tutorial/CodingExercise/Fortran/3-solution/Makefile config.status: creating test/Makefile config.status: creating test/run_unitTests config.status: creating contrib/MatlabInterface/src/Makefile config.status: creating contrib/MatlabInterface/examples/startup.m config.status: creating contrib/JavaInterface/Makefile config.status: creating contrib/sIPOPT/Makefile config.status: creating contrib/sIPOPT/AmplSolver/Makefile config.status: creating contrib/sIPOPT/examples/parametric_cpp/Makefile config.status: creating contrib/sIPOPT/examples/redhess_cpp/Makefile config.status: creating contrib/sIPOPT/src/Makefile config.status: creating ipopt.pc config.status: creating ipopt-uninstalled.pc config.status: creating doxydoc/doxygen.conf config.status: creating contrib/RInterface/src/Makevars config.status: creating src/Common/config.h config.status: creating src/Common/config_ipopt.h config.status: creating examples/ScalableProblems/config.h config.status: linking ./examples/hs071_cpp/hs071_main.cpp to test/hs071_main.cpp config.status: linking ./examples/hs071_cpp/hs071_nlp.cpp to test/hs071_nlp.cpp config.status: linking ./examples/hs071_cpp/hs071_nlp.hpp to test/hs071_nlp.hpp config.status: linking ./examples/hs071_c/hs071_c.c to test/hs071_c.c config.status: executing depfiles commands configure: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting configure: Configuration of Ipopt successful configure: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting configure: Main configuration of Ipopt successful /Applications/Xcode.app/Contents/Developer/usr/bin/make -C 3rdParty/Ipopt Making all in ThirdParty/Mumps /bin/sh ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o tools_common_mod.lo `test -f 'MUMPS/src/tools_common_mod.F' || echo './'`MUMPS/src/tools_common_mod.F mkdir .libs gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/tools_common_mod.F -fno-common -o .libs/tools_common_mod.o /bin/sh ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o dmumps_comm_buffer.lo `test -f 'MUMPS/src/dmumps_comm_buffer.F' || echo './'`MUMPS/src/dmumps_comm_buffer.F gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/dmumps_comm_buffer.F -fno-common -o .libs/dmumps_comm_buffer.o /bin/sh ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o dmumps_struc_def.lo `test -f 'MUMPS/src/dmumps_struc_def.F' || echo './'`MUMPS/src/dmumps_struc_def.F gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/dmumps_struc_def.F -fno-common -o .libs/dmumps_struc_def.o /bin/sh ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o mumps_ooc_common.lo `test -f 'MUMPS/src/mumps_ooc_common.F' || echo './'`MUMPS/src/mumps_ooc_common.F gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/mumps_ooc_common.F -fno-common -o .libs/mumps_ooc_common.o /bin/sh ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o mumps_static_mapping.lo `test -f 'MUMPS/src/mumps_static_mapping.F' || echo './'`MUMPS/src/mumps_static_mapping.F gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/mumps_static_mapping.F -fno-common -o .libs/mumps_static_mapping.o /bin/sh ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o dmumps_ooc_buffer.lo `test -f 'MUMPS/src/dmumps_ooc_buffer.F' || echo './'`MUMPS/src/dmumps_ooc_buffer.F gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/dmumps_ooc_buffer.F -fno-common -o .libs/dmumps_ooc_buffer.o /bin/sh ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o dmumps_load.lo `test -f 'MUMPS/src/dmumps_load.F' || echo './'`MUMPS/src/dmumps_load.F gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/dmumps_load.F -fno-common -o .libs/dmumps_load.o /bin/sh ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o dmumps_ooc.lo `test -f 'MUMPS/src/dmumps_ooc.F' || echo './'`MUMPS/src/dmumps_ooc.F gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/dmumps_ooc.F -fno-common -o .libs/dmumps_ooc.o /bin/sh ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o mumps_sol_es.lo `test -f 'MUMPS/src/mumps_sol_es.F' || echo './'`MUMPS/src/mumps_sol_es.F gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/mumps_sol_es.F -fno-common -o .libs/mumps_sol_es.o /bin/sh ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o dmumps_part2.lo `test -f 'MUMPS/src/dmumps_part2.F' || echo './'`MUMPS/src/dmumps_part2.F gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/dmumps_part2.F -fno-common -o .libs/dmumps_part2.o MUMPS/src/dmumps_part2.F:4416:31: CALL DMUMPS_557(id%N, IPE(1), NV(1), IPS(1), NE(1), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'ipe' at (1) MUMPS/src/dmumps_part2.F:4426:25: CALL DMUMPS_201(NE(1), ND(1), id%INFOG(6), id%INFOG(5), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'ne' at (1) MUMPS/src/dmumps_part2.F:4463:36: CALL DMUMPS_97(id%N, FRERE(1), FILS(1), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'frere' at (1) MUMPS/src/dmumps_part2.F:4475:33: CALL DMUMPS_97(id%N, FRERE(1), FILS(1), NFSIZ(1), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'frere' at (1) MUMPS/src/dmumps_part2.F:2851:19: & PERM,FLAG(1)) 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'posi' at (1) MUMPS/src/dmumps_part2.F:2854:19: & PERM,FLAG(1)) 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'posi' at (1) /bin/sh ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o dmumps_part1.lo `test -f 'MUMPS/src/dmumps_part1.F' || echo './'`MUMPS/src/dmumps_part1.F gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/dmumps_part1.F -fno-common -o .libs/dmumps_part1.o /bin/sh ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o dmumps_part3.lo `test -f 'MUMPS/src/dmumps_part3.F' || echo './'`MUMPS/src/dmumps_part3.F gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/dmumps_part3.F -fno-common -o .libs/dmumps_part3.o MUMPS/src/dmumps_part3.F:6046:21: & id%ELTVAR( IELTPTR ), id%A_ELT( RELTPTR ), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'eltvar' at (1) MUMPS/src/dmumps_part3.F:6064:17: & id%ELTVAR(IELTPTR), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'elnodes' at (1) MUMPS/src/dmumps_part3.F:6072:17: & id%ELTVAR(IELTPTR), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'elnodes' at (1) MUMPS/src/dmumps_part3.F:6104:17: & id%ELTVAR(IELTPTR), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'elnodes' at (1) /bin/sh ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o dmumps_part4.lo `test -f 'MUMPS/src/dmumps_part4.F' || echo './'`MUMPS/src/dmumps_part4.F gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/dmumps_part4.F -fno-common -o .libs/dmumps_part4.o /bin/sh ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o dmumps_part5.lo `test -f 'MUMPS/src/dmumps_part5.F' || echo './'`MUMPS/src/dmumps_part5.F gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/dmumps_part5.F -fno-common -o .libs/dmumps_part5.o MUMPS/src/dmumps_part5.F:432:44: CALL DMUMPS_564(id%KEEP(38), id%PROCNODE(1), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'procnode' at (1) MUMPS/src/dmumps_part5.F:439:44: CALL DMUMPS_537(id%N,id%NSLAVES,ICNTL(1), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'icntl' at (1) MUMPS/src/dmumps_part5.F:1311:14: & id%CANDIDATES(1,1), id%I_AM_CAND(1) ) 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'candidates' at (1) MUMPS/src/dmumps_part5.F:1668:20: & id%N, id%MAPPING(1), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'mapping' at (1) MUMPS/src/dmumps_part5.F:5128:8: & id%DBLARR(1), KEEP(13), id%INTARR(1), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'dblarr' at (1) /bin/sh ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o dmumps_part6.lo `test -f 'MUMPS/src/dmumps_part6.F' || echo './'`MUMPS/src/dmumps_part6.F gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/dmumps_part6.F -fno-common -o .libs/dmumps_part6.o MUMPS/src/dmumps_part6.F:3575:14: & root%SCHUR_POINTER(1), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'val_root' at (1) MUMPS/src/dmumps_part6.F:3615:14: & root%RG2L_ROW(1), root%RG2L_COL(1), INVERT, 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'rg2l_row' at (1) /bin/sh ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o dmumps_part7.lo `test -f 'MUMPS/src/dmumps_part7.F' || echo './'`MUMPS/src/dmumps_part7.F gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/dmumps_part7.F -fno-common -o .libs/dmumps_part7.o /bin/sh ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o dmumps_part8.lo `test -f 'MUMPS/src/dmumps_part8.F' || echo './'`MUMPS/src/dmumps_part8.F gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/dmumps_part8.F -fno-common -o .libs/dmumps_part8.o MUMPS/src/dmumps_part8.F:545:36: CALL DMUMPS_535( MTYPE, id%ISOL_loc(1), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'isol_loc' at (1) MUMPS/src/dmumps_part8.F:1224:36: CALL DMUMPS_535( MTYPE, id%ISOL_loc(1), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'isol_loc' at (1) MUMPS/src/dmumps_part8.F:1756:32: & id%MYID_NODES, id%PTLUST_S(1), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'ptrist' at (1) MUMPS/src/dmumps_part8.F:1764:32: & id%MYID_NODES, id%PTLUST_S(1), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'ptrist' at (1) MUMPS/src/dmumps_part8.F:1796:23: & MTYPE, RHS_MUMPS(IBEG), LD_RHS, NBRHS_EFF, 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'rhs' at (1) MUMPS/src/dmumps_part8.F:1805:23: & MTYPE, RHS_MUMPS(IBEG), LD_RHS, NBRHS_EFF, 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'rhs' at (1) MUMPS/src/dmumps_part8.F:3753:13: & root%IPIV(1), root%LPIV, MASTER_ROOT, MYID_NODES, 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'ipiv' at (1) MUMPS/src/dmumps_part8.F:2101:39: CALL DMUMPS_245(id%root, id%N, id%S(1), LA_PASSED, 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'a' at (1) MUMPS/src/dmumps_part8.F:2141:42: CALL DMUMPS_245(id%root, id%N, id%S(1), LA_PASSED, 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'a' at (1) MUMPS/src/dmumps_part8.F:2253:23: & MTYPE, RHS_MUMPS(IBEG), LD_RHS, NBRHS_EFF, 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'rhs' at (1) MUMPS/src/dmumps_part8.F:2264:16: & RHS_MUMPS(IBEG), LD_RHS, NBRHS_EFF, 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'rhs' at (1) MUMPS/src/dmumps_part8.F:2277:23: & MTYPE, RHS_MUMPS(IBEG), LD_RHS, NBRHS_EFF, 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'rhs' at (1) MUMPS/src/dmumps_part8.F:2287:16: & RHS_MUMPS(IBEG), LD_RHS, NBRHS_EFF, 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'rhs' at (1) MUMPS/src/dmumps_part8.F:2344:23: & MTYPE, RHS_MUMPS(IBEG), LD_RHS, NBRHS_EFF, 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'rhs' at (1) MUMPS/src/dmumps_part8.F:2707:49: & JDUMMY, id%KEEP(1), id%KEEP8(1), id%PROCNODE_STEPS(1), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'procnode_steps' at (1) MUMPS/src/dmumps_part8.F:2715:16: & id%PTLUST_S(1), id%KEEP(1), id%KEEP8(1), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'ptrist' at (1) MUMPS/src/dmumps_part8.F:2726:42: CALL DMUMPS_245( id%root, id%N, id%S(1), LA_PASSED, 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'a' at (1) MUMPS/src/dmumps_part8.F:2772:48: & JDUMMY, id%KEEP(1),id%KEEP8(1), id%PROCNODE_STEPS(1), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'procnode_steps' at (1) MUMPS/src/dmumps_part8.F:2782:16: & id%PTLUST_S(1), id%KEEP(1),id%KEEP8(1), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'ptrist' at (1) /bin/sh ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o mumps_part9.lo `test -f 'MUMPS/src/mumps_part9.F' || echo './'`MUMPS/src/mumps_part9.F gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/mumps_part9.F -fno-common -o .libs/mumps_part9.o if /bin/sh ./../../libtool --tag=CC --mode=compile clang -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_c.lo -MD -MP -MF ".deps/mumps_c.Tpo" -c -o mumps_c.lo `test -f 'MUMPS/src/mumps_c.c' || echo './'`MUMPS/src/mumps_c.c; \ then mv -f ".deps/mumps_c.Tpo" ".deps/mumps_c.Plo"; else rm -f ".deps/mumps_c.Tpo"; exit 1; fi clang -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_c.lo -MD -MP -MF .deps/mumps_c.Tpo -c MUMPS/src/mumps_c.c -fno-common -DPIC -o .libs/mumps_c.o if /bin/sh ./../../libtool --tag=CC --mode=compile clang -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_common.lo -MD -MP -MF ".deps/mumps_common.Tpo" -c -o mumps_common.lo `test -f 'MUMPS/src/mumps_common.c' || echo './'`MUMPS/src/mumps_common.c; \ then mv -f ".deps/mumps_common.Tpo" ".deps/mumps_common.Plo"; else rm -f ".deps/mumps_common.Tpo"; exit 1; fi clang -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_common.lo -MD -MP -MF .deps/mumps_common.Tpo -c MUMPS/src/mumps_common.c -fno-common -DPIC -o .libs/mumps_common.o if /bin/sh ./../../libtool --tag=CC --mode=compile clang -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_orderings.lo -MD -MP -MF ".deps/mumps_orderings.Tpo" -c -o mumps_orderings.lo `test -f 'MUMPS/src/mumps_orderings.c' || echo './'`MUMPS/src/mumps_orderings.c; \ then mv -f ".deps/mumps_orderings.Tpo" ".deps/mumps_orderings.Plo"; else rm -f ".deps/mumps_orderings.Tpo"; exit 1; fi clang -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_orderings.lo -MD -MP -MF .deps/mumps_orderings.Tpo -c MUMPS/src/mumps_orderings.c -fno-common -DPIC -o .libs/mumps_orderings.o if /bin/sh ./../../libtool --tag=CC --mode=compile clang -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_io.lo -MD -MP -MF ".deps/mumps_io.Tpo" -c -o mumps_io.lo `test -f 'MUMPS/src/mumps_io.c' || echo './'`MUMPS/src/mumps_io.c; \ then mv -f ".deps/mumps_io.Tpo" ".deps/mumps_io.Plo"; else rm -f ".deps/mumps_io.Tpo"; exit 1; fi clang -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_io.lo -MD -MP -MF .deps/mumps_io.Tpo -c MUMPS/src/mumps_io.c -fno-common -DPIC -o .libs/mumps_io.o if /bin/sh ./../../libtool --tag=CC --mode=compile clang -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_io_basic.lo -MD -MP -MF ".deps/mumps_io_basic.Tpo" -c -o mumps_io_basic.lo `test -f 'MUMPS/src/mumps_io_basic.c' || echo './'`MUMPS/src/mumps_io_basic.c; \ then mv -f ".deps/mumps_io_basic.Tpo" ".deps/mumps_io_basic.Plo"; else rm -f ".deps/mumps_io_basic.Tpo"; exit 1; fi clang -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_io_basic.lo -MD -MP -MF .deps/mumps_io_basic.Tpo -c MUMPS/src/mumps_io_basic.c -fno-common -DPIC -o .libs/mumps_io_basic.o if /bin/sh ./../../libtool --tag=CC --mode=compile clang -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_io_thread.lo -MD -MP -MF ".deps/mumps_io_thread.Tpo" -c -o mumps_io_thread.lo `test -f 'MUMPS/src/mumps_io_thread.c' || echo './'`MUMPS/src/mumps_io_thread.c; \ then mv -f ".deps/mumps_io_thread.Tpo" ".deps/mumps_io_thread.Plo"; else rm -f ".deps/mumps_io_thread.Tpo"; exit 1; fi clang -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_io_thread.lo -MD -MP -MF .deps/mumps_io_thread.Tpo -c MUMPS/src/mumps_io_thread.c -fno-common -DPIC -o .libs/mumps_io_thread.o if /bin/sh ./../../libtool --tag=CC --mode=compile clang -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_io_err.lo -MD -MP -MF ".deps/mumps_io_err.Tpo" -c -o mumps_io_err.lo `test -f 'MUMPS/src/mumps_io_err.c' || echo './'`MUMPS/src/mumps_io_err.c; \ then mv -f ".deps/mumps_io_err.Tpo" ".deps/mumps_io_err.Plo"; else rm -f ".deps/mumps_io_err.Tpo"; exit 1; fi clang -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_io_err.lo -MD -MP -MF .deps/mumps_io_err.Tpo -c MUMPS/src/mumps_io_err.c -fno-common -DPIC -o .libs/mumps_io_err.o if /bin/sh ./../../libtool --tag=CC --mode=compile clang -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_size.lo -MD -MP -MF ".deps/mumps_size.Tpo" -c -o mumps_size.lo `test -f 'MUMPS/src/mumps_size.c' || echo './'`MUMPS/src/mumps_size.c; \ then mv -f ".deps/mumps_size.Tpo" ".deps/mumps_size.Plo"; else rm -f ".deps/mumps_size.Tpo"; exit 1; fi clang -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_size.lo -MD -MP -MF .deps/mumps_size.Tpo -c MUMPS/src/mumps_size.c -fno-common -DPIC -o .libs/mumps_size.o /bin/sh ./../../libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o mpi.lo `test -f 'MUMPS/libseq/mpi.f' || echo './'`MUMPS/libseq/mpi.f gfortran -O3 -pipe -c MUMPS/libseq/mpi.f -fno-common -o .libs/mpi.o MUMPS/libseq/mpi.f:601:33: CALL MUMPS_COPY_LOGICAL( SENDBUF, RECVBUF, COUNT ) 1 Warning: Type mismatch in argument 's' at (1); passed INTEGER(4) to LOGICAL(4) MUMPS/libseq/mpi.f:603:30: CALL MUMPS_COPY_REAL( SENDBUF, RECVBUF, COUNT ) 1 Warning: Type mismatch in argument 's' at (1); passed INTEGER(4) to REAL(4) MUMPS/libseq/mpi.f:606:42: CALL MUMPS_COPY_DOUBLE_PRECISION( SENDBUF, RECVBUF, COUNT ) 1 Warning: Type mismatch in argument 's' at (1); passed INTEGER(4) to REAL(8) MUMPS/libseq/mpi.f:608:33: CALL MUMPS_COPY_COMPLEX( SENDBUF, RECVBUF, COUNT ) 1 Warning: Type mismatch in argument 's' at (1); passed INTEGER(4) to COMPLEX(4) MUMPS/libseq/mpi.f:610:40: CALL MUMPS_COPY_DOUBLE_COMPLEX( SENDBUF, RECVBUF, COUNT ) 1 Warning: Type mismatch in argument 's' at (1); passed INTEGER(4) to COMPLEX(8) MUMPS/libseq/mpi.f:612:43: CALL MUMPS_COPY_2DOUBLE_PRECISION( SENDBUF, RECVBUF, COUNT ) 1 Warning: Type mismatch in argument 's' at (1); passed INTEGER(4) to REAL(8) if /bin/sh ./../../libtool --tag=CC --mode=compile clang -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mpic.lo -MD -MP -MF ".deps/mpic.Tpo" -c -o mpic.lo `test -f 'MUMPS/libseq/mpic.c' || echo './'`MUMPS/libseq/mpic.c; \ then mv -f ".deps/mpic.Tpo" ".deps/mpic.Plo"; else rm -f ".deps/mpic.Tpo"; exit 1; fi clang -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mpic.lo -MD -MP -MF .deps/mpic.Tpo -c MUMPS/libseq/mpic.c -fno-common -DPIC -o .libs/mpic.o if /bin/sh ./../../libtool --tag=CC --mode=compile clang -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT elapse.lo -MD -MP -MF ".deps/elapse.Tpo" -c -o elapse.lo `test -f 'MUMPS/libseq/elapse.c' || echo './'`MUMPS/libseq/elapse.c; \ then mv -f ".deps/elapse.Tpo" ".deps/elapse.Plo"; else rm -f ".deps/elapse.Tpo"; exit 1; fi clang -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT elapse.lo -MD -MP -MF .deps/elapse.Tpo -c MUMPS/libseq/elapse.c -fno-common -DPIC -o .libs/elapse.o /bin/sh ./../../libtool --tag=F77 --mode=link gfortran -O3 -pipe -L/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -o libcoinmumps.la -rpath /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/lib -no-undefined -version-info 6:2:5 tools_common_mod.lo dmumps_comm_buffer.lo dmumps_struc_def.lo mumps_ooc_common.lo mumps_static_mapping.lo dmumps_ooc_buffer.lo dmumps_load.lo dmumps_ooc.lo dmumps_part1.lo dmumps_part2.lo dmumps_part3.lo dmumps_part4.lo dmumps_part5.lo dmumps_part6.lo dmumps_part7.lo dmumps_part8.lo mumps_part9.lo mumps_sol_es.lo mumps_c.lo mumps_common.lo mumps_orderings.lo mumps_io.lo mumps_io_basic.lo mumps_io_thread.lo mumps_io_err.lo mumps_size.lo mpi.lo mpic.lo elapse.lo -llapack -lblas -llapack -lblas -L/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -L/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0 -L/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/../../.. -lgfortran -lSystem -lquadmath -lm gfortran -dynamiclib -single_module -o .libs/libcoinmumps.1.5.2.dylib .libs/tools_common_mod.o .libs/dmumps_comm_buffer.o .libs/dmumps_struc_def.o .libs/mumps_ooc_common.o .libs/mumps_static_mapping.o .libs/dmumps_ooc_buffer.o .libs/dmumps_load.o .libs/dmumps_ooc.o .libs/dmumps_part1.o .libs/dmumps_part2.o .libs/dmumps_part3.o .libs/dmumps_part4.o .libs/dmumps_part5.o .libs/dmumps_part6.o .libs/dmumps_part7.o .libs/dmumps_part8.o .libs/mumps_part9.o .libs/mumps_sol_es.o .libs/mumps_c.o .libs/mumps_common.o .libs/mumps_orderings.o .libs/mumps_io.o .libs/mumps_io_basic.o .libs/mumps_io_thread.o .libs/mumps_io_err.o .libs/mumps_size.o .libs/mpi.o .libs/mpic.o .libs/elapse.o -L/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -llapack -lblas -L/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0 -L/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/../../.. -lgfortran -lSystem -lquadmath -lm -install_name /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/lib/libcoinmumps.1.dylib -compatibility_version 7 -current_version 7.2 (cd .libs && rm -f libcoinmumps.1.dylib && ln -s libcoinmumps.1.5.2.dylib libcoinmumps.1.dylib) (cd .libs && rm -f libcoinmumps.dylib && ln -s libcoinmumps.1.5.2.dylib libcoinmumps.dylib) creating libcoinmumps.la (cd .libs && rm -f libcoinmumps.la && ln -s ../libcoinmumps.la libcoinmumps.la) Making all in Ipopt Making all in src/Common /Applications/Xcode.app/Contents/Developer/usr/bin/make all-am if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpDebug.lo -MD -MP -MF ".deps/IpDebug.Tpo" -c -o IpDebug.lo IpDebug.cpp; \ then mv -f ".deps/IpDebug.Tpo" ".deps/IpDebug.Plo"; else rm -f ".deps/IpDebug.Tpo"; exit 1; fi mkdir .libs clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpDebug.lo -MD -MP -MF .deps/IpDebug.Tpo -c IpDebug.cpp -fno-common -DPIC -o .libs/IpDebug.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpJournalist.lo -MD -MP -MF ".deps/IpJournalist.Tpo" -c -o IpJournalist.lo IpJournalist.cpp; \ then mv -f ".deps/IpJournalist.Tpo" ".deps/IpJournalist.Plo"; else rm -f ".deps/IpJournalist.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpJournalist.lo -MD -MP -MF .deps/IpJournalist.Tpo -c IpJournalist.cpp -fno-common -DPIC -o .libs/IpJournalist.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpObserver.lo -MD -MP -MF ".deps/IpObserver.Tpo" -c -o IpObserver.lo IpObserver.cpp; \ then mv -f ".deps/IpObserver.Tpo" ".deps/IpObserver.Plo"; else rm -f ".deps/IpObserver.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpObserver.lo -MD -MP -MF .deps/IpObserver.Tpo -c IpObserver.cpp -fno-common -DPIC -o .libs/IpObserver.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpOptionsList.lo -MD -MP -MF ".deps/IpOptionsList.Tpo" -c -o IpOptionsList.lo IpOptionsList.cpp; \ then mv -f ".deps/IpOptionsList.Tpo" ".deps/IpOptionsList.Plo"; else rm -f ".deps/IpOptionsList.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpOptionsList.lo -MD -MP -MF .deps/IpOptionsList.Tpo -c IpOptionsList.cpp -fno-common -DPIC -o .libs/IpOptionsList.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpRegOptions.lo -MD -MP -MF ".deps/IpRegOptions.Tpo" -c -o IpRegOptions.lo IpRegOptions.cpp; \ then mv -f ".deps/IpRegOptions.Tpo" ".deps/IpRegOptions.Plo"; else rm -f ".deps/IpRegOptions.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpRegOptions.lo -MD -MP -MF .deps/IpRegOptions.Tpo -c IpRegOptions.cpp -fno-common -DPIC -o .libs/IpRegOptions.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpTaggedObject.lo -MD -MP -MF ".deps/IpTaggedObject.Tpo" -c -o IpTaggedObject.lo IpTaggedObject.cpp; \ then mv -f ".deps/IpTaggedObject.Tpo" ".deps/IpTaggedObject.Plo"; else rm -f ".deps/IpTaggedObject.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpTaggedObject.lo -MD -MP -MF .deps/IpTaggedObject.Tpo -c IpTaggedObject.cpp -fno-common -DPIC -o .libs/IpTaggedObject.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpUtils.lo -MD -MP -MF ".deps/IpUtils.Tpo" -c -o IpUtils.lo IpUtils.cpp; \ then mv -f ".deps/IpUtils.Tpo" ".deps/IpUtils.Plo"; else rm -f ".deps/IpUtils.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpUtils.lo -MD -MP -MF .deps/IpUtils.Tpo -c IpUtils.cpp -fno-common -DPIC -o .libs/IpUtils.o IpUtils.cpp:159:18: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations] return (bool)COIN_C_FINITE(val); ^ ./config.h:8:23: note: expanded from macro 'COIN_C_FINITE' #define COIN_C_FINITE finite ^ /usr/include/math.h:757:12: note: 'finite' has been explicitly marked deprecated here extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA); ^ 1 warning generated. /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -stdlib=libstdc++ -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -L/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -o libcommon.la -no-undefined IpDebug.lo IpJournalist.lo IpObserver.lo IpOptionsList.lo IpRegOptions.lo IpTaggedObject.lo IpUtils.lo ar cru .libs/libcommon.a .libs/IpDebug.o .libs/IpJournalist.o .libs/IpObserver.o .libs/IpOptionsList.o .libs/IpRegOptions.o .libs/IpTaggedObject.o .libs/IpUtils.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libcommon.a(IpDebug.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libcommon.a(IpObserver.o) has no symbols ranlib .libs/libcommon.a /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libcommon.a(IpDebug.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libcommon.a(IpObserver.o) has no symbols creating libcommon.la (cd .libs && rm -f libcommon.la && ln -s ../libcommon.la libcommon.la) Making all in src/LinAlg Making all in TMatrices if /bin/sh ../../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./..` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpGenTMatrix.lo -MD -MP -MF ".deps/IpGenTMatrix.Tpo" -c -o IpGenTMatrix.lo IpGenTMatrix.cpp; \ then mv -f ".deps/IpGenTMatrix.Tpo" ".deps/IpGenTMatrix.Plo"; else rm -f ".deps/IpGenTMatrix.Tpo"; exit 1; fi mkdir .libs clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./.. -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpGenTMatrix.lo -MD -MP -MF .deps/IpGenTMatrix.Tpo -c IpGenTMatrix.cpp -fno-common -DPIC -o .libs/IpGenTMatrix.o if /bin/sh ../../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./..` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpSymTMatrix.lo -MD -MP -MF ".deps/IpSymTMatrix.Tpo" -c -o IpSymTMatrix.lo IpSymTMatrix.cpp; \ then mv -f ".deps/IpSymTMatrix.Tpo" ".deps/IpSymTMatrix.Plo"; else rm -f ".deps/IpSymTMatrix.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./.. -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpSymTMatrix.lo -MD -MP -MF .deps/IpSymTMatrix.Tpo -c IpSymTMatrix.cpp -fno-common -DPIC -o .libs/IpSymTMatrix.o if /bin/sh ../../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./..` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpTripletHelper.lo -MD -MP -MF ".deps/IpTripletHelper.Tpo" -c -o IpTripletHelper.lo IpTripletHelper.cpp; \ then mv -f ".deps/IpTripletHelper.Tpo" ".deps/IpTripletHelper.Plo"; else rm -f ".deps/IpTripletHelper.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./.. -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpTripletHelper.lo -MD -MP -MF .deps/IpTripletHelper.Tpo -c IpTripletHelper.cpp -fno-common -DPIC -o .libs/IpTripletHelper.o /bin/sh ../../../../libtool --tag=CXX --mode=link clang++ -stdlib=libstdc++ -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -L/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -o libtmatrices.la -no-undefined IpGenTMatrix.lo IpSymTMatrix.lo IpTripletHelper.lo ar cru .libs/libtmatrices.a .libs/IpGenTMatrix.o .libs/IpSymTMatrix.o .libs/IpTripletHelper.o ranlib .libs/libtmatrices.a creating libtmatrices.la (cd .libs && rm -f libtmatrices.la && ln -s ../libtmatrices.la libtmatrices.la) if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpBlas.lo -MD -MP -MF ".deps/IpBlas.Tpo" -c -o IpBlas.lo IpBlas.cpp; \ then mv -f ".deps/IpBlas.Tpo" ".deps/IpBlas.Plo"; else rm -f ".deps/IpBlas.Tpo"; exit 1; fi mkdir .libs clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpBlas.lo -MD -MP -MF .deps/IpBlas.Tpo -c IpBlas.cpp -fno-common -DPIC -o .libs/IpBlas.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpCompoundMatrix.lo -MD -MP -MF ".deps/IpCompoundMatrix.Tpo" -c -o IpCompoundMatrix.lo IpCompoundMatrix.cpp; \ then mv -f ".deps/IpCompoundMatrix.Tpo" ".deps/IpCompoundMatrix.Plo"; else rm -f ".deps/IpCompoundMatrix.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpCompoundMatrix.lo -MD -MP -MF .deps/IpCompoundMatrix.Tpo -c IpCompoundMatrix.cpp -fno-common -DPIC -o .libs/IpCompoundMatrix.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpCompoundSymMatrix.lo -MD -MP -MF ".deps/IpCompoundSymMatrix.Tpo" -c -o IpCompoundSymMatrix.lo IpCompoundSymMatrix.cpp; \ then mv -f ".deps/IpCompoundSymMatrix.Tpo" ".deps/IpCompoundSymMatrix.Plo"; else rm -f ".deps/IpCompoundSymMatrix.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpCompoundSymMatrix.lo -MD -MP -MF .deps/IpCompoundSymMatrix.Tpo -c IpCompoundSymMatrix.cpp -fno-common -DPIC -o .libs/IpCompoundSymMatrix.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpCompoundVector.lo -MD -MP -MF ".deps/IpCompoundVector.Tpo" -c -o IpCompoundVector.lo IpCompoundVector.cpp; \ then mv -f ".deps/IpCompoundVector.Tpo" ".deps/IpCompoundVector.Plo"; else rm -f ".deps/IpCompoundVector.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpCompoundVector.lo -MD -MP -MF .deps/IpCompoundVector.Tpo -c IpCompoundVector.cpp -fno-common -DPIC -o .libs/IpCompoundVector.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpDenseGenMatrix.lo -MD -MP -MF ".deps/IpDenseGenMatrix.Tpo" -c -o IpDenseGenMatrix.lo IpDenseGenMatrix.cpp; \ then mv -f ".deps/IpDenseGenMatrix.Tpo" ".deps/IpDenseGenMatrix.Plo"; else rm -f ".deps/IpDenseGenMatrix.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpDenseGenMatrix.lo -MD -MP -MF .deps/IpDenseGenMatrix.Tpo -c IpDenseGenMatrix.cpp -fno-common -DPIC -o .libs/IpDenseGenMatrix.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpDenseSymMatrix.lo -MD -MP -MF ".deps/IpDenseSymMatrix.Tpo" -c -o IpDenseSymMatrix.lo IpDenseSymMatrix.cpp; \ then mv -f ".deps/IpDenseSymMatrix.Tpo" ".deps/IpDenseSymMatrix.Plo"; else rm -f ".deps/IpDenseSymMatrix.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpDenseSymMatrix.lo -MD -MP -MF .deps/IpDenseSymMatrix.Tpo -c IpDenseSymMatrix.cpp -fno-common -DPIC -o .libs/IpDenseSymMatrix.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpDenseVector.lo -MD -MP -MF ".deps/IpDenseVector.Tpo" -c -o IpDenseVector.lo IpDenseVector.cpp; \ then mv -f ".deps/IpDenseVector.Tpo" ".deps/IpDenseVector.Plo"; else rm -f ".deps/IpDenseVector.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpDenseVector.lo -MD -MP -MF .deps/IpDenseVector.Tpo -c IpDenseVector.cpp -fno-common -DPIC -o .libs/IpDenseVector.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpDiagMatrix.lo -MD -MP -MF ".deps/IpDiagMatrix.Tpo" -c -o IpDiagMatrix.lo IpDiagMatrix.cpp; \ then mv -f ".deps/IpDiagMatrix.Tpo" ".deps/IpDiagMatrix.Plo"; else rm -f ".deps/IpDiagMatrix.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpDiagMatrix.lo -MD -MP -MF .deps/IpDiagMatrix.Tpo -c IpDiagMatrix.cpp -fno-common -DPIC -o .libs/IpDiagMatrix.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpExpandedMultiVectorMatrix.lo -MD -MP -MF ".deps/IpExpandedMultiVectorMatrix.Tpo" -c -o IpExpandedMultiVectorMatrix.lo IpExpandedMultiVectorMatrix.cpp; \ then mv -f ".deps/IpExpandedMultiVectorMatrix.Tpo" ".deps/IpExpandedMultiVectorMatrix.Plo"; else rm -f ".deps/IpExpandedMultiVectorMatrix.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpExpandedMultiVectorMatrix.lo -MD -MP -MF .deps/IpExpandedMultiVectorMatrix.Tpo -c IpExpandedMultiVectorMatrix.cpp -fno-common -DPIC -o .libs/IpExpandedMultiVectorMatrix.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpExpansionMatrix.lo -MD -MP -MF ".deps/IpExpansionMatrix.Tpo" -c -o IpExpansionMatrix.lo IpExpansionMatrix.cpp; \ then mv -f ".deps/IpExpansionMatrix.Tpo" ".deps/IpExpansionMatrix.Plo"; else rm -f ".deps/IpExpansionMatrix.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpExpansionMatrix.lo -MD -MP -MF .deps/IpExpansionMatrix.Tpo -c IpExpansionMatrix.cpp -fno-common -DPIC -o .libs/IpExpansionMatrix.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpIdentityMatrix.lo -MD -MP -MF ".deps/IpIdentityMatrix.Tpo" -c -o IpIdentityMatrix.lo IpIdentityMatrix.cpp; \ then mv -f ".deps/IpIdentityMatrix.Tpo" ".deps/IpIdentityMatrix.Plo"; else rm -f ".deps/IpIdentityMatrix.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpIdentityMatrix.lo -MD -MP -MF .deps/IpIdentityMatrix.Tpo -c IpIdentityMatrix.cpp -fno-common -DPIC -o .libs/IpIdentityMatrix.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpLapack.lo -MD -MP -MF ".deps/IpLapack.Tpo" -c -o IpLapack.lo IpLapack.cpp; \ then mv -f ".deps/IpLapack.Tpo" ".deps/IpLapack.Plo"; else rm -f ".deps/IpLapack.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpLapack.lo -MD -MP -MF .deps/IpLapack.Tpo -c IpLapack.cpp -fno-common -DPIC -o .libs/IpLapack.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpLowRankUpdateSymMatrix.lo -MD -MP -MF ".deps/IpLowRankUpdateSymMatrix.Tpo" -c -o IpLowRankUpdateSymMatrix.lo IpLowRankUpdateSymMatrix.cpp; \ then mv -f ".deps/IpLowRankUpdateSymMatrix.Tpo" ".deps/IpLowRankUpdateSymMatrix.Plo"; else rm -f ".deps/IpLowRankUpdateSymMatrix.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpLowRankUpdateSymMatrix.lo -MD -MP -MF .deps/IpLowRankUpdateSymMatrix.Tpo -c IpLowRankUpdateSymMatrix.cpp -fno-common -DPIC -o .libs/IpLowRankUpdateSymMatrix.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpMatrix.lo -MD -MP -MF ".deps/IpMatrix.Tpo" -c -o IpMatrix.lo IpMatrix.cpp; \ then mv -f ".deps/IpMatrix.Tpo" ".deps/IpMatrix.Plo"; else rm -f ".deps/IpMatrix.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpMatrix.lo -MD -MP -MF .deps/IpMatrix.Tpo -c IpMatrix.cpp -fno-common -DPIC -o .libs/IpMatrix.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpMultiVectorMatrix.lo -MD -MP -MF ".deps/IpMultiVectorMatrix.Tpo" -c -o IpMultiVectorMatrix.lo IpMultiVectorMatrix.cpp; \ then mv -f ".deps/IpMultiVectorMatrix.Tpo" ".deps/IpMultiVectorMatrix.Plo"; else rm -f ".deps/IpMultiVectorMatrix.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpMultiVectorMatrix.lo -MD -MP -MF .deps/IpMultiVectorMatrix.Tpo -c IpMultiVectorMatrix.cpp -fno-common -DPIC -o .libs/IpMultiVectorMatrix.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpScaledMatrix.lo -MD -MP -MF ".deps/IpScaledMatrix.Tpo" -c -o IpScaledMatrix.lo IpScaledMatrix.cpp; \ then mv -f ".deps/IpScaledMatrix.Tpo" ".deps/IpScaledMatrix.Plo"; else rm -f ".deps/IpScaledMatrix.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpScaledMatrix.lo -MD -MP -MF .deps/IpScaledMatrix.Tpo -c IpScaledMatrix.cpp -fno-common -DPIC -o .libs/IpScaledMatrix.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpSumMatrix.lo -MD -MP -MF ".deps/IpSumMatrix.Tpo" -c -o IpSumMatrix.lo IpSumMatrix.cpp; \ then mv -f ".deps/IpSumMatrix.Tpo" ".deps/IpSumMatrix.Plo"; else rm -f ".deps/IpSumMatrix.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpSumMatrix.lo -MD -MP -MF .deps/IpSumMatrix.Tpo -c IpSumMatrix.cpp -fno-common -DPIC -o .libs/IpSumMatrix.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpSumSymMatrix.lo -MD -MP -MF ".deps/IpSumSymMatrix.Tpo" -c -o IpSumSymMatrix.lo IpSumSymMatrix.cpp; \ then mv -f ".deps/IpSumSymMatrix.Tpo" ".deps/IpSumSymMatrix.Plo"; else rm -f ".deps/IpSumSymMatrix.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpSumSymMatrix.lo -MD -MP -MF .deps/IpSumSymMatrix.Tpo -c IpSumSymMatrix.cpp -fno-common -DPIC -o .libs/IpSumSymMatrix.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpSymScaledMatrix.lo -MD -MP -MF ".deps/IpSymScaledMatrix.Tpo" -c -o IpSymScaledMatrix.lo IpSymScaledMatrix.cpp; \ then mv -f ".deps/IpSymScaledMatrix.Tpo" ".deps/IpSymScaledMatrix.Plo"; else rm -f ".deps/IpSymScaledMatrix.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpSymScaledMatrix.lo -MD -MP -MF .deps/IpSymScaledMatrix.Tpo -c IpSymScaledMatrix.cpp -fno-common -DPIC -o .libs/IpSymScaledMatrix.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpTransposeMatrix.lo -MD -MP -MF ".deps/IpTransposeMatrix.Tpo" -c -o IpTransposeMatrix.lo IpTransposeMatrix.cpp; \ then mv -f ".deps/IpTransposeMatrix.Tpo" ".deps/IpTransposeMatrix.Plo"; else rm -f ".deps/IpTransposeMatrix.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpTransposeMatrix.lo -MD -MP -MF .deps/IpTransposeMatrix.Tpo -c IpTransposeMatrix.cpp -fno-common -DPIC -o .libs/IpTransposeMatrix.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpVector.lo -MD -MP -MF ".deps/IpVector.Tpo" -c -o IpVector.lo IpVector.cpp; \ then mv -f ".deps/IpVector.Tpo" ".deps/IpVector.Plo"; else rm -f ".deps/IpVector.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpVector.lo -MD -MP -MF .deps/IpVector.Tpo -c IpVector.cpp -fno-common -DPIC -o .libs/IpVector.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpZeroMatrix.lo -MD -MP -MF ".deps/IpZeroMatrix.Tpo" -c -o IpZeroMatrix.lo IpZeroMatrix.cpp; \ then mv -f ".deps/IpZeroMatrix.Tpo" ".deps/IpZeroMatrix.Plo"; else rm -f ".deps/IpZeroMatrix.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpZeroMatrix.lo -MD -MP -MF .deps/IpZeroMatrix.Tpo -c IpZeroMatrix.cpp -fno-common -DPIC -o .libs/IpZeroMatrix.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpZeroSymMatrix.lo -MD -MP -MF ".deps/IpZeroSymMatrix.Tpo" -c -o IpZeroSymMatrix.lo IpZeroSymMatrix.cpp; \ then mv -f ".deps/IpZeroSymMatrix.Tpo" ".deps/IpZeroSymMatrix.Plo"; else rm -f ".deps/IpZeroSymMatrix.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpZeroSymMatrix.lo -MD -MP -MF .deps/IpZeroSymMatrix.Tpo -c IpZeroSymMatrix.cpp -fno-common -DPIC -o .libs/IpZeroSymMatrix.o /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -stdlib=libstdc++ -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -L/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -o liblinalg.la -no-undefined IpBlas.lo IpCompoundMatrix.lo IpCompoundSymMatrix.lo IpCompoundVector.lo IpDenseGenMatrix.lo IpDenseSymMatrix.lo IpDenseVector.lo IpDiagMatrix.lo IpExpandedMultiVectorMatrix.lo IpExpansionMatrix.lo IpIdentityMatrix.lo IpLapack.lo IpLowRankUpdateSymMatrix.lo IpMatrix.lo IpMultiVectorMatrix.lo IpScaledMatrix.lo IpSumMatrix.lo IpSumSymMatrix.lo IpSymScaledMatrix.lo IpTransposeMatrix.lo IpVector.lo IpZeroMatrix.lo IpZeroSymMatrix.lo ar cru .libs/liblinalg.a .libs/IpBlas.o .libs/IpCompoundMatrix.o .libs/IpCompoundSymMatrix.o .libs/IpCompoundVector.o .libs/IpDenseGenMatrix.o .libs/IpDenseSymMatrix.o .libs/IpDenseVector.o .libs/IpDiagMatrix.o .libs/IpExpandedMultiVectorMatrix.o .libs/IpExpansionMatrix.o .libs/IpIdentityMatrix.o .libs/IpLapack.o .libs/IpLowRankUpdateSymMatrix.o .libs/IpMatrix.o .libs/IpMultiVectorMatrix.o .libs/IpScaledMatrix.o .libs/IpSumMatrix.o .libs/IpSumSymMatrix.o .libs/IpSymScaledMatrix.o .libs/IpTransposeMatrix.o .libs/IpVector.o .libs/IpZeroMatrix.o .libs/IpZeroSymMatrix.o ranlib .libs/liblinalg.a creating liblinalg.la (cd .libs && rm -f liblinalg.la && ln -s ../liblinalg.la liblinalg.la) Making all in src/Algorithm Making all in LinearSolvers if /bin/sh ../../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpLinearSolversRegOp.lo -MD -MP -MF ".deps/IpLinearSolversRegOp.Tpo" -c -o IpLinearSolversRegOp.lo IpLinearSolversRegOp.cpp; \ then mv -f ".deps/IpLinearSolversRegOp.Tpo" ".deps/IpLinearSolversRegOp.Plo"; else rm -f ".deps/IpLinearSolversRegOp.Tpo"; exit 1; fi mkdir .libs clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpLinearSolversRegOp.lo -MD -MP -MF .deps/IpLinearSolversRegOp.Tpo -c IpLinearSolversRegOp.cpp -fno-common -DPIC -o .libs/IpLinearSolversRegOp.o if /bin/sh ../../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpSlackBasedTSymScalingMethod.lo -MD -MP -MF ".deps/IpSlackBasedTSymScalingMethod.Tpo" -c -o IpSlackBasedTSymScalingMethod.lo IpSlackBasedTSymScalingMethod.cpp; \ then mv -f ".deps/IpSlackBasedTSymScalingMethod.Tpo" ".deps/IpSlackBasedTSymScalingMethod.Plo"; else rm -f ".deps/IpSlackBasedTSymScalingMethod.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpSlackBasedTSymScalingMethod.lo -MD -MP -MF .deps/IpSlackBasedTSymScalingMethod.Tpo -c IpSlackBasedTSymScalingMethod.cpp -fno-common -DPIC -o .libs/IpSlackBasedTSymScalingMethod.o if /bin/sh ../../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpTripletToCSRConverter.lo -MD -MP -MF ".deps/IpTripletToCSRConverter.Tpo" -c -o IpTripletToCSRConverter.lo IpTripletToCSRConverter.cpp; \ then mv -f ".deps/IpTripletToCSRConverter.Tpo" ".deps/IpTripletToCSRConverter.Plo"; else rm -f ".deps/IpTripletToCSRConverter.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpTripletToCSRConverter.lo -MD -MP -MF .deps/IpTripletToCSRConverter.Tpo -c IpTripletToCSRConverter.cpp -fno-common -DPIC -o .libs/IpTripletToCSRConverter.o if /bin/sh ../../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpTSymDependencyDetector.lo -MD -MP -MF ".deps/IpTSymDependencyDetector.Tpo" -c -o IpTSymDependencyDetector.lo IpTSymDependencyDetector.cpp; \ then mv -f ".deps/IpTSymDependencyDetector.Tpo" ".deps/IpTSymDependencyDetector.Plo"; else rm -f ".deps/IpTSymDependencyDetector.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpTSymDependencyDetector.lo -MD -MP -MF .deps/IpTSymDependencyDetector.Tpo -c IpTSymDependencyDetector.cpp -fno-common -DPIC -o .libs/IpTSymDependencyDetector.o if /bin/sh ../../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpTSymLinearSolver.lo -MD -MP -MF ".deps/IpTSymLinearSolver.Tpo" -c -o IpTSymLinearSolver.lo IpTSymLinearSolver.cpp; \ then mv -f ".deps/IpTSymLinearSolver.Tpo" ".deps/IpTSymLinearSolver.Plo"; else rm -f ".deps/IpTSymLinearSolver.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpTSymLinearSolver.lo -MD -MP -MF .deps/IpTSymLinearSolver.Tpo -c IpTSymLinearSolver.cpp -fno-common -DPIC -o .libs/IpTSymLinearSolver.o if /bin/sh ../../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpMa27TSolverInterface.lo -MD -MP -MF ".deps/IpMa27TSolverInterface.Tpo" -c -o IpMa27TSolverInterface.lo IpMa27TSolverInterface.cpp; \ then mv -f ".deps/IpMa27TSolverInterface.Tpo" ".deps/IpMa27TSolverInterface.Plo"; else rm -f ".deps/IpMa27TSolverInterface.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpMa27TSolverInterface.lo -MD -MP -MF .deps/IpMa27TSolverInterface.Tpo -c IpMa27TSolverInterface.cpp -fno-common -DPIC -o .libs/IpMa27TSolverInterface.o if /bin/sh ../../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpMa57TSolverInterface.lo -MD -MP -MF ".deps/IpMa57TSolverInterface.Tpo" -c -o IpMa57TSolverInterface.lo IpMa57TSolverInterface.cpp; \ then mv -f ".deps/IpMa57TSolverInterface.Tpo" ".deps/IpMa57TSolverInterface.Plo"; else rm -f ".deps/IpMa57TSolverInterface.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpMa57TSolverInterface.lo -MD -MP -MF .deps/IpMa57TSolverInterface.Tpo -c IpMa57TSolverInterface.cpp -fno-common -DPIC -o .libs/IpMa57TSolverInterface.o if /bin/sh ../../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpMa86SolverInterface.lo -MD -MP -MF ".deps/IpMa86SolverInterface.Tpo" -c -o IpMa86SolverInterface.lo IpMa86SolverInterface.cpp; \ then mv -f ".deps/IpMa86SolverInterface.Tpo" ".deps/IpMa86SolverInterface.Plo"; else rm -f ".deps/IpMa86SolverInterface.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpMa86SolverInterface.lo -MD -MP -MF .deps/IpMa86SolverInterface.Tpo -c IpMa86SolverInterface.cpp -fno-common -DPIC -o .libs/IpMa86SolverInterface.o if /bin/sh ../../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpMa97SolverInterface.lo -MD -MP -MF ".deps/IpMa97SolverInterface.Tpo" -c -o IpMa97SolverInterface.lo IpMa97SolverInterface.cpp; \ then mv -f ".deps/IpMa97SolverInterface.Tpo" ".deps/IpMa97SolverInterface.Plo"; else rm -f ".deps/IpMa97SolverInterface.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpMa97SolverInterface.lo -MD -MP -MF .deps/IpMa97SolverInterface.Tpo -c IpMa97SolverInterface.cpp -fno-common -DPIC -o .libs/IpMa97SolverInterface.o if /bin/sh ../../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpMc19TSymScalingMethod.lo -MD -MP -MF ".deps/IpMc19TSymScalingMethod.Tpo" -c -o IpMc19TSymScalingMethod.lo IpMc19TSymScalingMethod.cpp; \ then mv -f ".deps/IpMc19TSymScalingMethod.Tpo" ".deps/IpMc19TSymScalingMethod.Plo"; else rm -f ".deps/IpMc19TSymScalingMethod.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpMc19TSymScalingMethod.lo -MD -MP -MF .deps/IpMc19TSymScalingMethod.Tpo -c IpMc19TSymScalingMethod.cpp -fno-common -DPIC -o .libs/IpMc19TSymScalingMethod.o if /bin/sh ../../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpMa28TDependencyDetector.lo -MD -MP -MF ".deps/IpMa28TDependencyDetector.Tpo" -c -o IpMa28TDependencyDetector.lo IpMa28TDependencyDetector.cpp; \ then mv -f ".deps/IpMa28TDependencyDetector.Tpo" ".deps/IpMa28TDependencyDetector.Plo"; else rm -f ".deps/IpMa28TDependencyDetector.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpMa28TDependencyDetector.lo -MD -MP -MF .deps/IpMa28TDependencyDetector.Tpo -c IpMa28TDependencyDetector.cpp -fno-common -DPIC -o .libs/IpMa28TDependencyDetector.o if /bin/sh ../../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpMa77SolverInterface.lo -MD -MP -MF ".deps/IpMa77SolverInterface.Tpo" -c -o IpMa77SolverInterface.lo IpMa77SolverInterface.cpp; \ then mv -f ".deps/IpMa77SolverInterface.Tpo" ".deps/IpMa77SolverInterface.Plo"; else rm -f ".deps/IpMa77SolverInterface.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpMa77SolverInterface.lo -MD -MP -MF .deps/IpMa77SolverInterface.Tpo -c IpMa77SolverInterface.cpp -fno-common -DPIC -o .libs/IpMa77SolverInterface.o if /bin/sh ../../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpPardisoSolverInterface.lo -MD -MP -MF ".deps/IpPardisoSolverInterface.Tpo" -c -o IpPardisoSolverInterface.lo IpPardisoSolverInterface.cpp; \ then mv -f ".deps/IpPardisoSolverInterface.Tpo" ".deps/IpPardisoSolverInterface.Plo"; else rm -f ".deps/IpPardisoSolverInterface.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpPardisoSolverInterface.lo -MD -MP -MF .deps/IpPardisoSolverInterface.Tpo -c IpPardisoSolverInterface.cpp -fno-common -DPIC -o .libs/IpPardisoSolverInterface.o /bin/sh ../../../../libtool --tag=F77 --mode=compile gfortran -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -O3 -pipe -c -o IpMa28Partition.lo IpMa28Partition.F gfortran -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -O3 -pipe -c IpMa28Partition.F -fno-common -o .libs/IpMa28Partition.o if /bin/sh ../../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpMumpsSolverInterface.lo -MD -MP -MF ".deps/IpMumpsSolverInterface.Tpo" -c -o IpMumpsSolverInterface.lo IpMumpsSolverInterface.cpp; \ then mv -f ".deps/IpMumpsSolverInterface.Tpo" ".deps/IpMumpsSolverInterface.Plo"; else rm -f ".deps/IpMumpsSolverInterface.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpMumpsSolverInterface.lo -MD -MP -MF .deps/IpMumpsSolverInterface.Tpo -c IpMumpsSolverInterface.cpp -fno-common -DPIC -o .libs/IpMumpsSolverInterface.o /bin/sh ../../../../libtool --tag=CXX --mode=link clang++ -stdlib=libstdc++ -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -L/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -o liblinsolvers.la -no-undefined IpLinearSolversRegOp.lo IpSlackBasedTSymScalingMethod.lo IpTripletToCSRConverter.lo IpTSymDependencyDetector.lo IpTSymLinearSolver.lo IpMa27TSolverInterface.lo IpMa57TSolverInterface.lo IpMa86SolverInterface.lo IpMa97SolverInterface.lo IpMc19TSymScalingMethod.lo IpMa28TDependencyDetector.lo IpMa77SolverInterface.lo IpPardisoSolverInterface.lo IpMa28Partition.lo IpMumpsSolverInterface.lo ar cru .libs/liblinsolvers.a .libs/IpLinearSolversRegOp.o .libs/IpSlackBasedTSymScalingMethod.o .libs/IpTripletToCSRConverter.o .libs/IpTSymDependencyDetector.o .libs/IpTSymLinearSolver.o .libs/IpMa27TSolverInterface.o .libs/IpMa57TSolverInterface.o .libs/IpMa86SolverInterface.o .libs/IpMa97SolverInterface.o .libs/IpMc19TSymScalingMethod.o .libs/IpMa28TDependencyDetector.o .libs/IpMa77SolverInterface.o .libs/IpPardisoSolverInterface.o .libs/IpMa28Partition.o .libs/IpMumpsSolverInterface.o ranlib .libs/liblinsolvers.a creating liblinsolvers.la (cd .libs && rm -f liblinsolvers.la && ln -s ../liblinsolvers.la liblinsolvers.la) Making all in Inexact make[6]: Nothing to be done for `all'. if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpAdaptiveMuUpdate.lo -MD -MP -MF ".deps/IpAdaptiveMuUpdate.Tpo" -c -o IpAdaptiveMuUpdate.lo IpAdaptiveMuUpdate.cpp; \ then mv -f ".deps/IpAdaptiveMuUpdate.Tpo" ".deps/IpAdaptiveMuUpdate.Plo"; else rm -f ".deps/IpAdaptiveMuUpdate.Tpo"; exit 1; fi mkdir .libs clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpAdaptiveMuUpdate.lo -MD -MP -MF .deps/IpAdaptiveMuUpdate.Tpo -c IpAdaptiveMuUpdate.cpp -fno-common -DPIC -o .libs/IpAdaptiveMuUpdate.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpAlgBuilder.lo -MD -MP -MF ".deps/IpAlgBuilder.Tpo" -c -o IpAlgBuilder.lo IpAlgBuilder.cpp; \ then mv -f ".deps/IpAlgBuilder.Tpo" ".deps/IpAlgBuilder.Plo"; else rm -f ".deps/IpAlgBuilder.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpAlgBuilder.lo -MD -MP -MF .deps/IpAlgBuilder.Tpo -c IpAlgBuilder.cpp -fno-common -DPIC -o .libs/IpAlgBuilder.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpAlgorithmRegOp.lo -MD -MP -MF ".deps/IpAlgorithmRegOp.Tpo" -c -o IpAlgorithmRegOp.lo IpAlgorithmRegOp.cpp; \ then mv -f ".deps/IpAlgorithmRegOp.Tpo" ".deps/IpAlgorithmRegOp.Plo"; else rm -f ".deps/IpAlgorithmRegOp.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpAlgorithmRegOp.lo -MD -MP -MF .deps/IpAlgorithmRegOp.Tpo -c IpAlgorithmRegOp.cpp -fno-common -DPIC -o .libs/IpAlgorithmRegOp.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpAugRestoSystemSolver.lo -MD -MP -MF ".deps/IpAugRestoSystemSolver.Tpo" -c -o IpAugRestoSystemSolver.lo IpAugRestoSystemSolver.cpp; \ then mv -f ".deps/IpAugRestoSystemSolver.Tpo" ".deps/IpAugRestoSystemSolver.Plo"; else rm -f ".deps/IpAugRestoSystemSolver.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpAugRestoSystemSolver.lo -MD -MP -MF .deps/IpAugRestoSystemSolver.Tpo -c IpAugRestoSystemSolver.cpp -fno-common -DPIC -o .libs/IpAugRestoSystemSolver.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpBacktrackingLineSearch.lo -MD -MP -MF ".deps/IpBacktrackingLineSearch.Tpo" -c -o IpBacktrackingLineSearch.lo IpBacktrackingLineSearch.cpp; \ then mv -f ".deps/IpBacktrackingLineSearch.Tpo" ".deps/IpBacktrackingLineSearch.Plo"; else rm -f ".deps/IpBacktrackingLineSearch.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpBacktrackingLineSearch.lo -MD -MP -MF .deps/IpBacktrackingLineSearch.Tpo -c IpBacktrackingLineSearch.cpp -fno-common -DPIC -o .libs/IpBacktrackingLineSearch.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpDefaultIterateInitializer.lo -MD -MP -MF ".deps/IpDefaultIterateInitializer.Tpo" -c -o IpDefaultIterateInitializer.lo IpDefaultIterateInitializer.cpp; \ then mv -f ".deps/IpDefaultIterateInitializer.Tpo" ".deps/IpDefaultIterateInitializer.Plo"; else rm -f ".deps/IpDefaultIterateInitializer.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpDefaultIterateInitializer.lo -MD -MP -MF .deps/IpDefaultIterateInitializer.Tpo -c IpDefaultIterateInitializer.cpp -fno-common -DPIC -o .libs/IpDefaultIterateInitializer.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpEquilibrationScaling.lo -MD -MP -MF ".deps/IpEquilibrationScaling.Tpo" -c -o IpEquilibrationScaling.lo IpEquilibrationScaling.cpp; \ then mv -f ".deps/IpEquilibrationScaling.Tpo" ".deps/IpEquilibrationScaling.Plo"; else rm -f ".deps/IpEquilibrationScaling.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpEquilibrationScaling.lo -MD -MP -MF .deps/IpEquilibrationScaling.Tpo -c IpEquilibrationScaling.cpp -fno-common -DPIC -o .libs/IpEquilibrationScaling.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpExactHessianUpdater.lo -MD -MP -MF ".deps/IpExactHessianUpdater.Tpo" -c -o IpExactHessianUpdater.lo IpExactHessianUpdater.cpp; \ then mv -f ".deps/IpExactHessianUpdater.Tpo" ".deps/IpExactHessianUpdater.Plo"; else rm -f ".deps/IpExactHessianUpdater.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpExactHessianUpdater.lo -MD -MP -MF .deps/IpExactHessianUpdater.Tpo -c IpExactHessianUpdater.cpp -fno-common -DPIC -o .libs/IpExactHessianUpdater.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpFilter.lo -MD -MP -MF ".deps/IpFilter.Tpo" -c -o IpFilter.lo IpFilter.cpp; \ then mv -f ".deps/IpFilter.Tpo" ".deps/IpFilter.Plo"; else rm -f ".deps/IpFilter.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpFilter.lo -MD -MP -MF .deps/IpFilter.Tpo -c IpFilter.cpp -fno-common -DPIC -o .libs/IpFilter.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpFilterLSAcceptor.lo -MD -MP -MF ".deps/IpFilterLSAcceptor.Tpo" -c -o IpFilterLSAcceptor.lo IpFilterLSAcceptor.cpp; \ then mv -f ".deps/IpFilterLSAcceptor.Tpo" ".deps/IpFilterLSAcceptor.Plo"; else rm -f ".deps/IpFilterLSAcceptor.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpFilterLSAcceptor.lo -MD -MP -MF .deps/IpFilterLSAcceptor.Tpo -c IpFilterLSAcceptor.cpp -fno-common -DPIC -o .libs/IpFilterLSAcceptor.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpGenAugSystemSolver.lo -MD -MP -MF ".deps/IpGenAugSystemSolver.Tpo" -c -o IpGenAugSystemSolver.lo IpGenAugSystemSolver.cpp; \ then mv -f ".deps/IpGenAugSystemSolver.Tpo" ".deps/IpGenAugSystemSolver.Plo"; else rm -f ".deps/IpGenAugSystemSolver.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpGenAugSystemSolver.lo -MD -MP -MF .deps/IpGenAugSystemSolver.Tpo -c IpGenAugSystemSolver.cpp -fno-common -DPIC -o .libs/IpGenAugSystemSolver.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpGradientScaling.lo -MD -MP -MF ".deps/IpGradientScaling.Tpo" -c -o IpGradientScaling.lo IpGradientScaling.cpp; \ then mv -f ".deps/IpGradientScaling.Tpo" ".deps/IpGradientScaling.Plo"; else rm -f ".deps/IpGradientScaling.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpGradientScaling.lo -MD -MP -MF .deps/IpGradientScaling.Tpo -c IpGradientScaling.cpp -fno-common -DPIC -o .libs/IpGradientScaling.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpIpoptAlg.lo -MD -MP -MF ".deps/IpIpoptAlg.Tpo" -c -o IpIpoptAlg.lo IpIpoptAlg.cpp; \ then mv -f ".deps/IpIpoptAlg.Tpo" ".deps/IpIpoptAlg.Plo"; else rm -f ".deps/IpIpoptAlg.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpIpoptAlg.lo -MD -MP -MF .deps/IpIpoptAlg.Tpo -c IpIpoptAlg.cpp -fno-common -DPIC -o .libs/IpIpoptAlg.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpIpoptCalculatedQuantities.lo -MD -MP -MF ".deps/IpIpoptCalculatedQuantities.Tpo" -c -o IpIpoptCalculatedQuantities.lo IpIpoptCalculatedQuantities.cpp; \ then mv -f ".deps/IpIpoptCalculatedQuantities.Tpo" ".deps/IpIpoptCalculatedQuantities.Plo"; else rm -f ".deps/IpIpoptCalculatedQuantities.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpIpoptCalculatedQuantities.lo -MD -MP -MF .deps/IpIpoptCalculatedQuantities.Tpo -c IpIpoptCalculatedQuantities.cpp -fno-common -DPIC -o .libs/IpIpoptCalculatedQuantities.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpIpoptData.lo -MD -MP -MF ".deps/IpIpoptData.Tpo" -c -o IpIpoptData.lo IpIpoptData.cpp; \ then mv -f ".deps/IpIpoptData.Tpo" ".deps/IpIpoptData.Plo"; else rm -f ".deps/IpIpoptData.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpIpoptData.lo -MD -MP -MF .deps/IpIpoptData.Tpo -c IpIpoptData.cpp -fno-common -DPIC -o .libs/IpIpoptData.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpIteratesVector.lo -MD -MP -MF ".deps/IpIteratesVector.Tpo" -c -o IpIteratesVector.lo IpIteratesVector.cpp; \ then mv -f ".deps/IpIteratesVector.Tpo" ".deps/IpIteratesVector.Plo"; else rm -f ".deps/IpIteratesVector.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpIteratesVector.lo -MD -MP -MF .deps/IpIteratesVector.Tpo -c IpIteratesVector.cpp -fno-common -DPIC -o .libs/IpIteratesVector.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpLeastSquareMults.lo -MD -MP -MF ".deps/IpLeastSquareMults.Tpo" -c -o IpLeastSquareMults.lo IpLeastSquareMults.cpp; \ then mv -f ".deps/IpLeastSquareMults.Tpo" ".deps/IpLeastSquareMults.Plo"; else rm -f ".deps/IpLeastSquareMults.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpLeastSquareMults.lo -MD -MP -MF .deps/IpLeastSquareMults.Tpo -c IpLeastSquareMults.cpp -fno-common -DPIC -o .libs/IpLeastSquareMults.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpLimMemQuasiNewtonUpdater.lo -MD -MP -MF ".deps/IpLimMemQuasiNewtonUpdater.Tpo" -c -o IpLimMemQuasiNewtonUpdater.lo IpLimMemQuasiNewtonUpdater.cpp; \ then mv -f ".deps/IpLimMemQuasiNewtonUpdater.Tpo" ".deps/IpLimMemQuasiNewtonUpdater.Plo"; else rm -f ".deps/IpLimMemQuasiNewtonUpdater.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpLimMemQuasiNewtonUpdater.lo -MD -MP -MF .deps/IpLimMemQuasiNewtonUpdater.Tpo -c IpLimMemQuasiNewtonUpdater.cpp -fno-common -DPIC -o .libs/IpLimMemQuasiNewtonUpdater.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpLoqoMuOracle.lo -MD -MP -MF ".deps/IpLoqoMuOracle.Tpo" -c -o IpLoqoMuOracle.lo IpLoqoMuOracle.cpp; \ then mv -f ".deps/IpLoqoMuOracle.Tpo" ".deps/IpLoqoMuOracle.Plo"; else rm -f ".deps/IpLoqoMuOracle.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpLoqoMuOracle.lo -MD -MP -MF .deps/IpLoqoMuOracle.Tpo -c IpLoqoMuOracle.cpp -fno-common -DPIC -o .libs/IpLoqoMuOracle.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpLowRankAugSystemSolver.lo -MD -MP -MF ".deps/IpLowRankAugSystemSolver.Tpo" -c -o IpLowRankAugSystemSolver.lo IpLowRankAugSystemSolver.cpp; \ then mv -f ".deps/IpLowRankAugSystemSolver.Tpo" ".deps/IpLowRankAugSystemSolver.Plo"; else rm -f ".deps/IpLowRankAugSystemSolver.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpLowRankAugSystemSolver.lo -MD -MP -MF .deps/IpLowRankAugSystemSolver.Tpo -c IpLowRankAugSystemSolver.cpp -fno-common -DPIC -o .libs/IpLowRankAugSystemSolver.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpLowRankSSAugSystemSolver.lo -MD -MP -MF ".deps/IpLowRankSSAugSystemSolver.Tpo" -c -o IpLowRankSSAugSystemSolver.lo IpLowRankSSAugSystemSolver.cpp; \ then mv -f ".deps/IpLowRankSSAugSystemSolver.Tpo" ".deps/IpLowRankSSAugSystemSolver.Plo"; else rm -f ".deps/IpLowRankSSAugSystemSolver.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpLowRankSSAugSystemSolver.lo -MD -MP -MF .deps/IpLowRankSSAugSystemSolver.Tpo -c IpLowRankSSAugSystemSolver.cpp -fno-common -DPIC -o .libs/IpLowRankSSAugSystemSolver.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpMonotoneMuUpdate.lo -MD -MP -MF ".deps/IpMonotoneMuUpdate.Tpo" -c -o IpMonotoneMuUpdate.lo IpMonotoneMuUpdate.cpp; \ then mv -f ".deps/IpMonotoneMuUpdate.Tpo" ".deps/IpMonotoneMuUpdate.Plo"; else rm -f ".deps/IpMonotoneMuUpdate.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpMonotoneMuUpdate.lo -MD -MP -MF .deps/IpMonotoneMuUpdate.Tpo -c IpMonotoneMuUpdate.cpp -fno-common -DPIC -o .libs/IpMonotoneMuUpdate.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpNLPBoundsRemover.lo -MD -MP -MF ".deps/IpNLPBoundsRemover.Tpo" -c -o IpNLPBoundsRemover.lo IpNLPBoundsRemover.cpp; \ then mv -f ".deps/IpNLPBoundsRemover.Tpo" ".deps/IpNLPBoundsRemover.Plo"; else rm -f ".deps/IpNLPBoundsRemover.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpNLPBoundsRemover.lo -MD -MP -MF .deps/IpNLPBoundsRemover.Tpo -c IpNLPBoundsRemover.cpp -fno-common -DPIC -o .libs/IpNLPBoundsRemover.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpNLPScaling.lo -MD -MP -MF ".deps/IpNLPScaling.Tpo" -c -o IpNLPScaling.lo IpNLPScaling.cpp; \ then mv -f ".deps/IpNLPScaling.Tpo" ".deps/IpNLPScaling.Plo"; else rm -f ".deps/IpNLPScaling.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpNLPScaling.lo -MD -MP -MF .deps/IpNLPScaling.Tpo -c IpNLPScaling.cpp -fno-common -DPIC -o .libs/IpNLPScaling.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpOptErrorConvCheck.lo -MD -MP -MF ".deps/IpOptErrorConvCheck.Tpo" -c -o IpOptErrorConvCheck.lo IpOptErrorConvCheck.cpp; \ then mv -f ".deps/IpOptErrorConvCheck.Tpo" ".deps/IpOptErrorConvCheck.Plo"; else rm -f ".deps/IpOptErrorConvCheck.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpOptErrorConvCheck.lo -MD -MP -MF .deps/IpOptErrorConvCheck.Tpo -c IpOptErrorConvCheck.cpp -fno-common -DPIC -o .libs/IpOptErrorConvCheck.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpOrigIpoptNLP.lo -MD -MP -MF ".deps/IpOrigIpoptNLP.Tpo" -c -o IpOrigIpoptNLP.lo IpOrigIpoptNLP.cpp; \ then mv -f ".deps/IpOrigIpoptNLP.Tpo" ".deps/IpOrigIpoptNLP.Plo"; else rm -f ".deps/IpOrigIpoptNLP.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpOrigIpoptNLP.lo -MD -MP -MF .deps/IpOrigIpoptNLP.Tpo -c IpOrigIpoptNLP.cpp -fno-common -DPIC -o .libs/IpOrigIpoptNLP.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpOrigIterationOutput.lo -MD -MP -MF ".deps/IpOrigIterationOutput.Tpo" -c -o IpOrigIterationOutput.lo IpOrigIterationOutput.cpp; \ then mv -f ".deps/IpOrigIterationOutput.Tpo" ".deps/IpOrigIterationOutput.Plo"; else rm -f ".deps/IpOrigIterationOutput.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpOrigIterationOutput.lo -MD -MP -MF .deps/IpOrigIterationOutput.Tpo -c IpOrigIterationOutput.cpp -fno-common -DPIC -o .libs/IpOrigIterationOutput.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpPDFullSpaceSolver.lo -MD -MP -MF ".deps/IpPDFullSpaceSolver.Tpo" -c -o IpPDFullSpaceSolver.lo IpPDFullSpaceSolver.cpp; \ then mv -f ".deps/IpPDFullSpaceSolver.Tpo" ".deps/IpPDFullSpaceSolver.Plo"; else rm -f ".deps/IpPDFullSpaceSolver.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpPDFullSpaceSolver.lo -MD -MP -MF .deps/IpPDFullSpaceSolver.Tpo -c IpPDFullSpaceSolver.cpp -fno-common -DPIC -o .libs/IpPDFullSpaceSolver.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpPDPerturbationHandler.lo -MD -MP -MF ".deps/IpPDPerturbationHandler.Tpo" -c -o IpPDPerturbationHandler.lo IpPDPerturbationHandler.cpp; \ then mv -f ".deps/IpPDPerturbationHandler.Tpo" ".deps/IpPDPerturbationHandler.Plo"; else rm -f ".deps/IpPDPerturbationHandler.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpPDPerturbationHandler.lo -MD -MP -MF .deps/IpPDPerturbationHandler.Tpo -c IpPDPerturbationHandler.cpp -fno-common -DPIC -o .libs/IpPDPerturbationHandler.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpPDSearchDirCalc.lo -MD -MP -MF ".deps/IpPDSearchDirCalc.Tpo" -c -o IpPDSearchDirCalc.lo IpPDSearchDirCalc.cpp; \ then mv -f ".deps/IpPDSearchDirCalc.Tpo" ".deps/IpPDSearchDirCalc.Plo"; else rm -f ".deps/IpPDSearchDirCalc.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpPDSearchDirCalc.lo -MD -MP -MF .deps/IpPDSearchDirCalc.Tpo -c IpPDSearchDirCalc.cpp -fno-common -DPIC -o .libs/IpPDSearchDirCalc.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpPenaltyLSAcceptor.lo -MD -MP -MF ".deps/IpPenaltyLSAcceptor.Tpo" -c -o IpPenaltyLSAcceptor.lo IpPenaltyLSAcceptor.cpp; \ then mv -f ".deps/IpPenaltyLSAcceptor.Tpo" ".deps/IpPenaltyLSAcceptor.Plo"; else rm -f ".deps/IpPenaltyLSAcceptor.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpPenaltyLSAcceptor.lo -MD -MP -MF .deps/IpPenaltyLSAcceptor.Tpo -c IpPenaltyLSAcceptor.cpp -fno-common -DPIC -o .libs/IpPenaltyLSAcceptor.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpProbingMuOracle.lo -MD -MP -MF ".deps/IpProbingMuOracle.Tpo" -c -o IpProbingMuOracle.lo IpProbingMuOracle.cpp; \ then mv -f ".deps/IpProbingMuOracle.Tpo" ".deps/IpProbingMuOracle.Plo"; else rm -f ".deps/IpProbingMuOracle.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpProbingMuOracle.lo -MD -MP -MF .deps/IpProbingMuOracle.Tpo -c IpProbingMuOracle.cpp -fno-common -DPIC -o .libs/IpProbingMuOracle.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpQualityFunctionMuOracle.lo -MD -MP -MF ".deps/IpQualityFunctionMuOracle.Tpo" -c -o IpQualityFunctionMuOracle.lo IpQualityFunctionMuOracle.cpp; \ then mv -f ".deps/IpQualityFunctionMuOracle.Tpo" ".deps/IpQualityFunctionMuOracle.Plo"; else rm -f ".deps/IpQualityFunctionMuOracle.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpQualityFunctionMuOracle.lo -MD -MP -MF .deps/IpQualityFunctionMuOracle.Tpo -c IpQualityFunctionMuOracle.cpp -fno-common -DPIC -o .libs/IpQualityFunctionMuOracle.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpRestoConvCheck.lo -MD -MP -MF ".deps/IpRestoConvCheck.Tpo" -c -o IpRestoConvCheck.lo IpRestoConvCheck.cpp; \ then mv -f ".deps/IpRestoConvCheck.Tpo" ".deps/IpRestoConvCheck.Plo"; else rm -f ".deps/IpRestoConvCheck.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpRestoConvCheck.lo -MD -MP -MF .deps/IpRestoConvCheck.Tpo -c IpRestoConvCheck.cpp -fno-common -DPIC -o .libs/IpRestoConvCheck.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpRestoFilterConvCheck.lo -MD -MP -MF ".deps/IpRestoFilterConvCheck.Tpo" -c -o IpRestoFilterConvCheck.lo IpRestoFilterConvCheck.cpp; \ then mv -f ".deps/IpRestoFilterConvCheck.Tpo" ".deps/IpRestoFilterConvCheck.Plo"; else rm -f ".deps/IpRestoFilterConvCheck.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpRestoFilterConvCheck.lo -MD -MP -MF .deps/IpRestoFilterConvCheck.Tpo -c IpRestoFilterConvCheck.cpp -fno-common -DPIC -o .libs/IpRestoFilterConvCheck.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpRestoIpoptNLP.lo -MD -MP -MF ".deps/IpRestoIpoptNLP.Tpo" -c -o IpRestoIpoptNLP.lo IpRestoIpoptNLP.cpp; \ then mv -f ".deps/IpRestoIpoptNLP.Tpo" ".deps/IpRestoIpoptNLP.Plo"; else rm -f ".deps/IpRestoIpoptNLP.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpRestoIpoptNLP.lo -MD -MP -MF .deps/IpRestoIpoptNLP.Tpo -c IpRestoIpoptNLP.cpp -fno-common -DPIC -o .libs/IpRestoIpoptNLP.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpRestoIterateInitializer.lo -MD -MP -MF ".deps/IpRestoIterateInitializer.Tpo" -c -o IpRestoIterateInitializer.lo IpRestoIterateInitializer.cpp; \ then mv -f ".deps/IpRestoIterateInitializer.Tpo" ".deps/IpRestoIterateInitializer.Plo"; else rm -f ".deps/IpRestoIterateInitializer.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpRestoIterateInitializer.lo -MD -MP -MF .deps/IpRestoIterateInitializer.Tpo -c IpRestoIterateInitializer.cpp -fno-common -DPIC -o .libs/IpRestoIterateInitializer.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpRestoIterationOutput.lo -MD -MP -MF ".deps/IpRestoIterationOutput.Tpo" -c -o IpRestoIterationOutput.lo IpRestoIterationOutput.cpp; \ then mv -f ".deps/IpRestoIterationOutput.Tpo" ".deps/IpRestoIterationOutput.Plo"; else rm -f ".deps/IpRestoIterationOutput.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpRestoIterationOutput.lo -MD -MP -MF .deps/IpRestoIterationOutput.Tpo -c IpRestoIterationOutput.cpp -fno-common -DPIC -o .libs/IpRestoIterationOutput.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpRestoMinC_1Nrm.lo -MD -MP -MF ".deps/IpRestoMinC_1Nrm.Tpo" -c -o IpRestoMinC_1Nrm.lo IpRestoMinC_1Nrm.cpp; \ then mv -f ".deps/IpRestoMinC_1Nrm.Tpo" ".deps/IpRestoMinC_1Nrm.Plo"; else rm -f ".deps/IpRestoMinC_1Nrm.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpRestoMinC_1Nrm.lo -MD -MP -MF .deps/IpRestoMinC_1Nrm.Tpo -c IpRestoMinC_1Nrm.cpp -fno-common -DPIC -o .libs/IpRestoMinC_1Nrm.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpRestoPenaltyConvCheck.lo -MD -MP -MF ".deps/IpRestoPenaltyConvCheck.Tpo" -c -o IpRestoPenaltyConvCheck.lo IpRestoPenaltyConvCheck.cpp; \ then mv -f ".deps/IpRestoPenaltyConvCheck.Tpo" ".deps/IpRestoPenaltyConvCheck.Plo"; else rm -f ".deps/IpRestoPenaltyConvCheck.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpRestoPenaltyConvCheck.lo -MD -MP -MF .deps/IpRestoPenaltyConvCheck.Tpo -c IpRestoPenaltyConvCheck.cpp -fno-common -DPIC -o .libs/IpRestoPenaltyConvCheck.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpRestoRestoPhase.lo -MD -MP -MF ".deps/IpRestoRestoPhase.Tpo" -c -o IpRestoRestoPhase.lo IpRestoRestoPhase.cpp; \ then mv -f ".deps/IpRestoRestoPhase.Tpo" ".deps/IpRestoRestoPhase.Plo"; else rm -f ".deps/IpRestoRestoPhase.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpRestoRestoPhase.lo -MD -MP -MF .deps/IpRestoRestoPhase.Tpo -c IpRestoRestoPhase.cpp -fno-common -DPIC -o .libs/IpRestoRestoPhase.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpStdAugSystemSolver.lo -MD -MP -MF ".deps/IpStdAugSystemSolver.Tpo" -c -o IpStdAugSystemSolver.lo IpStdAugSystemSolver.cpp; \ then mv -f ".deps/IpStdAugSystemSolver.Tpo" ".deps/IpStdAugSystemSolver.Plo"; else rm -f ".deps/IpStdAugSystemSolver.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpStdAugSystemSolver.lo -MD -MP -MF .deps/IpStdAugSystemSolver.Tpo -c IpStdAugSystemSolver.cpp -fno-common -DPIC -o .libs/IpStdAugSystemSolver.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpTimingStatistics.lo -MD -MP -MF ".deps/IpTimingStatistics.Tpo" -c -o IpTimingStatistics.lo IpTimingStatistics.cpp; \ then mv -f ".deps/IpTimingStatistics.Tpo" ".deps/IpTimingStatistics.Plo"; else rm -f ".deps/IpTimingStatistics.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpTimingStatistics.lo -MD -MP -MF .deps/IpTimingStatistics.Tpo -c IpTimingStatistics.cpp -fno-common -DPIC -o .libs/IpTimingStatistics.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpUserScaling.lo -MD -MP -MF ".deps/IpUserScaling.Tpo" -c -o IpUserScaling.lo IpUserScaling.cpp; \ then mv -f ".deps/IpUserScaling.Tpo" ".deps/IpUserScaling.Plo"; else rm -f ".deps/IpUserScaling.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpUserScaling.lo -MD -MP -MF .deps/IpUserScaling.Tpo -c IpUserScaling.cpp -fno-common -DPIC -o .libs/IpUserScaling.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpWarmStartIterateInitializer.lo -MD -MP -MF ".deps/IpWarmStartIterateInitializer.Tpo" -c -o IpWarmStartIterateInitializer.lo IpWarmStartIterateInitializer.cpp; \ then mv -f ".deps/IpWarmStartIterateInitializer.Tpo" ".deps/IpWarmStartIterateInitializer.Plo"; else rm -f ".deps/IpWarmStartIterateInitializer.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpWarmStartIterateInitializer.lo -MD -MP -MF .deps/IpWarmStartIterateInitializer.Tpo -c IpWarmStartIterateInitializer.cpp -fno-common -DPIC -o .libs/IpWarmStartIterateInitializer.o /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -stdlib=libstdc++ -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -L/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -o libipoptalg.la -no-undefined IpAdaptiveMuUpdate.lo IpAlgBuilder.lo IpAlgorithmRegOp.lo IpAugRestoSystemSolver.lo IpBacktrackingLineSearch.lo IpDefaultIterateInitializer.lo IpEquilibrationScaling.lo IpExactHessianUpdater.lo IpFilter.lo IpFilterLSAcceptor.lo IpGenAugSystemSolver.lo IpGradientScaling.lo IpIpoptAlg.lo IpIpoptCalculatedQuantities.lo IpIpoptData.lo IpIteratesVector.lo IpLeastSquareMults.lo IpLimMemQuasiNewtonUpdater.lo IpLoqoMuOracle.lo IpLowRankAugSystemSolver.lo IpLowRankSSAugSystemSolver.lo IpMonotoneMuUpdate.lo IpNLPBoundsRemover.lo IpNLPScaling.lo IpOptErrorConvCheck.lo IpOrigIpoptNLP.lo IpOrigIterationOutput.lo IpPDFullSpaceSolver.lo IpPDPerturbationHandler.lo IpPDSearchDirCalc.lo IpPenaltyLSAcceptor.lo IpProbingMuOracle.lo IpQualityFunctionMuOracle.lo IpRestoConvCheck.lo IpRestoFilterConvCheck.lo IpRestoIpoptNLP.lo IpRestoIterateInitializer.lo IpRestoIterationOutput.lo IpRestoMinC_1Nrm.lo IpRestoPenaltyConvCheck.lo IpRestoRestoPhase.lo IpStdAugSystemSolver.lo IpTimingStatistics.lo IpUserScaling.lo IpWarmStartIterateInitializer.lo ar cru .libs/libipoptalg.a .libs/IpAdaptiveMuUpdate.o .libs/IpAlgBuilder.o .libs/IpAlgorithmRegOp.o .libs/IpAugRestoSystemSolver.o .libs/IpBacktrackingLineSearch.o .libs/IpDefaultIterateInitializer.o .libs/IpEquilibrationScaling.o .libs/IpExactHessianUpdater.o .libs/IpFilter.o .libs/IpFilterLSAcceptor.o .libs/IpGenAugSystemSolver.o .libs/IpGradientScaling.o .libs/IpIpoptAlg.o .libs/IpIpoptCalculatedQuantities.o .libs/IpIpoptData.o .libs/IpIteratesVector.o .libs/IpLeastSquareMults.o .libs/IpLimMemQuasiNewtonUpdater.o .libs/IpLoqoMuOracle.o .libs/IpLowRankAugSystemSolver.o .libs/IpLowRankSSAugSystemSolver.o .libs/IpMonotoneMuUpdate.o .libs/IpNLPBoundsRemover.o .libs/IpNLPScaling.o .libs/IpOptErrorConvCheck.o .libs/IpOrigIpoptNLP.o .libs/IpOrigIterationOutput.o .libs/IpPDFullSpaceSolver.o .libs/IpPDPerturbationHandler.o .libs/IpPDSearchDirCalc.o .libs/IpPenaltyLSAcceptor.o .libs/IpProbingMuOracle.o .libs/IpQualityFunctionMuOracle.o .libs/IpRestoConvCheck.o .libs/IpRestoFilterConvCheck.o .libs/IpRestoIpoptNLP.o .libs/IpRestoIterateInitializer.o .libs/IpRestoIterationOutput.o .libs/IpRestoMinC_1Nrm.o .libs/IpRestoPenaltyConvCheck.o .libs/IpRestoRestoPhase.o .libs/IpStdAugSystemSolver.o .libs/IpTimingStatistics.o .libs/IpUserScaling.o .libs/IpWarmStartIterateInitializer.o ranlib .libs/libipoptalg.a creating libipoptalg.la (cd .libs && rm -f libipoptalg.la && ln -s ../libipoptalg.la libipoptalg.la) Making all in src/contrib/CGPenalty if /bin/sh ../../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./../../Interfaces` -I`echo ./../../Algorithm` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpCGPenaltyCq.lo -MD -MP -MF ".deps/IpCGPenaltyCq.Tpo" -c -o IpCGPenaltyCq.lo IpCGPenaltyCq.cpp; \ then mv -f ".deps/IpCGPenaltyCq.Tpo" ".deps/IpCGPenaltyCq.Plo"; else rm -f ".deps/IpCGPenaltyCq.Tpo"; exit 1; fi mkdir .libs clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./../../Interfaces -I./../../Algorithm -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpCGPenaltyCq.lo -MD -MP -MF .deps/IpCGPenaltyCq.Tpo -c IpCGPenaltyCq.cpp -fno-common -DPIC -o .libs/IpCGPenaltyCq.o if /bin/sh ../../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./../../Interfaces` -I`echo ./../../Algorithm` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpCGPenaltyData.lo -MD -MP -MF ".deps/IpCGPenaltyData.Tpo" -c -o IpCGPenaltyData.lo IpCGPenaltyData.cpp; \ then mv -f ".deps/IpCGPenaltyData.Tpo" ".deps/IpCGPenaltyData.Plo"; else rm -f ".deps/IpCGPenaltyData.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./../../Interfaces -I./../../Algorithm -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpCGPenaltyData.lo -MD -MP -MF .deps/IpCGPenaltyData.Tpo -c IpCGPenaltyData.cpp -fno-common -DPIC -o .libs/IpCGPenaltyData.o if /bin/sh ../../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./../../Interfaces` -I`echo ./../../Algorithm` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpCGPenaltyLSAcceptor.lo -MD -MP -MF ".deps/IpCGPenaltyLSAcceptor.Tpo" -c -o IpCGPenaltyLSAcceptor.lo IpCGPenaltyLSAcceptor.cpp; \ then mv -f ".deps/IpCGPenaltyLSAcceptor.Tpo" ".deps/IpCGPenaltyLSAcceptor.Plo"; else rm -f ".deps/IpCGPenaltyLSAcceptor.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./../../Interfaces -I./../../Algorithm -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpCGPenaltyLSAcceptor.lo -MD -MP -MF .deps/IpCGPenaltyLSAcceptor.Tpo -c IpCGPenaltyLSAcceptor.cpp -fno-common -DPIC -o .libs/IpCGPenaltyLSAcceptor.o if /bin/sh ../../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./../../Interfaces` -I`echo ./../../Algorithm` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpCGPenaltyRegOp.lo -MD -MP -MF ".deps/IpCGPenaltyRegOp.Tpo" -c -o IpCGPenaltyRegOp.lo IpCGPenaltyRegOp.cpp; \ then mv -f ".deps/IpCGPenaltyRegOp.Tpo" ".deps/IpCGPenaltyRegOp.Plo"; else rm -f ".deps/IpCGPenaltyRegOp.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./../../Interfaces -I./../../Algorithm -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpCGPenaltyRegOp.lo -MD -MP -MF .deps/IpCGPenaltyRegOp.Tpo -c IpCGPenaltyRegOp.cpp -fno-common -DPIC -o .libs/IpCGPenaltyRegOp.o if /bin/sh ../../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./../../Interfaces` -I`echo ./../../Algorithm` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpCGPerturbationHandler.lo -MD -MP -MF ".deps/IpCGPerturbationHandler.Tpo" -c -o IpCGPerturbationHandler.lo IpCGPerturbationHandler.cpp; \ then mv -f ".deps/IpCGPerturbationHandler.Tpo" ".deps/IpCGPerturbationHandler.Plo"; else rm -f ".deps/IpCGPerturbationHandler.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./../../Interfaces -I./../../Algorithm -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpCGPerturbationHandler.lo -MD -MP -MF .deps/IpCGPerturbationHandler.Tpo -c IpCGPerturbationHandler.cpp -fno-common -DPIC -o .libs/IpCGPerturbationHandler.o if /bin/sh ../../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./../../Interfaces` -I`echo ./../../Algorithm` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpCGSearchDirCalc.lo -MD -MP -MF ".deps/IpCGSearchDirCalc.Tpo" -c -o IpCGSearchDirCalc.lo IpCGSearchDirCalc.cpp; \ then mv -f ".deps/IpCGSearchDirCalc.Tpo" ".deps/IpCGSearchDirCalc.Plo"; else rm -f ".deps/IpCGSearchDirCalc.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./../../Interfaces -I./../../Algorithm -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpCGSearchDirCalc.lo -MD -MP -MF .deps/IpCGSearchDirCalc.Tpo -c IpCGSearchDirCalc.cpp -fno-common -DPIC -o .libs/IpCGSearchDirCalc.o if /bin/sh ../../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./../../Interfaces` -I`echo ./../../Algorithm` -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpPiecewisePenalty.lo -MD -MP -MF ".deps/IpPiecewisePenalty.Tpo" -c -o IpPiecewisePenalty.lo IpPiecewisePenalty.cpp; \ then mv -f ".deps/IpPiecewisePenalty.Tpo" ".deps/IpPiecewisePenalty.Plo"; else rm -f ".deps/IpPiecewisePenalty.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./../../Interfaces -I./../../Algorithm -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -MT IpPiecewisePenalty.lo -MD -MP -MF .deps/IpPiecewisePenalty.Tpo -c IpPiecewisePenalty.cpp -fno-common -DPIC -o .libs/IpPiecewisePenalty.o /bin/sh ../../../../libtool --tag=CXX --mode=link clang++ -stdlib=libstdc++ -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -L/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -o libcgpenalty.la -no-undefined IpCGPenaltyCq.lo IpCGPenaltyData.lo IpCGPenaltyLSAcceptor.lo IpCGPenaltyRegOp.lo IpCGPerturbationHandler.lo IpCGSearchDirCalc.lo IpPiecewisePenalty.lo ar cru .libs/libcgpenalty.a .libs/IpCGPenaltyCq.o .libs/IpCGPenaltyData.o .libs/IpCGPenaltyLSAcceptor.o .libs/IpCGPenaltyRegOp.o .libs/IpCGPerturbationHandler.o .libs/IpCGSearchDirCalc.o .libs/IpPiecewisePenalty.o ranlib .libs/libcgpenalty.a creating libcgpenalty.la (cd .libs && rm -f libcgpenalty.la && ln -s ../libcgpenalty.la libcgpenalty.la) Making all in src/contrib/LinearSolverLoader if /bin/sh ../../../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../Algorithm/LinearSolvers` -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DIPOPT_BUILD -MT LibraryHandler.lo -MD -MP -MF ".deps/LibraryHandler.Tpo" -c -o LibraryHandler.lo LibraryHandler.c; \ then mv -f ".deps/LibraryHandler.Tpo" ".deps/LibraryHandler.Plo"; else rm -f ".deps/LibraryHandler.Tpo"; exit 1; fi mkdir .libs clang -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../Algorithm/LinearSolvers -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DIPOPT_BUILD -MT LibraryHandler.lo -MD -MP -MF .deps/LibraryHandler.Tpo -c LibraryHandler.c -fno-common -DPIC -o .libs/LibraryHandler.o if /bin/sh ../../../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../Algorithm/LinearSolvers` -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DIPOPT_BUILD -MT HSLLoader.lo -MD -MP -MF ".deps/HSLLoader.Tpo" -c -o HSLLoader.lo HSLLoader.c; \ then mv -f ".deps/HSLLoader.Tpo" ".deps/HSLLoader.Plo"; else rm -f ".deps/HSLLoader.Tpo"; exit 1; fi clang -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../Algorithm/LinearSolvers -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DIPOPT_BUILD -MT HSLLoader.lo -MD -MP -MF .deps/HSLLoader.Tpo -c HSLLoader.c -fno-common -DPIC -o .libs/HSLLoader.o if /bin/sh ../../../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../Algorithm/LinearSolvers` -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DIPOPT_BUILD -MT PardisoLoader.lo -MD -MP -MF ".deps/PardisoLoader.Tpo" -c -o PardisoLoader.lo PardisoLoader.c; \ then mv -f ".deps/PardisoLoader.Tpo" ".deps/PardisoLoader.Plo"; else rm -f ".deps/PardisoLoader.Tpo"; exit 1; fi clang -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../Algorithm/LinearSolvers -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DIPOPT_BUILD -MT PardisoLoader.lo -MD -MP -MF .deps/PardisoLoader.Tpo -c PardisoLoader.c -fno-common -DPIC -o .libs/PardisoLoader.o /bin/sh ../../../../libtool --tag=CC --mode=link clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DIPOPT_BUILD -L/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -o libLinearSolverLoader.la LibraryHandler.lo HSLLoader.lo PardisoLoader.lo ar cru .libs/libLinearSolverLoader.a .libs/LibraryHandler.o .libs/HSLLoader.o .libs/PardisoLoader.o ranlib .libs/libLinearSolverLoader.a creating libLinearSolverLoader.la (cd .libs && rm -f libLinearSolverLoader.la && ln -s ../libLinearSolverLoader.la libLinearSolverLoader.la) Making all in src/Interfaces if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../Algorithm/LinearSolvers` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Algorithm` -I`echo ./../Algorithm/Inexact` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -MT IpInterfacesRegOp.lo -MD -MP -MF ".deps/IpInterfacesRegOp.Tpo" -c -o IpInterfacesRegOp.lo IpInterfacesRegOp.cpp; \ then mv -f ".deps/IpInterfacesRegOp.Tpo" ".deps/IpInterfacesRegOp.Plo"; else rm -f ".deps/IpInterfacesRegOp.Tpo"; exit 1; fi mkdir .libs clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -I./../Common -I./../LinAlg -I./../Algorithm/LinearSolvers -I./../LinAlg/TMatrices -I./../Algorithm -I./../Algorithm/Inexact -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -MT IpInterfacesRegOp.lo -MD -MP -MF .deps/IpInterfacesRegOp.Tpo -c IpInterfacesRegOp.cpp -fno-common -DPIC -o .libs/IpInterfacesRegOp.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../Algorithm/LinearSolvers` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Algorithm` -I`echo ./../Algorithm/Inexact` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -MT IpIpoptApplication.lo -MD -MP -MF ".deps/IpIpoptApplication.Tpo" -c -o IpIpoptApplication.lo IpIpoptApplication.cpp; \ then mv -f ".deps/IpIpoptApplication.Tpo" ".deps/IpIpoptApplication.Plo"; else rm -f ".deps/IpIpoptApplication.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -I./../Common -I./../LinAlg -I./../Algorithm/LinearSolvers -I./../LinAlg/TMatrices -I./../Algorithm -I./../Algorithm/Inexact -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -MT IpIpoptApplication.lo -MD -MP -MF .deps/IpIpoptApplication.Tpo -c IpIpoptApplication.cpp -fno-common -DPIC -o .libs/IpIpoptApplication.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../Algorithm/LinearSolvers` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Algorithm` -I`echo ./../Algorithm/Inexact` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -MT IpSolveStatistics.lo -MD -MP -MF ".deps/IpSolveStatistics.Tpo" -c -o IpSolveStatistics.lo IpSolveStatistics.cpp; \ then mv -f ".deps/IpSolveStatistics.Tpo" ".deps/IpSolveStatistics.Plo"; else rm -f ".deps/IpSolveStatistics.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -I./../Common -I./../LinAlg -I./../Algorithm/LinearSolvers -I./../LinAlg/TMatrices -I./../Algorithm -I./../Algorithm/Inexact -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -MT IpSolveStatistics.lo -MD -MP -MF .deps/IpSolveStatistics.Tpo -c IpSolveStatistics.cpp -fno-common -DPIC -o .libs/IpSolveStatistics.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../Algorithm/LinearSolvers` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Algorithm` -I`echo ./../Algorithm/Inexact` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -MT IpStdCInterface.lo -MD -MP -MF ".deps/IpStdCInterface.Tpo" -c -o IpStdCInterface.lo IpStdCInterface.cpp; \ then mv -f ".deps/IpStdCInterface.Tpo" ".deps/IpStdCInterface.Plo"; else rm -f ".deps/IpStdCInterface.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -I./../Common -I./../LinAlg -I./../Algorithm/LinearSolvers -I./../LinAlg/TMatrices -I./../Algorithm -I./../Algorithm/Inexact -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -MT IpStdCInterface.lo -MD -MP -MF .deps/IpStdCInterface.Tpo -c IpStdCInterface.cpp -fno-common -DPIC -o .libs/IpStdCInterface.o if /bin/sh ../../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DIPOPT_BUILD -I`echo ./../Common` -MT IpStdFInterface.lo -MD -MP -MF ".deps/IpStdFInterface.Tpo" -c -o IpStdFInterface.lo IpStdFInterface.c; \ then mv -f ".deps/IpStdFInterface.Tpo" ".deps/IpStdFInterface.Plo"; else rm -f ".deps/IpStdFInterface.Tpo"; exit 1; fi clang -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DIPOPT_BUILD -I./../Common -MT IpStdFInterface.lo -MD -MP -MF .deps/IpStdFInterface.Tpo -c IpStdFInterface.c -fno-common -DPIC -o .libs/IpStdFInterface.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../Algorithm/LinearSolvers` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Algorithm` -I`echo ./../Algorithm/Inexact` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -MT IpStdInterfaceTNLP.lo -MD -MP -MF ".deps/IpStdInterfaceTNLP.Tpo" -c -o IpStdInterfaceTNLP.lo IpStdInterfaceTNLP.cpp; \ then mv -f ".deps/IpStdInterfaceTNLP.Tpo" ".deps/IpStdInterfaceTNLP.Plo"; else rm -f ".deps/IpStdInterfaceTNLP.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -I./../Common -I./../LinAlg -I./../Algorithm/LinearSolvers -I./../LinAlg/TMatrices -I./../Algorithm -I./../Algorithm/Inexact -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -MT IpStdInterfaceTNLP.lo -MD -MP -MF .deps/IpStdInterfaceTNLP.Tpo -c IpStdInterfaceTNLP.cpp -fno-common -DPIC -o .libs/IpStdInterfaceTNLP.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../Algorithm/LinearSolvers` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Algorithm` -I`echo ./../Algorithm/Inexact` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -MT IpTNLPAdapter.lo -MD -MP -MF ".deps/IpTNLPAdapter.Tpo" -c -o IpTNLPAdapter.lo IpTNLPAdapter.cpp; \ then mv -f ".deps/IpTNLPAdapter.Tpo" ".deps/IpTNLPAdapter.Plo"; else rm -f ".deps/IpTNLPAdapter.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -I./../Common -I./../LinAlg -I./../Algorithm/LinearSolvers -I./../LinAlg/TMatrices -I./../Algorithm -I./../Algorithm/Inexact -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -MT IpTNLPAdapter.lo -MD -MP -MF .deps/IpTNLPAdapter.Tpo -c IpTNLPAdapter.cpp -fno-common -DPIC -o .libs/IpTNLPAdapter.o if /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../Algorithm/LinearSolvers` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Algorithm` -I`echo ./../Algorithm/Inexact` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -MT IpTNLPReducer.lo -MD -MP -MF ".deps/IpTNLPReducer.Tpo" -c -o IpTNLPReducer.lo IpTNLPReducer.cpp; \ then mv -f ".deps/IpTNLPReducer.Tpo" ".deps/IpTNLPReducer.Plo"; else rm -f ".deps/IpTNLPReducer.Tpo"; exit 1; fi clang++ -stdlib=libstdc++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -I./../Common -I./../LinAlg -I./../Algorithm/LinearSolvers -I./../LinAlg/TMatrices -I./../Algorithm -I./../Algorithm/Inexact -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -MT IpTNLPReducer.lo -MD -MP -MF .deps/IpTNLPReducer.Tpo -c IpTNLPReducer.cpp -fno-common -DPIC -o .libs/IpTNLPReducer.o /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -stdlib=libstdc++ -g -O2 -stdlib=libstdc++ -std=c++11 -DIPOPT_BUILD -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../Algorithm/LinearSolvers` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Algorithm` -I`echo ./../Algorithm/Inexact` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -L/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -o libipopt.la -rpath /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/lib -no-undefined IpInterfacesRegOp.lo IpIpoptApplication.lo IpSolveStatistics.lo IpStdCInterface.lo IpStdFInterface.lo IpStdInterfaceTNLP.lo IpTNLPAdapter.lo IpTNLPReducer.lo ../contrib/LinearSolverLoader/libLinearSolverLoader.la ../contrib/CGPenalty/libcgpenalty.la ../Algorithm/libipoptalg.la ../Algorithm/LinearSolvers/liblinsolvers.la ../Common/libcommon.la ../LinAlg/liblinalg.la ../LinAlg/TMatrices/libtmatrices.la -L/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -L/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0 -L/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/../../.. /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/libcoinmumps.la -llapack -lblas -lgfortran -lSystem -lquadmath -lm -llapack -lblas -llapack -lblas -lm -ldl rm -fr .libs/libipopt.lax mkdir .libs/libipopt.lax rm -fr .libs/libipopt.lax/libLinearSolverLoader.a mkdir .libs/libipopt.lax/libLinearSolverLoader.a Extracting /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Interfaces/../contrib/LinearSolverLoader/.libs/libLinearSolverLoader.a (cd .libs/libipopt.lax/libLinearSolverLoader.a && ar x /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Interfaces/../contrib/LinearSolverLoader/.libs/libLinearSolverLoader.a) rm -fr .libs/libipopt.lax/libcgpenalty.a mkdir .libs/libipopt.lax/libcgpenalty.a Extracting /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Interfaces/../contrib/CGPenalty/.libs/libcgpenalty.a (cd .libs/libipopt.lax/libcgpenalty.a && ar x /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Interfaces/../contrib/CGPenalty/.libs/libcgpenalty.a) rm -fr .libs/libipopt.lax/libipoptalg.a mkdir .libs/libipopt.lax/libipoptalg.a Extracting /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Interfaces/../Algorithm/.libs/libipoptalg.a (cd .libs/libipopt.lax/libipoptalg.a && ar x /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Interfaces/../Algorithm/.libs/libipoptalg.a) rm -fr .libs/libipopt.lax/liblinsolvers.a mkdir .libs/libipopt.lax/liblinsolvers.a Extracting /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Interfaces/../Algorithm/LinearSolvers/.libs/liblinsolvers.a (cd .libs/libipopt.lax/liblinsolvers.a && ar x /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Interfaces/../Algorithm/LinearSolvers/.libs/liblinsolvers.a) rm -fr .libs/libipopt.lax/libcommon.a mkdir .libs/libipopt.lax/libcommon.a Extracting /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Interfaces/../Common/.libs/libcommon.a (cd .libs/libipopt.lax/libcommon.a && ar x /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Interfaces/../Common/.libs/libcommon.a) rm -fr .libs/libipopt.lax/liblinalg.a mkdir .libs/libipopt.lax/liblinalg.a Extracting /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Interfaces/../LinAlg/.libs/liblinalg.a (cd .libs/libipopt.lax/liblinalg.a && ar x /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Interfaces/../LinAlg/.libs/liblinalg.a) rm -fr .libs/libipopt.lax/libtmatrices.a mkdir .libs/libipopt.lax/libtmatrices.a Extracting /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Interfaces/../LinAlg/TMatrices/.libs/libtmatrices.a (cd .libs/libipopt.lax/libtmatrices.a && ar x /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Interfaces/../LinAlg/TMatrices/.libs/libtmatrices.a) clang++ -stdlib=libstdc++ -r -keep_private_externs -nostdlib -o .libs/libipopt.0.0.0.dylib-master.o .libs/IpInterfacesRegOp.o .libs/IpIpoptApplication.o .libs/IpSolveStatistics.o .libs/IpStdCInterface.o .libs/IpStdFInterface.o .libs/IpStdInterfaceTNLP.o .libs/IpTNLPAdapter.o .libs/IpTNLPReducer.o .libs/libipopt.lax/libLinearSolverLoader.a/HSLLoader.o .libs/libipopt.lax/libLinearSolverLoader.a/LibraryHandler.o .libs/libipopt.lax/libLinearSolverLoader.a/PardisoLoader.o .libs/libipopt.lax/libcgpenalty.a/IpCGPenaltyCq.o .libs/libipopt.lax/libcgpenalty.a/IpCGPenaltyData.o .libs/libipopt.lax/libcgpenalty.a/IpCGPenaltyLSAcceptor.o .libs/libipopt.lax/libcgpenalty.a/IpCGPenaltyRegOp.o .libs/libipopt.lax/libcgpenalty.a/IpCGPerturbationHandler.o .libs/libipopt.lax/libcgpenalty.a/IpCGSearchDirCalc.o .libs/libipopt.lax/libcgpenalty.a/IpPiecewisePenalty.o .libs/libipopt.lax/libipoptalg.a/IpAdaptiveMuUpdate.o .libs/libipopt.lax/libipoptalg.a/IpAlgBuilder.o .libs/libipopt.lax/libipoptalg.a/IpAlgorithmRegOp.o .libs/libipopt.lax/libipoptalg.a/IpAugRestoSystemSolver.o .libs/libipopt.lax/libipoptalg.a/IpBacktrackingLineSearch.o .libs/libipopt.lax/libipoptalg.a/IpDefaultIterateInitializer.o .libs/libipopt.lax/libipoptalg.a/IpEquilibrationScaling.o .libs/libipopt.lax/libipoptalg.a/IpExactHessianUpdater.o .libs/libipopt.lax/libipoptalg.a/IpFilter.o .libs/libipopt.lax/libipoptalg.a/IpFilterLSAcceptor.o .libs/libipopt.lax/libipoptalg.a/IpGenAugSystemSolver.o .libs/libipopt.lax/libipoptalg.a/IpGradientScaling.o .libs/libipopt.lax/libipoptalg.a/IpIpoptAlg.o .libs/libipopt.lax/libipoptalg.a/IpIpoptCalculatedQuantities.o .libs/libipopt.lax/libipoptalg.a/IpIpoptData.o .libs/libipopt.lax/libipoptalg.a/IpIteratesVector.o .libs/libipopt.lax/libipoptalg.a/IpLeastSquareMults.o .libs/libipopt.lax/libipoptalg.a/IpLimMemQuasiNewtonUpdater.o .libs/libipopt.lax/libipoptalg.a/IpLoqoMuOracle.o .libs/libipopt.lax/libipoptalg.a/IpLowRankAugSystemSolver.o .libs/libipopt.lax/libipoptalg.a/IpLowRankSSAugSystemSolver.o .libs/libipopt.lax/libipoptalg.a/IpMonotoneMuUpdate.o .libs/libipopt.lax/libipoptalg.a/IpNLPBoundsRemover.o .libs/libipopt.lax/libipoptalg.a/IpNLPScaling.o .libs/libipopt.lax/libipoptalg.a/IpOptErrorConvCheck.o .libs/libipopt.lax/libipoptalg.a/IpOrigIpoptNLP.o .libs/libipopt.lax/libipoptalg.a/IpOrigIterationOutput.o .libs/libipopt.lax/libipoptalg.a/IpPDFullSpaceSolver.o .libs/libipopt.lax/libipoptalg.a/IpPDPerturbationHandler.o .libs/libipopt.lax/libipoptalg.a/IpPDSearchDirCalc.o .libs/libipopt.lax/libipoptalg.a/IpPenaltyLSAcceptor.o .libs/libipopt.lax/libipoptalg.a/IpProbingMuOracle.o .libs/libipopt.lax/libipoptalg.a/IpQualityFunctionMuOracle.o .libs/libipopt.lax/libipoptalg.a/IpRestoConvCheck.o .libs/libipopt.lax/libipoptalg.a/IpRestoFilterConvCheck.o .libs/libipopt.lax/libipoptalg.a/IpRestoIpoptNLP.o .libs/libipopt.lax/libipoptalg.a/IpRestoIterateInitializer.o .libs/libipopt.lax/libipoptalg.a/IpRestoIterationOutput.o .libs/libipopt.lax/libipoptalg.a/IpRestoMinC_1Nrm.o .libs/libipopt.lax/libipoptalg.a/IpRestoPenaltyConvCheck.o .libs/libipopt.lax/libipoptalg.a/IpRestoRestoPhase.o .libs/libipopt.lax/libipoptalg.a/IpStdAugSystemSolver.o .libs/libipopt.lax/libipoptalg.a/IpTimingStatistics.o .libs/libipopt.lax/libipoptalg.a/IpUserScaling.o .libs/libipopt.lax/libipoptalg.a/IpWarmStartIterateInitializer.o .libs/libipopt.lax/liblinsolvers.a/IpLinearSolversRegOp.o .libs/libipopt.lax/liblinsolvers.a/IpMa27TSolverInterface.o .libs/libipopt.lax/liblinsolvers.a/IpMa28Partition.o .libs/libipopt.lax/liblinsolvers.a/IpMa28TDependencyDetector.o .libs/libipopt.lax/liblinsolvers.a/IpMa57TSolverInterface.o .libs/libipopt.lax/liblinsolvers.a/IpMa77SolverInterface.o .libs/libipopt.lax/liblinsolvers.a/IpMa86SolverInterface.o .libs/libipopt.lax/liblinsolvers.a/IpMa97SolverInterface.o .libs/libipopt.lax/liblinsolvers.a/IpMc19TSymScalingMethod.o .libs/libipopt.lax/liblinsolvers.a/IpMumpsSolverInterface.o .libs/libipopt.lax/liblinsolvers.a/IpPardisoSolverInterface.o .libs/libipopt.lax/liblinsolvers.a/IpSlackBasedTSymScalingMethod.o .libs/libipopt.lax/liblinsolvers.a/IpTripletToCSRConverter.o .libs/libipopt.lax/liblinsolvers.a/IpTSymDependencyDetector.o .libs/libipopt.lax/liblinsolvers.a/IpTSymLinearSolver.o .libs/libipopt.lax/libcommon.a/IpDebug.o .libs/libipopt.lax/libcommon.a/IpJournalist.o .libs/libipopt.lax/libcommon.a/IpObserver.o .libs/libipopt.lax/libcommon.a/IpOptionsList.o .libs/libipopt.lax/libcommon.a/IpRegOptions.o .libs/libipopt.lax/libcommon.a/IpTaggedObject.o .libs/libipopt.lax/libcommon.a/IpUtils.o .libs/libipopt.lax/liblinalg.a/IpBlas.o .libs/libipopt.lax/liblinalg.a/IpCompoundMatrix.o .libs/libipopt.lax/liblinalg.a/IpCompoundSymMatrix.o .libs/libipopt.lax/liblinalg.a/IpCompoundVector.o .libs/libipopt.lax/liblinalg.a/IpDenseGenMatrix.o .libs/libipopt.lax/liblinalg.a/IpDenseSymMatrix.o .libs/libipopt.lax/liblinalg.a/IpDenseVector.o .libs/libipopt.lax/liblinalg.a/IpDiagMatrix.o .libs/libipopt.lax/liblinalg.a/IpExpandedMultiVectorMatrix.o .libs/libipopt.lax/liblinalg.a/IpExpansionMatrix.o .libs/libipopt.lax/liblinalg.a/IpIdentityMatrix.o .libs/libipopt.lax/liblinalg.a/IpLapack.o .libs/libipopt.lax/liblinalg.a/IpLowRankUpdateSymMatrix.o .libs/libipopt.lax/liblinalg.a/IpMatrix.o .libs/libipopt.lax/liblinalg.a/IpMultiVectorMatrix.o .libs/libipopt.lax/liblinalg.a/IpScaledMatrix.o .libs/libipopt.lax/liblinalg.a/IpSumMatrix.o .libs/libipopt.lax/liblinalg.a/IpSumSymMatrix.o .libs/libipopt.lax/liblinalg.a/IpSymScaledMatrix.o .libs/libipopt.lax/liblinalg.a/IpTransposeMatrix.o .libs/libipopt.lax/liblinalg.a/IpVector.o .libs/libipopt.lax/liblinalg.a/IpZeroMatrix.o .libs/libipopt.lax/liblinalg.a/IpZeroSymMatrix.o .libs/libipopt.lax/libtmatrices.a/IpGenTMatrix.o .libs/libipopt.lax/libtmatrices.a/IpSymTMatrix.o .libs/libipopt.lax/libtmatrices.a/IpTripletHelper.o clang++ -stdlib=libstdc++ -dynamiclib -single_module -o .libs/libipopt.0.0.0.dylib .libs/libipopt.0.0.0.dylib-master.o -L/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -L/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0 -L/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/../../.. /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/.libs/libcoinmumps.dylib /usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/../../../libgfortran.dylib /usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/../../../libquadmath.dylib -lgfortran -lSystem -lquadmath -llapack -lblas -lm -ldl -install_name /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/lib/libipopt.0.dylib -compatibility_version 1 -current_version 1.0 (cd .libs && rm -f libipopt.0.dylib && ln -s libipopt.0.0.0.dylib libipopt.0.dylib) (cd .libs && rm -f libipopt.dylib && ln -s libipopt.0.0.0.dylib libipopt.dylib) rm -fr .libs/libipopt.lax creating libipopt.la (cd .libs && rm -f libipopt.la && ln -s ../libipopt.la libipopt.la) Making all in src/Apps Making all in CUTErInterface if test -z "$MYCUTER" -o -z "$CUTER"; then \ rm -f ipoma.f; \ cp ./ipoma-dummy.f ipoma.f; \ else \ sed "/#{sizing}/r $MYCUTER/double/config/tools.siz" CUTErInterface.f | sed -f $MYCUTER/double/config/cast.sed | sed "s/C64BIT//" > ipoma.f; \ fi /bin/sh ../../../../libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o ipoma.lo ipoma.f mkdir .libs gfortran -O3 -pipe -c ipoma.f -fno-common -o .libs/ipoma.o /bin/sh ../../../../libtool --tag=F77 --mode=link gfortran -O3 -pipe -L/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -o libdummy.la ipoma.lo ar cru .libs/libdummy.a .libs/ipoma.o ranlib .libs/libdummy.a creating libdummy.la (cd .libs && rm -f libdummy.la && ln -s ../libdummy.la libdummy.la) make[6]: Nothing to be done for `all-am'. make[5]: Nothing to be done for `all-am'. make[4]: Nothing to be done for `all-am'. /Applications/Xcode.app/Contents/Developer/usr/bin/make -C 3rdParty/Ipopt install Making install in ThirdParty/Mumps test -z "/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/lib" || /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/install-sh -d "/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/lib" /bin/sh ./../../libtool --mode=install /usr/bin/install -c 'libcoinmumps.la' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/lib/libcoinmumps.la' /usr/bin/install -c .libs/libcoinmumps.1.5.2.dylib /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/lib/libcoinmumps.1.5.2.dylib (cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/lib && { ln -s -f libcoinmumps.1.5.2.dylib libcoinmumps.1.dylib || { rm -f libcoinmumps.1.dylib && ln -s libcoinmumps.1.5.2.dylib libcoinmumps.1.dylib; }; }) (cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/lib && { ln -s -f libcoinmumps.1.5.2.dylib libcoinmumps.dylib || { rm -f libcoinmumps.dylib && ln -s libcoinmumps.1.5.2.dylib libcoinmumps.dylib; }; }) /usr/bin/install -c .libs/libcoinmumps.lai /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/lib/libcoinmumps.la ---------------------------------------------------------------------- Libraries have been installed in: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable during execution See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/lib/pkgconfig" || /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/install-sh -d "/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/lib/pkgconfig" /usr/bin/install -c -m 644 'coinmumps.pc' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/lib/pkgconfig/coinmumps.pc' test -z "/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/ThirdParty" || /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/install-sh -d "/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/ThirdParty" /usr/bin/install -c -m 644 'MUMPS/include/dmumps_c.h' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/ThirdParty/dmumps_c.h' /usr/bin/install -c -m 644 'MUMPS/include/mumps_compat.h' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/ThirdParty/mumps_compat.h' /usr/bin/install -c -m 644 'MUMPS/include/mumps_c_types.h' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/ThirdParty/mumps_c_types.h' /usr/bin/install -c -m 644 'MUMPS/libseq/mpi.h' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/ThirdParty/mpi.h' Making install in Ipopt Making install in src/Common /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/install-sh -c -m 644 config_ipopt.h /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpoptConfig.h test -z "/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin" || /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/install-sh -d "/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin" /usr/bin/install -c -m 644 'IpCachedResults.hpp' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpCachedResults.hpp' /usr/bin/install -c -m 644 'IpDebug.hpp' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpDebug.hpp' /usr/bin/install -c -m 644 'IpException.hpp' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpException.hpp' /usr/bin/install -c -m 644 'IpJournalist.hpp' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpJournalist.hpp' /usr/bin/install -c -m 644 'IpObserver.hpp' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpObserver.hpp' /usr/bin/install -c -m 644 'IpOptionsList.hpp' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpOptionsList.hpp' /usr/bin/install -c -m 644 'IpReferenced.hpp' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpReferenced.hpp' /usr/bin/install -c -m 644 'IpRegOptions.hpp' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpRegOptions.hpp' /usr/bin/install -c -m 644 'IpSmartPtr.hpp' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpSmartPtr.hpp' /usr/bin/install -c -m 644 'IpTaggedObject.hpp' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpTaggedObject.hpp' /usr/bin/install -c -m 644 'IpTimedTask.hpp' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpTimedTask.hpp' /usr/bin/install -c -m 644 'IpTypes.hpp' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpTypes.hpp' /usr/bin/install -c -m 644 'IpUtils.hpp' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpUtils.hpp' Making install in src/LinAlg Making install in TMatrices make[7]: Nothing to be done for `install-exec-am'. make[7]: Nothing to be done for `install-data-am'. make[7]: Nothing to be done for `install-exec-am'. test -z "/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin" || /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/install-sh -d "/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin" /usr/bin/install -c -m 644 'IpMatrix.hpp' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpMatrix.hpp' /usr/bin/install -c -m 644 'IpSymMatrix.hpp' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpSymMatrix.hpp' /usr/bin/install -c -m 644 'IpExpansionMatrix.hpp' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpExpansionMatrix.hpp' /usr/bin/install -c -m 644 'IpVector.hpp' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpVector.hpp' /usr/bin/install -c -m 644 'IpDenseVector.hpp' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpDenseVector.hpp' /usr/bin/install -c -m 644 'IpCompoundVector.hpp' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpCompoundVector.hpp' /usr/bin/install -c -m 644 'IpBlas.hpp' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpBlas.hpp' /usr/bin/install -c -m 644 'IpLapack.hpp' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpLapack.hpp' Making install in src/Algorithm Making install in LinearSolvers make[7]: Nothing to be done for `install-exec-am'. make[7]: Nothing to be done for `install-data-am'. Making install in Inexact make[7]: Nothing to be done for `install-exec-am'. make[7]: Nothing to be done for `install-data-am'. make[7]: Nothing to be done for `install-exec-am'. test -z "/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin" || /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/install-sh -d "/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin" /usr/bin/install -c -m 644 'IpIpoptCalculatedQuantities.hpp' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpIpoptCalculatedQuantities.hpp' /usr/bin/install -c -m 644 'IpIpoptData.hpp' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpIpoptData.hpp' /usr/bin/install -c -m 644 'IpIteratesVector.hpp' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpIteratesVector.hpp' /usr/bin/install -c -m 644 'IpTimingStatistics.hpp' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpTimingStatistics.hpp' /usr/bin/install -c -m 644 'IpIpoptNLP.hpp' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpIpoptNLP.hpp' /usr/bin/install -c -m 644 'IpOrigIpoptNLP.hpp' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpOrigIpoptNLP.hpp' /usr/bin/install -c -m 644 'IpNLPScaling.hpp' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpNLPScaling.hpp' Making install in src/contrib/CGPenalty make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. Making install in src/contrib/LinearSolverLoader make[6]: Nothing to be done for `install-exec-am'. test -z "/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin" || /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/install-sh -d "/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin" /usr/bin/install -c -m 644 'HSLLoader.h' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/HSLLoader.h' /usr/bin/install -c -m 644 'PardisoLoader.h' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/PardisoLoader.h' Making install in src/Interfaces test -z "/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/lib" || /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/install-sh -d "/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/lib" /bin/sh ../../../libtool --mode=install /usr/bin/install -c 'libipopt.la' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/lib/libipopt.la' /usr/bin/install -c .libs/libipopt.0.0.0.dylib /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/lib/libipopt.0.0.0.dylib (cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/lib && { ln -s -f libipopt.0.0.0.dylib libipopt.0.dylib || { rm -f libipopt.0.dylib && ln -s libipopt.0.0.0.dylib libipopt.0.dylib; }; }) (cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/lib && { ln -s -f libipopt.0.0.0.dylib libipopt.dylib || { rm -f libipopt.dylib && ln -s libipopt.0.0.0.dylib libipopt.dylib; }; }) /usr/bin/install -c .libs/libipopt.lai /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/lib/libipopt.la ---------------------------------------------------------------------- Libraries have been installed in: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable during execution See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin" || /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/install-sh -d "/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin" /usr/bin/install -c -m 644 'IpAlgTypes.hpp' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpAlgTypes.hpp' /usr/bin/install -c -m 644 'IpIpoptApplication.hpp' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpIpoptApplication.hpp' /usr/bin/install -c -m 644 'IpNLP.hpp' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpNLP.hpp' /usr/bin/install -c -m 644 'IpReturnCodes.h' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpReturnCodes.h' /usr/bin/install -c -m 644 'IpReturnCodes.hpp' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpReturnCodes.hpp' /usr/bin/install -c -m 644 'IpReturnCodes_inc.h' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpReturnCodes_inc.h' /usr/bin/install -c -m 644 'IpReturnCodes.inc' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpReturnCodes.inc' /usr/bin/install -c -m 644 'IpSolveStatistics.hpp' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpSolveStatistics.hpp' /usr/bin/install -c -m 644 'IpStdCInterface.h' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpStdCInterface.h' /usr/bin/install -c -m 644 'IpTNLP.hpp' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpTNLP.hpp' /usr/bin/install -c -m 644 'IpTNLPAdapter.hpp' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpTNLPAdapter.hpp' /usr/bin/install -c -m 644 'IpTNLPReducer.hpp' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpTNLPReducer.hpp' Making install in src/Apps Making install in CUTErInterface make[7]: Nothing to be done for `install-exec-am'. make[7]: Nothing to be done for `install-data-am'. make[7]: Nothing to be done for `install-exec-am'. make[7]: Nothing to be done for `install-data-am'. test -z "/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/share/coin/doc/Ipopt" || /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/install-sh -d "/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/share/coin/doc/Ipopt" for file in README AUTHORS LICENSE ; do \ if test -f "$file"; then dir=; else dir="./"; fi; \ if test -f "$dir$file"; then /usr/bin/install -c -m 644 "$dir$file" "/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/share/coin/doc/Ipopt/$file"; fi; \ done test -z "/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/lib/pkgconfig" || /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/install-sh -d "/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/lib/pkgconfig" /usr/bin/install -c -m 644 'ipopt.pc' '/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/lib/pkgconfig/ipopt.pc' /Applications/Xcode.app/Contents/Developer/usr/bin/make install-data-hook PKG_CONFIG_PATH=/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/lib64/pkgconfig:/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/lib/pkgconfig:/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/share/pkgconfig::/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/lib/pkgconfig \ pkg-config --libs ipopt > /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/share/coin/doc/Ipopt/ipopt_addlibs_cpp.txt addlibs=`cat /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/share/coin/doc/Ipopt/ipopt_addlibs_cpp.txt` ; \ echo "$addlibs -lstdc++ -lm" > /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/share/coin/doc/Ipopt/ipopt_addlibs_c.txt ; \ for i in -L/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -L/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0 -L/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/../../.. -lgfortran -lSystem -lquadmath -lm coin_dummy ; do \ addlibs=`echo -n " $addlibs " | sed -e "s! $i ! !g"` ; \ done ; \ echo "$addlibs -lstdc++ -lm" > /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/Ipopt/share/coin/doc/Ipopt/ipopt_addlibs_f.txt Run make install-doxydoc to generate and install Doxygen documentation. make[5]: Nothing to be done for `install-data-am'. test ! `uname` = Darwin || install_name_tool -id @rpath/libipopt.0.0.0.dylib 3rdParty/Ipopt/lib/libipopt.0.0.0.dylib test ! `uname` = Darwin || install_name_tool -id @rpath/libcoinmumps.1.5.2.dylib 3rdParty/Ipopt/lib/libcoinmumps.1.5.2.dylib test ! `uname` = Darwin || install_name_tool -change "`pwd`/3rdParty/Ipopt/lib/libcoinmumps.1.dylib" @rpath/libcoinmumps.1.dylib 3rdParty/Ipopt/lib/libipopt.0.0.0.dylib cp -a 3rdParty/Ipopt/lib*/*.* /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc mkdir -p 3rdParty/SuiteSparse/build cd 3rdParty/SuiteSparse/build && CC="clang" CXX="clang++" CFLAGS="-I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector" CPPFLAGS="" LDFLAGS="-Wl,-undefined -Wl,dynamic_lookup" cmake .. -G "Unix Makefiles" -DCMAKE_VERBOSE_MAKEFILE:Bool=ON -DCMAKE_INSTALL_PREFIX:PATH="/Users/grantstephens/Repos/OpenModelica/build" -DLIB_OMC="lib/x86_64-darwin15.0.0/omc" -DBUILD_SHARED_LIBS:Bool=ON -- Configuring done CMake Warning (dev): Policy CMP0042 is not set: MACOSX_RPATH is enabled by default. Run "cmake --help-policy CMP0042" for policy details. Use the cmake_policy command to set the policy and suppress this warning. MACOSX_RPATH is not specified for the following targets: amd umfpack This warning is for project developers. Use -Wno-dev to suppress it. -- Generating done -- Build files have been written to: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Applications/Xcode.app/Contents/Developer/usr/bin/make -C 3rdParty/SuiteSparse/build install /usr/local/Cellar/cmake/3.3.2/bin/cmake -H/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse -B/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_progress_start /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/progress.marks /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 all /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/amd_DLONG.dir/build.make CMakeFiles/amd_DLONG.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/amd_DLONG.dir/DependInfo.cmake --color= /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/amd_DLONG.dir/build.make CMakeFiles/amd_DLONG.dir/build [ 1%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_1.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_1.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_1.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 1%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_2.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_2.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_2.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 1%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_aat.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_aat.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_aat.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 1%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_control.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_control.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_control.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 2%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_defaults.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_defaults.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_defaults.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 2%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_dump.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_dump.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_dump.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 2%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_info.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_info.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_info.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 3%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_order.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_order.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_order.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 3%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_post_tree.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_post_tree.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_post_tree.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 3%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_postorder.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_postorder.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_postorder.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 3%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_preprocess.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_preprocess.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_preprocess.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 4%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_valid.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_valid.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_valid.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 4%] Built target amd_DLONG /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/amd_global.dir/build.make CMakeFiles/amd_global.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/amd_global.dir/DependInfo.cmake --color= /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/amd_global.dir/build.make CMakeFiles/amd_global.dir/build [ 4%] Building C object CMakeFiles/amd_global.dir/AMD/Source/amd_global.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/amd_global.dir/AMD/Source/amd_global.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_global.c [ 4%] Built target amd_global /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/amd_DINT.dir/build.make CMakeFiles/amd_DINT.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/amd_DINT.dir/DependInfo.cmake --color= /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/amd_DINT.dir/build.make CMakeFiles/amd_DINT.dir/build [ 4%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_1.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_1.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_1.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 4%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_2.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_2.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_2.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 5%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_aat.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_aat.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_aat.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 5%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_control.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_control.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_control.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 5%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_defaults.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_defaults.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_defaults.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 6%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_dump.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_dump.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_dump.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 6%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_info.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_info.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_info.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 6%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_order.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_order.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_order.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 6%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_post_tree.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_post_tree.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_post_tree.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 7%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_postorder.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_postorder.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_postorder.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 7%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_preprocess.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_preprocess.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_preprocess.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 7%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_valid.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_valid.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_valid.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 7%] Built target amd_DINT /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/amd.dir/build.make CMakeFiles/amd.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/amd.dir/DependInfo.cmake --color= /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/amd.dir/build.make CMakeFiles/amd.dir/build [ 7%] Linking C shared library libamd.dylib /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/amd.dir/link.txt --verbose=1 /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -dynamiclib -Wl,-headerpad_max_install_names -Wl,-undefined -Wl,dynamic_lookup -o libamd.dylib -install_name /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/libamd.dylib CMakeFiles/amd_global.dir/AMD/Source/amd_global.c.o CMakeFiles/amd_DINT.dir/AMD/Source/amd_1.c.o CMakeFiles/amd_DINT.dir/AMD/Source/amd_2.c.o CMakeFiles/amd_DINT.dir/AMD/Source/amd_aat.c.o CMakeFiles/amd_DINT.dir/AMD/Source/amd_control.c.o CMakeFiles/amd_DINT.dir/AMD/Source/amd_defaults.c.o CMakeFiles/amd_DINT.dir/AMD/Source/amd_dump.c.o CMakeFiles/amd_DINT.dir/AMD/Source/amd_info.c.o CMakeFiles/amd_DINT.dir/AMD/Source/amd_order.c.o CMakeFiles/amd_DINT.dir/AMD/Source/amd_post_tree.c.o CMakeFiles/amd_DINT.dir/AMD/Source/amd_postorder.c.o CMakeFiles/amd_DINT.dir/AMD/Source/amd_preprocess.c.o CMakeFiles/amd_DINT.dir/AMD/Source/amd_valid.c.o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_1.c.o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_2.c.o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_aat.c.o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_control.c.o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_defaults.c.o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_dump.c.o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_info.c.o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_order.c.o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_post_tree.c.o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_postorder.c.o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_preprocess.c.o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_valid.c.o [ 7%] Built target amd /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/DependInfo.cmake --color= /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/build [ 8%] Building C object CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DWSOLVE -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_solve.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 8%] Built target umfpack_olib_ZLONG_WSOLVE /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/build.make CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/DependInfo.cmake --color= /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/build.make CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/build [ 8%] Building C object CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/UMFPACK/Source/umf_assemble.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFIXQ -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/UMFPACK/Source/umf_assemble.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_assemble.c In file included from :324: :3:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 8%] Built target umfpack_olib_DLONG_FIXQ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/build.make CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/DependInfo.cmake --color= /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/build.make CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/build [ 8%] Building C object CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/UMFPACK/Source/umf_assemble.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFIXQ -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/UMFPACK/Source/umf_assemble.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_assemble.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 8%] Built target umfpack_olib_ZINT_FIXQ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_ZINT.dir/build.make CMakeFiles/umfpack_olib_ZINT.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZINT.dir/DependInfo.cmake --color= /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_ZINT.dir/build.make CMakeFiles/umfpack_olib_ZINT.dir/build [ 8%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_2by2.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_2by2.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_2by2.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 8%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_assemble.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_assemble.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_assemble.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 9%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_blas3_update.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_blas3_update.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_blas3_update.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 9%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_build_tuples.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_build_tuples.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_build_tuples.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 9%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_create_element.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_create_element.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_create_element.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 9%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_dump.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_dump.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_dump.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 10%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_extend_front.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_extend_front.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_extend_front.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 10%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_garbage_collection.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_garbage_collection.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_garbage_collection.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 10%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_get_memory.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_get_memory.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_get_memory.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 11%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_grow_front.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_grow_front.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_grow_front.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 11%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_init_front.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_init_front.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_init_front.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 11%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 11%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel_init.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel_init.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel_init.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 12%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel_wrapup.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel_wrapup.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel_wrapup.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 12%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_local_search.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_local_search.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_local_search.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 12%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_lsolve.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_lsolve.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_lsolve.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 13%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_ltsolve.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_ltsolve.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_ltsolve.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 13%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_element.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_element.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_element.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 13%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_head_block.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 14%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_tail_block.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 14%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_free_tail_block.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_free_tail_block.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_free_tail_block.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 14%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_init_memoryspace.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 14%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_report_vector.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_report_vector.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_report_vector.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 15%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_row_search.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_row_search.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_row_search.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 15%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_scale.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_scale.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_scale.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 15%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_scale_column.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_scale_column.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_scale_column.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 16%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_set_stats.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_set_stats.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_set_stats.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 16%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_solve.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_solve.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_solve.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 16%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_start_front.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_start_front.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_start_front.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 16%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_store_lu.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_store_lu.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_store_lu.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 17%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_symbolic_usage.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_symbolic_usage.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_symbolic_usage.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 17%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_transpose.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_transpose.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_transpose.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 17%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_triplet.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_triplet.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 18%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_tuple_lengths.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_tuple_lengths.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_tuple_lengths.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 18%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_usolve.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_usolve.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_usolve.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 18%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_utsolve.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_utsolve.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_utsolve.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 18%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_valid_numeric.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_valid_numeric.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_valid_numeric.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 19%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_valid_symbolic.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_valid_symbolic.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_valid_symbolic.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 19%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_col_to_triplet.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_col_to_triplet.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_col_to_triplet.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 19%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_defaults.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_defaults.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_defaults.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 20%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_free_numeric.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_free_numeric.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_free_numeric.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 20%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_free_symbolic.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_free_symbolic.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_free_symbolic.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 20%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_determinant.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_determinant.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_determinant.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 20%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_lunz.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_lunz.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_lunz.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 21%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_numeric.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_numeric.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_numeric.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 21%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_symbolic.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_symbolic.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_symbolic.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 21%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_load_numeric.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_load_numeric.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_load_numeric.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 22%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_load_symbolic.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_load_symbolic.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_load_symbolic.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 22%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_numeric.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_numeric.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_numeric.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 22%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_qsymbolic.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_qsymbolic.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_qsymbolic.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 22%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_control.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_control.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_control.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 23%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_info.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_info.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_info.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 23%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_matrix.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_matrix.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_matrix.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 23%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_numeric.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_numeric.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_numeric.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 24%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_perm.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_perm.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_perm.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 24%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_status.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_status.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_status.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 24%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_symbolic.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_symbolic.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_symbolic.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 24%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_triplet.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_triplet.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_triplet.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 25%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_vector.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_vector.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_vector.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 25%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_save_numeric.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_save_numeric.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_save_numeric.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 25%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_save_symbolic.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_save_symbolic.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_save_symbolic.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 26%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_scale.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_scale.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_scale.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 26%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_solve.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_solve.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_solve.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 26%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_symbolic.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_symbolic.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_symbolic.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 27%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_transpose.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_transpose.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_transpose.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 27%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_triplet_to_col.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_triplet_to_col.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_triplet_to_col.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 27%] Built target umfpack_olib_ZINT /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_DINT.dir/build.make CMakeFiles/umfpack_olib_DINT.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DINT.dir/DependInfo.cmake --color= /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_DINT.dir/build.make CMakeFiles/umfpack_olib_DINT.dir/build [ 27%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_2by2.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_2by2.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_2by2.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 28%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_analyze.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_analyze.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_analyze.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 28%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_apply_order.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_apply_order.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_apply_order.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 28%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_assemble.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_assemble.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_assemble.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 29%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_blas3_update.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_blas3_update.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_blas3_update.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 29%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_build_tuples.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_build_tuples.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_build_tuples.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 29%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_colamd.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_colamd.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_colamd.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 29%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_create_element.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_create_element.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_create_element.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 30%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_dump.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_dump.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_dump.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 30%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_extend_front.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_extend_front.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_extend_front.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 30%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_free.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_free.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_free.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 31%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_fsize.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_fsize.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_fsize.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 31%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_garbage_collection.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_garbage_collection.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_garbage_collection.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 31%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_get_memory.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_get_memory.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_get_memory.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 32%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_grow_front.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_grow_front.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_grow_front.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 32%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_init_front.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_init_front.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_init_front.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 32%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_is_permutation.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_is_permutation.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_is_permutation.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 32%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 33%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_init.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_init.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel_init.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 33%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_wrapup.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_wrapup.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel_wrapup.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 33%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_local_search.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_local_search.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_local_search.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 34%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_lsolve.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_lsolve.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_lsolve.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 34%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_ltsolve.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_ltsolve.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_ltsolve.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 34%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_malloc.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_malloc.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_malloc.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 34%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_element.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_element.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_element.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 35%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_head_block.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 35%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_tail_block.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 35%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_free_tail_block.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_free_tail_block.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_free_tail_block.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 36%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_init_memoryspace.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 36%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_realloc.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_realloc.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_realloc.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 36%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_perm.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_perm.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_report_perm.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 36%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_vector.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_vector.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_report_vector.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 37%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_row_search.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_row_search.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_row_search.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 37%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_scale.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 37%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale_column.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale_column.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_scale_column.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 38%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_set_stats.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_set_stats.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_set_stats.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 38%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_singletons.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_singletons.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_singletons.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 38%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_solve.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_solve.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_solve.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 38%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_start_front.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_start_front.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_start_front.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 39%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_store_lu.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_store_lu.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_store_lu.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 39%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_symbolic_usage.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_symbolic_usage.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_symbolic_usage.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 39%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_transpose.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_transpose.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_transpose.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 40%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_triplet.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_triplet.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 40%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_tuple_lengths.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_tuple_lengths.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_tuple_lengths.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 40%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_usolve.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_usolve.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_usolve.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 40%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_utsolve.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_utsolve.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_utsolve.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 41%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_numeric.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_numeric.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_valid_numeric.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 41%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_symbolic.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_symbolic.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_valid_symbolic.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 41%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_col_to_triplet.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_col_to_triplet.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_col_to_triplet.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 42%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_defaults.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_defaults.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_defaults.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 42%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_numeric.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_numeric.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_free_numeric.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 42%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_symbolic.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_symbolic.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_free_symbolic.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 42%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_determinant.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_determinant.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_determinant.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 43%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_lunz.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_lunz.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_lunz.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 43%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_numeric.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_numeric.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_numeric.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 43%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_symbolic.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_symbolic.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_symbolic.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 44%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_numeric.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_numeric.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_load_numeric.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 44%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_symbolic.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_symbolic.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_load_symbolic.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 44%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_numeric.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_numeric.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_numeric.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 45%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_qsymbolic.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_qsymbolic.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_qsymbolic.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 45%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_control.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_control.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_control.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 45%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_info.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_info.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_info.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 45%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_matrix.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_matrix.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_matrix.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 46%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_numeric.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_numeric.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_numeric.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 46%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_perm.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_perm.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_perm.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 46%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_status.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_status.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_status.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 47%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_symbolic.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_symbolic.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_symbolic.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 47%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_triplet.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_triplet.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_triplet.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 47%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_vector.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_vector.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_vector.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 47%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_save_numeric.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_save_numeric.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_save_numeric.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 48%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_save_symbolic.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_save_symbolic.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_save_symbolic.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 48%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_scale.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_scale.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_scale.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 48%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_solve.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_solve.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_solve.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 49%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_symbolic.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_symbolic.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_symbolic.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 49%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_transpose.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_transpose.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_transpose.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 49%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_triplet_to_col.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_triplet_to_col.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_triplet_to_col.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 49%] Built target umfpack_olib_DINT /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_DLONG.dir/build.make CMakeFiles/umfpack_olib_DLONG.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DLONG.dir/DependInfo.cmake --color= /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_DLONG.dir/build.make CMakeFiles/umfpack_olib_DLONG.dir/build [ 50%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_2by2.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_2by2.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_2by2.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 50%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_analyze.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_analyze.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_analyze.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 50%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_apply_order.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_apply_order.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_apply_order.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 51%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_assemble.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_assemble.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_assemble.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 51%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_blas3_update.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_blas3_update.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_blas3_update.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 51%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_build_tuples.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_build_tuples.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_build_tuples.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 51%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_colamd.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_colamd.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_colamd.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 52%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_create_element.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_create_element.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_create_element.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 52%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_dump.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_dump.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_dump.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 52%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_extend_front.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_extend_front.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_extend_front.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 53%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_free.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_free.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_free.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 53%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_fsize.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_fsize.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_fsize.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 53%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_garbage_collection.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_garbage_collection.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_garbage_collection.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 53%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_get_memory.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_get_memory.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_get_memory.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 54%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_grow_front.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_grow_front.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_grow_front.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 54%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_init_front.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_init_front.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_init_front.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 54%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_is_permutation.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_is_permutation.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_is_permutation.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 55%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 55%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel_init.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel_init.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel_init.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 55%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel_wrapup.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel_wrapup.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel_wrapup.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 56%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_local_search.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_local_search.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_local_search.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 56%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_lsolve.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_lsolve.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_lsolve.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 56%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_ltsolve.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_ltsolve.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_ltsolve.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 56%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_malloc.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_malloc.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_malloc.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 57%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_element.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_element.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_element.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 57%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_head_block.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 57%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_tail_block.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 58%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_free_tail_block.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_free_tail_block.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_free_tail_block.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 58%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_init_memoryspace.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 58%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_realloc.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_realloc.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_realloc.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 58%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_report_perm.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_report_perm.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_report_perm.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 59%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_report_vector.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_report_vector.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_report_vector.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 59%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_row_search.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_row_search.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_row_search.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 59%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_scale.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_scale.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_scale.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 60%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_scale_column.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_scale_column.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_scale_column.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 60%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_set_stats.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_set_stats.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_set_stats.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 60%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_singletons.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_singletons.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_singletons.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 60%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_solve.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_solve.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_solve.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 61%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_start_front.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_start_front.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_start_front.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 61%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_store_lu.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_store_lu.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_store_lu.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 61%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_symbolic_usage.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_symbolic_usage.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_symbolic_usage.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 62%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_transpose.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_transpose.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_transpose.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 62%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_triplet.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_triplet.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 62%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_tuple_lengths.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_tuple_lengths.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_tuple_lengths.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 62%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_usolve.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_usolve.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_usolve.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 63%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_utsolve.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_utsolve.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_utsolve.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 63%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_valid_numeric.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_valid_numeric.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_valid_numeric.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 63%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_valid_symbolic.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_valid_symbolic.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_valid_symbolic.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 64%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_col_to_triplet.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_col_to_triplet.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_col_to_triplet.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 64%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_defaults.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_defaults.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_defaults.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 64%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_numeric.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_numeric.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_free_numeric.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 64%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_symbolic.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_symbolic.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_free_symbolic.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 65%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_determinant.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_determinant.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_determinant.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 65%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_lunz.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_lunz.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_lunz.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 65%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_numeric.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_numeric.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_numeric.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 66%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_symbolic.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_symbolic.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_symbolic.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 66%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_numeric.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_numeric.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_load_numeric.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 66%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_symbolic.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_symbolic.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_load_symbolic.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 67%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_numeric.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_numeric.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_numeric.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 67%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_qsymbolic.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_qsymbolic.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_qsymbolic.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 67%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_control.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_control.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_control.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 67%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_info.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_info.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_info.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 68%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_matrix.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_matrix.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_matrix.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 68%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_numeric.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_numeric.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_numeric.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 68%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_perm.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_perm.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_perm.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 69%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_status.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_status.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_status.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 69%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_symbolic.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_symbolic.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_symbolic.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 69%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_triplet.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_triplet.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_triplet.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 69%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_vector.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_vector.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_vector.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 70%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_numeric.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_numeric.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_save_numeric.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 70%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_symbolic.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_symbolic.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_save_symbolic.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 70%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_scale.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_scale.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_scale.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 71%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_solve.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_solve.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_solve.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 71%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_symbolic.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_symbolic.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_symbolic.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 71%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_transpose.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_transpose.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_transpose.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 71%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_triplet_to_col.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_triplet_to_col.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_triplet_to_col.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 71%] Built target umfpack_olib_DLONG /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_DINT_FIXQ.dir/build.make CMakeFiles/umfpack_olib_DINT_FIXQ.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DINT_FIXQ.dir/DependInfo.cmake --color= /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_DINT_FIXQ.dir/build.make CMakeFiles/umfpack_olib_DINT_FIXQ.dir/build [ 71%] Building C object CMakeFiles/umfpack_olib_DINT_FIXQ.dir/UMFPACK/Source/umf_assemble.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFIXQ -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT_FIXQ.dir/UMFPACK/Source/umf_assemble.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_assemble.c In file included from :324: :3:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 71%] Built target umfpack_olib_DINT_FIXQ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_ZLONG.dir/build.make CMakeFiles/umfpack_olib_ZLONG.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZLONG.dir/DependInfo.cmake --color= /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_ZLONG.dir/build.make CMakeFiles/umfpack_olib_ZLONG.dir/build [ 71%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_2by2.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_2by2.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_2by2.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 72%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_assemble.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_assemble.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_assemble.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 72%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_blas3_update.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_blas3_update.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_blas3_update.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 72%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_build_tuples.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_build_tuples.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_build_tuples.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 73%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_create_element.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_create_element.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_create_element.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 73%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_dump.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_dump.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_dump.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 73%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_extend_front.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_extend_front.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_extend_front.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 73%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_garbage_collection.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_garbage_collection.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_garbage_collection.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 74%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_get_memory.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_get_memory.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_get_memory.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 74%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_grow_front.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_grow_front.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_grow_front.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 74%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_init_front.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_init_front.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_init_front.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 75%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 75%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel_init.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel_init.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel_init.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 75%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel_wrapup.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel_wrapup.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel_wrapup.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 75%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_local_search.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_local_search.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_local_search.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 76%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_lsolve.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_lsolve.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_lsolve.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 76%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_ltsolve.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_ltsolve.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_ltsolve.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 76%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_element.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_element.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_element.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 77%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_head_block.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 77%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_tail_block.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 77%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_free_tail_block.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_free_tail_block.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_free_tail_block.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 77%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_init_memoryspace.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 78%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_report_vector.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_report_vector.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_report_vector.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 78%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_row_search.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_row_search.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_row_search.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 78%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_scale.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_scale.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_scale.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 79%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_scale_column.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_scale_column.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_scale_column.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 79%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_set_stats.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_set_stats.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_set_stats.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 79%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_solve.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_solve.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_solve.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 79%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_start_front.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_start_front.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_start_front.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 80%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_store_lu.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_store_lu.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_store_lu.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 80%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_symbolic_usage.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_symbolic_usage.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_symbolic_usage.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 80%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_transpose.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_transpose.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_transpose.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 81%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_triplet.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_triplet.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 81%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_tuple_lengths.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_tuple_lengths.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_tuple_lengths.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 81%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_usolve.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_usolve.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_usolve.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 82%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_utsolve.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_utsolve.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_utsolve.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 82%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_valid_numeric.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_valid_numeric.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_valid_numeric.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 82%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_valid_symbolic.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_valid_symbolic.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_valid_symbolic.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 82%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_col_to_triplet.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_col_to_triplet.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_col_to_triplet.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 83%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_defaults.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_defaults.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_defaults.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 83%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_free_numeric.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_free_numeric.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_free_numeric.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 83%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_free_symbolic.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_free_symbolic.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_free_symbolic.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 84%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_determinant.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_determinant.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_determinant.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 84%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_lunz.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_lunz.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_lunz.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 84%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_numeric.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_numeric.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_numeric.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 84%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_symbolic.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_symbolic.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_symbolic.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 85%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_load_numeric.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_load_numeric.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_load_numeric.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 85%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_load_symbolic.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_load_symbolic.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_load_symbolic.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 85%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_numeric.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_numeric.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_numeric.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 86%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_qsymbolic.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_qsymbolic.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_qsymbolic.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 86%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_control.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_control.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_control.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 86%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_info.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_info.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_info.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 86%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_matrix.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_matrix.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_matrix.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 87%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_numeric.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_numeric.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_numeric.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 87%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_perm.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_perm.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_perm.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 87%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_status.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_status.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_status.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 88%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_symbolic.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_symbolic.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_symbolic.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 88%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_triplet.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_triplet.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_triplet.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 88%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_vector.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_vector.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_vector.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 88%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_save_numeric.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_save_numeric.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_save_numeric.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 89%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_save_symbolic.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_save_symbolic.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_save_symbolic.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 89%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_scale.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_scale.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_scale.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 89%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_solve.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_solve.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_solve.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 90%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_symbolic.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_symbolic.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_symbolic.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 90%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_transpose.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_transpose.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_transpose.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 90%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_triplet_to_col.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_triplet_to_col.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_triplet_to_col.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 90%] Built target umfpack_olib_ZLONG /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/build.make CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/DependInfo.cmake --color= /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/build.make CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/build [ 90%] Building C object CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/UMFPACK/Source/umf_assemble.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFIXQ -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/UMFPACK/Source/umf_assemble.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_assemble.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 90%] Built target umfpack_olib_ZLONG_FIXQ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/DependInfo.cmake --color= /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/build [ 90%] Building C object CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DCONJUGATE_SOLVE -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_ltsolve.c In file included from :324: :3:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 91%] Building C object CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DCONJUGATE_SOLVE -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_utsolve.c In file included from :324: :3:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 91%] Built target umfpack_olib_DINT_CONJUGATE_SOLVE /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/DependInfo.cmake --color= /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/build [ 92%] Building C object CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DCONJUGATE_SOLVE -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_ltsolve.c In file included from :324: :3:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 92%] Building C object CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DCONJUGATE_SOLVE -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_utsolve.c In file included from :324: :3:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 92%] Built target umfpack_olib_DLONG_CONJUGATE_SOLVE /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/DependInfo.cmake --color= /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/build [ 92%] Building C object CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DCONJUGATE_SOLVE -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_ltsolve.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 92%] Building C object CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DCONJUGATE_SOLVE -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_utsolve.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 92%] Built target umfpack_olib_ZINT_CONJUGATE_SOLVE /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/DependInfo.cmake --color= /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/build [ 92%] Building C object CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DCONJUGATE_SOLVE -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_ltsolve.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 93%] Building C object CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DCONJUGATE_SOLVE -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_utsolve.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 93%] Built target umfpack_olib_ZLONG_CONJUGATE_SOLVE /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_DINT_DROP.dir/build.make CMakeFiles/umfpack_olib_DINT_DROP.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DINT_DROP.dir/DependInfo.cmake --color= /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_DINT_DROP.dir/build.make CMakeFiles/umfpack_olib_DINT_DROP.dir/build [ 93%] Building C object CMakeFiles/umfpack_olib_DINT_DROP.dir/UMFPACK/Source/umf_store_lu.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DDROP -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT_DROP.dir/UMFPACK/Source/umf_store_lu.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_store_lu.c In file included from :324: :3:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 93%] Built target umfpack_olib_DINT_DROP /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_DLONG_DROP.dir/build.make CMakeFiles/umfpack_olib_DLONG_DROP.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DLONG_DROP.dir/DependInfo.cmake --color= /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_DLONG_DROP.dir/build.make CMakeFiles/umfpack_olib_DLONG_DROP.dir/build [ 93%] Building C object CMakeFiles/umfpack_olib_DLONG_DROP.dir/UMFPACK/Source/umf_store_lu.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DDROP -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG_DROP.dir/UMFPACK/Source/umf_store_lu.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_store_lu.c In file included from :324: :3:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 93%] Built target umfpack_olib_DLONG_DROP /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_ZINT_DROP.dir/build.make CMakeFiles/umfpack_olib_ZINT_DROP.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZINT_DROP.dir/DependInfo.cmake --color= /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_ZINT_DROP.dir/build.make CMakeFiles/umfpack_olib_ZINT_DROP.dir/build [ 94%] Building C object CMakeFiles/umfpack_olib_ZINT_DROP.dir/UMFPACK/Source/umf_store_lu.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDROP -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT_DROP.dir/UMFPACK/Source/umf_store_lu.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_store_lu.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 94%] Built target umfpack_olib_ZINT_DROP /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_ZLONG_DROP.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DROP.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZLONG_DROP.dir/DependInfo.cmake --color= /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_ZLONG_DROP.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DROP.dir/build [ 94%] Building C object CMakeFiles/umfpack_olib_ZLONG_DROP.dir/UMFPACK/Source/umf_store_lu.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDROP -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG_DROP.dir/UMFPACK/Source/umf_store_lu.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_store_lu.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 94%] Built target umfpack_olib_ZLONG_DROP /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/DependInfo.cmake --color= /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/build [ 94%] Building C object CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DDO_MAP -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c In file included from :324: :3:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 94%] Built target umfpack_olib_DINT_DO_MAP /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/DependInfo.cmake --color= /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/build [ 95%] Building C object CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DDO_VALUES -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c In file included from :324: :3:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 95%] Built target umfpack_olib_DINT_DO_VALUES /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/DependInfo.cmake --color= /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/build [ 95%] Building C object CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DDO_MAP -DDO_VALUES -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c In file included from :324: :4:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 95%] Built target umfpack_olib_DINT_DO_MAP_DO_VALUES /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/DependInfo.cmake --color= /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/build [ 95%] Building C object CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DDO_MAP -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c In file included from :324: :3:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 95%] Built target umfpack_olib_DLONG_DO_MAP /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/DependInfo.cmake --color= /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/build [ 95%] Building C object CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DDO_VALUES -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c In file included from :324: :3:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 95%] Built target umfpack_olib_DLONG_DO_VALUES /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/DependInfo.cmake --color= /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/build [ 96%] Building C object CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DDO_MAP -DDO_VALUES -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c In file included from :324: :4:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 96%] Built target umfpack_olib_DLONG_DO_MAP_DO_VALUES /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/DependInfo.cmake --color= /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/build [ 97%] Building C object CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDO_MAP -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 97%] Built target umfpack_olib_ZINT_DO_MAP /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/DependInfo.cmake --color= /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/build [ 97%] Building C object CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDO_VALUES -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 97%] Built target umfpack_olib_ZINT_DO_VALUES /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/DependInfo.cmake --color= /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/build [ 97%] Building C object CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDO_MAP -DDO_VALUES -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c In file included from :324: :3:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 97%] Built target umfpack_olib_ZINT_DO_MAP_DO_VALUES /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/DependInfo.cmake --color= /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/build [ 97%] Building C object CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDO_MAP -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 97%] Built target umfpack_olib_ZLONG_DO_MAP /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/DependInfo.cmake --color= /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/build [ 98%] Building C object CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDO_VALUES -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 98%] Built target umfpack_olib_ZLONG_DO_VALUES /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/DependInfo.cmake --color= /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/build [ 98%] Building C object CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDO_MAP -DDO_VALUES -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c In file included from :324: :3:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 98%] Built target umfpack_olib_ZLONG_DO_MAP_DO_VALUES /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib.dir/build.make CMakeFiles/umfpack_olib.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib.dir/DependInfo.cmake --color= /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib.dir/build.make CMakeFiles/umfpack_olib.dir/build [ 99%] Building C object CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_global.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_global.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_global.c [ 99%] Building C object CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_tictoc.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_tictoc.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_tictoc.c [ 99%] Building C object CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_timer.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DNBLAS -DNCHOLMOD -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_timer.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_timer.c [ 99%] Built target umfpack_olib /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/DependInfo.cmake --color= /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/build [ 99%] Building C object CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DWSOLVE -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_solve.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [ 99%] Built target umfpack_olib_DINT_WSOLVE /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/DependInfo.cmake --color= /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/build [100%] Building C object CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DWSOLVE -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_solve.c In file included from :324: :2:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [100%] Built target umfpack_olib_DLONG_WSOLVE /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/DependInfo.cmake --color= /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/build [100%] Building C object CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.o /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DWSOLVE -DZINT -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -fPIC -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UFconfig -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source -o CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_solve.c In file included from :324: :1:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions] #define FLAGS-NOTFOUND 1 ^ 1 warning generated. [100%] Built target umfpack_olib_ZINT_WSOLVE /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack.dir/build.make CMakeFiles/umfpack.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack.dir/DependInfo.cmake --color= /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/umfpack.dir/build.make CMakeFiles/umfpack.dir/build [100%] Linking C shared library libumfpack.dylib /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/umfpack.dir/link.txt --verbose=1 /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -dynamiclib -Wl,-headerpad_max_install_names -Wl,-undefined -Wl,dynamic_lookup -o libumfpack.dylib -install_name /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/libumfpack.dylib CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_2by2.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_analyze.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_apply_order.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_assemble.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_blas3_update.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_build_tuples.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_colamd.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_create_element.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_dump.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_extend_front.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_free.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_fsize.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_garbage_collection.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_get_memory.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_grow_front.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_init_front.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_is_permutation.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_init.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_wrapup.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_local_search.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_lsolve.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_ltsolve.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_malloc.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_element.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_free_tail_block.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_realloc.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_perm.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_vector.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_row_search.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale_column.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_set_stats.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_singletons.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_solve.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_start_front.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_store_lu.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_symbolic_usage.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_transpose.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_triplet.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_tuple_lengths.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_usolve.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_utsolve.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_numeric.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_symbolic.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_col_to_triplet.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_defaults.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_numeric.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_symbolic.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_determinant.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_lunz.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_numeric.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_symbolic.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_numeric.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_symbolic.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_numeric.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_qsymbolic.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_control.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_info.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_matrix.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_numeric.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_perm.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_status.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_symbolic.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_triplet.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_vector.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_save_numeric.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_save_symbolic.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_scale.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_solve.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_symbolic.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_transpose.c.o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_triplet_to_col.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_2by2.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_analyze.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_apply_order.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_assemble.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_blas3_update.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_build_tuples.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_colamd.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_create_element.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_dump.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_extend_front.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_free.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_fsize.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_garbage_collection.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_get_memory.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_grow_front.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_init_front.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_is_permutation.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel_init.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel_wrapup.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_local_search.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_lsolve.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_ltsolve.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_malloc.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_element.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_free_tail_block.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_realloc.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_report_perm.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_report_vector.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_row_search.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_scale.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_scale_column.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_set_stats.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_singletons.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_solve.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_start_front.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_store_lu.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_symbolic_usage.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_transpose.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_triplet.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_tuple_lengths.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_usolve.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_utsolve.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_valid_numeric.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_valid_symbolic.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_col_to_triplet.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_defaults.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_numeric.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_symbolic.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_determinant.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_lunz.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_numeric.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_symbolic.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_numeric.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_symbolic.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_numeric.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_qsymbolic.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_control.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_info.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_matrix.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_numeric.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_perm.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_status.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_symbolic.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_triplet.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_vector.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_numeric.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_symbolic.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_scale.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_solve.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_symbolic.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_transpose.c.o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_triplet_to_col.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_2by2.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_assemble.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_blas3_update.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_build_tuples.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_create_element.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_dump.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_extend_front.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_garbage_collection.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_get_memory.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_grow_front.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_init_front.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel_init.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel_wrapup.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_local_search.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_lsolve.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_ltsolve.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_element.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_free_tail_block.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_report_vector.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_row_search.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_scale.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_scale_column.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_set_stats.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_solve.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_start_front.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_store_lu.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_symbolic_usage.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_transpose.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_triplet.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_tuple_lengths.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_usolve.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_utsolve.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_valid_numeric.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_valid_symbolic.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_col_to_triplet.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_defaults.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_free_numeric.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_free_symbolic.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_determinant.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_lunz.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_numeric.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_symbolic.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_load_numeric.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_load_symbolic.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_numeric.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_qsymbolic.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_control.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_info.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_matrix.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_numeric.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_perm.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_status.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_symbolic.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_triplet.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_vector.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_save_numeric.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_save_symbolic.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_scale.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_solve.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_symbolic.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_transpose.c.o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_triplet_to_col.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_2by2.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_assemble.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_blas3_update.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_build_tuples.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_create_element.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_dump.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_extend_front.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_garbage_collection.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_get_memory.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_grow_front.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_init_front.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel_init.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel_wrapup.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_local_search.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_lsolve.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_ltsolve.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_element.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_free_tail_block.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_report_vector.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_row_search.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_scale.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_scale_column.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_set_stats.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_solve.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_start_front.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_store_lu.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_symbolic_usage.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_transpose.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_triplet.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_tuple_lengths.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_usolve.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_utsolve.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_valid_numeric.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_valid_symbolic.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_col_to_triplet.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_defaults.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_free_numeric.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_free_symbolic.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_determinant.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_lunz.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_numeric.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_symbolic.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_load_numeric.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_load_symbolic.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_numeric.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_qsymbolic.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_control.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_info.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_matrix.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_numeric.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_perm.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_status.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_symbolic.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_triplet.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_vector.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_save_numeric.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_save_symbolic.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_scale.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_solve.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_symbolic.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_transpose.c.o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_triplet_to_col.c.o CMakeFiles/umfpack_olib_DINT_FIXQ.dir/UMFPACK/Source/umf_assemble.c.o CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/UMFPACK/Source/umf_assemble.c.o CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/UMFPACK/Source/umf_assemble.c.o CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/UMFPACK/Source/umf_assemble.c.o CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.o CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.o CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.o CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.o CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.o CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.o CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.o CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.o CMakeFiles/umfpack_olib_DINT_DROP.dir/UMFPACK/Source/umf_store_lu.c.o CMakeFiles/umfpack_olib_DLONG_DROP.dir/UMFPACK/Source/umf_store_lu.c.o CMakeFiles/umfpack_olib_ZINT_DROP.dir/UMFPACK/Source/umf_store_lu.c.o CMakeFiles/umfpack_olib_ZLONG_DROP.dir/UMFPACK/Source/umf_store_lu.c.o CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.o CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.o CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.o CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.o CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.o CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.o CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.o CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.o CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.o CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.o CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.o CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.o CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_global.c.o CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_tictoc.c.o CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_timer.c.o CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.o CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.o CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.o CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.o [100%] Built target umfpack /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_progress_start /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles 0 /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 preinstall make[4]: Nothing to be done for `preinstall'. Install the project... /usr/local/Cellar/cmake/3.3.2/bin/cmake -P cmake_install.cmake -- Install configuration: "" -- Installing: /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/suitesparse/Include/UFconfig.h -- Up-to-date: /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/suitesparse/Include -- Installing: /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/suitesparse/Include/amd.h -- Installing: /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/suitesparse/Include/amd_internal.h -- Installing: /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/libamd.dylib -- Up-to-date: /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/suitesparse/Include -- Installing: /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack.h -- Installing: /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_col_to_triplet.h -- Installing: /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_defaults.h -- Installing: /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_free_numeric.h -- Installing: /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_free_symbolic.h -- Installing: /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_get_determinant.h -- Installing: /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_get_lunz.h -- Installing: /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_get_numeric.h -- Installing: /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_get_symbolic.h -- Installing: /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_global.h -- Installing: /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_load_numeric.h -- Installing: /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_load_symbolic.h -- Installing: /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_numeric.h -- Installing: /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_qsymbolic.h -- Installing: /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_report_control.h -- Installing: /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_report_info.h -- Installing: /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_report_matrix.h -- Installing: /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_report_numeric.h -- Installing: /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_report_perm.h -- Installing: /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_report_status.h -- Installing: /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_report_symbolic.h -- Installing: /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_report_triplet.h -- Installing: /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_report_vector.h -- Installing: /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_save_numeric.h -- Installing: /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_save_symbolic.h -- Installing: /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_scale.h -- Installing: /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_solve.h -- Installing: /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_symbolic.h -- Installing: /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_tictoc.h -- Installing: /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_timer.h -- Installing: /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_transpose.h -- Installing: /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_triplet_to_col.h -- Installing: /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_wsolve.h -- Installing: /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/libumfpack.dylib test ! `uname` = Darwin || install_name_tool -id @rpath/libumfpack.dylib "/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/libumfpack.dylib" test ! `uname` = Darwin || install_name_tool -id @rpath/libamd.dylib "/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/libamd.dylib" #cp -au 3rdParty/SuiteSparse/build/*. build/lib/x86_64-darwin15.0.0/omc #mkdir --parent build/include/omc/c/suitesparse #cp -a 3rdParty/SuiteSparse/UMFPACK/Include/*.h build/include/omc/c/suitesparse #cp -a 3rdParty/SuiteSparse/AMD/Include/*.h build/include/omc/c/suitesparse #cp -a 3rdParty/SuiteSparse/UFconfig/*.h build/include/omc/c/suitesparse /Applications/Xcode.app/Contents/Developer/usr/bin/make -C SimulationRuntime/c -f Makefile OMBUILDDIR=/Users/grantstephens/Repos/OpenModelica/build clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o meta/meta_modelica_builtin.o meta/meta_modelica_builtin.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o meta/meta_modelica_string_lit.o meta/meta_modelica_string_lit.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o meta/meta_modelica_segv.o meta/meta_modelica_segv.c meta/meta_modelica_segv.c:46:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ meta/meta_modelica_segv.c:174:15: warning: incompatible integer to pointer conversion assigning to 'void *' from 'unsigned long' [-Wint-conversion] stackBottom = ((long)addr) - size; ^ ~~~~~~~~~~~~~~~~~~~ 2 warnings generated. clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o meta/realString.o meta/realString.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o meta/meta_modelica.o meta/meta_modelica.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o meta/gc/mmc_gc.o meta/gc/mmc_gc.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o util/base_array.o util/base_array.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o util/boolean_array.o util/boolean_array.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o util/omc_error.o util/omc_error.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o util/division.o util/division.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o util/generic_array.o util/generic_array.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o util/index_spec.o util/index_spec.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o util/integer_array.o util/integer_array.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o util/list.o util/list.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o util/memory_pool.o util/memory_pool.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o util/modelica_string.o util/modelica_string.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o util/read_write.o util/read_write.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o util/write_matlab4.o util/write_matlab4.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o util/read_matlab4.o util/read_matlab4.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o util/real_array.o util/real_array.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o util/ringbuffer.o util/ringbuffer.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o util/rtclock.o util/rtclock.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o util/string_array.o util/string_array.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o util/utility.o util/utility.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o util/varinfo.o util/varinfo.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o util/ModelicaUtilities.o util/ModelicaUtilities.c util/ModelicaUtilities.c:71:1: warning: function declared 'noreturn' should not return [-Winvalid-noreturn] } ^ util/ModelicaUtilities.c:75:1: warning: function declared 'noreturn' should not return [-Winvalid-noreturn] } ^ util/ModelicaUtilities.c:82:1: warning: function declared 'noreturn' should not return [-Winvalid-noreturn] } ^ 3 warnings generated. clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o util/omc_msvc.o util/omc_msvc.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o util/simulation_options.o util/simulation_options.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o util/tinymt64.o util/tinymt64.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o util/omc_mmap.o util/omc_mmap.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o util/cJSON.o util/cJSON.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o util/rational.o util/rational.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o util/java_interface.o util/java_interface.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o util/libcsv.o util/libcsv.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o util/read_csv.o util/read_csv.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o util/OldModelicaTables.o util/OldModelicaTables.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o util/write_csv.o util/write_csv.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o meta/meta_modelica_catch.o meta/meta_modelica_catch.c -g clang -shared -o libOpenModelicaRuntimeC.dylib ./meta/meta_modelica_builtin.o ./meta/meta_modelica_string_lit.o ./meta/meta_modelica_segv.o ./meta/realString.o ./meta/meta_modelica.o ./meta/gc/mmc_gc.o ./util/base_array.o ./util/boolean_array.o ./util/omc_error.o ./util/division.o ./util/generic_array.o ./util/index_spec.o ./util/integer_array.o ./util/list.o ./util/memory_pool.o ./util/modelica_string.o ./util/read_write.o ./util/write_matlab4.o ./util/read_matlab4.o ./util/real_array.o ./util/ringbuffer.o ./util/rtclock.o ./util/string_array.o ./util/utility.o ./util/varinfo.o ./util/ModelicaUtilities.o ./util/omc_msvc.o ./util/simulation_options.o ./util/tinymt64.o ./util/omc_mmap.o ./util/cJSON.o ./util/rational.o ./util/java_interface.o ./util/libcsv.o ./util/read_csv.o ./util/OldModelicaTables.o ./util/write_csv.o meta/meta_modelica_catch.o -L/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -lomcgc -lm -lpthread -lstdc++ -lintl -liconv -undefined dynamic_lookup -install_name '@rpath/libOpenModelicaRuntimeC.dylib' cp -p libOpenModelicaRuntimeC.dylib /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc # copy header files cp -p ./omc_inline.h ./math-support/blaswrap.h ./openmodelica_func.h ./openmodelica.h ./openmodelica_types.h ./simulation_data.h ./ModelicaUtilities.h /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/ cp -p ./linearization/linearize.h /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/linearization/ cp -p ./optimization/OptimizerData.h ./optimization/OptimizerLocalFunction.h ./optimization/OptimizerInterface.h /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/optimization/ cp -p ./simulation/modelinfo.h ./simulation/options.h ./simulation/simulation_info_xml.h ./simulation/simulation_input_xml.h ./simulation/simulation_runtime.h /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/simulation/ cp -p ./simulation/results/simulation_result.h /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/simulation/results/ cp -p ./simulation/solver/delay.h ./simulation/solver/mixedSystem.h ./simulation/solver/linearSystem.h ./simulation/solver/model_help.h ./simulation/solver/nonlinearSystem.h ./simulation/solver/stateset.h ./simulation/solver/perform_simulation.c ./simulation/solver/perform_qss_simulation.c ./simulation/solver/dassl.h ./simulation/solver/events.h ./simulation/solver/synchronous.h ./simulation/solver/external_input.h ./simulation/solver/solver_main.h /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/simulation/solver/ cp -p ./simulation/solver/initialization/initialization.h /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/simulation/solver/initialization/ cp -p ./meta/meta_modelica_builtin_boxptr.h ./meta/meta_modelica_builtin_boxvar.h ./meta/meta_modelica_builtin.h ./meta/meta_modelica.h ./meta/meta_modelica_mk_box.h ./meta/meta_modelica_segv.h ./meta/meta_modelica_string_lit.h /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/meta/ cp -p ./meta/gc/mmc_gc.h /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/meta/gc/ cp -p ./util/base_array.h ./util/boolean_array.h ./util/division.h ./util/generic_array.h ./util/index_spec.h ./util/integer_array.h ./util/java_interface.h ./util/memory_pool.h ./util/modelica.h ./util/modelica_string.h ./util/omc_error.h ./util/omc_msvc.h ./util/omc_spinlock.h ./util/read_matlab4.c ./util/read_matlab4.h ./util/read_csv.c ./util/read_csv.h ./util/libcsv.c ./util/libcsv.h ./util/read_write.h ./util/real_array.h ./util/ringbuffer.h ./util/rtclock.h ./util/simulation_options.h ./util/string_array.h ./util/utility.h ./util/varinfo.h ./util/list.h ./util/rational.h /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/util/ clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o math-support/pivot.o math-support/pivot.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o simulation/solver/delay.o simulation/solver/delay.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o simulation/solver/events.o simulation/solver/events.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o simulation/solver/external_input.o simulation/solver/external_input.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o simulation/solver/linearSystem.o simulation/solver/linearSystem.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o simulation/solver/linearSolverLapack.o simulation/solver/linearSolverLapack.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o simulation/solver/linearSolverTotalPivot.o simulation/solver/linearSolverTotalPivot.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o simulation/solver/mixedSystem.o simulation/solver/mixedSystem.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o simulation/solver/mixedSearchSolver.o simulation/solver/mixedSearchSolver.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o simulation/solver/model_help.o simulation/solver/model_help.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o simulation/solver/nonlinearSystem.o simulation/solver/nonlinearSystem.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o simulation/solver/nonlinearSolverHomotopy.o simulation/solver/nonlinearSolverHomotopy.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o simulation/solver/omc_math.o simulation/solver/omc_math.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o simulation/solver/solver_main.o simulation/solver/solver_main.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o simulation/solver/stateset.o simulation/solver/stateset.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o simulation/solver/synchronous.o simulation/solver/synchronous.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o simulation/solver/kinsolSolver.o simulation/solver/kinsolSolver.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o simulation/solver/linearSolverLis.o simulation/solver/linearSolverLis.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o simulation/solver/linearSolverUmfpack.o simulation/solver/linearSolverUmfpack.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o simulation/solver/dassl.o simulation/solver/dassl.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o simulation/solver/radau.o simulation/solver/radau.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o simulation/solver/sym_imp_euler.o simulation/solver/sym_imp_euler.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o simulation/solver/nonlinearSolverHybrd.o simulation/solver/nonlinearSolverHybrd.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o simulation/solver/nonlinearSolverNewton.o simulation/solver/nonlinearSolverNewton.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o simulation/solver/newtonIteration.o simulation/solver/newtonIteration.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o simulation/solver/initialization/initialization.o simulation/solver/initialization/initialization.c simulation/solver/initialization/initialization.c:641:3: warning: implicit declaration of function 'initSynchronous' is invalid in C99 [-Wimplicit-function-declaration] initSynchronous(data, threadData, data->simulationInfo.startTime); ^ 1 warning generated. clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o optimization/DataManagement/MoveData.o optimization/DataManagement/MoveData.c optimization/DataManagement/MoveData.c:158:37: warning: incompatible pointer types passing 'int *' to parameter of type 'modelica_integer *' (aka 'long *') [-Wincompatible-pointer-types] data->callback->getTimeGrid(data, &dim->nsi, &time->tt); /* TODO: dim->nsi is long*, expected is int* */ ^~~~~~~~~ 1 warning generated. clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o optimization/DataManagement/DerStructure.o optimization/DataManagement/DerStructure.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o optimization/DataManagement/InitialGuess.o optimization/DataManagement/InitialGuess.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o optimization/optimizer_main.o optimization/optimizer_main.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o optimization/eval_all/EvalG.o optimization/eval_all/EvalG.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o optimization/eval_all/EvalF.o optimization/eval_all/EvalF.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o optimization/eval_all/EvalL.o optimization/eval_all/EvalL.c clang++ -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o simulation/results/simulation_result.o simulation/results/simulation_result.cpp clang++ -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o simulation/results/simulation_result_csv.o simulation/results/simulation_result_csv.cpp clang++ -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o simulation/results/simulation_result_mat.o simulation/results/simulation_result_mat.cpp clang++ -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o simulation/results/simulation_result_ia.o simulation/results/simulation_result_ia.cpp clang++ -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o simulation/results/simulation_result_plt.o simulation/results/simulation_result_plt.cpp clang++ -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o simulation/results/simulation_result_wall.o simulation/results/simulation_result_wall.cpp clang++ -c -Ilinearization/ -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o simulation/simulation_runtime.o simulation/simulation_runtime.cpp clang++ -c -Ilinearization/ -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o simulation/../linearization/linearize.o simulation/../linearization/linearize.cpp clang++ -c -Ilinearization/ -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o simulation/socket.o simulation/socket.cpp Deps: ./simulation/options.h ./simulation/simulation_input_xml.h ./simulation/simulation_info_xml.h ./simulation/simulation_info_json.h ./simulation/modelinfo.h ./simulation/simulation_runtime.h ./simulation/../linearization/linearize.h ./simulation/socket.h util/omc_msvc.h openmodelica.h openmodelica_types.h ModelicaUtilities.h omc_inline.h openmodelica_func.h simulation_data.h clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o simulation/simulation_input_xml.o simulation/simulation_input_xml.c Deps: ./simulation/options.h ./simulation/simulation_input_xml.h ./simulation/simulation_info_xml.h ./simulation/simulation_info_json.h ./simulation/modelinfo.h ./simulation/simulation_runtime.h ./simulation/../linearization/linearize.h ./simulation/socket.h util/omc_msvc.h openmodelica.h openmodelica_types.h ModelicaUtilities.h omc_inline.h openmodelica_func.h simulation_data.h clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o simulation/modelinfo.o simulation/modelinfo.c Deps: ./simulation/options.h ./simulation/simulation_input_xml.h ./simulation/simulation_info_xml.h ./simulation/simulation_info_json.h ./simulation/modelinfo.h ./simulation/simulation_runtime.h ./simulation/../linearization/linearize.h ./simulation/socket.h util/omc_msvc.h openmodelica.h openmodelica_types.h ModelicaUtilities.h omc_inline.h openmodelica_func.h simulation_data.h clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o simulation/simulation_info_xml.o simulation/simulation_info_xml.c Deps: ./simulation/options.h ./simulation/simulation_input_xml.h ./simulation/simulation_info_xml.h ./simulation/simulation_info_json.h ./simulation/modelinfo.h ./simulation/simulation_runtime.h ./simulation/../linearization/linearize.h ./simulation/socket.h util/omc_msvc.h openmodelica.h openmodelica_types.h ModelicaUtilities.h omc_inline.h openmodelica_func.h simulation_data.h clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o simulation/simulation_info_json.o simulation/simulation_info_json.c Deps: ./simulation/options.h ./simulation/simulation_input_xml.h ./simulation/simulation_info_xml.h ./simulation/simulation_info_json.h ./simulation/modelinfo.h ./simulation/simulation_runtime.h ./simulation/../linearization/linearize.h ./simulation/socket.h util/omc_msvc.h openmodelica.h openmodelica_types.h ModelicaUtilities.h omc_inline.h openmodelica_func.h simulation_data.h clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o simulation/options.o simulation/options.c clang -shared -o libSimulationRuntimeC.dylib ./meta/meta_modelica_builtin.o ./meta/meta_modelica_string_lit.o ./meta/meta_modelica_segv.o ./meta/realString.o ./meta/meta_modelica.o ./meta/gc/mmc_gc.o ./util/base_array.o ./util/boolean_array.o ./util/omc_error.o ./util/division.o ./util/generic_array.o ./util/index_spec.o ./util/integer_array.o ./util/list.o ./util/memory_pool.o ./util/modelica_string.o ./util/read_write.o ./util/write_matlab4.o ./util/read_matlab4.o ./util/real_array.o ./util/ringbuffer.o ./util/rtclock.o ./util/string_array.o ./util/utility.o ./util/varinfo.o ./util/ModelicaUtilities.o ./util/omc_msvc.o ./util/simulation_options.o ./util/tinymt64.o ./util/omc_mmap.o ./util/cJSON.o ./util/rational.o ./util/java_interface.o ./util/libcsv.o ./util/read_csv.o ./util/OldModelicaTables.o ./util/write_csv.o ./math-support/pivot.o ./simulation/solver/delay.o ./simulation/solver/events.o ./simulation/solver/external_input.o ./simulation/solver/linearSystem.o ./simulation/solver/linearSolverLapack.o ./simulation/solver/linearSolverTotalPivot.o ./simulation/solver/mixedSystem.o ./simulation/solver/mixedSearchSolver.o ./simulation/solver/model_help.o ./simulation/solver/nonlinearSystem.o ./simulation/solver/nonlinearSolverHomotopy.o ./simulation/solver/omc_math.o ./simulation/solver/solver_main.o ./simulation/solver/stateset.o ./simulation/solver/synchronous.o ./simulation/solver/kinsolSolver.o ./simulation/solver/linearSolverLis.o ./simulation/solver/linearSolverUmfpack.o ./simulation/solver/dassl.o ./simulation/solver/radau.o ./simulation/solver/sym_imp_euler.o ./simulation/solver/nonlinearSolverHybrd.o ./simulation/solver/nonlinearSolverNewton.o ./simulation/solver/newtonIteration.o ./simulation/solver/initialization/initialization.o ./optimization/DataManagement/MoveData.o ./optimization/DataManagement/DerStructure.o ./optimization/DataManagement/InitialGuess.o ./optimization/optimizer_main.o ./optimization/eval_all/EvalG.o ./optimization/eval_all/EvalF.o ./optimization/eval_all/EvalL.o ./simulation/results/simulation_result.o ./simulation/results/simulation_result_csv.o ./simulation/results/simulation_result_mat.o ./simulation/results/simulation_result_ia.o ./simulation/results/simulation_result_plt.o ./simulation/results/simulation_result_wall.o ./simulation/simulation_runtime.o ./simulation/../linearization/linearize.o ./simulation/socket.o ./simulation/simulation_input_xml.o ./simulation/modelinfo.o ./simulation/simulation_info_xml.o ./simulation/simulation_info_json.o ./simulation/options.o meta/meta_modelica_catch.o -L/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc -L../../3rdParty/Cdaskr/solver/ -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -lexpat -lomcgc -lpthread -lm -lstdc++ -lsundials_kinsol -lsundials_nvecserial -llapack -lblas -lipopt -lcoinmumps -lumfpack -lamd -llis -lcdaskr -lcminpack -liconv -undefined dynamic_lookup -install_name '@rpath/libSimulationRuntimeC.dylib' clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o fmi/FMICommon.o fmi/FMICommon.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o fmi/FMI1Common.o fmi/FMI1Common.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o fmi/FMI1ModelExchange.o fmi/FMI1ModelExchange.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o fmi/FMI1CoSimulation.o fmi/FMI1CoSimulation.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o fmi/FMI2Common.o fmi/FMI2Common.c clang -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/Users/grantstephens/Repos/OpenModelica/build/include/omc/c -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -o fmi/FMI2ModelExchange.o fmi/FMI2ModelExchange.c fmi/FMI2ModelExchange.c:100:100: warning: implicit conversion from enumeration type 'fmi2_status_t' to different enumeration type 'fmi1_status_t' [-Wenum-conversion] ModelicaFormatMessage("fmi2SetDebugLogging failed with status : %s\n", fmi1_status_to_string(debugLoggingStatus)); ~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~ 1 warning generated. clang -shared -o libOpenModelicaFMIRuntimeC.dylib ./fmi/FMICommon.o ./fmi/FMI1Common.o ./fmi/FMI1ModelExchange.o ./fmi/FMI1CoSimulation.o ./fmi/FMI2Common.o ./fmi/FMI2ModelExchange.o -L/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc -L../../3rdParty/Cdaskr/solver/ -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -lexpat -lomcgc -lpthread -lm -lstdc++ -lsundials_kinsol -lsundials_nvecserial -llapack -lblas -lipopt -lcoinmumps -lumfpack -lamd -llis -lcdaskr -lcminpack -liconv -undefined dynamic_lookup -install_name '@rpath/libOpenModelicaFMIRuntimeC.dylib' # copy libraries cp -p libSimulationRuntimeC.dylib libOpenModelicaFMIRuntimeC.dylib /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc test ! -f libSimulationRuntimeC.bc || cp libSimulationRuntimeC.bc /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/emcc/libSimulationRuntimeC.so # copy fmi stuff cp -p ../fmi/export/fmi1/*.h \ ../fmi/export/fmi1/fmu1_model_interface.c /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/fmi1 cp -p ../fmi/export/fmi2/*.h \ ../fmi/export/fmi2/fmu2_model_interface.c /Users/grantstephens/Repos/OpenModelica/build/include/omc/c/fmi2 # copy java interface stuff make[4]: Nothing to be done for `build'. cp ../../3rdParty/antlr/3.2/tool/antlr-3.2.jar ../../3rdParty/antlr/3.2/tool/antlr-2.7.7.jar /Users/grantstephens/Repos/OpenModelica/build/share/omc/java cp modelica_java.jar /Users/grantstephens/Repos/OpenModelica/build/share/omc/java /Applications/Xcode.app/Contents/Developer/usr/bin/make -C SimulationRuntime/ParModelica/explicit/openclrt -f Makefile OMBUILDDIR=/Users/grantstephens/Repos/OpenModelica/build clang++ -I. -I"../../../c" -fPIC -c -o omc_ocl_memory_ops.o omc_ocl_memory_ops.cpp clang++ -I. -I"../../../c" -fPIC -c -o omc_ocl_interface.o omc_ocl_interface.cpp omc_ocl_interface.cpp:88:71: warning: format specifies type 'int' but the argument has type 'modelica_integer' (aka 'long') [-Wformat] fprintf(stderr, "a->ndims != b->ndims, %d != %d\n", a->ndims, b->info[0]); ~~ ^~~~~~~~~~ %ld omc_ocl_interface.cpp:108:61: warning: format specifies type 'int' but the argument has type 'modelica_integer' (aka 'long') [-Wformat] fprintf(stderr, "a->ndims != b->ndims, %d != %d\n", a->info[0], b->info[0]); ~~ ^~~~~~~~~~ %ld omc_ocl_interface.cpp:108:73: warning: format specifies type 'int' but the argument has type 'modelica_integer' (aka 'long') [-Wformat] fprintf(stderr, "a->ndims != b->ndims, %d != %d\n", a->info[0], b->info[0]); ~~ ^~~~~~~~~~ %ld 3 warnings generated. clang++ -I. -I"../../../c" -fPIC -c -o omc_ocl_builtin_kernels.o omc_ocl_builtin_kernels.cpp clang++ -I. -I"../../../c" -fPIC -c -o omc_ocl_util.o omc_ocl_util.cpp omc_ocl_util.cpp:160:53: warning: length modifier 'I64' results in undefined behavior or no effect with 'd' conversion specifier [-Wformat] printf("%d CL_DEVICE_LOCAL_MEM_SIZE :\t%I64d KB\n", i, mem2/1024); ~^~~~ omc_ocl_util.cpp:162:52: warning: length modifier 'I64' results in undefined behavior or no effect with 'd' conversion specifier [-Wformat] printf("%d CL_DEVICE_GLOBAL_MEM_SIZE: %I64d MB\n", i, mem2/1024/1024); ~^~~~ omc_ocl_util.cpp:164:55: warning: length modifier 'I64' results in undefined behavior or no effect with 'd' conversion specifier [-Wformat] printf("%d CL_DEVICE_MAX_MEM_ALLOC_SIZE: %I64d MB\n", i, mem2/1024/1024); ~^~~~ omc_ocl_util.cpp:166:67: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] printf("%d CL_DEVICE_MAX_PARAMETER_SIZE: %d MB\n", i, arg_nr); ~~ ^~~~~~ %lu omc_ocl_util.cpp:169:66: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] printf("%d CL_DEVICE_MAX_WORK_GROUP_SIZE: %d \n", i, arg_nr); ~~ ^~~~~~ %lu 5 warnings generated. ar -rcs libParModelicaExpl.a omc_ocl_memory_ops.o omc_ocl_interface.o omc_ocl_builtin_kernels.o omc_ocl_util.o mkdir -p /Users/grantstephens/Repos/OpenModelica/build/include/omc/c//ParModelica/explicit/openclrt/ cp -rp omc_ocl_interface.h /Users/grantstephens/Repos/OpenModelica/build/include/omc/c//ParModelica/explicit/openclrt/ cp -rp omc_ocl_common_header.h /Users/grantstephens/Repos/OpenModelica/build/include/omc/c//ParModelica/explicit/openclrt/ cp -rp omc_ocl_memory_ops.h /Users/grantstephens/Repos/OpenModelica/build/include/omc/c//ParModelica/explicit/openclrt/ cp -rp libParModelicaExpl.a /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc cp -rp ParModelicaBuiltin.mo /Users/grantstephens/Repos/OpenModelica/build/lib/omc cp -rp OCLRuntimeUtil.cl /Users/grantstephens/Repos/OpenModelica/build/include/omc/c//ParModelica/explicit/openclrt/ (cd 3rdParty/metis-5.1.0 && CC="clang" CXX="clang++" CFLAGS="-I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector" CPPFLAGS="" LDFLAGS="-Wl,-undefined -Wl,dynamic_lookup" cmake -DCMAKE_VERBOSE_MAKEFILE:Bool=ON -G "Unix Makefiles" && CC="clang" CFLAGS="-I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector" make) -- The C compiler identification is AppleClang 7.0.0.7000072 -- The CXX compiler identification is AppleClang 7.0.0.7000072 -- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -- 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: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Looking for execinfo.h -- Looking for execinfo.h - found -- Looking for getline -- Looking for getline - found -- checking for thread-local storage - found -- Configuring done -- Generating done -- Build files have been written to: /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 /usr/local/Cellar/cmake/3.3.2/bin/cmake -H/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 -B/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 --check-build-system CMakeFiles/Makefile.cmake 0 /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_progress_start /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/CMakeFiles /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/CMakeFiles/progress.marks /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 all /Applications/Xcode.app/Contents/Developer/usr/bin/make -f libmetis/CMakeFiles/metis.dir/build.make libmetis/CMakeFiles/metis.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/CMakeFiles/metis.dir/DependInfo.cmake --color= Scanning dependencies of target metis /Applications/Xcode.app/Contents/Developer/usr/bin/make -f libmetis/CMakeFiles/metis.dir/build.make libmetis/CMakeFiles/metis.dir/build [ 1%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/b64.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/__/GKlib/b64.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/b64.c [ 2%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/blas.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/__/GKlib/blas.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/blas.c [ 3%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/csr.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/__/GKlib/csr.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c [ 4%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/error.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/__/GKlib/error.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/error.c [ 5%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/evaluate.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/__/GKlib/evaluate.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/evaluate.c [ 6%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/fkvkselect.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/__/GKlib/fkvkselect.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/fkvkselect.c [ 7%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/fs.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/__/GKlib/fs.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/fs.c [ 9%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/getopt.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/__/GKlib/getopt.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/getopt.c [ 10%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/gkregex.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/__/GKlib/gkregex.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/gkregex.c [ 11%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/graph.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/__/GKlib/graph.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/graph.c [ 12%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/htable.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/__/GKlib/htable.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/htable.c [ 13%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/io.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/__/GKlib/io.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/io.c [ 14%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/itemsets.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/__/GKlib/itemsets.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/itemsets.c [ 15%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/mcore.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/__/GKlib/mcore.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/mcore.c [ 17%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/memory.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/__/GKlib/memory.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/memory.c [ 18%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/omp.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/__/GKlib/omp.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/omp.c [ 19%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/pdb.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/__/GKlib/pdb.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/pdb.c [ 20%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/pqueue.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/__/GKlib/pqueue.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/pqueue.c [ 21%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/random.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/__/GKlib/random.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/random.c [ 22%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/rw.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/__/GKlib/rw.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/rw.c [ 23%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/seq.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/__/GKlib/seq.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/seq.c [ 25%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/sort.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/__/GKlib/sort.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/sort.c [ 26%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/string.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/__/GKlib/string.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/string.c [ 27%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/timers.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/__/GKlib/timers.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/timers.c [ 28%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/tokenizer.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/__/GKlib/tokenizer.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/tokenizer.c [ 29%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/util.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/__/GKlib/util.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/util.c [ 30%] Building C object libmetis/CMakeFiles/metis.dir/auxapi.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/auxapi.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/auxapi.c [ 31%] Building C object libmetis/CMakeFiles/metis.dir/balance.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/balance.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/balance.c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/balance.c:23:9: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] if (iabs(ntpwgts[0]*graph->tvwgt[0]-graph->pwgts[0]) < 3*graph->tvwgt[0]/graph->nvtxs) ^ /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include/metis.h:98:25: note: expanded from macro 'iabs' #define iabs abs ^ /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/balance.c:23:9: note: use function 'fabsf' instead if (iabs(ntpwgts[0]*graph->tvwgt[0]-graph->pwgts[0]) < 3*graph->tvwgt[0]/graph->nvtxs) ^~~~ fabsf /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include/metis.h:98:25: note: expanded from macro 'iabs' #define iabs abs ^ 1 warning generated. [ 32%] Building C object libmetis/CMakeFiles/metis.dir/bucketsort.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/bucketsort.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/bucketsort.c [ 34%] Building C object libmetis/CMakeFiles/metis.dir/checkgraph.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/checkgraph.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/checkgraph.c [ 35%] Building C object libmetis/CMakeFiles/metis.dir/coarsen.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/coarsen.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/coarsen.c [ 36%] Building C object libmetis/CMakeFiles/metis.dir/compress.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/compress.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/compress.c [ 37%] Building C object libmetis/CMakeFiles/metis.dir/contig.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/contig.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/contig.c [ 38%] Building C object libmetis/CMakeFiles/metis.dir/debug.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/debug.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/debug.c [ 39%] Building C object libmetis/CMakeFiles/metis.dir/fm.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/fm.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/fm.c [ 40%] Building C object libmetis/CMakeFiles/metis.dir/fortran.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/fortran.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/fortran.c [ 42%] Building C object libmetis/CMakeFiles/metis.dir/frename.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/frename.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/frename.c [ 43%] Building C object libmetis/CMakeFiles/metis.dir/gklib.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/gklib.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/gklib.c [ 44%] Building C object libmetis/CMakeFiles/metis.dir/graph.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/graph.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/graph.c [ 45%] Building C object libmetis/CMakeFiles/metis.dir/initpart.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/initpart.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/initpart.c [ 46%] Building C object libmetis/CMakeFiles/metis.dir/kmetis.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/kmetis.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/kmetis.c [ 47%] Building C object libmetis/CMakeFiles/metis.dir/kwayfm.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/kwayfm.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/kwayfm.c [ 48%] Building C object libmetis/CMakeFiles/metis.dir/kwayrefine.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/kwayrefine.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/kwayrefine.c [ 50%] Building C object libmetis/CMakeFiles/metis.dir/mcutil.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/mcutil.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/mcutil.c [ 51%] Building C object libmetis/CMakeFiles/metis.dir/mesh.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/mesh.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/mesh.c [ 52%] Building C object libmetis/CMakeFiles/metis.dir/meshpart.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/meshpart.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/meshpart.c [ 53%] Building C object libmetis/CMakeFiles/metis.dir/minconn.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/minconn.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/minconn.c [ 54%] Building C object libmetis/CMakeFiles/metis.dir/mincover.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/mincover.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/mincover.c [ 55%] Building C object libmetis/CMakeFiles/metis.dir/mmd.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/mmd.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/mmd.c [ 56%] Building C object libmetis/CMakeFiles/metis.dir/ometis.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/ometis.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/ometis.c [ 57%] Building C object libmetis/CMakeFiles/metis.dir/options.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/options.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/options.c [ 59%] Building C object libmetis/CMakeFiles/metis.dir/parmetis.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/parmetis.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/parmetis.c [ 60%] Building C object libmetis/CMakeFiles/metis.dir/pmetis.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/pmetis.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/pmetis.c [ 61%] Building C object libmetis/CMakeFiles/metis.dir/refine.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/refine.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/refine.c [ 62%] Building C object libmetis/CMakeFiles/metis.dir/separator.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/separator.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/separator.c [ 63%] Building C object libmetis/CMakeFiles/metis.dir/sfm.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/sfm.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/sfm.c [ 64%] Building C object libmetis/CMakeFiles/metis.dir/srefine.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/srefine.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/srefine.c [ 65%] Building C object libmetis/CMakeFiles/metis.dir/stat.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/stat.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/stat.c [ 67%] Building C object libmetis/CMakeFiles/metis.dir/timing.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/timing.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/timing.c [ 68%] Building C object libmetis/CMakeFiles/metis.dir/util.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/util.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/util.c [ 69%] Building C object libmetis/CMakeFiles/metis.dir/wspace.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -o CMakeFiles/metis.dir/wspace.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/wspace.c [ 70%] Linking C static library libmetis.a cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /usr/local/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/metis.dir/cmake_clean_target.cmake cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/metis.dir/link.txt --verbose=1 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar cq libmetis.a CMakeFiles/metis.dir/__/GKlib/b64.c.o CMakeFiles/metis.dir/__/GKlib/blas.c.o CMakeFiles/metis.dir/__/GKlib/csr.c.o CMakeFiles/metis.dir/__/GKlib/error.c.o CMakeFiles/metis.dir/__/GKlib/evaluate.c.o CMakeFiles/metis.dir/__/GKlib/fkvkselect.c.o CMakeFiles/metis.dir/__/GKlib/fs.c.o CMakeFiles/metis.dir/__/GKlib/getopt.c.o CMakeFiles/metis.dir/__/GKlib/gkregex.c.o CMakeFiles/metis.dir/__/GKlib/graph.c.o CMakeFiles/metis.dir/__/GKlib/htable.c.o CMakeFiles/metis.dir/__/GKlib/io.c.o CMakeFiles/metis.dir/__/GKlib/itemsets.c.o CMakeFiles/metis.dir/__/GKlib/mcore.c.o CMakeFiles/metis.dir/__/GKlib/memory.c.o CMakeFiles/metis.dir/__/GKlib/omp.c.o CMakeFiles/metis.dir/__/GKlib/pdb.c.o CMakeFiles/metis.dir/__/GKlib/pqueue.c.o CMakeFiles/metis.dir/__/GKlib/random.c.o CMakeFiles/metis.dir/__/GKlib/rw.c.o CMakeFiles/metis.dir/__/GKlib/seq.c.o CMakeFiles/metis.dir/__/GKlib/sort.c.o CMakeFiles/metis.dir/__/GKlib/string.c.o CMakeFiles/metis.dir/__/GKlib/timers.c.o CMakeFiles/metis.dir/__/GKlib/tokenizer.c.o CMakeFiles/metis.dir/__/GKlib/util.c.o CMakeFiles/metis.dir/auxapi.c.o CMakeFiles/metis.dir/balance.c.o CMakeFiles/metis.dir/bucketsort.c.o CMakeFiles/metis.dir/checkgraph.c.o CMakeFiles/metis.dir/coarsen.c.o CMakeFiles/metis.dir/compress.c.o CMakeFiles/metis.dir/contig.c.o CMakeFiles/metis.dir/debug.c.o CMakeFiles/metis.dir/fm.c.o CMakeFiles/metis.dir/fortran.c.o CMakeFiles/metis.dir/frename.c.o CMakeFiles/metis.dir/gklib.c.o CMakeFiles/metis.dir/graph.c.o CMakeFiles/metis.dir/initpart.c.o CMakeFiles/metis.dir/kmetis.c.o CMakeFiles/metis.dir/kwayfm.c.o CMakeFiles/metis.dir/kwayrefine.c.o CMakeFiles/metis.dir/mcutil.c.o CMakeFiles/metis.dir/mesh.c.o CMakeFiles/metis.dir/meshpart.c.o CMakeFiles/metis.dir/minconn.c.o CMakeFiles/metis.dir/mincover.c.o CMakeFiles/metis.dir/mmd.c.o CMakeFiles/metis.dir/ometis.c.o CMakeFiles/metis.dir/options.c.o CMakeFiles/metis.dir/parmetis.c.o CMakeFiles/metis.dir/pmetis.c.o CMakeFiles/metis.dir/refine.c.o CMakeFiles/metis.dir/separator.c.o CMakeFiles/metis.dir/sfm.c.o CMakeFiles/metis.dir/srefine.c.o CMakeFiles/metis.dir/stat.c.o CMakeFiles/metis.dir/timing.c.o CMakeFiles/metis.dir/util.c.o CMakeFiles/metis.dir/wspace.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmetis.a(omp.c.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib libmetis.a /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmetis.a(omp.c.o) has no symbols [ 70%] Built target metis /Applications/Xcode.app/Contents/Developer/usr/bin/make -f programs/CMakeFiles/cmpfillin.dir/build.make programs/CMakeFiles/cmpfillin.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/CMakeFiles/cmpfillin.dir/DependInfo.cmake --color= Scanning dependencies of target cmpfillin /Applications/Xcode.app/Contents/Developer/usr/bin/make -f programs/CMakeFiles/cmpfillin.dir/build.make programs/CMakeFiles/cmpfillin.dir/build [ 71%] Building C object programs/CMakeFiles/cmpfillin.dir/cmpfillin.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DSVNINFO=\"\" -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/../libmetis -o CMakeFiles/cmpfillin.dir/cmpfillin.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/cmpfillin.c [ 72%] Building C object programs/CMakeFiles/cmpfillin.dir/io.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DSVNINFO=\"\" -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/../libmetis -o CMakeFiles/cmpfillin.dir/io.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/io.c [ 73%] Building C object programs/CMakeFiles/cmpfillin.dir/smbfactor.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DSVNINFO=\"\" -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/../libmetis -o CMakeFiles/cmpfillin.dir/smbfactor.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/smbfactor.c [ 75%] Linking C executable cmpfillin cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/cmpfillin.dir/link.txt --verbose=1 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -Wl,-undefined -Wl,dynamic_lookup CMakeFiles/cmpfillin.dir/cmpfillin.c.o CMakeFiles/cmpfillin.dir/io.c.o CMakeFiles/cmpfillin.dir/smbfactor.c.o -o cmpfillin -L/home/karypis/local/lib ../libmetis/libmetis.a -lm -Wl,-rpath,/home/karypis/local/lib ld: warning: directory not found for option '-L/home/karypis/local/lib' [ 75%] Built target cmpfillin /Applications/Xcode.app/Contents/Developer/usr/bin/make -f programs/CMakeFiles/gpmetis.dir/build.make programs/CMakeFiles/gpmetis.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/CMakeFiles/gpmetis.dir/DependInfo.cmake --color= Scanning dependencies of target gpmetis /Applications/Xcode.app/Contents/Developer/usr/bin/make -f programs/CMakeFiles/gpmetis.dir/build.make programs/CMakeFiles/gpmetis.dir/build [ 76%] Building C object programs/CMakeFiles/gpmetis.dir/gpmetis.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DSVNINFO=\"\" -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/../libmetis -o CMakeFiles/gpmetis.dir/gpmetis.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/gpmetis.c [ 77%] Building C object programs/CMakeFiles/gpmetis.dir/cmdline_gpmetis.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DSVNINFO=\"\" -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/../libmetis -o CMakeFiles/gpmetis.dir/cmdline_gpmetis.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/cmdline_gpmetis.c [ 78%] Building C object programs/CMakeFiles/gpmetis.dir/io.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DSVNINFO=\"\" -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/../libmetis -o CMakeFiles/gpmetis.dir/io.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/io.c [ 79%] Building C object programs/CMakeFiles/gpmetis.dir/stat.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DSVNINFO=\"\" -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/../libmetis -o CMakeFiles/gpmetis.dir/stat.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/stat.c [ 80%] Linking C executable gpmetis cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/gpmetis.dir/link.txt --verbose=1 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -Wl,-undefined -Wl,dynamic_lookup CMakeFiles/gpmetis.dir/gpmetis.c.o CMakeFiles/gpmetis.dir/cmdline_gpmetis.c.o CMakeFiles/gpmetis.dir/io.c.o CMakeFiles/gpmetis.dir/stat.c.o -o gpmetis -L/home/karypis/local/lib ../libmetis/libmetis.a -lm -Wl,-rpath,/home/karypis/local/lib ld: warning: directory not found for option '-L/home/karypis/local/lib' [ 80%] Built target gpmetis /Applications/Xcode.app/Contents/Developer/usr/bin/make -f programs/CMakeFiles/graphchk.dir/build.make programs/CMakeFiles/graphchk.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/CMakeFiles/graphchk.dir/DependInfo.cmake --color= Scanning dependencies of target graphchk /Applications/Xcode.app/Contents/Developer/usr/bin/make -f programs/CMakeFiles/graphchk.dir/build.make programs/CMakeFiles/graphchk.dir/build [ 81%] Building C object programs/CMakeFiles/graphchk.dir/graphchk.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DSVNINFO=\"\" -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/../libmetis -o CMakeFiles/graphchk.dir/graphchk.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/graphchk.c [ 82%] Building C object programs/CMakeFiles/graphchk.dir/io.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DSVNINFO=\"\" -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/../libmetis -o CMakeFiles/graphchk.dir/io.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/io.c [ 84%] Linking C executable graphchk cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/graphchk.dir/link.txt --verbose=1 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -Wl,-undefined -Wl,dynamic_lookup CMakeFiles/graphchk.dir/graphchk.c.o CMakeFiles/graphchk.dir/io.c.o -o graphchk -L/home/karypis/local/lib ../libmetis/libmetis.a -lm -Wl,-rpath,/home/karypis/local/lib ld: warning: directory not found for option '-L/home/karypis/local/lib' [ 84%] Built target graphchk /Applications/Xcode.app/Contents/Developer/usr/bin/make -f programs/CMakeFiles/m2gmetis.dir/build.make programs/CMakeFiles/m2gmetis.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/CMakeFiles/m2gmetis.dir/DependInfo.cmake --color= Scanning dependencies of target m2gmetis /Applications/Xcode.app/Contents/Developer/usr/bin/make -f programs/CMakeFiles/m2gmetis.dir/build.make programs/CMakeFiles/m2gmetis.dir/build [ 85%] Building C object programs/CMakeFiles/m2gmetis.dir/m2gmetis.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DSVNINFO=\"\" -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/../libmetis -o CMakeFiles/m2gmetis.dir/m2gmetis.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/m2gmetis.c [ 86%] Building C object programs/CMakeFiles/m2gmetis.dir/cmdline_m2gmetis.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DSVNINFO=\"\" -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/../libmetis -o CMakeFiles/m2gmetis.dir/cmdline_m2gmetis.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/cmdline_m2gmetis.c [ 87%] Building C object programs/CMakeFiles/m2gmetis.dir/io.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DSVNINFO=\"\" -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/../libmetis -o CMakeFiles/m2gmetis.dir/io.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/io.c [ 88%] Linking C executable m2gmetis cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/m2gmetis.dir/link.txt --verbose=1 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -Wl,-undefined -Wl,dynamic_lookup CMakeFiles/m2gmetis.dir/m2gmetis.c.o CMakeFiles/m2gmetis.dir/cmdline_m2gmetis.c.o CMakeFiles/m2gmetis.dir/io.c.o -o m2gmetis -L/home/karypis/local/lib ../libmetis/libmetis.a -lm -Wl,-rpath,/home/karypis/local/lib ld: warning: directory not found for option '-L/home/karypis/local/lib' [ 88%] Built target m2gmetis /Applications/Xcode.app/Contents/Developer/usr/bin/make -f programs/CMakeFiles/mpmetis.dir/build.make programs/CMakeFiles/mpmetis.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/CMakeFiles/mpmetis.dir/DependInfo.cmake --color= Scanning dependencies of target mpmetis /Applications/Xcode.app/Contents/Developer/usr/bin/make -f programs/CMakeFiles/mpmetis.dir/build.make programs/CMakeFiles/mpmetis.dir/build [ 89%] Building C object programs/CMakeFiles/mpmetis.dir/mpmetis.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DSVNINFO=\"\" -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/../libmetis -o CMakeFiles/mpmetis.dir/mpmetis.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/mpmetis.c [ 90%] Building C object programs/CMakeFiles/mpmetis.dir/cmdline_mpmetis.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DSVNINFO=\"\" -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/../libmetis -o CMakeFiles/mpmetis.dir/cmdline_mpmetis.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/cmdline_mpmetis.c [ 92%] Building C object programs/CMakeFiles/mpmetis.dir/io.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DSVNINFO=\"\" -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/../libmetis -o CMakeFiles/mpmetis.dir/io.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/io.c [ 93%] Building C object programs/CMakeFiles/mpmetis.dir/stat.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DSVNINFO=\"\" -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/../libmetis -o CMakeFiles/mpmetis.dir/stat.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/stat.c [ 94%] Linking C executable mpmetis cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/mpmetis.dir/link.txt --verbose=1 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -Wl,-undefined -Wl,dynamic_lookup CMakeFiles/mpmetis.dir/mpmetis.c.o CMakeFiles/mpmetis.dir/cmdline_mpmetis.c.o CMakeFiles/mpmetis.dir/io.c.o CMakeFiles/mpmetis.dir/stat.c.o -o mpmetis -L/home/karypis/local/lib ../libmetis/libmetis.a -lm -Wl,-rpath,/home/karypis/local/lib ld: warning: directory not found for option '-L/home/karypis/local/lib' [ 94%] Built target mpmetis /Applications/Xcode.app/Contents/Developer/usr/bin/make -f programs/CMakeFiles/ndmetis.dir/build.make programs/CMakeFiles/ndmetis.dir/depend cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/CMakeFiles/ndmetis.dir/DependInfo.cmake --color= Scanning dependencies of target ndmetis /Applications/Xcode.app/Contents/Developer/usr/bin/make -f programs/CMakeFiles/ndmetis.dir/build.make programs/CMakeFiles/ndmetis.dir/build [ 95%] Building C object programs/CMakeFiles/ndmetis.dir/ndmetis.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DSVNINFO=\"\" -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/../libmetis -o CMakeFiles/ndmetis.dir/ndmetis.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/ndmetis.c [ 96%] Building C object programs/CMakeFiles/ndmetis.dir/cmdline_ndmetis.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DSVNINFO=\"\" -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/../libmetis -o CMakeFiles/ndmetis.dir/cmdline_ndmetis.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/cmdline_ndmetis.c [ 97%] Building C object programs/CMakeFiles/ndmetis.dir/io.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DSVNINFO=\"\" -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/../libmetis -o CMakeFiles/ndmetis.dir/io.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/io.c [ 98%] Building C object programs/CMakeFiles/ndmetis.dir/smbfactor.c.o cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DSVNINFO=\"\" -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/include -I/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/../libmetis -o CMakeFiles/ndmetis.dir/smbfactor.c.o -c /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/smbfactor.c [100%] Linking C executable ndmetis cd /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/ndmetis.dir/link.txt --verbose=1 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -DLINUX -D_FILE_OFFSET_BITS=64 -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -Wl,-undefined -Wl,dynamic_lookup CMakeFiles/ndmetis.dir/ndmetis.c.o CMakeFiles/ndmetis.dir/cmdline_ndmetis.c.o CMakeFiles/ndmetis.dir/io.c.o CMakeFiles/ndmetis.dir/smbfactor.c.o -o ndmetis -L/home/karypis/local/lib ../libmetis/libmetis.a -lm -Wl,-rpath,/home/karypis/local/lib ld: warning: directory not found for option '-L/home/karypis/local/lib' [100%] Built target ndmetis /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_progress_start /Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/CMakeFiles 0 cp 3rdParty/metis-5.1.0/libmetis/libmetis.a /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc /Applications/Xcode.app/Contents/Developer/usr/bin/make -C Compiler/boot /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile bootstrap-from-tarball /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile clean OMC=.omc rm -rf build/ rm -f Makefile.sources LoadCompilerInterface.mos Makefile.depends tar xJf bootstrap-sources.tar.xz # Patch _main.c to avoid a new tarball gsed -i 's/ = omc_assert_function/__attribute__((noreturn)) = omc_assert_function/' build/_main.c cd build && for x in ../patches/*.patch; do patch -i "$x" "`basename $x | gsed 's/\([.][0-9]*\)\?[.]patch/.c/'`" || exit 1; done patching file CodegenC.c patching file CodegenC.c missing header for unified diff at line 1 of patch patching file Patternm.c patching file Types.c Hunk #2 succeeded at 981 (offset 6 lines). missing header for unified diff at line 1 of patch patching file Types.c Hunk #1 succeeded at 6885 (offset -4 lines). Hunk #2 succeeded at 6906 (offset -4 lines). Hunk #3 succeeded at 6915 (offset -4 lines). Hunk #4 succeeded at 7210 (offset -4 lines). # We have not compiled OpenModelicaScriptingAPI.mo yet touch build/OpenModelicaScriptingAPI.h /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile install INCLUDESOURCES=1 OMC=.omc clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/VisualXML.o build/VisualXML.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/VarTransform.o build/VarTransform.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Util.o build/Util.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/System.o build/System.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Socket.o build/Socket.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/TaskGraphResults.o build/TaskGraphResults.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SimulationResults.o build/SimulationResults.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/StringUtil.o build/StringUtil.c build/StringUtil.c:271:64: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if((stringGetNoBoundsChecking(_inString, (modelica_integer)_i) == (modelica_integer)_inChar)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/StringUtil.c:271:64: note: remove extraneous parentheses around the comparison to silence this warning if((stringGetNoBoundsChecking(_inString, (modelica_integer)_i) == (modelica_integer)_inChar)) ~ ^ ~ build/StringUtil.c:271:64: note: use '=' to turn this equality comparison into an assignment if((stringGetNoBoundsChecking(_inString, (modelica_integer)_i) == (modelica_integer)_inChar)) ^~ = build/StringUtil.c:321:64: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if((stringGetNoBoundsChecking(_inString, (modelica_integer)_i) == (modelica_integer)_inChar)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/StringUtil.c:321:64: note: remove extraneous parentheses around the comparison to silence this warning if((stringGetNoBoundsChecking(_inString, (modelica_integer)_i) == (modelica_integer)_inChar)) ~ ^ ~ build/StringUtil.c:321:64: note: use '=' to turn this equality comparison into an assignment if((stringGetNoBoundsChecking(_inString, (modelica_integer)_i) == (modelica_integer)_inChar)) ^~ = 2 warnings generated. clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Settings.o build/Settings.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/PriorityQueue.o build/PriorityQueue.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Print.o build/Print.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ModelicaExternalC.o build/ModelicaExternalC.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/List.o build/List.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Lapack.o build/Lapack.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/IOStream.o build/IOStream.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/IOStreamExt.o build/IOStreamExt.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableUnitToString.o build/HashTableUnitToString.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrToUnit.o build/HashTableCrToUnit.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableStringToUnit.o build/HashTableStringToUnit.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableStringToProgram.o build/HashTableStringToProgram.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableStringToPath.o build/HashTableStringToPath.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableExpToIndex.o build/HashTableExpToIndex.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTable.o build/HashTable.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrToExpSourceTpl.o build/HashTableCrToExpSourceTpl.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableExpToIndexExp.o build/HashTableExpToIndexExp.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrIntToExp.o build/HashTableCrIntToExp.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableExpToExp.o build/HashTableExpToExp.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrToCrEqLst.o build/HashTableCrToCrEqLst.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrToExp.o build/HashTableCrToExp.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrIListArray.o build/HashTableCrIListArray.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrILst.o build/HashTableCrILst.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCG.o build/HashTableCG.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTable5.o build/HashTable5.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTable4.o build/HashTable4.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTable3.o build/HashTable3.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTable2.o build/HashTable2.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashSetString.o build/HashSetString.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashSet.o build/HashSet.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GraphStreamExt.o build/GraphStreamExt.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GraphStream.o build/GraphStream.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GraphML.o build/GraphML.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Graph.o build/Graph.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GC.o build/GC.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FMIExt.o build/FMIExt.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FMI.o build/FMI.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Flags.o build/Flags.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Error.o build/Error.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ErrorExt.o build/ErrorExt.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DynLoad.o build/DynLoad.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Debug.o build/Debug.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Corba.o build/Corba.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Config.o build/Config.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ClockIndexes.o build/ClockIndexes.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BaseHashSet.o build/BaseHashSet.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BaseHashTable.o build/BaseHashTable.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/AvlTreeString.o build/AvlTreeString.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Array.o build/Array.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Main.o build/Main.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Global.o build/Global.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/VisualXMLTpl.o build/VisualXMLTpl.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Unparsing.o build/Unparsing.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/TplParser.o build/TplParser.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Tpl.o build/Tpl.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/TplMain.o build/TplMain.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/TplCodegen.o build/TplCodegen.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/TplAbsyn.o build/TplAbsyn.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/TaskSystemDump.o build/TaskSystemDump.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SimCodeDump.o build/SimCodeDump.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SCodeDumpTpl.o build/SCodeDumpTpl.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFInstDumpTpl.o build/NFInstDumpTpl.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GraphMLDumpTpl.o build/GraphMLDumpTpl.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GraphvizDump.o build/GraphvizDump.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GenerateAPIFunctionsTpl.o build/GenerateAPIFunctionsTpl.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ExpressionDumpTpl.o build/ExpressionDumpTpl.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DAEDumpTpl.o build/DAEDumpTpl.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenXML.o build/CodegenXML.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenUtil.o build/CodegenUtil.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenSparseFMI.o build/CodegenSparseFMI.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenQSS.o build/CodegenQSS.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenModelica.o build/CodegenModelica.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenJS.o build/CodegenJS.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenJava.o build/CodegenJava.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenCSharp.o build/CodegenCSharp.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenFMUCpp.o build/CodegenFMUCpp.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenFMU.o build/CodegenFMU.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenCppHpcom.o build/CodegenCppHpcom.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenCpp.o build/CodegenCpp.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenC.o build/CodegenC.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenAdevs.o build/CodegenAdevs.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/AbsynDumpTpl.o build/AbsynDumpTpl.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/OpenModelicaScriptingAPI.o build/OpenModelicaScriptingAPI.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BlockCallRewrite.o build/BlockCallRewrite.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Figaro.o build/Figaro.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/RewriteRules.o build/RewriteRules.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Refactor.o build/Refactor.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Interactive.o build/Interactive.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/StaticScript.o build/StaticScript.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GlobalScriptUtil.o build/GlobalScriptUtil.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GlobalScriptDump.o build/GlobalScriptDump.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GlobalScript.o build/GlobalScript.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CevalScript.o build/CevalScript.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SimCodeVar.o build/SimCodeVar.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SimCodeUtil.o build/SimCodeUtil.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SimCodeMain.o build/SimCodeMain.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SimCode.o build/SimCode.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SerializeModelInfo.o build/SerializeModelInfo.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmSimCodeMain.o build/HpcOmSimCodeMain.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmSimCode.o build/HpcOmSimCode.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/XMLDump.o build/XMLDump.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Vectorization.o build/Vectorization.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Unit.o build/Unit.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/UnitCheck.o build/UnitCheck.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Uncertainties.o build/Uncertainties.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Tearing.o build/Tearing.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableSM.o build/HashTableSM.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/StateMachineFeatures.o build/StateMachineFeatures.c build/StateMachineFeatures.c:550:8: warning: implicit declaration of function 'boxptr_ExpressionDump_dumpExpStr' is invalid in C99 [-Wimplicit-function-declaration] return boxptr_ExpressionDump_dumpExpStr(thData, inExp, inInteger); ^ build/StateMachineFeatures.c:550:8: warning: incompatible integer to pointer conversion returning 'int' from a function with result type 'modelica_metatype' (aka 'void *') [-Wint-conversion] return boxptr_ExpressionDump_dumpExpStr(thData, inExp, inInteger); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SynchronousFeatures.o build/SynchronousFeatures.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SymbolicJacobian.o build/SymbolicJacobian.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Sorting.o build/Sorting.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ResolveLoops.o build/ResolveLoops.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/RemoveSimpleEquations.o build/RemoveSimpleEquations.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/OpenTURNS.o build/OpenTURNS.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/OnRelaxation.o build/OnRelaxation.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/MathematicaDump.o build/MathematicaDump.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Matching.o build/Matching.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Initialization.o build/Initialization.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InlineArrayEquations.o build/InlineArrayEquations.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/IndexReduction.o build/IndexReduction.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmTaskGraph.o build/HpcOmTaskGraph.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmSchedulerExt.o build/HpcOmSchedulerExt.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmScheduler.o build/HpcOmScheduler.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmMemory.o build/HpcOmMemory.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmEqSystems.o build/HpcOmEqSystems.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmBenchmarkExt.o build/HpcOmBenchmarkExt.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmBenchmark.o build/HpcOmBenchmark.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FindZeroCrossings.o build/FindZeroCrossings.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ExpressionSolve.o build/ExpressionSolve.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/EvaluateParameter.o build/EvaluateParameter.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/EvaluateFunctions.o build/EvaluateFunctions.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DynamicOptimization.o build/DynamicOptimization.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DumpHTML.o build/DumpHTML.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DumpGraphML.o build/DumpGraphML.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Differentiate.o build/Differentiate.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DAEQuery.o build/DAEQuery.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CommonSubExpression.o build/CommonSubExpression.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Causalize.o build/Causalize.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BinaryTreeInt.o build/BinaryTreeInt.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BinaryTree.o build/BinaryTree.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendVarTransform.o build/BackendVarTransform.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendVariable.o build/BackendVariable.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendQSS.o build/BackendQSS.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendInline.o build/BackendInline.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendEquation.o build/BackendEquation.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendDump.o build/BackendDump.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendDAEUtil.o build/BackendDAEUtil.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendDAETransform.o build/BackendDAETransform.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendDAEOptimize.o build/BackendDAEOptimize.c build/BackendDAEOptimize.c:12348:2: warning: expression result unused [-Wunused-value] (!listEmpty(_changed)); ^~~~~~~~~~~~~~~~~~~~ 1 warning generated. clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendDAEEXT.o build/BackendDAEEXT.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendDAECreate.o build/BackendDAECreate.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendDAEFunc.o build/BackendDAEFunc.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendDAE.o build/BackendDAE.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FVisit.o build/FVisit.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FTraverse.o build/FTraverse.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FResolve.o build/FResolve.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FNode.o build/FNode.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FMod.o build/FMod.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FLookup.o build/FLookup.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FInst.o build/FInst.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FGraphStream.o build/FGraphStream.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FGraphDump.o build/FGraphDump.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FGraphBuildEnv.o build/FGraphBuildEnv.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FGraphBuild.o build/FGraphBuild.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FGraph.o build/FGraph.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FExpand.o build/FExpand.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FCore.o build/FCore.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FBuiltin.o build/FBuiltin.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ValuesUtil.o build/ValuesUtil.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Values.o build/Values.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/UnitParserExt.o build/UnitParserExt.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/UnitChecker.o build/UnitChecker.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/UnitAbsyn.o build/UnitAbsyn.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/UnitAbsynBuilder.o build/UnitAbsynBuilder.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Types.o build/Types.c build/Types.c:24291:1: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds] tmpMeta[1] = MMC_REFSTRUCTLIT(mmc_nil); ^ ~ build/Types.c:24271:1: note: array 'tmpMeta' declared here modelica_metatype tmpMeta[1] __attribute__((unused)) = {0}; ^ build/Types.c:24292:43: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds] tmp6 = omc_Types_isArray(threadData, _ty, tmpMeta[1]); ^ ~ build/Types.c:24271:1: note: array 'tmpMeta' declared here modelica_metatype tmpMeta[1] __attribute__((unused)) = {0}; ^ 2 warnings generated. clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeCheck.o build/NFSCodeCheck.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeMod.o build/NFSCodeMod.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeLookup.o build/NFSCodeLookup.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeFlattenRedeclare.o build/NFSCodeFlattenRedeclare.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeFlatten.o build/NFSCodeFlatten.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeFlattenImports.o build/NFSCodeFlattenImports.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeEnv.o build/NFSCodeEnv.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeDependency.o build/NFSCodeDependency.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFLookup.o build/NFLookup.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFInstUtil.o build/NFInstUtil.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFInstTypesOld.o build/NFInstTypesOld.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFInstTypes.o build/NFInstTypes.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFInstPrefix.o build/NFInstPrefix.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFInstDump.o build/NFInstDump.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFInst.o build/NFInst.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFFlatten.o build/NFFlatten.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFEnvExtends.o build/NFEnvExtends.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFEnvAvlTree.o build/NFEnvAvlTree.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFEnv.o build/NFEnv.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFConnect2.o build/NFConnect2.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFBuiltin.o build/NFBuiltin.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SCodeSimplify.o build/SCodeSimplify.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Static.o build/Static.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SCodeUtil.o build/SCodeUtil.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SCodeDump.o build/SCodeDump.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SCode.o build/SCode.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/PrefixUtil.o build/PrefixUtil.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Prefix.o build/Prefix.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Patternm.o build/Patternm.c build/Patternm.c:8480:10: warning: implicit declaration of function 'omc_Ceval_ceval' is invalid in C99 [-Wimplicit-function-declaration] _cache = omc_Ceval_ceval(threadData, _cache, _env, _elabExp, 0, mmc_mk_none(), tmpMeta[5], (modelica_integer) 0 ,&_val, NULL); ^ build/Patternm.c:8480:8: warning: incompatible integer to pointer conversion assigning to 'modelica_metatype' (aka 'void *') from 'int' [-Wint-conversion] _cache = omc_Ceval_ceval(threadData, _cache, _env, _elabExp, 0, mmc_mk_none(), tmpMeta[5], (modelica_integer) 0 ,&_val, NULL); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/Patternm.c:8481:12: warning: implicit declaration of function 'omc_ValuesUtil_valueExp' is invalid in C99 [-Wimplicit-function-declaration] _elabExp = omc_ValuesUtil_valueExp(threadData, _val); ^ build/Patternm.c:8481:10: warning: incompatible integer to pointer conversion assigning to 'modelica_metatype' (aka 'void *') from 'int' [-Wint-conversion] _elabExp = omc_ValuesUtil_valueExp(threadData, _val); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4 warnings generated. clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ParserExt.o build/ParserExt.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Parser.o build/Parser.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/OperatorOverloading.o build/OperatorOverloading.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Mod.o build/Mod.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/MMath.o build/MMath.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/MetaUtil.o build/MetaUtil.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Lookup.o build/Lookup.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstTypes.o build/InstTypes.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstSection.o build/InstSection.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstExtends.o build/InstExtends.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstUtil.o build/InstUtil.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstBinding.o build/InstBinding.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstFunction.o build/InstFunction.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstDAE.o build/InstDAE.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstVar.o build/InstVar.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Inst.o build/Inst.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InnerOuter.o build/InnerOuter.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Inline.o build/Inline.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Graphviz.o build/Graphviz.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ExpressionSimplifyTypes.o build/ExpressionSimplifyTypes.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ExpressionSimplify.o build/ExpressionSimplify.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Expression.o build/Expression.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ExpressionDump.o build/ExpressionDump.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Dump.o build/Dump.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DumpGraphviz.o build/DumpGraphviz.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DAEUtil.o build/DAEUtil.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DAE.o build/DAE.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DAEDump.o build/DAEDump.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Constants.o build/Constants.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ConnectUtil.o build/ConnectUtil.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Connect.o build/Connect.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ConnectionGraph.o build/ConnectionGraph.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ComponentReference.o build/ComponentReference.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ClassLoader.o build/ClassLoader.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ClassInf.o build/ClassInf.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CheckModel.o build/CheckModel.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Ceval.o build/Ceval.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CevalFunction.o build/CevalFunction.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Builtin.o build/Builtin.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendInterface.o build/BackendInterface.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Algorithm.o build/Algorithm.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Absyn.o build/Absyn.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/File.o build/File.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/VisualXML_records.o build/VisualXML_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/VarTransform_records.o build/VarTransform_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Util_records.o build/Util_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/System_records.o build/System_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Socket_records.o build/Socket_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/TaskGraphResults_records.o build/TaskGraphResults_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SimulationResults_records.o build/SimulationResults_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/StringUtil_records.o build/StringUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Settings_records.o build/Settings_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/PriorityQueue_records.o build/PriorityQueue_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Print_records.o build/Print_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ModelicaExternalC_records.o build/ModelicaExternalC_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/List_records.o build/List_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Lapack_records.o build/Lapack_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/IOStream_records.o build/IOStream_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/IOStreamExt_records.o build/IOStreamExt_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableUnitToString_records.o build/HashTableUnitToString_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrToUnit_records.o build/HashTableCrToUnit_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableStringToUnit_records.o build/HashTableStringToUnit_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableStringToProgram_records.o build/HashTableStringToProgram_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableStringToPath_records.o build/HashTableStringToPath_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableExpToIndex_records.o build/HashTableExpToIndex_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTable_records.o build/HashTable_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrToExpSourceTpl_records.o build/HashTableCrToExpSourceTpl_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableExpToIndexExp_records.o build/HashTableExpToIndexExp_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrIntToExp_records.o build/HashTableCrIntToExp_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableExpToExp_records.o build/HashTableExpToExp_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrToCrEqLst_records.o build/HashTableCrToCrEqLst_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrToExp_records.o build/HashTableCrToExp_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrIListArray_records.o build/HashTableCrIListArray_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrILst_records.o build/HashTableCrILst_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCG_records.o build/HashTableCG_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTable5_records.o build/HashTable5_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTable4_records.o build/HashTable4_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTable3_records.o build/HashTable3_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTable2_records.o build/HashTable2_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashSetString_records.o build/HashSetString_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashSet_records.o build/HashSet_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GraphStreamExt_records.o build/GraphStreamExt_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GraphStream_records.o build/GraphStream_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GraphML_records.o build/GraphML_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Graph_records.o build/Graph_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GC_records.o build/GC_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FMIExt_records.o build/FMIExt_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FMI_records.o build/FMI_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Flags_records.o build/Flags_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Error_records.o build/Error_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ErrorExt_records.o build/ErrorExt_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DynLoad_records.o build/DynLoad_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Debug_records.o build/Debug_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Corba_records.o build/Corba_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Config_records.o build/Config_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ClockIndexes_records.o build/ClockIndexes_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BaseHashSet_records.o build/BaseHashSet_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BaseHashTable_records.o build/BaseHashTable_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/AvlTreeString_records.o build/AvlTreeString_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Array_records.o build/Array_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Main_records.o build/Main_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Global_records.o build/Global_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/VisualXMLTpl_records.o build/VisualXMLTpl_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Unparsing_records.o build/Unparsing_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/TplParser_records.o build/TplParser_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Tpl_records.o build/Tpl_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/TplMain_records.o build/TplMain_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/TplCodegen_records.o build/TplCodegen_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/TplAbsyn_records.o build/TplAbsyn_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/TaskSystemDump_records.o build/TaskSystemDump_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SimCodeDump_records.o build/SimCodeDump_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SCodeDumpTpl_records.o build/SCodeDumpTpl_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFInstDumpTpl_records.o build/NFInstDumpTpl_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GraphMLDumpTpl_records.o build/GraphMLDumpTpl_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GraphvizDump_records.o build/GraphvizDump_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GenerateAPIFunctionsTpl_records.o build/GenerateAPIFunctionsTpl_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ExpressionDumpTpl_records.o build/ExpressionDumpTpl_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DAEDumpTpl_records.o build/DAEDumpTpl_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenXML_records.o build/CodegenXML_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenUtil_records.o build/CodegenUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenSparseFMI_records.o build/CodegenSparseFMI_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenQSS_records.o build/CodegenQSS_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenModelica_records.o build/CodegenModelica_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenJS_records.o build/CodegenJS_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenJava_records.o build/CodegenJava_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenCSharp_records.o build/CodegenCSharp_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenFMUCpp_records.o build/CodegenFMUCpp_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenFMU_records.o build/CodegenFMU_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenCppHpcom_records.o build/CodegenCppHpcom_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenCpp_records.o build/CodegenCpp_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenC_records.o build/CodegenC_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenAdevs_records.o build/CodegenAdevs_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/AbsynDumpTpl_records.o build/AbsynDumpTpl_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/OpenModelicaScriptingAPI_records.o build/OpenModelicaScriptingAPI_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BlockCallRewrite_records.o build/BlockCallRewrite_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Figaro_records.o build/Figaro_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/RewriteRules_records.o build/RewriteRules_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Refactor_records.o build/Refactor_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Interactive_records.o build/Interactive_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/StaticScript_records.o build/StaticScript_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GlobalScriptUtil_records.o build/GlobalScriptUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GlobalScriptDump_records.o build/GlobalScriptDump_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GlobalScript_records.o build/GlobalScript_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CevalScript_records.o build/CevalScript_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SimCodeVar_records.o build/SimCodeVar_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SimCodeUtil_records.o build/SimCodeUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SimCodeMain_records.o build/SimCodeMain_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SimCode_records.o build/SimCode_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SerializeModelInfo_records.o build/SerializeModelInfo_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmSimCodeMain_records.o build/HpcOmSimCodeMain_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmSimCode_records.o build/HpcOmSimCode_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/XMLDump_records.o build/XMLDump_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Vectorization_records.o build/Vectorization_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Unit_records.o build/Unit_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/UnitCheck_records.o build/UnitCheck_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Uncertainties_records.o build/Uncertainties_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Tearing_records.o build/Tearing_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableSM_records.o build/HashTableSM_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/StateMachineFeatures_records.o build/StateMachineFeatures_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SynchronousFeatures_records.o build/SynchronousFeatures_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SymbolicJacobian_records.o build/SymbolicJacobian_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Sorting_records.o build/Sorting_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ResolveLoops_records.o build/ResolveLoops_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/RemoveSimpleEquations_records.o build/RemoveSimpleEquations_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/OpenTURNS_records.o build/OpenTURNS_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/OnRelaxation_records.o build/OnRelaxation_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/MathematicaDump_records.o build/MathematicaDump_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Matching_records.o build/Matching_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Initialization_records.o build/Initialization_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InlineArrayEquations_records.o build/InlineArrayEquations_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/IndexReduction_records.o build/IndexReduction_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmTaskGraph_records.o build/HpcOmTaskGraph_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmSchedulerExt_records.o build/HpcOmSchedulerExt_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmScheduler_records.o build/HpcOmScheduler_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmMemory_records.o build/HpcOmMemory_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmEqSystems_records.o build/HpcOmEqSystems_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmBenchmarkExt_records.o build/HpcOmBenchmarkExt_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmBenchmark_records.o build/HpcOmBenchmark_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FindZeroCrossings_records.o build/FindZeroCrossings_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ExpressionSolve_records.o build/ExpressionSolve_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/EvaluateParameter_records.o build/EvaluateParameter_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/EvaluateFunctions_records.o build/EvaluateFunctions_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DynamicOptimization_records.o build/DynamicOptimization_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DumpHTML_records.o build/DumpHTML_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DumpGraphML_records.o build/DumpGraphML_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Differentiate_records.o build/Differentiate_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DAEQuery_records.o build/DAEQuery_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CommonSubExpression_records.o build/CommonSubExpression_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Causalize_records.o build/Causalize_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BinaryTreeInt_records.o build/BinaryTreeInt_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BinaryTree_records.o build/BinaryTree_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendVarTransform_records.o build/BackendVarTransform_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendVariable_records.o build/BackendVariable_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendQSS_records.o build/BackendQSS_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendInline_records.o build/BackendInline_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendEquation_records.o build/BackendEquation_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendDump_records.o build/BackendDump_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendDAEUtil_records.o build/BackendDAEUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendDAETransform_records.o build/BackendDAETransform_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendDAEOptimize_records.o build/BackendDAEOptimize_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendDAEEXT_records.o build/BackendDAEEXT_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendDAECreate_records.o build/BackendDAECreate_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendDAEFunc_records.o build/BackendDAEFunc_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendDAE_records.o build/BackendDAE_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FVisit_records.o build/FVisit_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FTraverse_records.o build/FTraverse_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FResolve_records.o build/FResolve_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FNode_records.o build/FNode_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FMod_records.o build/FMod_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FLookup_records.o build/FLookup_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FInst_records.o build/FInst_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FGraphStream_records.o build/FGraphStream_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FGraphDump_records.o build/FGraphDump_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FGraphBuildEnv_records.o build/FGraphBuildEnv_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FGraphBuild_records.o build/FGraphBuild_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FGraph_records.o build/FGraph_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FExpand_records.o build/FExpand_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FCore_records.o build/FCore_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FBuiltin_records.o build/FBuiltin_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ValuesUtil_records.o build/ValuesUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Values_records.o build/Values_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/UnitParserExt_records.o build/UnitParserExt_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/UnitChecker_records.o build/UnitChecker_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/UnitAbsyn_records.o build/UnitAbsyn_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/UnitAbsynBuilder_records.o build/UnitAbsynBuilder_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Types_records.o build/Types_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeCheck_records.o build/NFSCodeCheck_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeMod_records.o build/NFSCodeMod_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeLookup_records.o build/NFSCodeLookup_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeFlattenRedeclare_records.o build/NFSCodeFlattenRedeclare_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeFlatten_records.o build/NFSCodeFlatten_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeFlattenImports_records.o build/NFSCodeFlattenImports_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeEnv_records.o build/NFSCodeEnv_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeDependency_records.o build/NFSCodeDependency_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFLookup_records.o build/NFLookup_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFInstUtil_records.o build/NFInstUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFInstTypesOld_records.o build/NFInstTypesOld_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFInstTypes_records.o build/NFInstTypes_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFInstPrefix_records.o build/NFInstPrefix_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFInstDump_records.o build/NFInstDump_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFInst_records.o build/NFInst_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFFlatten_records.o build/NFFlatten_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFEnvExtends_records.o build/NFEnvExtends_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFEnvAvlTree_records.o build/NFEnvAvlTree_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFEnv_records.o build/NFEnv_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFConnect2_records.o build/NFConnect2_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFBuiltin_records.o build/NFBuiltin_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SCodeSimplify_records.o build/SCodeSimplify_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Static_records.o build/Static_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SCodeUtil_records.o build/SCodeUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SCodeDump_records.o build/SCodeDump_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SCode_records.o build/SCode_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/PrefixUtil_records.o build/PrefixUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Prefix_records.o build/Prefix_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Patternm_records.o build/Patternm_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ParserExt_records.o build/ParserExt_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Parser_records.o build/Parser_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/OperatorOverloading_records.o build/OperatorOverloading_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Mod_records.o build/Mod_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/MMath_records.o build/MMath_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/MetaUtil_records.o build/MetaUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Lookup_records.o build/Lookup_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstTypes_records.o build/InstTypes_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstSection_records.o build/InstSection_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstExtends_records.o build/InstExtends_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstUtil_records.o build/InstUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstBinding_records.o build/InstBinding_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstFunction_records.o build/InstFunction_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstDAE_records.o build/InstDAE_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstVar_records.o build/InstVar_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Inst_records.o build/Inst_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InnerOuter_records.o build/InnerOuter_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Inline_records.o build/Inline_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Graphviz_records.o build/Graphviz_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ExpressionSimplifyTypes_records.o build/ExpressionSimplifyTypes_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ExpressionSimplify_records.o build/ExpressionSimplify_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Expression_records.o build/Expression_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ExpressionDump_records.o build/ExpressionDump_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Dump_records.o build/Dump_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DumpGraphviz_records.o build/DumpGraphviz_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DAEUtil_records.o build/DAEUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DAE_records.o build/DAE_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DAEDump_records.o build/DAEDump_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Constants_records.o build/Constants_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ConnectUtil_records.o build/ConnectUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Connect_records.o build/Connect_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ConnectionGraph_records.o build/ConnectionGraph_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ComponentReference_records.o build/ComponentReference_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ClassLoader_records.o build/ClassLoader_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ClassInf_records.o build/ClassInf_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CheckModel_records.o build/CheckModel_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Ceval_records.o build/Ceval_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CevalFunction_records.o build/CevalFunction_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Builtin_records.o build/Builtin_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendInterface_records.o build/BackendInterface_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Algorithm_records.o build/Algorithm_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Absyn_records.o build/Absyn_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/File_records.o build/File_records.c cp -a build/_main.c build/_main_omc.c clang -c build/_main_omc.c -o build/_main_omc.o -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= clang -shared -Wl,-rpath,'@loader_path/../lib/x86_64-darwin15.0.0/omc/' -o /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/libOpenModelicaCompiler.dylib build/VisualXML.o build/VarTransform.o build/Util.o build/System.o build/Socket.o build/TaskGraphResults.o build/SimulationResults.o build/StringUtil.o build/Settings.o build/PriorityQueue.o build/Print.o build/ModelicaExternalC.o build/List.o build/Lapack.o build/IOStream.o build/IOStreamExt.o build/HashTableUnitToString.o build/HashTableCrToUnit.o build/HashTableStringToUnit.o build/HashTableStringToProgram.o build/HashTableStringToPath.o build/HashTableExpToIndex.o build/HashTable.o build/HashTableCrToExpSourceTpl.o build/HashTableExpToIndexExp.o build/HashTableCrIntToExp.o build/HashTableExpToExp.o build/HashTableCrToCrEqLst.o build/HashTableCrToExp.o build/HashTableCrIListArray.o build/HashTableCrILst.o build/HashTableCG.o build/HashTable5.o build/HashTable4.o build/HashTable3.o build/HashTable2.o build/HashSetString.o build/HashSet.o build/GraphStreamExt.o build/GraphStream.o build/GraphML.o build/Graph.o build/GC.o build/FMIExt.o build/FMI.o build/Flags.o build/Error.o build/ErrorExt.o build/DynLoad.o build/Debug.o build/Corba.o build/Config.o build/ClockIndexes.o build/BaseHashSet.o build/BaseHashTable.o build/AvlTreeString.o build/Array.o build/Main.o build/Global.o build/VisualXMLTpl.o build/Unparsing.o build/TplParser.o build/Tpl.o build/TplMain.o build/TplCodegen.o build/TplAbsyn.o build/TaskSystemDump.o build/SimCodeDump.o build/SCodeDumpTpl.o build/NFInstDumpTpl.o build/GraphMLDumpTpl.o build/GraphvizDump.o build/GenerateAPIFunctionsTpl.o build/ExpressionDumpTpl.o build/DAEDumpTpl.o build/CodegenXML.o build/CodegenUtil.o build/CodegenSparseFMI.o build/CodegenQSS.o build/CodegenModelica.o build/CodegenJS.o build/CodegenJava.o build/CodegenCSharp.o build/CodegenFMUCpp.o build/CodegenFMU.o build/CodegenCppHpcom.o build/CodegenCpp.o build/CodegenC.o build/CodegenAdevs.o build/AbsynDumpTpl.o build/OpenModelicaScriptingAPI.o build/BlockCallRewrite.o build/Figaro.o build/RewriteRules.o build/Refactor.o build/Interactive.o build/StaticScript.o build/GlobalScriptUtil.o build/GlobalScriptDump.o build/GlobalScript.o build/CevalScript.o build/SimCodeVar.o build/SimCodeUtil.o build/SimCodeMain.o build/SimCode.o build/SerializeModelInfo.o build/HpcOmSimCodeMain.o build/HpcOmSimCode.o build/XMLDump.o build/Vectorization.o build/Unit.o build/UnitCheck.o build/Uncertainties.o build/Tearing.o build/HashTableSM.o build/StateMachineFeatures.o build/SynchronousFeatures.o build/SymbolicJacobian.o build/Sorting.o build/ResolveLoops.o build/RemoveSimpleEquations.o build/OpenTURNS.o build/OnRelaxation.o build/MathematicaDump.o build/Matching.o build/Initialization.o build/InlineArrayEquations.o build/IndexReduction.o build/HpcOmTaskGraph.o build/HpcOmSchedulerExt.o build/HpcOmScheduler.o build/HpcOmMemory.o build/HpcOmEqSystems.o build/HpcOmBenchmarkExt.o build/HpcOmBenchmark.o build/FindZeroCrossings.o build/ExpressionSolve.o build/EvaluateParameter.o build/EvaluateFunctions.o build/DynamicOptimization.o build/DumpHTML.o build/DumpGraphML.o build/Differentiate.o build/DAEQuery.o build/CommonSubExpression.o build/Causalize.o build/BinaryTreeInt.o build/BinaryTree.o build/BackendVarTransform.o build/BackendVariable.o build/BackendQSS.o build/BackendInline.o build/BackendEquation.o build/BackendDump.o build/BackendDAEUtil.o build/BackendDAETransform.o build/BackendDAEOptimize.o build/BackendDAEEXT.o build/BackendDAECreate.o build/BackendDAEFunc.o build/BackendDAE.o build/FVisit.o build/FTraverse.o build/FResolve.o build/FNode.o build/FMod.o build/FLookup.o build/FInst.o build/FGraphStream.o build/FGraphDump.o build/FGraphBuildEnv.o build/FGraphBuild.o build/FGraph.o build/FExpand.o build/FCore.o build/FBuiltin.o build/ValuesUtil.o build/Values.o build/UnitParserExt.o build/UnitChecker.o build/UnitAbsyn.o build/UnitAbsynBuilder.o build/Types.o build/NFSCodeCheck.o build/NFSCodeMod.o build/NFSCodeLookup.o build/NFSCodeFlattenRedeclare.o build/NFSCodeFlatten.o build/NFSCodeFlattenImports.o build/NFSCodeEnv.o build/NFSCodeDependency.o build/NFLookup.o build/NFInstUtil.o build/NFInstTypesOld.o build/NFInstTypes.o build/NFInstPrefix.o build/NFInstDump.o build/NFInst.o build/NFFlatten.o build/NFEnvExtends.o build/NFEnvAvlTree.o build/NFEnv.o build/NFConnect2.o build/NFBuiltin.o build/SCodeSimplify.o build/Static.o build/SCodeUtil.o build/SCodeDump.o build/SCode.o build/PrefixUtil.o build/Prefix.o build/Patternm.o build/ParserExt.o build/Parser.o build/OperatorOverloading.o build/Mod.o build/MMath.o build/MetaUtil.o build/Lookup.o build/InstTypes.o build/InstSection.o build/InstExtends.o build/InstUtil.o build/InstBinding.o build/InstFunction.o build/InstDAE.o build/InstVar.o build/Inst.o build/InnerOuter.o build/Inline.o build/Graphviz.o build/ExpressionSimplifyTypes.o build/ExpressionSimplify.o build/Expression.o build/ExpressionDump.o build/Dump.o build/DumpGraphviz.o build/DAEUtil.o build/DAE.o build/DAEDump.o build/Constants.o build/ConnectUtil.o build/Connect.o build/ConnectionGraph.o build/ComponentReference.o build/ClassLoader.o build/ClassInf.o build/CheckModel.o build/Ceval.o build/CevalFunction.o build/Builtin.o build/BackendInterface.o build/Algorithm.o build/Absyn.o build/File.o build/VisualXML_records.o build/VarTransform_records.o build/Util_records.o build/System_records.o build/Socket_records.o build/TaskGraphResults_records.o build/SimulationResults_records.o build/StringUtil_records.o build/Settings_records.o build/PriorityQueue_records.o build/Print_records.o build/ModelicaExternalC_records.o build/List_records.o build/Lapack_records.o build/IOStream_records.o build/IOStreamExt_records.o build/HashTableUnitToString_records.o build/HashTableCrToUnit_records.o build/HashTableStringToUnit_records.o build/HashTableStringToProgram_records.o build/HashTableStringToPath_records.o build/HashTableExpToIndex_records.o build/HashTable_records.o build/HashTableCrToExpSourceTpl_records.o build/HashTableExpToIndexExp_records.o build/HashTableCrIntToExp_records.o build/HashTableExpToExp_records.o build/HashTableCrToCrEqLst_records.o build/HashTableCrToExp_records.o build/HashTableCrIListArray_records.o build/HashTableCrILst_records.o build/HashTableCG_records.o build/HashTable5_records.o build/HashTable4_records.o build/HashTable3_records.o build/HashTable2_records.o build/HashSetString_records.o build/HashSet_records.o build/GraphStreamExt_records.o build/GraphStream_records.o build/GraphML_records.o build/Graph_records.o build/GC_records.o build/FMIExt_records.o build/FMI_records.o build/Flags_records.o build/Error_records.o build/ErrorExt_records.o build/DynLoad_records.o build/Debug_records.o build/Corba_records.o build/Config_records.o build/ClockIndexes_records.o build/BaseHashSet_records.o build/BaseHashTable_records.o build/AvlTreeString_records.o build/Array_records.o build/Main_records.o build/Global_records.o build/VisualXMLTpl_records.o build/Unparsing_records.o build/TplParser_records.o build/Tpl_records.o build/TplMain_records.o build/TplCodegen_records.o build/TplAbsyn_records.o build/TaskSystemDump_records.o build/SimCodeDump_records.o build/SCodeDumpTpl_records.o build/NFInstDumpTpl_records.o build/GraphMLDumpTpl_records.o build/GraphvizDump_records.o build/GenerateAPIFunctionsTpl_records.o build/ExpressionDumpTpl_records.o build/DAEDumpTpl_records.o build/CodegenXML_records.o build/CodegenUtil_records.o build/CodegenSparseFMI_records.o build/CodegenQSS_records.o build/CodegenModelica_records.o build/CodegenJS_records.o build/CodegenJava_records.o build/CodegenCSharp_records.o build/CodegenFMUCpp_records.o build/CodegenFMU_records.o build/CodegenCppHpcom_records.o build/CodegenCpp_records.o build/CodegenC_records.o build/CodegenAdevs_records.o build/AbsynDumpTpl_records.o build/OpenModelicaScriptingAPI_records.o build/BlockCallRewrite_records.o build/Figaro_records.o build/RewriteRules_records.o build/Refactor_records.o build/Interactive_records.o build/StaticScript_records.o build/GlobalScriptUtil_records.o build/GlobalScriptDump_records.o build/GlobalScript_records.o build/CevalScript_records.o build/SimCodeVar_records.o build/SimCodeUtil_records.o build/SimCodeMain_records.o build/SimCode_records.o build/SerializeModelInfo_records.o build/HpcOmSimCodeMain_records.o build/HpcOmSimCode_records.o build/XMLDump_records.o build/Vectorization_records.o build/Unit_records.o build/UnitCheck_records.o build/Uncertainties_records.o build/Tearing_records.o build/HashTableSM_records.o build/StateMachineFeatures_records.o build/SynchronousFeatures_records.o build/SymbolicJacobian_records.o build/Sorting_records.o build/ResolveLoops_records.o build/RemoveSimpleEquations_records.o build/OpenTURNS_records.o build/OnRelaxation_records.o build/MathematicaDump_records.o build/Matching_records.o build/Initialization_records.o build/InlineArrayEquations_records.o build/IndexReduction_records.o build/HpcOmTaskGraph_records.o build/HpcOmSchedulerExt_records.o build/HpcOmScheduler_records.o build/HpcOmMemory_records.o build/HpcOmEqSystems_records.o build/HpcOmBenchmarkExt_records.o build/HpcOmBenchmark_records.o build/FindZeroCrossings_records.o build/ExpressionSolve_records.o build/EvaluateParameter_records.o build/EvaluateFunctions_records.o build/DynamicOptimization_records.o build/DumpHTML_records.o build/DumpGraphML_records.o build/Differentiate_records.o build/DAEQuery_records.o build/CommonSubExpression_records.o build/Causalize_records.o build/BinaryTreeInt_records.o build/BinaryTree_records.o build/BackendVarTransform_records.o build/BackendVariable_records.o build/BackendQSS_records.o build/BackendInline_records.o build/BackendEquation_records.o build/BackendDump_records.o build/BackendDAEUtil_records.o build/BackendDAETransform_records.o build/BackendDAEOptimize_records.o build/BackendDAEEXT_records.o build/BackendDAECreate_records.o build/BackendDAEFunc_records.o build/BackendDAE_records.o build/FVisit_records.o build/FTraverse_records.o build/FResolve_records.o build/FNode_records.o build/FMod_records.o build/FLookup_records.o build/FInst_records.o build/FGraphStream_records.o build/FGraphDump_records.o build/FGraphBuildEnv_records.o build/FGraphBuild_records.o build/FGraph_records.o build/FExpand_records.o build/FCore_records.o build/FBuiltin_records.o build/ValuesUtil_records.o build/Values_records.o build/UnitParserExt_records.o build/UnitChecker_records.o build/UnitAbsyn_records.o build/UnitAbsynBuilder_records.o build/Types_records.o build/NFSCodeCheck_records.o build/NFSCodeMod_records.o build/NFSCodeLookup_records.o build/NFSCodeFlattenRedeclare_records.o build/NFSCodeFlatten_records.o build/NFSCodeFlattenImports_records.o build/NFSCodeEnv_records.o build/NFSCodeDependency_records.o build/NFLookup_records.o build/NFInstUtil_records.o build/NFInstTypesOld_records.o build/NFInstTypes_records.o build/NFInstPrefix_records.o build/NFInstDump_records.o build/NFInst_records.o build/NFFlatten_records.o build/NFEnvExtends_records.o build/NFEnvAvlTree_records.o build/NFEnv_records.o build/NFConnect2_records.o build/NFBuiltin_records.o build/SCodeSimplify_records.o build/Static_records.o build/SCodeUtil_records.o build/SCodeDump_records.o build/SCode_records.o build/PrefixUtil_records.o build/Prefix_records.o build/Patternm_records.o build/ParserExt_records.o build/Parser_records.o build/OperatorOverloading_records.o build/Mod_records.o build/MMath_records.o build/MetaUtil_records.o build/Lookup_records.o build/InstTypes_records.o build/InstSection_records.o build/InstExtends_records.o build/InstUtil_records.o build/InstBinding_records.o build/InstFunction_records.o build/InstDAE_records.o build/InstVar_records.o build/Inst_records.o build/InnerOuter_records.o build/Inline_records.o build/Graphviz_records.o build/ExpressionSimplifyTypes_records.o build/ExpressionSimplify_records.o build/Expression_records.o build/ExpressionDump_records.o build/Dump_records.o build/DumpGraphviz_records.o build/DAEUtil_records.o build/DAE_records.o build/DAEDump_records.o build/Constants_records.o build/ConnectUtil_records.o build/Connect_records.o build/ConnectionGraph_records.o build/ComponentReference_records.o build/ClassLoader_records.o build/ClassInf_records.o build/CheckModel_records.o build/Ceval_records.o build/CevalFunction_records.o build/Builtin_records.o build/BackendInterface_records.o build/Algorithm_records.o build/Absyn_records.o build/File_records.o /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/libomcruntime.a /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/libomparse.a build/_main_omc.o -L. -Lbuild/ -L"/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc" -lomparse -lomcruntime -lOpenModelicaRuntimeC -lModelicaExternalC -lomantlr3 -L/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/install/lib -lfmilib -L/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/graphstream/gs-netstream/c++/ -lnetstream -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -lomcgc -lm -lpthread -lstdc++ -llpsolve55 -Wl,-undefined -Wl,dynamic_lookup -L/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc -lmetis -lexpat -llapack -lblas test ! ".dylib" = ".dylib" || install_name_tool -id @rpath/libOpenModelicaCompiler.dylib /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/libOpenModelicaCompiler.dylib clang -DOMC_ENTRYPOINT_STATIC= -c build/_main.c -o build/_main.o -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= clang build/_main.o -Wl,-rpath,'@loader_path/../lib/x86_64-darwin15.0.0/omc/' -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -o build/omc -L. -Lbuild/ -L"/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc" -lomparse -lomcruntime -lOpenModelicaRuntimeC -lModelicaExternalC -lomantlr3 -L/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/install/lib -lfmilib -L/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/graphstream/gs-netstream/c++/ -lnetstream -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -lomcgc -lm -lpthread -lstdc++ -llpsolve55 -Wl,-undefined -Wl,dynamic_lookup -L/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc -lmetis -lexpat -llapack -lblas -lOpenModelicaCompiler cp -a build/OpenModelicaScriptingAPI.h /Users/grantstephens/Repos/OpenModelica/build/include/omc/scripting-API cp -a build/omc /Users/grantstephens/Repos/OpenModelica/build/bin/ cp -a /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/libOpenModelicaCompiler.dylib /Users/grantstephens/Repos/OpenModelica/build/bin/ Bootstrapping phase 1/3 completed /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile clean OMC=/Users/grantstephens/Repos/OpenModelica/build/bin/omc rm -rf build/ rm -f Makefile.sources LoadCompilerInterface.mos Makefile.depends OPENMODELICA_BACKEND_STUBS=1 /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile generate-files-in-steps OMC=/Users/grantstephens/Repos/OpenModelica/build/bin/omc /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile templates scripting /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile --no-print-directory -C /Users/grantstephens/Repos/OpenModelica/OMCompiler/Compiler/Template ** AbsynDumpTpl template compilation ** /Users/grantstephens/Repos/OpenModelica/build/bin/omc AbsynDumpTpl.tpl > AbsynDumpTpl.mo.log || (cat AbsynDumpTpl.mo.log && false) ** CodegenUtil template compilation ** /Users/grantstephens/Repos/OpenModelica/build/bin/omc CodegenUtil.tpl > CodegenUtil.mo.log || (cat CodegenUtil.mo.log && false) ** CodegenC template compilation ** /Users/grantstephens/Repos/OpenModelica/build/bin/omc CodegenC.tpl > CodegenC.mo.log || (cat CodegenC.mo.log && false) ** CodegenC template compilation ** /Users/grantstephens/Repos/OpenModelica/build/bin/omc CodegenCFunctions.tpl > CodegenCFunctions.mo.log || (cat CodegenCFunctions.mo.log && false) ** CodegenFMUCommon template compilation ** /Users/grantstephens/Repos/OpenModelica/build/bin/omc CodegenFMUCommon.tpl > CodegenFMUCommon.mo.log || (cat CodegenFMUCommon.mo.log && false) ** CodegenFMU template compilation ** /Users/grantstephens/Repos/OpenModelica/build/bin/omc CodegenFMU.tpl > CodegenFMU.mo.log || (cat CodegenFMU.mo.log && false) ** CodegenFMU1 template compilation ** /Users/grantstephens/Repos/OpenModelica/build/bin/omc CodegenFMU1.tpl > CodegenFMU1.mo.log || (cat CodegenFMU1.mo.log && false) ** CodegenFMU2 template compilation ** /Users/grantstephens/Repos/OpenModelica/build/bin/omc CodegenFMU2.tpl > CodegenFMU2.mo.log || (cat CodegenFMU2.mo.log && false) ** CodegenCSharp template compilation ** /Users/grantstephens/Repos/OpenModelica/build/bin/omc CodegenCSharp.tpl > CodegenCSharp.mo.log || (cat CodegenCSharp.mo.log && false) ** CodegenQSS template compilation ** /Users/grantstephens/Repos/OpenModelica/build/bin/omc CodegenQSS.tpl > CodegenQSS.mo.log || (cat CodegenQSS.mo.log && false) ** CodegenCppCommon template compilation ** /Users/grantstephens/Repos/OpenModelica/build/bin/omc CodegenCppCommon.tpl > CodegenCppCommon.mo.log || (cat CodegenCppCommon.mo.log && false) ** CodegenCpp template compilation ** /Users/grantstephens/Repos/OpenModelica/build/bin/omc CodegenCpp.tpl > CodegenCpp.mo.log || (cat CodegenCpp.mo.log && false) ** CodegenCppHpcom template compilation ** /Users/grantstephens/Repos/OpenModelica/build/bin/omc CodegenCppHpcom.tpl > CodegenCppHpcom.mo.log || (cat CodegenCppHpcom.mo.log && false) ** CodegenFMUCpp template compilation ** /Users/grantstephens/Repos/OpenModelica/build/bin/omc CodegenFMUCpp.tpl > CodegenFMUCpp.mo.log || (cat CodegenFMUCpp.mo.log && false) ** CodegenFMUCppHpcom template compilation ** /Users/grantstephens/Repos/OpenModelica/build/bin/omc CodegenFMUCppHpcom.tpl > CodegenFMUCppHpcom.mo.log || (cat CodegenFMUCppHpcom.mo.log && false) ** CodegenCppInit template compilation ** /Users/grantstephens/Repos/OpenModelica/build/bin/omc CodegenCppInit.tpl > CodegenCppInit.mo.log || (cat CodegenCppInit.mo.log && false) ** CodegenModelica template compilation ** /Users/grantstephens/Repos/OpenModelica/build/bin/omc CodegenModelica.tpl > CodegenModelica.mo.log || (cat CodegenModelica.mo.log && false) ** DAEDumpTpl template compilation ** /Users/grantstephens/Repos/OpenModelica/build/bin/omc DAEDumpTpl.tpl > DAEDumpTpl.mo.log || (cat DAEDumpTpl.mo.log && false) ** ExpressionDumpTpl template compilation ** /Users/grantstephens/Repos/OpenModelica/build/bin/omc ExpressionDumpTpl.tpl > ExpressionDumpTpl.mo.log || (cat ExpressionDumpTpl.mo.log && false) ** GraphvizDump template compilation ** /Users/grantstephens/Repos/OpenModelica/build/bin/omc GraphvizDump.tpl > GraphvizDump.mo.log || (cat GraphvizDump.mo.log && false) ** GraphMLDumpTpl template compilation ** /Users/grantstephens/Repos/OpenModelica/build/bin/omc GraphMLDumpTpl.tpl > GraphMLDumpTpl.mo.log || (cat GraphMLDumpTpl.mo.log && false) ** NFInstDumpTpl template compilation ** /Users/grantstephens/Repos/OpenModelica/build/bin/omc NFInstDumpTpl.tpl > NFInstDumpTpl.mo.log || (cat NFInstDumpTpl.mo.log && false) ** SimCodeDump template compilation ** /Users/grantstephens/Repos/OpenModelica/build/bin/omc SimCodeDump.tpl > SimCodeDump.mo.log || (cat SimCodeDump.mo.log && false) ** Unparsing template compilation ** /Users/grantstephens/Repos/OpenModelica/build/bin/omc Unparsing.tpl > Unparsing.mo.log || (cat Unparsing.mo.log && false) ** SCodeDumpTpl template compilation ** /Users/grantstephens/Repos/OpenModelica/build/bin/omc SCodeDumpTpl.tpl > SCodeDumpTpl.mo.log || (cat SCodeDumpTpl.mo.log && false) ** CodegenAdevs template compilation ** /Users/grantstephens/Repos/OpenModelica/build/bin/omc CodegenAdevs.tpl > CodegenAdevs.mo.log || (cat CodegenAdevs.mo.log && false) ** CodegenSparseFMI template compilation ** /Users/grantstephens/Repos/OpenModelica/build/bin/omc CodegenSparseFMI.tpl > CodegenSparseFMI.mo.log || (cat CodegenSparseFMI.mo.log && false) ** CodegenXML template compilation ** /Users/grantstephens/Repos/OpenModelica/build/bin/omc CodegenXML.tpl > CodegenXML.mo.log || (cat CodegenXML.mo.log && false) ** CodegenJava template compilation ** /Users/grantstephens/Repos/OpenModelica/build/bin/omc CodegenJava.tpl > CodegenJava.mo.log || (cat CodegenJava.mo.log && false) ** CodegenJS template compilation ** /Users/grantstephens/Repos/OpenModelica/build/bin/omc CodegenJS.tpl > CodegenJS.mo.log || (cat CodegenJS.mo.log && false) ** TplCodegen generation ** (cd ../susan_codegen && /Users/grantstephens/Repos/OpenModelica/build/bin/omc +d=failtrace TplCodegen.tpl) > TplCodegen.mo.log || (cat TplCodegen.mo.log && false) cp -a ../susan_codegen/TplCodegen.mo TplCodegen.mo ** TaskSystemDump template compilation ** /Users/grantstephens/Repos/OpenModelica/build/bin/omc TaskSystemDump.tpl > TaskSystemDump.mo.log || (cat TaskSystemDump.mo.log && false) ** GenerateAPIFunctionsTpl template compilation ** /Users/grantstephens/Repos/OpenModelica/build/bin/omc GenerateAPIFunctionsTpl.tpl > GenerateAPIFunctionsTpl.mo.log || (cat GenerateAPIFunctionsTpl.mo.log && false) ** VisualXMLTpl template compilation ** /Users/grantstephens/Repos/OpenModelica/build/bin/omc VisualXMLTpl.tpl > VisualXMLTpl.mo.log || (cat VisualXMLTpl.mo.log && false) /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile --no-print-directory -C /Users/grantstephens/Repos/OpenModelica/OMCompiler/Compiler/Script /Users/grantstephens/Repos/OpenModelica/build/bin/omc OpenModelicaScriptingAPI.mos test -f OpenModelicaScriptingAPI.mo test -f OpenModelicaScriptingAPIQt.cpp test -f OpenModelicaScriptingAPIQt.h cp "OpenModelicaScriptingAPIQt.cpp" "/Users/grantstephens/Repos/OpenModelica/build/include/omc/scripting-API/OpenModelicaScriptingAPIQt.cpp" cp "OpenModelicaScriptingAPIQt.h" "/Users/grantstephens/Repos/OpenModelica/build/include/omc/scripting-API/OpenModelicaScriptingAPIQt.h" /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile Makefile.sources /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 MakeSources.mos " " true "/Users/grantstephens/Repos/OpenModelica/OMCompiler/Compiler/boot" "/Users/grantstephens/Repos/OpenModelica/OMCompiler/Compiler" "/Users/grantstephens/Repos/OpenModelica/OMCompiler/Compiler/boot" true "" true "" true mv Makefile.sources.tmp Makefile.sources mv LoadCompilerInterface.mos.tmp LoadCompilerInterface.mos /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile interfaces INCLUDESOURCES=1 /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/UnitChecker.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/UnitAbsynBuilder.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SimCodeUtil.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SimCodeMain.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/RewriteRules.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Refactor.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFInstDump.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FGraphStream.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/DumpGraphviz.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CevalScriptBackend.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BackendDAEUtil.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BackendDAECreate.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/VarTransform.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Util.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/System.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Socket.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/StringUtil.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/StackOverflow.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Settings.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/PriorityQueue.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Print.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ModelicaExternalC.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/List.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Lapack.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/IOStream.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/IOStreamExt.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableStringToProgram.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableStringToPath.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableSM1.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableExpToIndex.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTable.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableCrToExpOption.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableCrIListArray.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableCrILst.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableCG.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTable5.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTable3.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTable2.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashSetString.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashSet.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/GraphStreamExt.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/GraphStream.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Graph.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/GC.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Flags.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Error.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ErrorExt.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/DynLoad.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Debug.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Corba.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Config.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ClockIndexes.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BaseHashSet.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BaseHashTable.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/AvlTreeString.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Array.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Main.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Global.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Unparsing.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/TplParser.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Tpl.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/TplMain.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/TplCodegen.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/TplAbsyn.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SCodeDumpTpl.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/GenerateAPIFunctionsTpl.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ExpressionDumpTpl.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/DAEDumpTpl.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenUtil.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenCFunctions.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/AbsynDumpTpl.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Interactive.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/StaticScript.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/GlobalScriptUtil.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/GlobalScriptDump.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/GlobalScript.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CevalScript.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SimCodeVar.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SimCodeFunctionUtil.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SimCodeFunction.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SimCode.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HpcOmSimCode.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BackendDAE.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FVisit.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FTraverse.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FResolve.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FNode.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FMod.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FLookup.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FGraphBuildEnv.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FGraphBuild.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FGraph.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FExpand.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FCore.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FBuiltin.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ValuesUtil.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Values.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/UnitParserExt.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/UnitAbsyn.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Types.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/StateMachineFlatten.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFSCodeCheck.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFSCodeLookup.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFSCodeFlattenRedeclare.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFSCodeFlatten.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFSCodeFlattenImports.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFSCodeEnv.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFSCodeDependency.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFLookup.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFInstUtil.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFInstTypes.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFInstPrefix.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFInst.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFFlatten.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFEnvExtends.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFEnv.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFConnect2.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Static.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SCodeUtil.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SCodeDump.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SCode.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/PrefixUtil.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Prefix.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Patternm.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ParserExt.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Parser.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/OperatorOverloading.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Mod.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/MMath.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/MetaUtil.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Lookup.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InstTypes.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InstStateMachineUtil.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InstSection.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InstExtends.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InstUtil.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InstBinding.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InstFunction.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InstDAE.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InstVar.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Inst.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InnerOuter.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Inline.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Graphviz.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ExpressionSimplifyTypes.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ExpressionSimplify.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Expression.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ExpressionDump.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Dump.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/DAEUtil.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/DAE.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/DAEDump.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Constants.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ConnectUtil.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Connect.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ConnectionGraph.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ComponentReference.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ClassLoader.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ClassInf.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Ceval.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CevalFunction.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Builtin.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BackendInterface.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Algorithm.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Absyn.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/File.stamp.mo.mos /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile Makefile.depends INCLUDESOURCES=1 /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 MakeDepends.mos " " /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile generate-files INCLUDESOURCES=1 INCLUDEDEPENDS=1 /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/UnitChecker.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/UnitAbsynBuilder.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SimCodeUtil.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SimCodeMain.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/RewriteRules.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Refactor.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFInstDump.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FGraphStream.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/DumpGraphviz.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CevalScriptBackend.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BackendDAEUtil.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BackendDAECreate.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/VarTransform.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Util.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/System.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Socket.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/StringUtil.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/StackOverflow.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Settings.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/PriorityQueue.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Print.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ModelicaExternalC.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/List.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Lapack.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/IOStream.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/IOStreamExt.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableStringToProgram.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableStringToPath.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableSM1.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableExpToIndex.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTable.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableCrToExpOption.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableCrIListArray.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableCrILst.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableCG.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTable5.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTable3.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTable2.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashSetString.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashSet.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/GraphStreamExt.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/GraphStream.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Graph.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/GC.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Flags.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Error.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ErrorExt.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/DynLoad.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Debug.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Corba.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Config.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ClockIndexes.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BaseHashSet.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BaseHashTable.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/AvlTreeString.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Array.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Main.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Global.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Unparsing.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/TplParser.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Tpl.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/TplMain.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/TplCodegen.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/TplAbsyn.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SCodeDumpTpl.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/GenerateAPIFunctionsTpl.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ExpressionDumpTpl.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/DAEDumpTpl.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenUtil.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenCFunctions.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/AbsynDumpTpl.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Interactive.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/StaticScript.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/GlobalScriptUtil.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/GlobalScriptDump.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/GlobalScript.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CevalScript.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SimCodeVar.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SimCodeFunctionUtil.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SimCodeFunction.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SimCode.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HpcOmSimCode.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BackendDAE.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FVisit.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FTraverse.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FResolve.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FNode.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FMod.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FLookup.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FGraphBuildEnv.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FGraphBuild.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FGraph.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FExpand.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FCore.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FBuiltin.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ValuesUtil.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Values.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/UnitParserExt.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/UnitAbsyn.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Types.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/StateMachineFlatten.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFSCodeCheck.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFSCodeLookup.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFSCodeFlattenRedeclare.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFSCodeFlatten.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFSCodeFlattenImports.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFSCodeEnv.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFSCodeDependency.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFLookup.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFInstUtil.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFInstTypes.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFInstPrefix.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFInst.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFFlatten.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFEnvExtends.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFEnv.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFConnect2.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Static.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SCodeUtil.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SCodeDump.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SCode.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/PrefixUtil.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Prefix.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Patternm.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ParserExt.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Parser.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/OperatorOverloading.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Mod.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/MMath.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/MetaUtil.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Lookup.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InstTypes.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InstStateMachineUtil.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InstSection.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InstExtends.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InstUtil.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InstBinding.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InstFunction.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InstDAE.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InstVar.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Inst.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InnerOuter.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Inline.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Graphviz.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ExpressionSimplifyTypes.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ExpressionSimplify.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Expression.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ExpressionDump.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Dump.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/DAEUtil.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/DAE.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/DAEDump.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Constants.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ConnectUtil.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Connect.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ConnectionGraph.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ComponentReference.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ClassLoader.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ClassInf.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Ceval.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CevalFunction.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Builtin.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BackendInterface.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Algorithm.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Absyn.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/File.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc GenerateEntryPoint.mos # Patch _main.c to avoid a new tarball gsed -i 's/ = omc_assert_function/__attribute__((noreturn)) = omc_assert_function/' build/_main.c # We have not compiled OpenModelicaScriptingAPI.mo yet touch build/OpenModelicaScriptingAPI.h /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile install INCLUDESOURCES=1 OMC=/Users/grantstephens/Repos/OpenModelica/build/bin/omc clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/UnitChecker.o build/UnitChecker.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/UnitAbsynBuilder.o build/UnitAbsynBuilder.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SimCodeUtil.o build/SimCodeUtil.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SimCodeMain.o build/SimCodeMain.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/RewriteRules.o build/RewriteRules.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Refactor.o build/Refactor.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFInstDump.o build/NFInstDump.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FGraphStream.o build/FGraphStream.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DumpGraphviz.o build/DumpGraphviz.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CevalScriptBackend.o build/CevalScriptBackend.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendDAEUtil.o build/BackendDAEUtil.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendDAECreate.o build/BackendDAECreate.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/VarTransform.o build/VarTransform.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Util.o build/Util.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/System.o build/System.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Socket.o build/Socket.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/StringUtil.o build/StringUtil.c /Users/grantstephens/Repos/OpenModelica/OMCompiler/Compiler/Util/StringUtil.mo:93:70: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if((stringGetNoBoundsChecking(_inString, (modelica_integer)_i) == (modelica_integer)_inChar)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/grantstephens/Repos/OpenModelica/OMCompiler/Compiler/Util/StringUtil.mo:93:70: note: remove extraneous parentheses around the comparison to silence this warning if((stringGetNoBoundsChecking(_inString, (modelica_integer)_i) == (modelica_integer)_inChar)) ~ ^ ~ /Users/grantstephens/Repos/OpenModelica/OMCompiler/Compiler/Util/StringUtil.mo:93:70: note: use '=' to turn this equality comparison into an assignment if((stringGetNoBoundsChecking(_inString, (modelica_integer)_i) == (modelica_integer)_inChar)) ^~ = /Users/grantstephens/Repos/OpenModelica/OMCompiler/Compiler/Util/StringUtil.mo:68:70: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if((stringGetNoBoundsChecking(_inString, (modelica_integer)_i) == (modelica_integer)_inChar)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/grantstephens/Repos/OpenModelica/OMCompiler/Compiler/Util/StringUtil.mo:68:70: note: remove extraneous parentheses around the comparison to silence this warning if((stringGetNoBoundsChecking(_inString, (modelica_integer)_i) == (modelica_integer)_inChar)) ~ ^ ~ /Users/grantstephens/Repos/OpenModelica/OMCompiler/Compiler/Util/StringUtil.mo:68:70: note: use '=' to turn this equality comparison into an assignment if((stringGetNoBoundsChecking(_inString, (modelica_integer)_i) == (modelica_integer)_inChar)) ^~ = 2 warnings generated. clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/StackOverflow.o build/StackOverflow.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Settings.o build/Settings.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/PriorityQueue.o build/PriorityQueue.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Print.o build/Print.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ModelicaExternalC.o build/ModelicaExternalC.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/List.o build/List.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Lapack.o build/Lapack.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/IOStream.o build/IOStream.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/IOStreamExt.o build/IOStreamExt.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableStringToProgram.o build/HashTableStringToProgram.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableStringToPath.o build/HashTableStringToPath.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableSM1.o build/HashTableSM1.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableExpToIndex.o build/HashTableExpToIndex.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTable.o build/HashTable.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrToExpOption.o build/HashTableCrToExpOption.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrIListArray.o build/HashTableCrIListArray.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrILst.o build/HashTableCrILst.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCG.o build/HashTableCG.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTable5.o build/HashTable5.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTable3.o build/HashTable3.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTable2.o build/HashTable2.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashSetString.o build/HashSetString.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashSet.o build/HashSet.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GraphStreamExt.o build/GraphStreamExt.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GraphStream.o build/GraphStream.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Graph.o build/Graph.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GC.o build/GC.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Flags.o build/Flags.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Error.o build/Error.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ErrorExt.o build/ErrorExt.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DynLoad.o build/DynLoad.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Debug.o build/Debug.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Corba.o build/Corba.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Config.o build/Config.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ClockIndexes.o build/ClockIndexes.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BaseHashSet.o build/BaseHashSet.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BaseHashTable.o build/BaseHashTable.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/AvlTreeString.o build/AvlTreeString.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Array.o build/Array.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Main.o build/Main.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Global.o build/Global.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Unparsing.o build/Unparsing.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/TplParser.o build/TplParser.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Tpl.o build/Tpl.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/TplMain.o build/TplMain.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/TplCodegen.o build/TplCodegen.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/TplAbsyn.o build/TplAbsyn.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SCodeDumpTpl.o build/SCodeDumpTpl.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GenerateAPIFunctionsTpl.o build/GenerateAPIFunctionsTpl.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ExpressionDumpTpl.o build/ExpressionDumpTpl.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DAEDumpTpl.o build/DAEDumpTpl.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenUtil.o build/CodegenUtil.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenCFunctions.o build/CodegenCFunctions.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/AbsynDumpTpl.o build/AbsynDumpTpl.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Interactive.o build/Interactive.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/StaticScript.o build/StaticScript.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GlobalScriptUtil.o build/GlobalScriptUtil.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GlobalScriptDump.o build/GlobalScriptDump.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GlobalScript.o build/GlobalScript.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CevalScript.o build/CevalScript.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SimCodeVar.o build/SimCodeVar.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SimCodeFunctionUtil.o build/SimCodeFunctionUtil.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SimCodeFunction.o build/SimCodeFunction.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SimCode.o build/SimCode.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmSimCode.o build/HpcOmSimCode.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendDAE.o build/BackendDAE.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FVisit.o build/FVisit.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FTraverse.o build/FTraverse.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FResolve.o build/FResolve.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FNode.o build/FNode.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FMod.o build/FMod.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FLookup.o build/FLookup.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FGraphBuildEnv.o build/FGraphBuildEnv.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FGraphBuild.o build/FGraphBuild.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FGraph.o build/FGraph.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FExpand.o build/FExpand.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FCore.o build/FCore.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FBuiltin.o build/FBuiltin.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ValuesUtil.o build/ValuesUtil.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Values.o build/Values.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/UnitParserExt.o build/UnitParserExt.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/UnitAbsyn.o build/UnitAbsyn.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Types.o build/Types.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/StateMachineFlatten.o build/StateMachineFlatten.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeCheck.o build/NFSCodeCheck.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeLookup.o build/NFSCodeLookup.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeFlattenRedeclare.o build/NFSCodeFlattenRedeclare.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeFlatten.o build/NFSCodeFlatten.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeFlattenImports.o build/NFSCodeFlattenImports.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeEnv.o build/NFSCodeEnv.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeDependency.o build/NFSCodeDependency.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFLookup.o build/NFLookup.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFInstUtil.o build/NFInstUtil.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFInstTypes.o build/NFInstTypes.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFInstPrefix.o build/NFInstPrefix.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFInst.o build/NFInst.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFFlatten.o build/NFFlatten.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFEnvExtends.o build/NFEnvExtends.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFEnv.o build/NFEnv.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFConnect2.o build/NFConnect2.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Static.o build/Static.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SCodeUtil.o build/SCodeUtil.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SCodeDump.o build/SCodeDump.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SCode.o build/SCode.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/PrefixUtil.o build/PrefixUtil.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Prefix.o build/Prefix.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Patternm.o build/Patternm.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ParserExt.o build/ParserExt.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Parser.o build/Parser.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/OperatorOverloading.o build/OperatorOverloading.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Mod.o build/Mod.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/MMath.o build/MMath.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/MetaUtil.o build/MetaUtil.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Lookup.o build/Lookup.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstTypes.o build/InstTypes.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstStateMachineUtil.o build/InstStateMachineUtil.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstSection.o build/InstSection.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstExtends.o build/InstExtends.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstUtil.o build/InstUtil.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstBinding.o build/InstBinding.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstFunction.o build/InstFunction.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstDAE.o build/InstDAE.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstVar.o build/InstVar.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Inst.o build/Inst.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InnerOuter.o build/InnerOuter.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Inline.o build/Inline.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Graphviz.o build/Graphviz.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ExpressionSimplifyTypes.o build/ExpressionSimplifyTypes.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ExpressionSimplify.o build/ExpressionSimplify.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Expression.o build/Expression.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ExpressionDump.o build/ExpressionDump.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Dump.o build/Dump.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DAEUtil.o build/DAEUtil.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DAE.o build/DAE.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DAEDump.o build/DAEDump.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Constants.o build/Constants.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ConnectUtil.o build/ConnectUtil.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Connect.o build/Connect.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ConnectionGraph.o build/ConnectionGraph.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ComponentReference.o build/ComponentReference.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ClassLoader.o build/ClassLoader.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ClassInf.o build/ClassInf.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Ceval.o build/Ceval.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CevalFunction.o build/CevalFunction.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Builtin.o build/Builtin.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendInterface.o build/BackendInterface.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Algorithm.o build/Algorithm.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Absyn.o build/Absyn.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/File.o build/File.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/UnitChecker_records.o build/UnitChecker_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/UnitAbsynBuilder_records.o build/UnitAbsynBuilder_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SimCodeUtil_records.o build/SimCodeUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SimCodeMain_records.o build/SimCodeMain_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/RewriteRules_records.o build/RewriteRules_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Refactor_records.o build/Refactor_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFInstDump_records.o build/NFInstDump_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FGraphStream_records.o build/FGraphStream_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DumpGraphviz_records.o build/DumpGraphviz_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CevalScriptBackend_records.o build/CevalScriptBackend_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendDAEUtil_records.o build/BackendDAEUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendDAECreate_records.o build/BackendDAECreate_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/VarTransform_records.o build/VarTransform_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Util_records.o build/Util_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/System_records.o build/System_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Socket_records.o build/Socket_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/StringUtil_records.o build/StringUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/StackOverflow_records.o build/StackOverflow_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Settings_records.o build/Settings_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/PriorityQueue_records.o build/PriorityQueue_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Print_records.o build/Print_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ModelicaExternalC_records.o build/ModelicaExternalC_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/List_records.o build/List_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Lapack_records.o build/Lapack_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/IOStream_records.o build/IOStream_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/IOStreamExt_records.o build/IOStreamExt_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableStringToProgram_records.o build/HashTableStringToProgram_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableStringToPath_records.o build/HashTableStringToPath_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableSM1_records.o build/HashTableSM1_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableExpToIndex_records.o build/HashTableExpToIndex_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTable_records.o build/HashTable_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrToExpOption_records.o build/HashTableCrToExpOption_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrIListArray_records.o build/HashTableCrIListArray_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrILst_records.o build/HashTableCrILst_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCG_records.o build/HashTableCG_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTable5_records.o build/HashTable5_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTable3_records.o build/HashTable3_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTable2_records.o build/HashTable2_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashSetString_records.o build/HashSetString_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashSet_records.o build/HashSet_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GraphStreamExt_records.o build/GraphStreamExt_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GraphStream_records.o build/GraphStream_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Graph_records.o build/Graph_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GC_records.o build/GC_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Flags_records.o build/Flags_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Error_records.o build/Error_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ErrorExt_records.o build/ErrorExt_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DynLoad_records.o build/DynLoad_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Debug_records.o build/Debug_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Corba_records.o build/Corba_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Config_records.o build/Config_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ClockIndexes_records.o build/ClockIndexes_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BaseHashSet_records.o build/BaseHashSet_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BaseHashTable_records.o build/BaseHashTable_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/AvlTreeString_records.o build/AvlTreeString_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Array_records.o build/Array_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Main_records.o build/Main_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Global_records.o build/Global_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Unparsing_records.o build/Unparsing_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/TplParser_records.o build/TplParser_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Tpl_records.o build/Tpl_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/TplMain_records.o build/TplMain_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/TplCodegen_records.o build/TplCodegen_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/TplAbsyn_records.o build/TplAbsyn_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SCodeDumpTpl_records.o build/SCodeDumpTpl_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GenerateAPIFunctionsTpl_records.o build/GenerateAPIFunctionsTpl_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ExpressionDumpTpl_records.o build/ExpressionDumpTpl_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DAEDumpTpl_records.o build/DAEDumpTpl_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenUtil_records.o build/CodegenUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenCFunctions_records.o build/CodegenCFunctions_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/AbsynDumpTpl_records.o build/AbsynDumpTpl_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Interactive_records.o build/Interactive_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/StaticScript_records.o build/StaticScript_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GlobalScriptUtil_records.o build/GlobalScriptUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GlobalScriptDump_records.o build/GlobalScriptDump_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GlobalScript_records.o build/GlobalScript_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CevalScript_records.o build/CevalScript_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SimCodeVar_records.o build/SimCodeVar_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SimCodeFunctionUtil_records.o build/SimCodeFunctionUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SimCodeFunction_records.o build/SimCodeFunction_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SimCode_records.o build/SimCode_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmSimCode_records.o build/HpcOmSimCode_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendDAE_records.o build/BackendDAE_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FVisit_records.o build/FVisit_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FTraverse_records.o build/FTraverse_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FResolve_records.o build/FResolve_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FNode_records.o build/FNode_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FMod_records.o build/FMod_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FLookup_records.o build/FLookup_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FGraphBuildEnv_records.o build/FGraphBuildEnv_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FGraphBuild_records.o build/FGraphBuild_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FGraph_records.o build/FGraph_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FExpand_records.o build/FExpand_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FCore_records.o build/FCore_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FBuiltin_records.o build/FBuiltin_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ValuesUtil_records.o build/ValuesUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Values_records.o build/Values_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/UnitParserExt_records.o build/UnitParserExt_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/UnitAbsyn_records.o build/UnitAbsyn_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Types_records.o build/Types_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/StateMachineFlatten_records.o build/StateMachineFlatten_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeCheck_records.o build/NFSCodeCheck_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeLookup_records.o build/NFSCodeLookup_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeFlattenRedeclare_records.o build/NFSCodeFlattenRedeclare_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeFlatten_records.o build/NFSCodeFlatten_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeFlattenImports_records.o build/NFSCodeFlattenImports_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeEnv_records.o build/NFSCodeEnv_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeDependency_records.o build/NFSCodeDependency_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFLookup_records.o build/NFLookup_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFInstUtil_records.o build/NFInstUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFInstTypes_records.o build/NFInstTypes_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFInstPrefix_records.o build/NFInstPrefix_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFInst_records.o build/NFInst_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFFlatten_records.o build/NFFlatten_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFEnvExtends_records.o build/NFEnvExtends_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFEnv_records.o build/NFEnv_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFConnect2_records.o build/NFConnect2_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Static_records.o build/Static_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SCodeUtil_records.o build/SCodeUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SCodeDump_records.o build/SCodeDump_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SCode_records.o build/SCode_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/PrefixUtil_records.o build/PrefixUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Prefix_records.o build/Prefix_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Patternm_records.o build/Patternm_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ParserExt_records.o build/ParserExt_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Parser_records.o build/Parser_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/OperatorOverloading_records.o build/OperatorOverloading_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Mod_records.o build/Mod_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/MMath_records.o build/MMath_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/MetaUtil_records.o build/MetaUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Lookup_records.o build/Lookup_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstTypes_records.o build/InstTypes_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstStateMachineUtil_records.o build/InstStateMachineUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstSection_records.o build/InstSection_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstExtends_records.o build/InstExtends_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstUtil_records.o build/InstUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstBinding_records.o build/InstBinding_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstFunction_records.o build/InstFunction_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstDAE_records.o build/InstDAE_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstVar_records.o build/InstVar_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Inst_records.o build/Inst_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InnerOuter_records.o build/InnerOuter_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Inline_records.o build/Inline_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Graphviz_records.o build/Graphviz_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ExpressionSimplifyTypes_records.o build/ExpressionSimplifyTypes_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ExpressionSimplify_records.o build/ExpressionSimplify_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Expression_records.o build/Expression_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ExpressionDump_records.o build/ExpressionDump_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Dump_records.o build/Dump_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DAEUtil_records.o build/DAEUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DAE_records.o build/DAE_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DAEDump_records.o build/DAEDump_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Constants_records.o build/Constants_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ConnectUtil_records.o build/ConnectUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Connect_records.o build/Connect_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ConnectionGraph_records.o build/ConnectionGraph_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ComponentReference_records.o build/ComponentReference_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ClassLoader_records.o build/ClassLoader_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ClassInf_records.o build/ClassInf_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Ceval_records.o build/Ceval_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CevalFunction_records.o build/CevalFunction_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Builtin_records.o build/Builtin_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendInterface_records.o build/BackendInterface_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Algorithm_records.o build/Algorithm_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Absyn_records.o build/Absyn_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/File_records.o build/File_records.c cp -a build/_main.c build/_main_omc.c clang -c build/_main_omc.c -o build/_main_omc.o -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= clang -shared -Wl,-rpath,'@loader_path/../lib/x86_64-darwin15.0.0/omc/' -o /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/libOpenModelicaCompiler.dylib build/UnitChecker.o build/UnitAbsynBuilder.o build/SimCodeUtil.o build/SimCodeMain.o build/RewriteRules.o build/Refactor.o build/NFInstDump.o build/FGraphStream.o build/DumpGraphviz.o build/CevalScriptBackend.o build/BackendDAEUtil.o build/BackendDAECreate.o build/VarTransform.o build/Util.o build/System.o build/Socket.o build/StringUtil.o build/StackOverflow.o build/Settings.o build/PriorityQueue.o build/Print.o build/ModelicaExternalC.o build/List.o build/Lapack.o build/IOStream.o build/IOStreamExt.o build/HashTableStringToProgram.o build/HashTableStringToPath.o build/HashTableSM1.o build/HashTableExpToIndex.o build/HashTable.o build/HashTableCrToExpOption.o build/HashTableCrIListArray.o build/HashTableCrILst.o build/HashTableCG.o build/HashTable5.o build/HashTable3.o build/HashTable2.o build/HashSetString.o build/HashSet.o build/GraphStreamExt.o build/GraphStream.o build/Graph.o build/GC.o build/Flags.o build/Error.o build/ErrorExt.o build/DynLoad.o build/Debug.o build/Corba.o build/Config.o build/ClockIndexes.o build/BaseHashSet.o build/BaseHashTable.o build/AvlTreeString.o build/Array.o build/Main.o build/Global.o build/Unparsing.o build/TplParser.o build/Tpl.o build/TplMain.o build/TplCodegen.o build/TplAbsyn.o build/SCodeDumpTpl.o build/GenerateAPIFunctionsTpl.o build/ExpressionDumpTpl.o build/DAEDumpTpl.o build/CodegenUtil.o build/CodegenCFunctions.o build/AbsynDumpTpl.o build/Interactive.o build/StaticScript.o build/GlobalScriptUtil.o build/GlobalScriptDump.o build/GlobalScript.o build/CevalScript.o build/SimCodeVar.o build/SimCodeFunctionUtil.o build/SimCodeFunction.o build/SimCode.o build/HpcOmSimCode.o build/BackendDAE.o build/FVisit.o build/FTraverse.o build/FResolve.o build/FNode.o build/FMod.o build/FLookup.o build/FGraphBuildEnv.o build/FGraphBuild.o build/FGraph.o build/FExpand.o build/FCore.o build/FBuiltin.o build/ValuesUtil.o build/Values.o build/UnitParserExt.o build/UnitAbsyn.o build/Types.o build/StateMachineFlatten.o build/NFSCodeCheck.o build/NFSCodeLookup.o build/NFSCodeFlattenRedeclare.o build/NFSCodeFlatten.o build/NFSCodeFlattenImports.o build/NFSCodeEnv.o build/NFSCodeDependency.o build/NFLookup.o build/NFInstUtil.o build/NFInstTypes.o build/NFInstPrefix.o build/NFInst.o build/NFFlatten.o build/NFEnvExtends.o build/NFEnv.o build/NFConnect2.o build/Static.o build/SCodeUtil.o build/SCodeDump.o build/SCode.o build/PrefixUtil.o build/Prefix.o build/Patternm.o build/ParserExt.o build/Parser.o build/OperatorOverloading.o build/Mod.o build/MMath.o build/MetaUtil.o build/Lookup.o build/InstTypes.o build/InstStateMachineUtil.o build/InstSection.o build/InstExtends.o build/InstUtil.o build/InstBinding.o build/InstFunction.o build/InstDAE.o build/InstVar.o build/Inst.o build/InnerOuter.o build/Inline.o build/Graphviz.o build/ExpressionSimplifyTypes.o build/ExpressionSimplify.o build/Expression.o build/ExpressionDump.o build/Dump.o build/DAEUtil.o build/DAE.o build/DAEDump.o build/Constants.o build/ConnectUtil.o build/Connect.o build/ConnectionGraph.o build/ComponentReference.o build/ClassLoader.o build/ClassInf.o build/Ceval.o build/CevalFunction.o build/Builtin.o build/BackendInterface.o build/Algorithm.o build/Absyn.o build/File.o build/UnitChecker_records.o build/UnitAbsynBuilder_records.o build/SimCodeUtil_records.o build/SimCodeMain_records.o build/RewriteRules_records.o build/Refactor_records.o build/NFInstDump_records.o build/FGraphStream_records.o build/DumpGraphviz_records.o build/CevalScriptBackend_records.o build/BackendDAEUtil_records.o build/BackendDAECreate_records.o build/VarTransform_records.o build/Util_records.o build/System_records.o build/Socket_records.o build/StringUtil_records.o build/StackOverflow_records.o build/Settings_records.o build/PriorityQueue_records.o build/Print_records.o build/ModelicaExternalC_records.o build/List_records.o build/Lapack_records.o build/IOStream_records.o build/IOStreamExt_records.o build/HashTableStringToProgram_records.o build/HashTableStringToPath_records.o build/HashTableSM1_records.o build/HashTableExpToIndex_records.o build/HashTable_records.o build/HashTableCrToExpOption_records.o build/HashTableCrIListArray_records.o build/HashTableCrILst_records.o build/HashTableCG_records.o build/HashTable5_records.o build/HashTable3_records.o build/HashTable2_records.o build/HashSetString_records.o build/HashSet_records.o build/GraphStreamExt_records.o build/GraphStream_records.o build/Graph_records.o build/GC_records.o build/Flags_records.o build/Error_records.o build/ErrorExt_records.o build/DynLoad_records.o build/Debug_records.o build/Corba_records.o build/Config_records.o build/ClockIndexes_records.o build/BaseHashSet_records.o build/BaseHashTable_records.o build/AvlTreeString_records.o build/Array_records.o build/Main_records.o build/Global_records.o build/Unparsing_records.o build/TplParser_records.o build/Tpl_records.o build/TplMain_records.o build/TplCodegen_records.o build/TplAbsyn_records.o build/SCodeDumpTpl_records.o build/GenerateAPIFunctionsTpl_records.o build/ExpressionDumpTpl_records.o build/DAEDumpTpl_records.o build/CodegenUtil_records.o build/CodegenCFunctions_records.o build/AbsynDumpTpl_records.o build/Interactive_records.o build/StaticScript_records.o build/GlobalScriptUtil_records.o build/GlobalScriptDump_records.o build/GlobalScript_records.o build/CevalScript_records.o build/SimCodeVar_records.o build/SimCodeFunctionUtil_records.o build/SimCodeFunction_records.o build/SimCode_records.o build/HpcOmSimCode_records.o build/BackendDAE_records.o build/FVisit_records.o build/FTraverse_records.o build/FResolve_records.o build/FNode_records.o build/FMod_records.o build/FLookup_records.o build/FGraphBuildEnv_records.o build/FGraphBuild_records.o build/FGraph_records.o build/FExpand_records.o build/FCore_records.o build/FBuiltin_records.o build/ValuesUtil_records.o build/Values_records.o build/UnitParserExt_records.o build/UnitAbsyn_records.o build/Types_records.o build/StateMachineFlatten_records.o build/NFSCodeCheck_records.o build/NFSCodeLookup_records.o build/NFSCodeFlattenRedeclare_records.o build/NFSCodeFlatten_records.o build/NFSCodeFlattenImports_records.o build/NFSCodeEnv_records.o build/NFSCodeDependency_records.o build/NFLookup_records.o build/NFInstUtil_records.o build/NFInstTypes_records.o build/NFInstPrefix_records.o build/NFInst_records.o build/NFFlatten_records.o build/NFEnvExtends_records.o build/NFEnv_records.o build/NFConnect2_records.o build/Static_records.o build/SCodeUtil_records.o build/SCodeDump_records.o build/SCode_records.o build/PrefixUtil_records.o build/Prefix_records.o build/Patternm_records.o build/ParserExt_records.o build/Parser_records.o build/OperatorOverloading_records.o build/Mod_records.o build/MMath_records.o build/MetaUtil_records.o build/Lookup_records.o build/InstTypes_records.o build/InstStateMachineUtil_records.o build/InstSection_records.o build/InstExtends_records.o build/InstUtil_records.o build/InstBinding_records.o build/InstFunction_records.o build/InstDAE_records.o build/InstVar_records.o build/Inst_records.o build/InnerOuter_records.o build/Inline_records.o build/Graphviz_records.o build/ExpressionSimplifyTypes_records.o build/ExpressionSimplify_records.o build/Expression_records.o build/ExpressionDump_records.o build/Dump_records.o build/DAEUtil_records.o build/DAE_records.o build/DAEDump_records.o build/Constants_records.o build/ConnectUtil_records.o build/Connect_records.o build/ConnectionGraph_records.o build/ComponentReference_records.o build/ClassLoader_records.o build/ClassInf_records.o build/Ceval_records.o build/CevalFunction_records.o build/Builtin_records.o build/BackendInterface_records.o build/Algorithm_records.o build/Absyn_records.o build/File_records.o /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/libomcruntime.a /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/libomparse.a build/_main_omc.o -L. -Lbuild/ -L"/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc" -lomparse -lomcruntime -lOpenModelicaRuntimeC -lModelicaExternalC -lomantlr3 -L/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/install/lib -lfmilib -L/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/graphstream/gs-netstream/c++/ -lnetstream -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -lomcgc -lm -lpthread -lstdc++ -llpsolve55 -Wl,-undefined -Wl,dynamic_lookup -L/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc -lmetis -lexpat -llapack -lblas test ! ".dylib" = ".dylib" || install_name_tool -id @rpath/libOpenModelicaCompiler.dylib /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/libOpenModelicaCompiler.dylib clang -DOMC_ENTRYPOINT_STATIC= -c build/_main.c -o build/_main.o -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= clang build/_main.o -Wl,-rpath,'@loader_path/../lib/x86_64-darwin15.0.0/omc/' -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -o build/omc -L. -Lbuild/ -L"/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc" -lomparse -lomcruntime -lOpenModelicaRuntimeC -lModelicaExternalC -lomantlr3 -L/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/install/lib -lfmilib -L/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/graphstream/gs-netstream/c++/ -lnetstream -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -lomcgc -lm -lpthread -lstdc++ -llpsolve55 -Wl,-undefined -Wl,dynamic_lookup -L/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc -lmetis -lexpat -llapack -lblas -lOpenModelicaCompiler cp -a build/OpenModelicaScriptingAPI.h /Users/grantstephens/Repos/OpenModelica/build/include/omc/scripting-API cp -a build/omc /Users/grantstephens/Repos/OpenModelica/build/bin/ cp -a /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/libOpenModelicaCompiler.dylib /Users/grantstephens/Repos/OpenModelica/build/bin/ Bootstrapping phase 2/3 completed /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile clean OMC=/Users/grantstephens/Repos/OpenModelica/build/bin/omc rm -rf build/ rm -f Makefile.sources LoadCompilerInterface.mos Makefile.depends /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile --no-print-directory -C /Users/grantstephens/Repos/OpenModelica/OMCompiler/Compiler/Script OMC=/Users/grantstephens/Repos/OpenModelica/build/bin/omc clean rm -f OpenModelicaScriptingAPIQt.cpp OpenModelicaScriptingAPIQt.h OpenModelicaScriptingAPI.mo /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile generate-files-in-steps OMC=/Users/grantstephens/Repos/OpenModelica/build/bin/omc /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile templates scripting /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile --no-print-directory -C /Users/grantstephens/Repos/OpenModelica/OMCompiler/Compiler/Template make[6]: Nothing to be done for `all'. /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile --no-print-directory -C /Users/grantstephens/Repos/OpenModelica/OMCompiler/Compiler/Script /Users/grantstephens/Repos/OpenModelica/build/bin/omc OpenModelicaScriptingAPI.mos test -f OpenModelicaScriptingAPI.mo test -f OpenModelicaScriptingAPIQt.cpp test -f OpenModelicaScriptingAPIQt.h cp "OpenModelicaScriptingAPIQt.cpp" "/Users/grantstephens/Repos/OpenModelica/build/include/omc/scripting-API/OpenModelicaScriptingAPIQt.cpp" cp "OpenModelicaScriptingAPIQt.h" "/Users/grantstephens/Repos/OpenModelica/build/include/omc/scripting-API/OpenModelicaScriptingAPIQt.h" /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile Makefile.sources /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 MakeSources.mos " " true "/Users/grantstephens/Repos/OpenModelica/OMCompiler/Compiler/boot" "/Users/grantstephens/Repos/OpenModelica/OMCompiler/Compiler" "/Users/grantstephens/Repos/OpenModelica/OMCompiler/Compiler/boot" true "" true "" true mv Makefile.sources.tmp Makefile.sources mv LoadCompilerInterface.mos.tmp LoadCompilerInterface.mos /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile interfaces INCLUDESOURCES=1 /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/VisualXML.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/TaskGraphResults.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SimulationResults.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableUnitToString.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableStringToUnit.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableCrToUnit.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableCrToCrEqLst.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableCrToExpSourceTpl.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableExpToIndexExp.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableCrIntToExp.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableExpToExp.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableCrToExp.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTable4.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/GraphML.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FMIExt.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FMI.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/DiffAlgorithm.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/VisualXMLTpl.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/TaskSystemDump.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SimCodeDump.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFInstDumpTpl.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/GraphMLDumpTpl.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/GraphvizDump.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenXML.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenQSS.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenSparseFMI.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenModelica.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenJS.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenJava.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenFMUCppHpcom.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenFMUCpp.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenFMUCommon.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenFMU2.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenFMU1.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenFMU.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenCSharp.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenCppInit.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenCppHpcom.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenCpp.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenCppCommon.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenC.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenAdevs.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SimCodeUtil.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SimCodeMain.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SerializeModelInfo.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HpcOmSimCodeMain.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CevalScriptBackend.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/OpenModelicaScriptingAPI.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BlockCallRewrite.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Figaro.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/RewriteRules.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Refactor.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/LexerModelicaDiff.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/UnitChecker.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/UnitAbsynBuilder.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFInstDump.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/DumpGraphviz.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CheckModel.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FInst.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FGraphStream.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FGraphDump.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/XMLDump.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Vectorization.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Unit.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/UnitCheck.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Uncertainties.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Tearing.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableSM.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/StateMachineFeatures.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SynchronousFeatures.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SymbolicJacobian.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Sorting.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ResolveLoops.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/RemoveSimpleEquations.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/OpenTURNS.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/OnRelaxation.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/MathematicaDump.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Matching.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Initialization.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InlineArrayEquations.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/IndexReduction.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HpcOmTaskGraph.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HpcOmSchedulerExt.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HpcOmScheduler.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HpcOmMemory.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HpcOmEqSystems.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HpcOmBenchmarkExt.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HpcOmBenchmark.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FindZeroCrossings.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ExpressionSolve.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/EvaluateParameter.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/EvaluateFunctions.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/DynamicOptimization.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/DumpHTML.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/DumpGraphML.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Differentiate.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/DAEQuery.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CommonSubExpression.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Causalize.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BinaryTreeInt.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BinaryTree.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BackendVarTransform.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BackendVariable.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BackendQSS.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BackendInline.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BackendEquation.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BackendDump.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BackendDAEUtil.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BackendDAETransform.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BackendDAEOptimize.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BackendDAEEXT.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BackendDAECreate.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BackendDAEFunc.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/VarTransform.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Util.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/System.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Socket.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/StringUtil.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/StackOverflow.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Settings.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/PriorityQueue.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Print.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ModelicaExternalC.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/List.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Lapack.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/IOStream.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/IOStreamExt.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableStringToProgram.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableStringToPath.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableSM1.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableExpToIndex.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTable.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableCrToExpOption.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableCrIListArray.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableCrILst.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableCG.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTable5.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTable3.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTable2.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashSetString.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashSet.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/GraphStreamExt.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/GraphStream.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Graph.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/GC.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Flags.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Error.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ErrorExt.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/DynLoad.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Debug.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Corba.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Config.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ClockIndexes.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BaseHashSet.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BaseHashTable.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/AvlTreeString.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Array.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Main.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Global.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Unparsing.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/TplParser.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Tpl.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/TplMain.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/TplCodegen.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/TplAbsyn.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SCodeDumpTpl.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/GenerateAPIFunctionsTpl.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ExpressionDumpTpl.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/DAEDumpTpl.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenUtil.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenCFunctions.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/AbsynDumpTpl.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Interactive.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/StaticScript.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/GlobalScriptUtil.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/GlobalScriptDump.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/GlobalScript.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CevalScript.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SimCodeVar.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SimCodeFunctionUtil.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SimCodeFunction.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SimCode.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HpcOmSimCode.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BackendDAE.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FVisit.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FTraverse.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FResolve.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FNode.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FMod.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FLookup.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FGraphBuildEnv.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FGraphBuild.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FGraph.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FExpand.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FCore.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FBuiltin.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ValuesUtil.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Values.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/UnitParserExt.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/UnitAbsyn.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Types.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/StateMachineFlatten.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFSCodeCheck.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFSCodeLookup.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFSCodeFlattenRedeclare.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFSCodeFlatten.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFSCodeFlattenImports.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFSCodeEnv.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFSCodeDependency.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFLookup.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFInstUtil.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFInstTypes.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFInstPrefix.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFInst.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFFlatten.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFEnvExtends.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFEnv.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFConnect2.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Static.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SCodeUtil.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SCodeDump.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SCode.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/PrefixUtil.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Prefix.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Patternm.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ParserExt.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Parser.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/OperatorOverloading.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Mod.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/MMath.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/MetaUtil.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Lookup.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InstTypes.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InstStateMachineUtil.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InstSection.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InstExtends.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InstUtil.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InstBinding.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InstFunction.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InstDAE.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InstVar.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Inst.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InnerOuter.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Inline.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Graphviz.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ExpressionSimplifyTypes.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ExpressionSimplify.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Expression.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ExpressionDump.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Dump.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/DAEUtil.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/DAE.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/DAEDump.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Constants.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ConnectUtil.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Connect.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ConnectionGraph.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ComponentReference.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ClassLoader.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ClassInf.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Ceval.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CevalFunction.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Builtin.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BackendInterface.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Algorithm.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Absyn.stamp.mo.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/File.stamp.mo.mos /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile Makefile.depends INCLUDESOURCES=1 /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 MakeDepends.mos " " /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile generate-files INCLUDESOURCES=1 INCLUDEDEPENDS=1 /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/VisualXML.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/TaskGraphResults.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SimulationResults.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableUnitToString.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableStringToUnit.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableCrToUnit.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableCrToCrEqLst.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableCrToExpSourceTpl.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableExpToIndexExp.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableCrIntToExp.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableExpToExp.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableCrToExp.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTable4.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/GraphML.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FMIExt.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FMI.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/DiffAlgorithm.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/VisualXMLTpl.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/TaskSystemDump.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SimCodeDump.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFInstDumpTpl.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/GraphMLDumpTpl.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/GraphvizDump.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenXML.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenQSS.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenSparseFMI.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenModelica.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenJS.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenJava.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenFMUCppHpcom.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenFMUCpp.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenFMUCommon.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenFMU2.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenFMU1.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenFMU.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenCSharp.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenCppInit.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenCppHpcom.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenCpp.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenCppCommon.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenC.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenAdevs.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SimCodeUtil.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SimCodeMain.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SerializeModelInfo.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HpcOmSimCodeMain.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CevalScriptBackend.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/OpenModelicaScriptingAPI.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BlockCallRewrite.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Figaro.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/RewriteRules.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Refactor.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/LexerModelicaDiff.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/UnitChecker.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/UnitAbsynBuilder.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFInstDump.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/DumpGraphviz.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CheckModel.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FInst.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FGraphStream.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FGraphDump.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/XMLDump.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Vectorization.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Unit.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/UnitCheck.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Uncertainties.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Tearing.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableSM.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/StateMachineFeatures.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SynchronousFeatures.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SymbolicJacobian.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Sorting.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ResolveLoops.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/RemoveSimpleEquations.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/OpenTURNS.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/OnRelaxation.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/MathematicaDump.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Matching.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Initialization.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InlineArrayEquations.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/IndexReduction.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HpcOmTaskGraph.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HpcOmSchedulerExt.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HpcOmScheduler.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HpcOmMemory.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HpcOmEqSystems.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HpcOmBenchmarkExt.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HpcOmBenchmark.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FindZeroCrossings.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ExpressionSolve.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/EvaluateParameter.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/EvaluateFunctions.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/DynamicOptimization.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/DumpHTML.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/DumpGraphML.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Differentiate.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/DAEQuery.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CommonSubExpression.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Causalize.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BinaryTreeInt.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BinaryTree.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BackendVarTransform.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BackendVariable.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BackendQSS.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BackendInline.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BackendEquation.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BackendDump.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BackendDAEUtil.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BackendDAETransform.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BackendDAEOptimize.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BackendDAEEXT.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BackendDAECreate.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BackendDAEFunc.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/VarTransform.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Util.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/System.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Socket.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/StringUtil.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/StackOverflow.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Settings.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/PriorityQueue.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Print.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ModelicaExternalC.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/List.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Lapack.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/IOStream.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/IOStreamExt.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableStringToProgram.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableStringToPath.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableSM1.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableExpToIndex.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTable.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableCrToExpOption.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableCrIListArray.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableCrILst.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTableCG.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTable5.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTable3.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashTable2.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashSetString.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HashSet.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/GraphStreamExt.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/GraphStream.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Graph.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/GC.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Flags.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Error.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ErrorExt.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/DynLoad.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Debug.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Corba.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Config.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ClockIndexes.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BaseHashSet.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BaseHashTable.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/AvlTreeString.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Array.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Main.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Global.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Unparsing.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/TplParser.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Tpl.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/TplMain.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/TplCodegen.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/TplAbsyn.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SCodeDumpTpl.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/GenerateAPIFunctionsTpl.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ExpressionDumpTpl.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/DAEDumpTpl.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenUtil.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CodegenCFunctions.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/AbsynDumpTpl.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Interactive.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/StaticScript.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/GlobalScriptUtil.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/GlobalScriptDump.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/GlobalScript.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CevalScript.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SimCodeVar.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SimCodeFunctionUtil.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SimCodeFunction.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SimCode.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/HpcOmSimCode.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BackendDAE.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FVisit.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FTraverse.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FResolve.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FNode.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FMod.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FLookup.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FGraphBuildEnv.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FGraphBuild.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FGraph.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FExpand.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FCore.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/FBuiltin.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ValuesUtil.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Values.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/UnitParserExt.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/UnitAbsyn.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Types.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/StateMachineFlatten.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFSCodeCheck.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFSCodeLookup.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFSCodeFlattenRedeclare.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFSCodeFlatten.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFSCodeFlattenImports.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFSCodeEnv.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFSCodeDependency.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFLookup.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFInstUtil.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFInstTypes.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFInstPrefix.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFInst.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFFlatten.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFEnvExtends.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFEnv.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/NFConnect2.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Static.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SCodeUtil.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SCodeDump.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/SCode.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/PrefixUtil.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Prefix.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Patternm.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ParserExt.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Parser.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/OperatorOverloading.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Mod.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/MMath.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/MetaUtil.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Lookup.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InstTypes.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InstStateMachineUtil.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InstSection.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InstExtends.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InstUtil.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InstBinding.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InstFunction.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InstDAE.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InstVar.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Inst.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/InnerOuter.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Inline.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Graphviz.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ExpressionSimplifyTypes.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ExpressionSimplify.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Expression.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ExpressionDump.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Dump.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/DAEUtil.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/DAE.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/DAEDump.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Constants.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ConnectUtil.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Connect.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ConnectionGraph.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ComponentReference.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ClassLoader.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/ClassInf.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Ceval.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/CevalFunction.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Builtin.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/BackendInterface.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Algorithm.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/Absyn.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc -n=1 build/File.stamp.mos /Users/grantstephens/Repos/OpenModelica/build/bin/omc GenerateEntryPoint.mos /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile install INCLUDESOURCES=1 OMC=/Users/grantstephens/Repos/OpenModelica/build/bin/omc clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/VisualXML.o build/VisualXML.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/TaskGraphResults.o build/TaskGraphResults.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SimulationResults.o build/SimulationResults.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableUnitToString.o build/HashTableUnitToString.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableStringToUnit.o build/HashTableStringToUnit.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrToUnit.o build/HashTableCrToUnit.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrToCrEqLst.o build/HashTableCrToCrEqLst.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrToExpSourceTpl.o build/HashTableCrToExpSourceTpl.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableExpToIndexExp.o build/HashTableExpToIndexExp.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrIntToExp.o build/HashTableCrIntToExp.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableExpToExp.o build/HashTableExpToExp.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrToExp.o build/HashTableCrToExp.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTable4.o build/HashTable4.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GraphML.o build/GraphML.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FMIExt.o build/FMIExt.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FMI.o build/FMI.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DiffAlgorithm.o build/DiffAlgorithm.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/VisualXMLTpl.o build/VisualXMLTpl.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/TaskSystemDump.o build/TaskSystemDump.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SimCodeDump.o build/SimCodeDump.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFInstDumpTpl.o build/NFInstDumpTpl.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GraphMLDumpTpl.o build/GraphMLDumpTpl.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GraphvizDump.o build/GraphvizDump.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenXML.o build/CodegenXML.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenQSS.o build/CodegenQSS.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenSparseFMI.o build/CodegenSparseFMI.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenModelica.o build/CodegenModelica.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenJS.o build/CodegenJS.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenJava.o build/CodegenJava.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenFMUCppHpcom.o build/CodegenFMUCppHpcom.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenFMUCpp.o build/CodegenFMUCpp.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenFMUCommon.o build/CodegenFMUCommon.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenFMU2.o build/CodegenFMU2.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenFMU1.o build/CodegenFMU1.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenFMU.o build/CodegenFMU.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenCSharp.o build/CodegenCSharp.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenCppInit.o build/CodegenCppInit.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenCppHpcom.o build/CodegenCppHpcom.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenCpp.o build/CodegenCpp.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenCppCommon.o build/CodegenCppCommon.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenC.o build/CodegenC.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenAdevs.o build/CodegenAdevs.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SimCodeUtil.o build/SimCodeUtil.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SimCodeMain.o build/SimCodeMain.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SerializeModelInfo.o build/SerializeModelInfo.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmSimCodeMain.o build/HpcOmSimCodeMain.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CevalScriptBackend.o build/CevalScriptBackend.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/OpenModelicaScriptingAPI.o build/OpenModelicaScriptingAPI.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BlockCallRewrite.o build/BlockCallRewrite.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Figaro.o build/Figaro.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/RewriteRules.o build/RewriteRules.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Refactor.o build/Refactor.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/LexerModelicaDiff.o build/LexerModelicaDiff.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/UnitChecker.o build/UnitChecker.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/UnitAbsynBuilder.o build/UnitAbsynBuilder.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFInstDump.o build/NFInstDump.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DumpGraphviz.o build/DumpGraphviz.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CheckModel.o build/CheckModel.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FInst.o build/FInst.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FGraphStream.o build/FGraphStream.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FGraphDump.o build/FGraphDump.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/XMLDump.o build/XMLDump.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Vectorization.o build/Vectorization.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Unit.o build/Unit.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/UnitCheck.o build/UnitCheck.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Uncertainties.o build/Uncertainties.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Tearing.o build/Tearing.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableSM.o build/HashTableSM.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/StateMachineFeatures.o build/StateMachineFeatures.c /Users/grantstephens/Repos/OpenModelica/OMCompiler/Compiler/boot/build/tmp/StateMachineFeatures.c:580:10: warning: implicit declaration of function 'boxptr_ExpressionDump_dumpExpStr' is invalid in C99 [-Wimplicit-function-declaration] return boxptr_ExpressionDump_dumpExpStr(thData, inExp, inInteger); ^ /Users/grantstephens/Repos/OpenModelica/OMCompiler/Compiler/boot/build/tmp/StateMachineFeatures.c:580:10: warning: incompatible integer to pointer conversion returning 'int' from a function with result type 'modelica_metatype' (aka 'void *') [-Wint-conversion] return boxptr_ExpressionDump_dumpExpStr(thData, inExp, inInteger); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SynchronousFeatures.o build/SynchronousFeatures.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SymbolicJacobian.o build/SymbolicJacobian.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Sorting.o build/Sorting.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ResolveLoops.o build/ResolveLoops.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/RemoveSimpleEquations.o build/RemoveSimpleEquations.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/OpenTURNS.o build/OpenTURNS.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/OnRelaxation.o build/OnRelaxation.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/MathematicaDump.o build/MathematicaDump.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Matching.o build/Matching.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Initialization.o build/Initialization.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InlineArrayEquations.o build/InlineArrayEquations.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/IndexReduction.o build/IndexReduction.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmTaskGraph.o build/HpcOmTaskGraph.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmSchedulerExt.o build/HpcOmSchedulerExt.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmScheduler.o build/HpcOmScheduler.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmMemory.o build/HpcOmMemory.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmEqSystems.o build/HpcOmEqSystems.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmBenchmarkExt.o build/HpcOmBenchmarkExt.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmBenchmark.o build/HpcOmBenchmark.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FindZeroCrossings.o build/FindZeroCrossings.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ExpressionSolve.o build/ExpressionSolve.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/EvaluateParameter.o build/EvaluateParameter.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/EvaluateFunctions.o build/EvaluateFunctions.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DynamicOptimization.o build/DynamicOptimization.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DumpHTML.o build/DumpHTML.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DumpGraphML.o build/DumpGraphML.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Differentiate.o build/Differentiate.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DAEQuery.o build/DAEQuery.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CommonSubExpression.o build/CommonSubExpression.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Causalize.o build/Causalize.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BinaryTreeInt.o build/BinaryTreeInt.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BinaryTree.o build/BinaryTree.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendVarTransform.o build/BackendVarTransform.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendVariable.o build/BackendVariable.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendQSS.o build/BackendQSS.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendInline.o build/BackendInline.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendEquation.o build/BackendEquation.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendDump.o build/BackendDump.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendDAEUtil.o build/BackendDAEUtil.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendDAETransform.o build/BackendDAETransform.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendDAEOptimize.o build/BackendDAEOptimize.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendDAEEXT.o build/BackendDAEEXT.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendDAECreate.o build/BackendDAECreate.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendDAEFunc.o build/BackendDAEFunc.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/VarTransform.o build/VarTransform.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Util.o build/Util.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/System.o build/System.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Socket.o build/Socket.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/StringUtil.o build/StringUtil.c /Users/grantstephens/Repos/OpenModelica/OMCompiler/Compiler/Util/StringUtil.mo:93:70: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if((stringGetNoBoundsChecking(_inString, (modelica_integer)_i) == (modelica_integer)_inChar)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/grantstephens/Repos/OpenModelica/OMCompiler/Compiler/Util/StringUtil.mo:93:70: note: remove extraneous parentheses around the comparison to silence this warning if((stringGetNoBoundsChecking(_inString, (modelica_integer)_i) == (modelica_integer)_inChar)) ~ ^ ~ /Users/grantstephens/Repos/OpenModelica/OMCompiler/Compiler/Util/StringUtil.mo:93:70: note: use '=' to turn this equality comparison into an assignment if((stringGetNoBoundsChecking(_inString, (modelica_integer)_i) == (modelica_integer)_inChar)) ^~ = /Users/grantstephens/Repos/OpenModelica/OMCompiler/Compiler/Util/StringUtil.mo:68:70: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if((stringGetNoBoundsChecking(_inString, (modelica_integer)_i) == (modelica_integer)_inChar)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/grantstephens/Repos/OpenModelica/OMCompiler/Compiler/Util/StringUtil.mo:68:70: note: remove extraneous parentheses around the comparison to silence this warning if((stringGetNoBoundsChecking(_inString, (modelica_integer)_i) == (modelica_integer)_inChar)) ~ ^ ~ /Users/grantstephens/Repos/OpenModelica/OMCompiler/Compiler/Util/StringUtil.mo:68:70: note: use '=' to turn this equality comparison into an assignment if((stringGetNoBoundsChecking(_inString, (modelica_integer)_i) == (modelica_integer)_inChar)) ^~ = 2 warnings generated. clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/StackOverflow.o build/StackOverflow.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Settings.o build/Settings.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/PriorityQueue.o build/PriorityQueue.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Print.o build/Print.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ModelicaExternalC.o build/ModelicaExternalC.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/List.o build/List.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Lapack.o build/Lapack.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/IOStream.o build/IOStream.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/IOStreamExt.o build/IOStreamExt.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableStringToProgram.o build/HashTableStringToProgram.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableStringToPath.o build/HashTableStringToPath.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableSM1.o build/HashTableSM1.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableExpToIndex.o build/HashTableExpToIndex.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTable.o build/HashTable.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrToExpOption.o build/HashTableCrToExpOption.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrIListArray.o build/HashTableCrIListArray.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrILst.o build/HashTableCrILst.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCG.o build/HashTableCG.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTable5.o build/HashTable5.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTable3.o build/HashTable3.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTable2.o build/HashTable2.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashSetString.o build/HashSetString.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashSet.o build/HashSet.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GraphStreamExt.o build/GraphStreamExt.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GraphStream.o build/GraphStream.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Graph.o build/Graph.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GC.o build/GC.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Flags.o build/Flags.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Error.o build/Error.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ErrorExt.o build/ErrorExt.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DynLoad.o build/DynLoad.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Debug.o build/Debug.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Corba.o build/Corba.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Config.o build/Config.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ClockIndexes.o build/ClockIndexes.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BaseHashSet.o build/BaseHashSet.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BaseHashTable.o build/BaseHashTable.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/AvlTreeString.o build/AvlTreeString.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Array.o build/Array.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Main.o build/Main.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Global.o build/Global.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Unparsing.o build/Unparsing.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/TplParser.o build/TplParser.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Tpl.o build/Tpl.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/TplMain.o build/TplMain.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/TplCodegen.o build/TplCodegen.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/TplAbsyn.o build/TplAbsyn.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SCodeDumpTpl.o build/SCodeDumpTpl.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GenerateAPIFunctionsTpl.o build/GenerateAPIFunctionsTpl.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ExpressionDumpTpl.o build/ExpressionDumpTpl.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DAEDumpTpl.o build/DAEDumpTpl.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenUtil.o build/CodegenUtil.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenCFunctions.o build/CodegenCFunctions.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/AbsynDumpTpl.o build/AbsynDumpTpl.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Interactive.o build/Interactive.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/StaticScript.o build/StaticScript.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GlobalScriptUtil.o build/GlobalScriptUtil.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GlobalScriptDump.o build/GlobalScriptDump.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GlobalScript.o build/GlobalScript.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CevalScript.o build/CevalScript.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SimCodeVar.o build/SimCodeVar.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SimCodeFunctionUtil.o build/SimCodeFunctionUtil.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SimCodeFunction.o build/SimCodeFunction.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SimCode.o build/SimCode.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmSimCode.o build/HpcOmSimCode.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendDAE.o build/BackendDAE.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FVisit.o build/FVisit.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FTraverse.o build/FTraverse.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FResolve.o build/FResolve.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FNode.o build/FNode.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FMod.o build/FMod.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FLookup.o build/FLookup.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FGraphBuildEnv.o build/FGraphBuildEnv.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FGraphBuild.o build/FGraphBuild.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FGraph.o build/FGraph.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FExpand.o build/FExpand.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FCore.o build/FCore.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FBuiltin.o build/FBuiltin.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ValuesUtil.o build/ValuesUtil.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Values.o build/Values.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/UnitParserExt.o build/UnitParserExt.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/UnitAbsyn.o build/UnitAbsyn.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Types.o build/Types.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/StateMachineFlatten.o build/StateMachineFlatten.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeCheck.o build/NFSCodeCheck.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeLookup.o build/NFSCodeLookup.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeFlattenRedeclare.o build/NFSCodeFlattenRedeclare.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeFlatten.o build/NFSCodeFlatten.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeFlattenImports.o build/NFSCodeFlattenImports.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeEnv.o build/NFSCodeEnv.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeDependency.o build/NFSCodeDependency.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFLookup.o build/NFLookup.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFInstUtil.o build/NFInstUtil.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFInstTypes.o build/NFInstTypes.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFInstPrefix.o build/NFInstPrefix.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFInst.o build/NFInst.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFFlatten.o build/NFFlatten.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFEnvExtends.o build/NFEnvExtends.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFEnv.o build/NFEnv.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFConnect2.o build/NFConnect2.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Static.o build/Static.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SCodeUtil.o build/SCodeUtil.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SCodeDump.o build/SCodeDump.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SCode.o build/SCode.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/PrefixUtil.o build/PrefixUtil.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Prefix.o build/Prefix.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Patternm.o build/Patternm.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ParserExt.o build/ParserExt.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Parser.o build/Parser.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/OperatorOverloading.o build/OperatorOverloading.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Mod.o build/Mod.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/MMath.o build/MMath.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/MetaUtil.o build/MetaUtil.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Lookup.o build/Lookup.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstTypes.o build/InstTypes.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstStateMachineUtil.o build/InstStateMachineUtil.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstSection.o build/InstSection.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstExtends.o build/InstExtends.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstUtil.o build/InstUtil.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstBinding.o build/InstBinding.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstFunction.o build/InstFunction.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstDAE.o build/InstDAE.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstVar.o build/InstVar.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Inst.o build/Inst.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InnerOuter.o build/InnerOuter.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Inline.o build/Inline.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Graphviz.o build/Graphviz.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ExpressionSimplifyTypes.o build/ExpressionSimplifyTypes.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ExpressionSimplify.o build/ExpressionSimplify.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Expression.o build/Expression.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ExpressionDump.o build/ExpressionDump.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Dump.o build/Dump.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DAEUtil.o build/DAEUtil.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DAE.o build/DAE.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DAEDump.o build/DAEDump.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Constants.o build/Constants.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ConnectUtil.o build/ConnectUtil.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Connect.o build/Connect.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ConnectionGraph.o build/ConnectionGraph.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ComponentReference.o build/ComponentReference.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ClassLoader.o build/ClassLoader.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ClassInf.o build/ClassInf.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Ceval.o build/Ceval.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CevalFunction.o build/CevalFunction.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Builtin.o build/Builtin.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendInterface.o build/BackendInterface.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Algorithm.o build/Algorithm.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Absyn.o build/Absyn.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/File.o build/File.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/VisualXML_records.o build/VisualXML_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/TaskGraphResults_records.o build/TaskGraphResults_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SimulationResults_records.o build/SimulationResults_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableUnitToString_records.o build/HashTableUnitToString_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableStringToUnit_records.o build/HashTableStringToUnit_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrToUnit_records.o build/HashTableCrToUnit_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrToCrEqLst_records.o build/HashTableCrToCrEqLst_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrToExpSourceTpl_records.o build/HashTableCrToExpSourceTpl_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableExpToIndexExp_records.o build/HashTableExpToIndexExp_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrIntToExp_records.o build/HashTableCrIntToExp_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableExpToExp_records.o build/HashTableExpToExp_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrToExp_records.o build/HashTableCrToExp_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTable4_records.o build/HashTable4_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GraphML_records.o build/GraphML_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FMIExt_records.o build/FMIExt_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FMI_records.o build/FMI_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DiffAlgorithm_records.o build/DiffAlgorithm_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/VisualXMLTpl_records.o build/VisualXMLTpl_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/TaskSystemDump_records.o build/TaskSystemDump_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SimCodeDump_records.o build/SimCodeDump_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFInstDumpTpl_records.o build/NFInstDumpTpl_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GraphMLDumpTpl_records.o build/GraphMLDumpTpl_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GraphvizDump_records.o build/GraphvizDump_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenXML_records.o build/CodegenXML_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenQSS_records.o build/CodegenQSS_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenSparseFMI_records.o build/CodegenSparseFMI_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenModelica_records.o build/CodegenModelica_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenJS_records.o build/CodegenJS_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenJava_records.o build/CodegenJava_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenFMUCppHpcom_records.o build/CodegenFMUCppHpcom_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenFMUCpp_records.o build/CodegenFMUCpp_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenFMUCommon_records.o build/CodegenFMUCommon_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenFMU2_records.o build/CodegenFMU2_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenFMU1_records.o build/CodegenFMU1_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenFMU_records.o build/CodegenFMU_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenCSharp_records.o build/CodegenCSharp_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenCppInit_records.o build/CodegenCppInit_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenCppHpcom_records.o build/CodegenCppHpcom_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenCpp_records.o build/CodegenCpp_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenCppCommon_records.o build/CodegenCppCommon_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenC_records.o build/CodegenC_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenAdevs_records.o build/CodegenAdevs_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SimCodeUtil_records.o build/SimCodeUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SimCodeMain_records.o build/SimCodeMain_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SerializeModelInfo_records.o build/SerializeModelInfo_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmSimCodeMain_records.o build/HpcOmSimCodeMain_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CevalScriptBackend_records.o build/CevalScriptBackend_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/OpenModelicaScriptingAPI_records.o build/OpenModelicaScriptingAPI_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BlockCallRewrite_records.o build/BlockCallRewrite_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Figaro_records.o build/Figaro_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/RewriteRules_records.o build/RewriteRules_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Refactor_records.o build/Refactor_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/LexerModelicaDiff_records.o build/LexerModelicaDiff_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/UnitChecker_records.o build/UnitChecker_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/UnitAbsynBuilder_records.o build/UnitAbsynBuilder_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFInstDump_records.o build/NFInstDump_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DumpGraphviz_records.o build/DumpGraphviz_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CheckModel_records.o build/CheckModel_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FInst_records.o build/FInst_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FGraphStream_records.o build/FGraphStream_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FGraphDump_records.o build/FGraphDump_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/XMLDump_records.o build/XMLDump_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Vectorization_records.o build/Vectorization_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Unit_records.o build/Unit_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/UnitCheck_records.o build/UnitCheck_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Uncertainties_records.o build/Uncertainties_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Tearing_records.o build/Tearing_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableSM_records.o build/HashTableSM_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/StateMachineFeatures_records.o build/StateMachineFeatures_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SynchronousFeatures_records.o build/SynchronousFeatures_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SymbolicJacobian_records.o build/SymbolicJacobian_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Sorting_records.o build/Sorting_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ResolveLoops_records.o build/ResolveLoops_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/RemoveSimpleEquations_records.o build/RemoveSimpleEquations_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/OpenTURNS_records.o build/OpenTURNS_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/OnRelaxation_records.o build/OnRelaxation_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/MathematicaDump_records.o build/MathematicaDump_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Matching_records.o build/Matching_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Initialization_records.o build/Initialization_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InlineArrayEquations_records.o build/InlineArrayEquations_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/IndexReduction_records.o build/IndexReduction_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmTaskGraph_records.o build/HpcOmTaskGraph_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmSchedulerExt_records.o build/HpcOmSchedulerExt_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmScheduler_records.o build/HpcOmScheduler_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmMemory_records.o build/HpcOmMemory_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmEqSystems_records.o build/HpcOmEqSystems_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmBenchmarkExt_records.o build/HpcOmBenchmarkExt_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmBenchmark_records.o build/HpcOmBenchmark_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FindZeroCrossings_records.o build/FindZeroCrossings_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ExpressionSolve_records.o build/ExpressionSolve_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/EvaluateParameter_records.o build/EvaluateParameter_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/EvaluateFunctions_records.o build/EvaluateFunctions_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DynamicOptimization_records.o build/DynamicOptimization_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DumpHTML_records.o build/DumpHTML_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DumpGraphML_records.o build/DumpGraphML_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Differentiate_records.o build/Differentiate_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DAEQuery_records.o build/DAEQuery_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CommonSubExpression_records.o build/CommonSubExpression_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Causalize_records.o build/Causalize_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BinaryTreeInt_records.o build/BinaryTreeInt_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BinaryTree_records.o build/BinaryTree_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendVarTransform_records.o build/BackendVarTransform_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendVariable_records.o build/BackendVariable_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendQSS_records.o build/BackendQSS_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendInline_records.o build/BackendInline_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendEquation_records.o build/BackendEquation_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendDump_records.o build/BackendDump_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendDAEUtil_records.o build/BackendDAEUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendDAETransform_records.o build/BackendDAETransform_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendDAEOptimize_records.o build/BackendDAEOptimize_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendDAEEXT_records.o build/BackendDAEEXT_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendDAECreate_records.o build/BackendDAECreate_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendDAEFunc_records.o build/BackendDAEFunc_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/VarTransform_records.o build/VarTransform_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Util_records.o build/Util_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/System_records.o build/System_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Socket_records.o build/Socket_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/StringUtil_records.o build/StringUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/StackOverflow_records.o build/StackOverflow_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Settings_records.o build/Settings_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/PriorityQueue_records.o build/PriorityQueue_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Print_records.o build/Print_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ModelicaExternalC_records.o build/ModelicaExternalC_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/List_records.o build/List_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Lapack_records.o build/Lapack_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/IOStream_records.o build/IOStream_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/IOStreamExt_records.o build/IOStreamExt_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableStringToProgram_records.o build/HashTableStringToProgram_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableStringToPath_records.o build/HashTableStringToPath_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableSM1_records.o build/HashTableSM1_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableExpToIndex_records.o build/HashTableExpToIndex_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTable_records.o build/HashTable_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrToExpOption_records.o build/HashTableCrToExpOption_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrIListArray_records.o build/HashTableCrIListArray_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrILst_records.o build/HashTableCrILst_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCG_records.o build/HashTableCG_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTable5_records.o build/HashTable5_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTable3_records.o build/HashTable3_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashTable2_records.o build/HashTable2_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashSetString_records.o build/HashSetString_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HashSet_records.o build/HashSet_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GraphStreamExt_records.o build/GraphStreamExt_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GraphStream_records.o build/GraphStream_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Graph_records.o build/Graph_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GC_records.o build/GC_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Flags_records.o build/Flags_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Error_records.o build/Error_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ErrorExt_records.o build/ErrorExt_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DynLoad_records.o build/DynLoad_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Debug_records.o build/Debug_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Corba_records.o build/Corba_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Config_records.o build/Config_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ClockIndexes_records.o build/ClockIndexes_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BaseHashSet_records.o build/BaseHashSet_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BaseHashTable_records.o build/BaseHashTable_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/AvlTreeString_records.o build/AvlTreeString_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Array_records.o build/Array_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Main_records.o build/Main_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Global_records.o build/Global_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Unparsing_records.o build/Unparsing_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/TplParser_records.o build/TplParser_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Tpl_records.o build/Tpl_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/TplMain_records.o build/TplMain_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/TplCodegen_records.o build/TplCodegen_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/TplAbsyn_records.o build/TplAbsyn_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SCodeDumpTpl_records.o build/SCodeDumpTpl_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GenerateAPIFunctionsTpl_records.o build/GenerateAPIFunctionsTpl_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ExpressionDumpTpl_records.o build/ExpressionDumpTpl_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DAEDumpTpl_records.o build/DAEDumpTpl_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenUtil_records.o build/CodegenUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenCFunctions_records.o build/CodegenCFunctions_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/AbsynDumpTpl_records.o build/AbsynDumpTpl_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Interactive_records.o build/Interactive_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/StaticScript_records.o build/StaticScript_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GlobalScriptUtil_records.o build/GlobalScriptUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GlobalScriptDump_records.o build/GlobalScriptDump_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/GlobalScript_records.o build/GlobalScript_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CevalScript_records.o build/CevalScript_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SimCodeVar_records.o build/SimCodeVar_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SimCodeFunctionUtil_records.o build/SimCodeFunctionUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SimCodeFunction_records.o build/SimCodeFunction_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SimCode_records.o build/SimCode_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmSimCode_records.o build/HpcOmSimCode_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendDAE_records.o build/BackendDAE_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FVisit_records.o build/FVisit_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FTraverse_records.o build/FTraverse_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FResolve_records.o build/FResolve_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FNode_records.o build/FNode_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FMod_records.o build/FMod_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FLookup_records.o build/FLookup_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FGraphBuildEnv_records.o build/FGraphBuildEnv_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FGraphBuild_records.o build/FGraphBuild_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FGraph_records.o build/FGraph_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FExpand_records.o build/FExpand_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FCore_records.o build/FCore_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/FBuiltin_records.o build/FBuiltin_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ValuesUtil_records.o build/ValuesUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Values_records.o build/Values_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/UnitParserExt_records.o build/UnitParserExt_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/UnitAbsyn_records.o build/UnitAbsyn_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Types_records.o build/Types_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/StateMachineFlatten_records.o build/StateMachineFlatten_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeCheck_records.o build/NFSCodeCheck_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeLookup_records.o build/NFSCodeLookup_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeFlattenRedeclare_records.o build/NFSCodeFlattenRedeclare_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeFlatten_records.o build/NFSCodeFlatten_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeFlattenImports_records.o build/NFSCodeFlattenImports_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeEnv_records.o build/NFSCodeEnv_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeDependency_records.o build/NFSCodeDependency_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFLookup_records.o build/NFLookup_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFInstUtil_records.o build/NFInstUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFInstTypes_records.o build/NFInstTypes_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFInstPrefix_records.o build/NFInstPrefix_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFInst_records.o build/NFInst_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFFlatten_records.o build/NFFlatten_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFEnvExtends_records.o build/NFEnvExtends_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFEnv_records.o build/NFEnv_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/NFConnect2_records.o build/NFConnect2_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Static_records.o build/Static_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SCodeUtil_records.o build/SCodeUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SCodeDump_records.o build/SCodeDump_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/SCode_records.o build/SCode_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/PrefixUtil_records.o build/PrefixUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Prefix_records.o build/Prefix_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Patternm_records.o build/Patternm_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ParserExt_records.o build/ParserExt_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Parser_records.o build/Parser_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/OperatorOverloading_records.o build/OperatorOverloading_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Mod_records.o build/Mod_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/MMath_records.o build/MMath_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/MetaUtil_records.o build/MetaUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Lookup_records.o build/Lookup_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstTypes_records.o build/InstTypes_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstStateMachineUtil_records.o build/InstStateMachineUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstSection_records.o build/InstSection_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstExtends_records.o build/InstExtends_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstUtil_records.o build/InstUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstBinding_records.o build/InstBinding_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstFunction_records.o build/InstFunction_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstDAE_records.o build/InstDAE_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InstVar_records.o build/InstVar_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Inst_records.o build/Inst_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/InnerOuter_records.o build/InnerOuter_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Inline_records.o build/Inline_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Graphviz_records.o build/Graphviz_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ExpressionSimplifyTypes_records.o build/ExpressionSimplifyTypes_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ExpressionSimplify_records.o build/ExpressionSimplify_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Expression_records.o build/Expression_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ExpressionDump_records.o build/ExpressionDump_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Dump_records.o build/Dump_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DAEUtil_records.o build/DAEUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DAE_records.o build/DAE_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/DAEDump_records.o build/DAEDump_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Constants_records.o build/Constants_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ConnectUtil_records.o build/ConnectUtil_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Connect_records.o build/Connect_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ConnectionGraph_records.o build/ConnectionGraph_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ComponentReference_records.o build/ComponentReference_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ClassLoader_records.o build/ClassLoader_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/ClassInf_records.o build/ClassInf_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Ceval_records.o build/Ceval_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/CevalFunction_records.o build/CevalFunction_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Builtin_records.o build/Builtin_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/BackendInterface_records.o build/BackendInterface_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Algorithm_records.o build/Algorithm_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/Absyn_records.o build/Absyn_records.c clang -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -c -o build/File_records.o build/File_records.c cp -a build/_main.c build/_main_omc.c clang -c build/_main_omc.c -o build/_main_omc.o -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= clang -shared -Wl,-rpath,'@loader_path/../lib/x86_64-darwin15.0.0/omc/' -o /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/libOpenModelicaCompiler.dylib build/VisualXML.o build/TaskGraphResults.o build/SimulationResults.o build/HashTableUnitToString.o build/HashTableStringToUnit.o build/HashTableCrToUnit.o build/HashTableCrToCrEqLst.o build/HashTableCrToExpSourceTpl.o build/HashTableExpToIndexExp.o build/HashTableCrIntToExp.o build/HashTableExpToExp.o build/HashTableCrToExp.o build/HashTable4.o build/GraphML.o build/FMIExt.o build/FMI.o build/DiffAlgorithm.o build/VisualXMLTpl.o build/TaskSystemDump.o build/SimCodeDump.o build/NFInstDumpTpl.o build/GraphMLDumpTpl.o build/GraphvizDump.o build/CodegenXML.o build/CodegenQSS.o build/CodegenSparseFMI.o build/CodegenModelica.o build/CodegenJS.o build/CodegenJava.o build/CodegenFMUCppHpcom.o build/CodegenFMUCpp.o build/CodegenFMUCommon.o build/CodegenFMU2.o build/CodegenFMU1.o build/CodegenFMU.o build/CodegenCSharp.o build/CodegenCppInit.o build/CodegenCppHpcom.o build/CodegenCpp.o build/CodegenCppCommon.o build/CodegenC.o build/CodegenAdevs.o build/SimCodeUtil.o build/SimCodeMain.o build/SerializeModelInfo.o build/HpcOmSimCodeMain.o build/CevalScriptBackend.o build/OpenModelicaScriptingAPI.o build/BlockCallRewrite.o build/Figaro.o build/RewriteRules.o build/Refactor.o build/LexerModelicaDiff.o build/UnitChecker.o build/UnitAbsynBuilder.o build/NFInstDump.o build/DumpGraphviz.o build/CheckModel.o build/FInst.o build/FGraphStream.o build/FGraphDump.o build/XMLDump.o build/Vectorization.o build/Unit.o build/UnitCheck.o build/Uncertainties.o build/Tearing.o build/HashTableSM.o build/StateMachineFeatures.o build/SynchronousFeatures.o build/SymbolicJacobian.o build/Sorting.o build/ResolveLoops.o build/RemoveSimpleEquations.o build/OpenTURNS.o build/OnRelaxation.o build/MathematicaDump.o build/Matching.o build/Initialization.o build/InlineArrayEquations.o build/IndexReduction.o build/HpcOmTaskGraph.o build/HpcOmSchedulerExt.o build/HpcOmScheduler.o build/HpcOmMemory.o build/HpcOmEqSystems.o build/HpcOmBenchmarkExt.o build/HpcOmBenchmark.o build/FindZeroCrossings.o build/ExpressionSolve.o build/EvaluateParameter.o build/EvaluateFunctions.o build/DynamicOptimization.o build/DumpHTML.o build/DumpGraphML.o build/Differentiate.o build/DAEQuery.o build/CommonSubExpression.o build/Causalize.o build/BinaryTreeInt.o build/BinaryTree.o build/BackendVarTransform.o build/BackendVariable.o build/BackendQSS.o build/BackendInline.o build/BackendEquation.o build/BackendDump.o build/BackendDAEUtil.o build/BackendDAETransform.o build/BackendDAEOptimize.o build/BackendDAEEXT.o build/BackendDAECreate.o build/BackendDAEFunc.o build/VarTransform.o build/Util.o build/System.o build/Socket.o build/StringUtil.o build/StackOverflow.o build/Settings.o build/PriorityQueue.o build/Print.o build/ModelicaExternalC.o build/List.o build/Lapack.o build/IOStream.o build/IOStreamExt.o build/HashTableStringToProgram.o build/HashTableStringToPath.o build/HashTableSM1.o build/HashTableExpToIndex.o build/HashTable.o build/HashTableCrToExpOption.o build/HashTableCrIListArray.o build/HashTableCrILst.o build/HashTableCG.o build/HashTable5.o build/HashTable3.o build/HashTable2.o build/HashSetString.o build/HashSet.o build/GraphStreamExt.o build/GraphStream.o build/Graph.o build/GC.o build/Flags.o build/Error.o build/ErrorExt.o build/DynLoad.o build/Debug.o build/Corba.o build/Config.o build/ClockIndexes.o build/BaseHashSet.o build/BaseHashTable.o build/AvlTreeString.o build/Array.o build/Main.o build/Global.o build/Unparsing.o build/TplParser.o build/Tpl.o build/TplMain.o build/TplCodegen.o build/TplAbsyn.o build/SCodeDumpTpl.o build/GenerateAPIFunctionsTpl.o build/ExpressionDumpTpl.o build/DAEDumpTpl.o build/CodegenUtil.o build/CodegenCFunctions.o build/AbsynDumpTpl.o build/Interactive.o build/StaticScript.o build/GlobalScriptUtil.o build/GlobalScriptDump.o build/GlobalScript.o build/CevalScript.o build/SimCodeVar.o build/SimCodeFunctionUtil.o build/SimCodeFunction.o build/SimCode.o build/HpcOmSimCode.o build/BackendDAE.o build/FVisit.o build/FTraverse.o build/FResolve.o build/FNode.o build/FMod.o build/FLookup.o build/FGraphBuildEnv.o build/FGraphBuild.o build/FGraph.o build/FExpand.o build/FCore.o build/FBuiltin.o build/ValuesUtil.o build/Values.o build/UnitParserExt.o build/UnitAbsyn.o build/Types.o build/StateMachineFlatten.o build/NFSCodeCheck.o build/NFSCodeLookup.o build/NFSCodeFlattenRedeclare.o build/NFSCodeFlatten.o build/NFSCodeFlattenImports.o build/NFSCodeEnv.o build/NFSCodeDependency.o build/NFLookup.o build/NFInstUtil.o build/NFInstTypes.o build/NFInstPrefix.o build/NFInst.o build/NFFlatten.o build/NFEnvExtends.o build/NFEnv.o build/NFConnect2.o build/Static.o build/SCodeUtil.o build/SCodeDump.o build/SCode.o build/PrefixUtil.o build/Prefix.o build/Patternm.o build/ParserExt.o build/Parser.o build/OperatorOverloading.o build/Mod.o build/MMath.o build/MetaUtil.o build/Lookup.o build/InstTypes.o build/InstStateMachineUtil.o build/InstSection.o build/InstExtends.o build/InstUtil.o build/InstBinding.o build/InstFunction.o build/InstDAE.o build/InstVar.o build/Inst.o build/InnerOuter.o build/Inline.o build/Graphviz.o build/ExpressionSimplifyTypes.o build/ExpressionSimplify.o build/Expression.o build/ExpressionDump.o build/Dump.o build/DAEUtil.o build/DAE.o build/DAEDump.o build/Constants.o build/ConnectUtil.o build/Connect.o build/ConnectionGraph.o build/ComponentReference.o build/ClassLoader.o build/ClassInf.o build/Ceval.o build/CevalFunction.o build/Builtin.o build/BackendInterface.o build/Algorithm.o build/Absyn.o build/File.o build/VisualXML_records.o build/TaskGraphResults_records.o build/SimulationResults_records.o build/HashTableUnitToString_records.o build/HashTableStringToUnit_records.o build/HashTableCrToUnit_records.o build/HashTableCrToCrEqLst_records.o build/HashTableCrToExpSourceTpl_records.o build/HashTableExpToIndexExp_records.o build/HashTableCrIntToExp_records.o build/HashTableExpToExp_records.o build/HashTableCrToExp_records.o build/HashTable4_records.o build/GraphML_records.o build/FMIExt_records.o build/FMI_records.o build/DiffAlgorithm_records.o build/VisualXMLTpl_records.o build/TaskSystemDump_records.o build/SimCodeDump_records.o build/NFInstDumpTpl_records.o build/GraphMLDumpTpl_records.o build/GraphvizDump_records.o build/CodegenXML_records.o build/CodegenQSS_records.o build/CodegenSparseFMI_records.o build/CodegenModelica_records.o build/CodegenJS_records.o build/CodegenJava_records.o build/CodegenFMUCppHpcom_records.o build/CodegenFMUCpp_records.o build/CodegenFMUCommon_records.o build/CodegenFMU2_records.o build/CodegenFMU1_records.o build/CodegenFMU_records.o build/CodegenCSharp_records.o build/CodegenCppInit_records.o build/CodegenCppHpcom_records.o build/CodegenCpp_records.o build/CodegenCppCommon_records.o build/CodegenC_records.o build/CodegenAdevs_records.o build/SimCodeUtil_records.o build/SimCodeMain_records.o build/SerializeModelInfo_records.o build/HpcOmSimCodeMain_records.o build/CevalScriptBackend_records.o build/OpenModelicaScriptingAPI_records.o build/BlockCallRewrite_records.o build/Figaro_records.o build/RewriteRules_records.o build/Refactor_records.o build/LexerModelicaDiff_records.o build/UnitChecker_records.o build/UnitAbsynBuilder_records.o build/NFInstDump_records.o build/DumpGraphviz_records.o build/CheckModel_records.o build/FInst_records.o build/FGraphStream_records.o build/FGraphDump_records.o build/XMLDump_records.o build/Vectorization_records.o build/Unit_records.o build/UnitCheck_records.o build/Uncertainties_records.o build/Tearing_records.o build/HashTableSM_records.o build/StateMachineFeatures_records.o build/SynchronousFeatures_records.o build/SymbolicJacobian_records.o build/Sorting_records.o build/ResolveLoops_records.o build/RemoveSimpleEquations_records.o build/OpenTURNS_records.o build/OnRelaxation_records.o build/MathematicaDump_records.o build/Matching_records.o build/Initialization_records.o build/InlineArrayEquations_records.o build/IndexReduction_records.o build/HpcOmTaskGraph_records.o build/HpcOmSchedulerExt_records.o build/HpcOmScheduler_records.o build/HpcOmMemory_records.o build/HpcOmEqSystems_records.o build/HpcOmBenchmarkExt_records.o build/HpcOmBenchmark_records.o build/FindZeroCrossings_records.o build/ExpressionSolve_records.o build/EvaluateParameter_records.o build/EvaluateFunctions_records.o build/DynamicOptimization_records.o build/DumpHTML_records.o build/DumpGraphML_records.o build/Differentiate_records.o build/DAEQuery_records.o build/CommonSubExpression_records.o build/Causalize_records.o build/BinaryTreeInt_records.o build/BinaryTree_records.o build/BackendVarTransform_records.o build/BackendVariable_records.o build/BackendQSS_records.o build/BackendInline_records.o build/BackendEquation_records.o build/BackendDump_records.o build/BackendDAEUtil_records.o build/BackendDAETransform_records.o build/BackendDAEOptimize_records.o build/BackendDAEEXT_records.o build/BackendDAECreate_records.o build/BackendDAEFunc_records.o build/VarTransform_records.o build/Util_records.o build/System_records.o build/Socket_records.o build/StringUtil_records.o build/StackOverflow_records.o build/Settings_records.o build/PriorityQueue_records.o build/Print_records.o build/ModelicaExternalC_records.o build/List_records.o build/Lapack_records.o build/IOStream_records.o build/IOStreamExt_records.o build/HashTableStringToProgram_records.o build/HashTableStringToPath_records.o build/HashTableSM1_records.o build/HashTableExpToIndex_records.o build/HashTable_records.o build/HashTableCrToExpOption_records.o build/HashTableCrIListArray_records.o build/HashTableCrILst_records.o build/HashTableCG_records.o build/HashTable5_records.o build/HashTable3_records.o build/HashTable2_records.o build/HashSetString_records.o build/HashSet_records.o build/GraphStreamExt_records.o build/GraphStream_records.o build/Graph_records.o build/GC_records.o build/Flags_records.o build/Error_records.o build/ErrorExt_records.o build/DynLoad_records.o build/Debug_records.o build/Corba_records.o build/Config_records.o build/ClockIndexes_records.o build/BaseHashSet_records.o build/BaseHashTable_records.o build/AvlTreeString_records.o build/Array_records.o build/Main_records.o build/Global_records.o build/Unparsing_records.o build/TplParser_records.o build/Tpl_records.o build/TplMain_records.o build/TplCodegen_records.o build/TplAbsyn_records.o build/SCodeDumpTpl_records.o build/GenerateAPIFunctionsTpl_records.o build/ExpressionDumpTpl_records.o build/DAEDumpTpl_records.o build/CodegenUtil_records.o build/CodegenCFunctions_records.o build/AbsynDumpTpl_records.o build/Interactive_records.o build/StaticScript_records.o build/GlobalScriptUtil_records.o build/GlobalScriptDump_records.o build/GlobalScript_records.o build/CevalScript_records.o build/SimCodeVar_records.o build/SimCodeFunctionUtil_records.o build/SimCodeFunction_records.o build/SimCode_records.o build/HpcOmSimCode_records.o build/BackendDAE_records.o build/FVisit_records.o build/FTraverse_records.o build/FResolve_records.o build/FNode_records.o build/FMod_records.o build/FLookup_records.o build/FGraphBuildEnv_records.o build/FGraphBuild_records.o build/FGraph_records.o build/FExpand_records.o build/FCore_records.o build/FBuiltin_records.o build/ValuesUtil_records.o build/Values_records.o build/UnitParserExt_records.o build/UnitAbsyn_records.o build/Types_records.o build/StateMachineFlatten_records.o build/NFSCodeCheck_records.o build/NFSCodeLookup_records.o build/NFSCodeFlattenRedeclare_records.o build/NFSCodeFlatten_records.o build/NFSCodeFlattenImports_records.o build/NFSCodeEnv_records.o build/NFSCodeDependency_records.o build/NFLookup_records.o build/NFInstUtil_records.o build/NFInstTypes_records.o build/NFInstPrefix_records.o build/NFInst_records.o build/NFFlatten_records.o build/NFEnvExtends_records.o build/NFEnv_records.o build/NFConnect2_records.o build/Static_records.o build/SCodeUtil_records.o build/SCodeDump_records.o build/SCode_records.o build/PrefixUtil_records.o build/Prefix_records.o build/Patternm_records.o build/ParserExt_records.o build/Parser_records.o build/OperatorOverloading_records.o build/Mod_records.o build/MMath_records.o build/MetaUtil_records.o build/Lookup_records.o build/InstTypes_records.o build/InstStateMachineUtil_records.o build/InstSection_records.o build/InstExtends_records.o build/InstUtil_records.o build/InstBinding_records.o build/InstFunction_records.o build/InstDAE_records.o build/InstVar_records.o build/Inst_records.o build/InnerOuter_records.o build/Inline_records.o build/Graphviz_records.o build/ExpressionSimplifyTypes_records.o build/ExpressionSimplify_records.o build/Expression_records.o build/ExpressionDump_records.o build/Dump_records.o build/DAEUtil_records.o build/DAE_records.o build/DAEDump_records.o build/Constants_records.o build/ConnectUtil_records.o build/Connect_records.o build/ConnectionGraph_records.o build/ComponentReference_records.o build/ClassLoader_records.o build/ClassInf_records.o build/Ceval_records.o build/CevalFunction_records.o build/Builtin_records.o build/BackendInterface_records.o build/Algorithm_records.o build/Absyn_records.o build/File_records.o /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/libomcruntime.a /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/libomparse.a build/_main_omc.o -L. -Lbuild/ -L"/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc" -lomparse -lomcruntime -lOpenModelicaRuntimeC -lModelicaExternalC -lomantlr3 -L/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/install/lib -lfmilib -L/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/graphstream/gs-netstream/c++/ -lnetstream -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -lomcgc -lm -lpthread -lstdc++ -llpsolve55 -Wl,-undefined -Wl,dynamic_lookup -L/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc -lmetis -lexpat -llapack -lblas test ! ".dylib" = ".dylib" || install_name_tool -id @rpath/libOpenModelicaCompiler.dylib /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/libOpenModelicaCompiler.dylib clang -DOMC_ENTRYPOINT_STATIC= -c build/_main.c -o build/_main.o -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= clang build/_main.o -Wl,-rpath,'@loader_path/../lib/x86_64-darwin15.0.0/omc/' -I/usr/local/opt/gettext/include -I/usr/local/Cellar/lp_solve/5.5.2.0/include -fno-stack-protector -I"/Users/grantstephens/Repos/OpenModelica/build/include/omc/c" -DADD_METARECORD_DEFINITIONS= -o build/omc -L. -Lbuild/ -L"/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc" -lomparse -lomcruntime -lOpenModelicaRuntimeC -lModelicaExternalC -lomantlr3 -L/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/FMIL/install/lib -lfmilib -L/Users/grantstephens/Repos/OpenModelica/OMCompiler/3rdParty/graphstream/gs-netstream/c++/ -lnetstream -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/lp_solve/5.5.2.0/lib -lomcgc -lm -lpthread -lstdc++ -llpsolve55 -Wl,-undefined -Wl,dynamic_lookup -L/Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc -lmetis -lexpat -llapack -lblas -lOpenModelicaCompiler cp -a build/OpenModelicaScriptingAPI.h /Users/grantstephens/Repos/OpenModelica/build/include/omc/scripting-API cp -a build/omc /Users/grantstephens/Repos/OpenModelica/build/bin/ cp -a /Users/grantstephens/Repos/OpenModelica/build/lib/x86_64-darwin15.0.0/omc/libOpenModelicaCompiler.dylib /Users/grantstephens/Repos/OpenModelica/build/bin/ Bootstrapping phase 3/3 completed