Saturday, July 24, 2004

The First Run

Ok i'm getting a runtime err from gtk_pixmap_new; well it's an assertion so i think it might be that there are no icons for it to grab when it tries to make buttons so i'm gunna dl the icons he has available for the project.

ok so that wasn't it, hehe
I like that this is open source and i can just go in and look at what it's supposed to be instead of NULL and maybe trace it back that way cause I don't know how to debug linux stuff, i think i would use gdb but i don't know how. I need a book.

I was thinking that dashpc didn't ever call that func for some reason but it does and it'd depricated so i'm gunna find something to replace it, specifically it's in the image_viewer and main .c files.

I found a message about porting gnome-about to gtk 2.0 it looks like it's got everything i need to port this pixmap new thing, so I'm gunna check it out.

fixed up main.c now onto the image_viewer crap.
I also replaced all the gdk_pixbuf_unref and gdk_pixmap_unref lines with g_object_unref

ok i don't want to remove the install dir cause um well i installed those icons and i'm not very bright so i hope that it will overwrite anythign that it needs to.
gunna make and do another run...

0 Comments:

Post a Comment

<< Home