Re: Succedded compiling gps-cvs with gcc 3.4.2

Arnaud Charlet <[email protected]> Wed, 1 Dec 2004 10:46:52 +0100
Newsgroups gmane.comp.ide.gps.devel
Message-ID <[email protected]>
>   I did a bit of fooling around. It might partially work now. After 

Great. Do not hesitate to post patches for review.

> initializing the debugger, I do get the "bumps" at the begining of the line 
> of the source code,  (called stringmap_test.adb) which when pressed, should 
> give the breakpoint. however unfortunatelly I do get this message in the GDB:
> 
> (gdb) break stringmap_test.adb:39
> No source file named stringmap_test.adb.

This is likely not related to the tty issue: it seems like either you didn't
compile this file with -g, or that your gdb has some problems.

Arno