[Geany-devel] debugger plugin

Alexander Petukhov Alexander.Petukhov at xxxxx
Sun Feb 6 11:27:25 UTC 2011


Frank, Hi.
dbm_bash.c is excluded from autotools build, because it doesn't work for now.
As to cast warnings, I don't have them, can guess it's about glib, cause its function are called 
at lines that were mentioned.
Regarding build system, yeah I didn't get clear about commom autoconf and gettext package, will change it today.

Best regards
Alex

On Sat, 5 Feb 2011 15:18:52 +0100
Frank Lanitz <frank at frank.uvena.de> wrote:

> Hi, 
> 
> On Sat, 5 Feb 2011 15:48:27 +0300
> Alexander Petukhov <Alexander.Petukhov at mail.ru> wrote:
> 
> > I'm done with commitimg code.
> > Someone could probably look if it;s all right wih it, I'm rather new
> > with  svn and autotools.
> 
> I had a short look. If you include it to geany-plugins project you will
> not need to have an autogen.sh etc. inside your src tree. Maybe you can
> have a look at
> http://git.geany.org/geany-plugins/commit/?id=2aae88ad74247fb882975eec558b5ecceeafc12d
> as I did add a new plugin some time ago with autotools integration to
> geany-plugins project. 
> 
> However, during test for putting it into waf I found some issue which
> is preventing from being build on my box:
> 
> [  4/143] c: debugger/src/callbacks.c -> _build_/debugger/src/callbacks.c.1.o
> ../debugger/src/breakpoints.c: In function ‘lookup_breakpoint’:
> ../debugger/src/breakpoints.c:79: warning: cast to pointer from integer of different size
> ../debugger/src/breakpoints.c: In function ‘handle_break_remove’:
> ../debugger/src/breakpoints.c:142: warning: cast to pointer from integer of different size
> ../debugger/src/breakpoints.c: In function ‘breaks_add’:
> ../debugger/src/breakpoints.c:301: warning: cast to pointer from integer of different size
> ../debugger/src/breakpoints.c: In function ‘breaks_is_set’:
> ../debugger/src/breakpoints.c:445: warning: cast to pointer from integer of different size
> [  5/143] c: debugger/src/dbm_bash.c -> _build_/debugger/src/dbm_bash.c.1.o
> [  6/143] c: debugger/src/dbm_gdb.c -> _build_/debugger/src/dbm_gdb.c.1.o
> ../debugger/src/dbm_bash.c: In function ‘on_read_from_bash’:
> ../debugger/src/dbm_bash.c:187: warning: passing argument 4 of ‘g_io_channel_read_line’ from incompatible pointer type
> /usr/include/glib-2.0/glib/giochannel.h:234: note: expected ‘gsize *’ but argument is of type ‘gint *’
> ../debugger/src/dbm_bash.c: At top level:
> ../debugger/src/dbm_bash.c:514: error: ‘get_files’ undeclared here (not in a function)
> ../debugger/src/dbm_gdb.c: In function ‘on_read_from_gdb’:
> ../debugger/src/dbm_gdb.c:256: warning: passing argument 4 of ‘g_io_channel_read_line’ from incompatible pointer type
> /usr/include/glib-2.0/glib/giochannel.h:234: note: expected ‘gsize *’ but argument is of type ‘gint *’
> ../debugger/src/dbm_gdb.c: In function ‘get_stack’:
> ../debugger/src/dbm_gdb.c:903: warning: cast from pointer to integer of different size
> 
> Maybe you can be so kind and have a look. To be honest, I didn't ;) 
> 
> Cheers, 
> Frank 
> 
> 
> -- 
> http://frank.uvena.de/en/


-- 
Alexander Petukhov <Alexander.Petukhov at mail.ru>



More information about the Devel mailing list