VOGONS


Debugger?

Topic actions

First post, by Tharos

User metadata
Rank Newbie
Rank
Newbie

Hi,
I tried to compile the CVS with the debugger...
calling configure with --enable-debug and everything compiles, dosbox is linked agains debug/libdebug.a - but after calling ./dosbox i see no debugger window?

Workt perfekt under debian at work - but does nothing on my mandrake 9.2 at home

what may be wrong?

Reply 1 of 5, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

the linking against debug/libdebug.a is always done. But in the normal case the lib is empty.

Anyway. Try looking in the configure output.
it should contain

checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking for initscr in -lcurses... yes
checking for initscr in -lpdcurses... no

if there are no's there then dosbox can't find your header files / libaries.

Water flows down the stream
How to ask questions the smart way!

Reply 3 of 5, by Dusten

User metadata
Rank Newbie
Rank
Newbie

Hi,

Sorry to up an old topic. I am trying to build a DosBox with heavydebug on. Where could I find the libcurses library to compile the DosBox in this mode? I couldn’t find a version the DosBox with heavydebug on.

I am working with MiniGW and MSYS on XP.