-
Notifications
You must be signed in to change notification settings - Fork 25
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
Build instructions cleanup + Windows instructions #6
Conversation
Thank god! I was just looking for this. |
Thanks for the improved docs! I've cherry-picked them into the master branch rather than into this still very hacky pmode branch. |
@RayKoopa Please let us know how things go. |
@wjp Can't seem to compile the modified dosbox build. My build system is i686-pc-mingw32, yet it complains as follows:
I thought I give the mingw64 note a try, and tried to find Still, I tried changing that to
I'm not too experienced with command line compilation, nor mingw / msys, maybe I just did a stupid error... |
It looks like you're using IDA 6.8? You may have to revert 8b0ef6a then. |
I suppose that we should also pass version in a Also, sorry about the |
I could compile it now with reverting the two lines to get 6.8 compatibility again (still had to put wspiapi.h in my new MinGW installation, but then it worked). @csnover Thanks, I was just a bit worried because my build system is actually mingw32 and not 64, so I thought the note does not apply to my system. I try debugging with DOSBox in a few... |
Now I couldn't start dosbox since it's missing (mangled name is sadly everything I know) |
Hmm, I don’t know much about mingw32, except that based on what I have read I don’t know why anyone would choose it instead of MinGW-w64 these days. Maybe you should try MinGW-w64 instead? It takes only a couple of minutes to install with msys2 and is what I used to build.
That’s |
Sigh... after fiddling around 2 more hours trying to compile everything with mingw64, I give up. I could compile the IDA plugin well, had to install a lot of additional stuff to even get somewhere with the DOSBox compilation and a fresh MSys installation, but now it's complaining about hundreds of missing types in idaman. I don't understand much of these, as I normally don't use MinGW / MSys at all. It would be nice if there could be some pre-build releases, but I don't think they'll come from me... |
Hmm, this doesn’t sound right. After following the normal msys2 installation instructions, all you should need to install (unless I am forgetting something which Unfortunately without more specific details about what your exact install/build steps are, the actual output that is complaining about the missing types, etc. it’s impossible to help say what is wrong. |
I made a new issue #7 for this and explained all my steps very detailledly, as I'm a little beginner-confused. =( |
No description provided.