Created
July 1, 2016 18:27
-
-
Save adricnet/68bc7ec17e6a5032d3b0cb3de4128d88 to your computer and use it in GitHub Desktop.
DOSBox build failure notes on OS X 10.11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ brew reinstall dosbox --with-debugger | |
==> Reinstalling homebrew/games/dosbox with --with-debugger | |
==> Downloading https://downloads.sourceforge.net/project/dosbox/dosbox/0.74/dosbox-0.74.tar.gz | |
Already downloaded: /Users/bsk/Library/Caches/Homebrew/dosbox-0.74.tar.gz | |
==> ./configure --prefix=/usr/local/Cellar/dosbox/0.74 --disable-sdltest --enable-core-inline --enable-debug --disable-dynrec | |
==> make install | |
Last 15 lines from /Users/bsk/Library/Logs/Homebrew/dosbox/02.make: | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/curses.h:322:16: note: forward declaration of '_win_st' | |
typedef struct _win_st WINDOW; | |
^ | |
debug_gui.cpp:157:22: error: member access into incomplete type 'WINDOW' (aka '_win_st') | |
mvaddstr(dbg.win_out->_begy-1,0, "---(OutPut/Input Scroll: home/end )---"); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/curses.h:322:16: note: forward declaration of '_win_st' | |
typedef struct _win_st WINDOW; | |
^ | |
5 errors generated. | |
make[2]: *** [debug_gui.o] Error 1 | |
make[2]: *** Waiting for unfinished jobs.... | |
make[1]: *** [install-recursive] Error 1 | |
make: *** [install-recursive] Error 1 | |
READ THIS: https://git.io/brew-troubleshooting | |
If reporting this issue please do so at (not Homebrew/brew): | |
https://github.com/Homebrew/homebrew-games/issues | |
These open issues may also help: | |
dosbox-x failed to build on OS X 10.11 https://github.com/Homebrew/homebrew-games/issues/527 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment