See https://aka.ms/dotnet-discord in the #monovm channel for our primary community location.
Git submodules updated successfully
Error: Couldn't find the required submodules. This usually happens when using an archive from GitHub instead of https://download.mono-project.com/sources/mono/, or something went wrong while updating submodules.
mono-6.12.0.111 124f1157141
--recurse-submodules
option
BINDING.call_static_method
.
mono /usr/lib/mono/msbuild/15.0/bin/MSBuild.dll Solution.sln
but it complains about error MSB4019: The imported project "/usr/lib/mono/msbuild/15.0/bin/Roslyn/Microsoft.CSharp.Core.targets" was not found
. Passing RoslynTargetsPath=/usr/lib/mono/msbuild/Current/bin/Roslyn raises /usr/lib/mono/msbuild/15.0/bin/Roslyn/Microsoft.Managed.Core.targets(60,27): error MSB4184: The expression ""../CommonAssemblyInfo.cs".GetPathsOfAllDirectoriesAbove()" cannot be evaluated. Method 'System.String.GetPathsOfAllDirectoriesAbove' not found
I feel like I'm running in circles...
Hi guys, I was working on cross-compiling mono
I got the following error when I run make:
libtool: compile: arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I./include -I./include -DGC_PTHREAD_START_STANDALONE -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing -MT extra/gc.lo -MD -MP -MF extra/.deps/gc.Tpo -c extra/gc.c -fPIC -DPIC -o extra/.libs/gc.o
In file included from ./include/private/gc_priv.h:254:0,
from ./include/private/dbg_mlc.h:28,
from extra/../backgraph.c:15,
from extra/gc.c:39:
./include/private/gc_atomic_ops.h:105:25: fatal error: atomic_ops.h: No such file or directory
compilation terminated.
Makefile:1599: recipe for target 'extra/gc.lo' failed