Open GoogleCodeExporter opened 9 years ago
At this point, we've done absolutely nothing towards getting the executor
running on Windows. Are you interested in working on porting it?
As for the specific problem - I'll leave it to the CMake guys to offer any
suggestions as to why it's not finding llvm-config. Out of curiosity, are you
able to get any further with autotools?
(Assigning this to Shannon, even though he's away, just so we don't lose track
of it)
Original comment by mmul...@google.com
on 26 Nov 2012 at 2:45
Original comment by mind...@gmail.com
on 26 Nov 2012 at 2:46
Yes i tried make targets on cygwin env. It fails which is quiet common for
linux scripts on windows i guess. Attaching 'make' logs in case you want to
look at it.
I have no knowledge of cmake scripts which is the first step towards resolving
this, ill try to take a look at them anyways.
Original comment by Kuldeep....@gmail.com
on 26 Nov 2012 at 3:32
Attachments:
For the error you're getting in the cygwin build, you could try changing
registerHook() in runtime/Exception.cc so that the second parameter is "void
(*hook)()" instead of "void *hook"
But I must caution you that this is the first step in a long journey through a
dark forest :-)
Original comment by mind...@gmail.com
on 26 Nov 2012 at 7:50
Original issue reported on code.google.com by
Kuldeep....@gmail.com
on 26 Nov 2012 at 11:28