Dashpc - autogen
Ok I'm past the aclocal and autoheader, libtoolize, automake, autoconf...
it ran ./configure YAY
so ok well this apears to be going not too bad so far...
ok so i didn't want ti to run the ./configure script cause i didn't tell it where to install to so I'm gunna make distclean and tell it to go into ~/dashpc-gs-install cause it's out of the way. HAHAHA
So i'm wondering how the source will like being copiled with gtk+2 instead of 1 stuff, i think some of the function names changed but i think they also left the old ones in for compatibility, hopefully it will work.
make...
gotta pee...
crap i got an error, hmm lets see here...
modules/image_viewer/
image_viewer_1.c in function display
(137, 142) - too few args for gdk_pixbuf_new_from_file
(159) - GTK_WINDOW_DIALOG undeclared ident
Ok so now to see prolly nothing too complicated to fix (hopefully). <== wow the ) looks really far from the y in this fixed font (hehe) <== the h too AHHAHAHAH
make clean
Ok i added in the new GError paramater and rewrote the checks to check the err instead of the image for NULL, so we can actually get some usefull info out of err->message.
GTK_WINDOW_DIALOG appears to have been depricated and subsiquently removed, so the closest one still availabel is GTK_WINDOW_POPUP, so I'm going to use it, it does not apear that any changes will need to be made because of using POPUP instead of DIALOG.
ok ready to try the compile again
make...
it ran ./configure YAY
so ok well this apears to be going not too bad so far...
ok so i didn't want ti to run the ./configure script cause i didn't tell it where to install to so I'm gunna make distclean and tell it to go into ~/dashpc-gs-install cause it's out of the way. HAHAHA
So i'm wondering how the source will like being copiled with gtk+2 instead of 1 stuff, i think some of the function names changed but i think they also left the old ones in for compatibility, hopefully it will work.
make...
gotta pee...
crap i got an error, hmm lets see here...
modules/image_viewer/
image_viewer_1.c in function display
(137, 142) - too few args for gdk_pixbuf_new_from_file
(159) - GTK_WINDOW_DIALOG undeclared ident
Ok so now to see prolly nothing too complicated to fix (hopefully). <== wow the ) looks really far from the y in this fixed font (hehe) <== the h too AHHAHAHAH
make clean
Ok i added in the new GError paramater and rewrote the checks to check the err instead of the image for NULL, so we can actually get some usefull info out of err->message.
GTK_WINDOW_DIALOG appears to have been depricated and subsiquently removed, so the closest one still availabel is GTK_WINDOW_POPUP, so I'm going to use it, it does not apear that any changes will need to be made because of using POPUP instead of DIALOG.
ok ready to try the compile again
make...

0 Comments:
Post a Comment
<< Home