codinguncut / jsbochs

Emscripten "port" to Javascript of the Bochs PC Emulator, making it possible to run linux or windows in the browser.
Other
37 stars 13 forks source link

curses issue #2

Open netpipe opened 4 years ago

netpipe commented 4 years ago

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 commented 4 years ago

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

NewtonJr4108 commented 1 year ago

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