codon icon indicating copy to clipboard operation
codon copied to clipboard

Native Windows support

Open inumanag opened this issue 2 years ago • 7 comments

  • [x] Get build to work witn MSYS2 & Clang
  • [ ] Fix LLVM issues
  • [ ] Make tests runnable
  • [ ] Fix executable generation
  • [ ] Make dlsym work
  • [ ] Check backtraces in JIT and executable format
  • [ ] Check Python compat
  • [ ] Remove RTTI from the parser (if needed?)

inumanag avatar Jun 09 '23 17:06 inumanag

Do you think that generating shared library (.dll on Windows) could be part of this scope?

RichardFevrier avatar Jul 24 '23 11:07 RichardFevrier

is this going anywhere?

ghost avatar Jul 30 '23 18:07 ghost

hi, i came across this in ycombinator form, i find this project very interesting. my question is, would it be feasible to bridge the "no support on windows" problem by using some form of docker or wsl? please give pros and cons, and any helpful links, i want to do some research.

nikhil-swamix avatar Aug 24 '23 19:08 nikhil-swamix

@Nikhil-Software-Cartel Hi, you can feel free to use Codon in WSL. It is perfectly supported for WSL or Docker in Windows OS.

Jordan-Haidee avatar Aug 25 '23 06:08 Jordan-Haidee

I saw this codon/compiler/memory_manager.cpp:182:50: error: no member named 'MemLifetimePolicy' in namespace 'llvm::orc' error on the ci log.

liudonghua123 avatar Sep 03 '23 13:09 liudonghua123

What is currently stopping this from moving forward? Would gladly help in getting this to work if a bit more info is present

RivenSkaye avatar Jan 28 '24 22:01 RivenSkaye

Also, I have a python application running in windows 10 that I can try and build using this product if you'd like me to. It's been running for a long time.

jschwar313 avatar Jan 29 '24 15:01 jschwar313