bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem debugging


From: Thomas Dickey
Subject: Re: Problem debugging
Date: Thu, 19 Dec 2002 18:37:09 -0500
User-agent: Mutt/1.3.27i

On Thu, Dec 19, 2002 at 11:42:22AM -0500, Jacobs, Jeff wrote:
> Sir / Maam,
> 
> After installing version 5.3 of the ncurses library I am unable to
> debug.  I am using KDevelop 2.1 using KDE 3.0.0-10.  I have tried

I haven't used KDevelop...

> enabling debugging using the project options/compiler options/compiler
> settings placing an X in the debugging information check box.  The code
> compiles but I can't even set a break point at the start of main.  I
> have also attempted to use options/compiler options/configure placing an
> X in the enable debug option.  When I do this the code fails to compile,
> and  it appears that the compiler expects pure C syntax ( I've been
> making use of the C++ // comments).  There also appear to be missing
> declarations in header files.  For instance attr_t is apparently

perhaps curses.h is the BSD curses (attr_t's been in ncurses quite a while).

> undeclared in curses.h.  I am linking to the libncurses_g.a library
> which I understand from the installation notes is the debug enabled
> version ncurses.
> 
> If I disable debugging via the check marks mentioned above, I am able to
> compile and my code runs but I really need the debugger. I am unsure if
> the problem is an ncurses problem or a Kdevelop problem, but I was able
> to debug before upgrading to ncurses version 5.3.  Any help or
> suggestions would be greatly appreciated.
> 
> Sincrely,
> 
> Jeff Jacobs
> 
> 
> _______________________________________________
> Bug-ncurses mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-ncurses

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net



reply via email to

[Prev in Thread] Current Thread [Next in Thread]