Ray Donnelly

Results 180 comments of Ray Donnelly
trafficstars

I did run into problem with elf.h as you described even after applying the archscripts patch: "Next once you fix this you will realize the headers are copied under linux\elf.h...

I was incorrect, your archscripts change did get me past that problem, thanks. For libiconv and gettext on Windows, you are right building these does take quite some time, but...

AFAIK, Linux always and only uses dwarf table based exception handling and SEH is a target=Windows-only thing. You are correct that for target=Windows you can't build compilers that are multilib...

You can find descriptions of the three exception types supported by GCC here: http://gcc.gnu.org/wiki/WindowsGCCImprovements .. and here is a good description of the pros and cons of the three available...

Interesting. I will look into this once I get everything else finished.

So glad to hear this is in-scope!

Hello @romainthomas and @SSE4, do either of you know if anyone has done any work on this yet? I may take a go at it if not, hopefully I can...

Hi @romainthomas, I have been hacking about with some Python code to handle archives (I hope to convert it to C++ and make a PR at some point). I can...

Hi @romainthomas, thanks. Hopefully I can get this done! My (very WIP) python code can be seen [here](https://github.com/mingwandroid/conda-build/blob/debug_work_dirs_and_symlink_srcs/conda_build/os_utils/liefldd.py#L462-L627). These line numbers may change today though as I'll be trying to...

Hey @romainthomas, I'm starting to look into some LIEF issues now. Are there any channels (gitter/IRC) where hacking on LIEF gets discussed?