-
Notifications
You must be signed in to change notification settings - Fork 118
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
Version with debugger enabled fails to build with MSYS2 #394
Comments
In the configure script there are checks whether or not readline needs the curses library. Checks for curses variants are only present if the term gui is compiled in. For testing you could try to build with --with-term. If this helps, I can have a look how to make the readline checks work correctly. |
It does not work with MSYS2. upd. |
I tried to use
Looks like this is wrong path. |
I just had a look at my Bochs configurations on Windows with debugger enabled. For the MSVC build the option --disable-readline is present in my shortcut script (configuring on MSYS2). I haven't tried this option for the MSYS2-mingw64 build yet. Since the MSVC Bochs debugger works without readline, other environments may also work. |
I remembered that I tested build with By the way, |
Since there is a PR from @stlintel to enable debugger, we need to review all of the related stuff after integration. Special shortcut scripts with debugger on may be obsolete then. |
I agree it is better to merge #197 first. |
Volker, after the integration the debugger will be enabled by default and the problem will be also by default and not for special script.... |
This is what I see when I try to build Bochs with
--enable-debugger --enable-debugger-gui
with MSYS2 and clang:If I replace
-lreadline
with-lreadline -lncurses
, build finishes correctly.I did not figured out yet how to make correct change to build scripts.
Version: dbfb11f
The text was updated successfully, but these errors were encountered: