Created
May 1, 2019 20:11
-
-
Save lambdageek/bbacd8597e50a2dd6ba2f43d8d155c30 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| make -C runtime all-mcs build_profiles=monodroid_designer PROFILE_PLATFORM= | |
| win32 | |
| cp ../data/config etc/mono/config | |
| if test -d "/Users/alklig/work/mono-monodroid_designer_profile/support"; then \ | |
| sed 's,target="$mono_libdir/libMonoPosixHelper.dylib",target="/Users/alklig/work/mono-monodroid_designer_profile/support/libMonoPosixHelper.la",' etc/mono/config > etc/mono/config.tmp \ | |
| && mv etc/mono/config.tmp etc/mono/config \ | |
| ; \ | |
| else \ | |
| echo "Unknown directory '/Users/alklig/work/mono-monodroid_designer_profile/support'" && false; \ | |
| fi | |
| if test -d "/Users/alklig/work/mono-monodroid_designer_profile/mono/native"; then \ | |
| sed 's,target="$mono_libdir/libmono-native.dylib",target="/Users/alklig/work/mono-monodroid_designer_profile/mono/native/libmono-native.la",' etc/mono/config > etc/mono/config.tmp \ | |
| && mv etc/mono/config.tmp etc/mono/config \ | |
| ; \ | |
| else \ | |
| echo "Unknown directory '/Users/alklig/work/mono-monodroid_designer_profile/mono/native'" && false; \ | |
| fi | |
| if test -d "/Users/alklig/work/mono-monodroid_designer_profile/mono/btls/build-shared"; then \ | |
| sed 's,target="$mono_libdir/libmono-btls-shared.dylib",target="/Users/alklig/work/mono-monodroid_designer_profile/mono/btls/build-shared/libmono-btls-shared.dylib",' etc/mono/config > etc/mono/config.tmp \ | |
| && mv etc/mono/config.tmp etc/mono/config \ | |
| ; \ | |
| else \ | |
| echo "Unknown directory '/Users/alklig/work/mono-monodroid_designer_profile/mono/btls/build-shared'"; \ | |
| fi | |
| Unknown directory '/Users/alklig/work/mono-monodroid_designer_profile/mono/btls/build-shared' | |
| if test -n "/Library/Frameworks/Mono.framework/Versions/Current/lib/libgdiplus.dylib"; then \ | |
| sed 's,target="/Library/Frameworks/Mono.framework/Versions/Current/lib/libgdiplus.dylib",target="/Library/Frameworks/Mono.framework/Versions/Current/lib/libgdiplus.dylib",' etc/mono/config > etc/mono/config.tmp \ | |
| && mv etc/mono/config.tmp etc/mono/config \ | |
| ; \ | |
| fi | |
| cat etc/mono/config | |
| <configuration> | |
| <dllmap dll="i:cygwin1.dll" target="libc.dylib" os="!windows" /> | |
| <dllmap dll="libc" target="libc.dylib" os="!windows"/> | |
| <dllmap dll="intl" target="libintl.dylib" os="!windows"/> | |
| <dllmap dll="intl" name="bind_textdomain_codeset" target="libc.dylib" os="solaris"/> | |
| <dllmap dll="libintl" name="bind_textdomain_codeset" target="libc.dylib" os="solaris"/> | |
| <dllmap dll="libintl" target="libintl.dylib" os="!windows"/> | |
| <dllmap dll="i:libxslt.dll" target="libxslt.dylib" os="!windows"/> | |
| <dllmap dll="i:odbc32.dll" target="libodbc.dylib" os="!windows"/> | |
| <dllmap dll="i:odbc32.dll" target="libiodbc.dylib" os="osx"/> | |
| <dllmap dll="oci" target="libclntsh.dylib" os="!windows"/> | |
| <dllmap dll="db2cli" target="libdb2_36.dylib" os="!windows"/> | |
| <dllmap dll="MonoPosixHelper" target="/Users/alklig/work/mono-monodroid_designer_profile/support/libMonoPosixHelper.la" os="!windows" /> | |
| <dllmap dll="System.Native" target="/Users/alklig/work/mono-monodroid_designer_profile/mono/native/libmono-native.la" os="!windows" /> | |
| <dllmap dll="System.Net.Security.Native" target="/Users/alklig/work/mono-monodroid_designer_profile/mono/native/libmono-native.la" os="!windows" /> | |
| <dllmap dll="System.Security.Cryptography.Native.Apple" target="/Users/alklig/work/mono-monodroid_designer_profile/mono/native/libmono-native.la" os="osx" /> | |
| <dllmap dll="libmono-btls-shared" target="$mono_libdir/libmono-btls-shared.dylib" os="!windows" /> | |
| <dllmap dll="i:msvcrt" target="libc.dylib" os="!windows"/> | |
| <dllmap dll="i:msvcrt.dll" target="libc.dylib" os="!windows"/> | |
| <dllmap dll="sqlite" target="libsqlite.0.dylib" os="!windows"/> | |
| <dllmap dll="sqlite3" target="libsqlite3.0.dylib" os="!windows"/> | |
| <dllmap dll="libX11" target="libX11.dylib" os="!windows" /> | |
| <dllmap dll="libgdk-x11-2.0" target="libgdk-x11-2.0.dylib" os="!windows"/> | |
| <dllmap dll="libgdk_pixbuf-2.0" target="libgdk_pixbuf-2.0.so.0" os="!windows"/> | |
| <dllmap dll="libgtk-x11-2.0" target="libgtk-x11-2.0.dylib" os="!windows"/> | |
| <dllmap dll="libglib-2.0" target="libglib-2.0.so.0" os="!windows"/> | |
| <dllmap dll="libgobject-2.0" target="libgobject-2.0.so.0" os="!windows"/> | |
| <dllmap dll="libgnomeui-2" target="libgnomeui-2.so.0" os="!windows"/> | |
| <dllmap dll="librsvg-2" target="librsvg-2.so.2" os="!windows"/> | |
| <dllmap dll="libXinerama" target="libXinerama.so.1" os="!windows" /> | |
| <dllmap dll="libasound" target="libasound.so.2" os="!windows" /> | |
| <dllmap dll="libcairo-2.dll" target="libcairo.so.2" os="!windows"/> | |
| <dllmap dll="libcairo-2.dll" target="libcairo.2.dylib" os="osx"/> | |
| <dllmap dll="libcups" target="libcups.so.2" os="!windows"/> | |
| <dllmap dll="libcups" target="libcups.dylib" os="osx"/> | |
| <dllmap dll="i:kernel32.dll"> | |
| <dllentry dll="__Internal" name="CopyMemory" target="mono_win32_compat_CopyMemory"/> | |
| <dllentry dll="__Internal" name="FillMemory" target="mono_win32_compat_FillMemory"/> | |
| <dllentry dll="__Internal" name="MoveMemory" target="mono_win32_compat_MoveMemory"/> | |
| <dllentry dll="__Internal" name="ZeroMemory" target="mono_win32_compat_ZeroMemory"/> | |
| </dllmap> | |
| <dllmap dll="gdiplus" target="/Library/Frameworks/Mono.framework/Versions/Current/lib/libgdiplus.dylib" os="!windows"/> | |
| <dllmap dll="gdiplus.dll" target="/Library/Frameworks/Mono.framework/Versions/Current/lib/libgdiplus.dylib" os="!windows"/> | |
| <dllmap dll="gdi32" target="/Library/Frameworks/Mono.framework/Versions/Current/lib/libgdiplus.dylib" os="!windows"/> | |
| <dllmap dll="gdi32.dll" target="/Library/Frameworks/Mono.framework/Versions/Current/lib/libgdiplus.dylib" os="!windows"/> | |
| </configuration> | |
| /bin/sh ../mkinstalldirs _tmpinst/bin | |
| mkdir -p -- _tmpinst/bin | |
| cp mono-wrapper _tmpinst/bin/mono | |
| echo '#! /bin/sh' > _tmpinst/bin/ilasm ; \ | |
| r=`pwd`; m=`cd /Users/alklig/work/mono-monodroid_designer_profile/mcs && pwd`; \ | |
| echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/ilasm/ilasm.exe"'" "$@"' >> _tmpinst/bin/ilasm ; \ | |
| chmod +x _tmpinst/bin/ilasm | |
| echo '#! /bin/sh' > _tmpinst/bin/csc ; \ | |
| r=`pwd`; m=`cd /Users/alklig/work/mono-monodroid_designer_profile/mcs && pwd`; \ | |
| echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"/Users/alklig/work/mono-monodroid_designer_profile/external/roslyn-binaries/Microsoft.Net.Compilers/3.1.0/csc.exe"'" "$@"' >> _tmpinst/bin/csc ; \ | |
| chmod +x _tmpinst/bin/csc | |
| echo '#! /bin/sh' > _tmpinst/bin/mcs ; \ | |
| r=`pwd`; m=`cd /Users/alklig/work/mono-monodroid_designer_profile/mcs && pwd`; \ | |
| echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/class/lib/net_4_x/mcs.exe"'" "$@"' >> _tmpinst/bin/mcs ; \ | |
| chmod +x _tmpinst/bin/mcs | |
| echo '#! /bin/sh' > _tmpinst/bin/al ; \ | |
| r=`pwd`; m=`cd /Users/alklig/work/mono-monodroid_designer_profile/mcs && pwd`; \ | |
| echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/class/lib/net_4_x/al.exe"'" "$@"' >> _tmpinst/bin/al ; \ | |
| chmod +x _tmpinst/bin/al | |
| if test -w /Users/alklig/work/mono-monodroid_designer_profile/mcs; then :; else chmod -R +w /Users/alklig/work/mono-monodroid_designer_profile/mcs; fi | |
| cd /Users/alklig/work/mono-monodroid_designer_profile/mcs && /Applications/Xcode94.app/Contents/Developer/usr/bin/make --no-print-directory -s NO_DIR_CHECK=1 PROFILES='monodroid_designer' CC='gcc' all-profiles | |
| mkdir -p -- build/deps | |
| Microsoft (R) Visual C# Compiler version 3.1.19.16208 (b02e2c50) | |
| Copyright (C) Microsoft Corporation. All rights reserved. | |
| ld: warning: URGENT: building for OSX, but linking against dylib (/usr/lib/libSystem.dylib) built for (unknown). Note: This will be an error in the future. | |
| mkdir -p -- ../../class/lib/build-win32/tmp/ | |
| CSC [build-win32] gensources.exe | |
| mkdir -p -- ../../class/lib/build-macos | |
| Cannot open assembly './../../class/lib/build/tmp/gensources.exe': No such file or directory. | |
| Cannot open assembly './../../class/lib/build/tmp/gensources.exe': No such file or directory. | |
| Cannot open assembly './../../class/lib/build/tmp/gensources.exe': No such file or directory. | |
| Cannot open assembly './../../class/lib/build/tmp/gensources.exe': No such file or directory. | |
| Cannot open assembly './../../class/lib/build/tmp/gensources.exe': No such file or directory. | |
| Cannot open assembly './../../class/lib/build/tmp/gensources.exe': No such file or directory. | |
| Makefile:20: warning: overriding commands for target `test-local' | |
| ../../build/library.make:208: warning: ignoring old commands for target `test-local' | |
| Cannot open assembly './../../class/lib/build/tmp/gensources.exe': No such file or directory. | |
| Cannot open assembly './../../class/lib/build/tmp/gensources.exe': No such file or directory. | |
| Cannot open assembly './../../class/lib/build/tmp/gensources.exe': No such file or directory. | |
| Cannot open assembly './../../class/lib/build/tmp/gensources.exe': No such file or directory. | |
| Cannot open assembly './../../class/lib/build/tmp/gensources.exe': No such file or directory. | |
| Cannot open assembly './../../class/lib/build/tmp/gensources.exe': No such file or directory. | |
| Cannot open assembly './../../class/lib/build/tmp/gensources.exe': No such file or directory. | |
| Cannot open assembly './../../class/lib/build/tmp/gensources.exe': No such file or directory. | |
| Cannot open assembly './../../class/lib/build/tmp/gensources.exe': No such file or directory. | |
| Cannot open assembly './../../class/lib/build/tmp/gensources.exe': No such file or directory. | |
| Cannot open assembly './../../class/lib/build/tmp/gensources.exe': No such file or directory. | |
| make[5]: *** [do-all] Error 2 | |
| make[4]: *** [all-recursive] Error 1 | |
| make[3]: *** [all-recursive] Error 1 | |
| make[2]: *** [profile-do--build--all] Error 2 | |
| make[1]: *** [profiles-do--all] Error 2 | |
| make: *** [all-mcs] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment