Results 33 comments of Thomas Epperson

The issue you are seeing is due to configure.ac line 44 and the case contained there. It can be modified as needed. I don't currently have a setup to test...

I made some changes to the repo so it will build. I also updated the readme to include build instructions for windows since it is particularly annoying to setup.

I added a bit of code that should make it clear how the decompile executables are used. Specify -h or --help as an argument to show the usage.

That definitely sounds like a problem. I'll look into it to figure out a root cause.

I can confirm that it occurs on my machine. It looks like Doxyfile is created no problem. Not sure what the problem is yet.

Ok it looks like the configure scripts needed to be updated with autoreconf -ivf. I pushed a commit to try to resolve configure problems. Please let me know if that...

It looks like you need to pull the git submodule. `git submodule update --init --recursive` should work

What does `ls /home/nicolas/git/decompiler/udis86` and `ls /home/nicolas/git/decompiler/build/udis86` give?

@yoshuawuyts Any thoughts on the approach in this pull request?