Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

macOS build CI fails with netcore7 #447

Open
ahmedihabb2 opened this issue Jun 24, 2023 · 0 comments
Open

macOS build CI fails with netcore7 #447

ahmedihabb2 opened this issue Jun 24, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@ahmedihabb2
Copy link
Contributor

Changes

	elif [ "${OPERATIVE_SYSTEM}" = "Darwin" ]; then
		brew install dotnet-sdk
	fi

Errors

2023-06-24T11:53:08.1548750Z /Users/runner/work/core/core/source/loaders/cs_loader/source/netcore_linux.cpp:80:33: error: no matching member function for call to 'append'
2023-06-24T11:53:08.1651580Z                 this->managedAssemblyFullName.append(this->loader_dll);
2023-06-24T11:53:08.4899790Z /Users/runner/work/core/core/source/loaders/cs_loader/source/netcore_linux.cpp:226:4: error: cannot initialize a parameter of type 'const char *' with an lvalue of type 'const CHARSTRING *' (aka 'const wchar_t *')
2023-06-24T11:53:08.5001000Z                         this->assembly_name,
2023-06-24T11:53:08.5102350Z                         ^~~~~~~~~~~~~~~~~~~
2023-06-24T11:53:08.7522150Z -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success
2023-06-24T11:53:08.7624080Z -- Performing Test HAVE_CXX_FLAG_WD654
2023-06-24T11:53:08.7724860Z 1 warning and 2 errors generated.
2023-06-24T11:53:08.7826720Z make[2]: *** [source/loaders/cs_loader/CMakeFiles/cs_loader.dir/source/netcore_linux.cpp.o] Error 1
2023-06-24T11:53:08.7928590Z make[2]: Target `source/loaders/cs_loader/CMakeFiles/cs_loader.dir/build' not remade because of errors.
2023-06-24T11:53:08.8031880Z make[1]: *** [source/loaders/cs_loader/CMakeFiles/cs_loader.dir/all] Error 2

Full CI Logs

8_Configure.txt
9_Build.txt

@ahmedihabb2 ahmedihabb2 added the bug Something isn't working label Jun 24, 2023
@viferga viferga mentioned this issue Jul 13, 2023
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant