jsbochs icon indicating copy to clipboard operation
jsbochs copied to clipboard

curses issue

Open netpipe opened this issue 4 years ago • 2 comments

checking for mvaddch in -lcurses... no checking for mvaddch in -lncurses... no checking for mvaddch in -ltermlib... no checking for mvaddch in -lpdcurses... no was wondering whats the most portable to compile for webassembly ?

netpipe avatar Nov 25 '19 09:11 netpipe

i just commented out the exit in the ac config file now i get this error

config.status: error: cannot find input file: `iodev/hdimage/Makefile.in'

after adding all the makefiles and fixing the config.in file at the bottom to remove some of the paths

WARNING: unrecognized options: --disable-plugs No rule to make target 'iodev/libiodev.a', needed by 'bochs'

will keep going to see where i get

netpipe avatar Dec 09 '19 04:12 netpipe

I think I have a similar error when running the emconfigure command:

Curses library not found: tried curses, ncurses, termlib and pdcurses. emconfigure: error: './configure --disable-plugins --disable-x86-64 --enable-cpu-level=4 --with-term --disable-large-ramfile --disable-cdrom --disable-debugger-gui --disable-readline --disable-iodebug --enable-show-ips --enable-logging --disable-idle-hack --disable-debugger --disable-disasm --enable-fpu' failed (returned 1)

According to Homebrew, ncurses is installed

NewtonJr4108 avatar Jul 21 '23 14:07 NewtonJr4108