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

C windows CI setup #458

Draft
wants to merge 4 commits into
base: develop
Choose a base branch
from
Draft

C windows CI setup #458

wants to merge 4 commits into from

Conversation

pkspyder007
Copy link
Contributor

WIP

C loader requires few dependencies to built on windows

  • libffi
  • llvm for libclang and headers
  • tinycc

Building libffi is achieved using this fork https://github.com/newlawrence/Libffi
alternative found https://github.com/microsoft/vcpkg/blob/master/ports/libffi/CMakeLists.txt

For setting up LLVM I have used choco to install LLVM which includes clang

Building LIbTCC is not achieved yet it is having errors - logs https://pastebin.com/q1jFxpuh

@viferga viferga marked this pull request as draft August 10, 2023 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant