[Geany-devel] debugger plugin

Frank Lanitz frank at xxxxx
Sat Feb 5 14:18:52 UTC 2011


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/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://lists.geany.org/pipermail/devel/attachments/20110205/53ea1023/attachment.pgp>


More information about the Devel mailing list