Tomas Mudrunka
Tomas Mudrunka
I guess you can instruct pidgin to send image using DBUS. eg.: by calling dbus-send binary... at least if there's api for this... i don't have much motivation for doing...
I am bit afraid that code is not 100% ready for windows (as i have no windows machine to test it - commits are welcome). You can find where the...
And well... you will probably also need to write your own answerscript for windows (if you don'T have BASH). BTW If you like scripting things give Linux a chance :-)...
BTW you should uncomment this line: #define **WIN32** and let me know what happens, thx :-)
I've looked at the code and there are few differences 1.) answerscript should have .exe file extension 2.) scripts will probably be executed synchronously (so pidgin will remain freezed until...
i am looking forward for your windoze-compatibility commits ;-)
> answerscripts.c:1:0: warning: "WIN32" redefined means that you don't need to uncomment the first line when using your compiler :-) > answerscripts.c:137:2: error: implicit declaration of function 'asprintf' some missing...
BTW how are you compiling it? I've tried some Pidgin BEF (build environment fetcher - google it) script that probably could download everything needed using cygwin. (but it think it...
Any progress? I don't use windows, but i'd like to hear if somebody was successful with building :-)
Try again pls, it builds bit better now on linux. maybe it will be better on windows too.