-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiling on Windows #7
Comments
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 problems are in C code comments. Also i don't know how to build it on windows :-) But you don't need cygwin (well if you manage to build this plugin using pidgin, i guess that you will not have to modify the code at all and you can build it using supplied makefile as it is as long as you have all dependencies = libpurple headers) |
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 :-) Windows are for clickerz. |
I've been reading some of the compiling instructions for windows on the pidgin website. I'll try to compile it, and see what happens. I'll probably try it out in linux in a virtual machine too. Thanks for the info. |
BTW you should uncomment this line: #define WIN32 |
I've looked at the code and there are few differences |
hey tcodeman, just wondering if you've had any joy compiling this for windows yet? This functionality would be great for a project I'm running right now but I'm a total noob when it comes to compiling dll's etc, any pointers would be appreciated. Ta. |
i am looking forward for your windoze-compatibility commits ;-) |
Ironically I myself have used this before on Ubuntu, but am stuck on Windows for the moment(intend to switch to Gentoo, but I'm waiting till I have 2 weeks of free time minimum in case something go goes wrong because of my silliness). I'll give it a go on Windows XP and see if I can get it to work :) |
I kinda stopped working on this for a while to do some other stuff. I have set up the dev environment and compiled pidgin. I am gonna try to get the plugin compiled soon. |
I tried compiling it, but it ended in an error. This is my input: $ make -f Makefile.mingw answerscripts.dll and this is the output: gcc.exe -O2 -Wall -Waggregate-return -Wcast-align -Wdeclaration-after-statement -Werror-implicit-fun I am gonna look at the code later, but I did uncomment the #define WIN32 line mentioned above. |
means that you don't need to uncomment the first line when using your compiler :-)
some missing header file
too pedantic options pased to gcc :-)
compiler reached the section of code which can't be compiled on windows and has to be ported :-D (or you can try to compile plugin using cygwin :-) |
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 does not build using cygwin, but i've not even started the build - my windows freezed, and i haven't any motivation to boot it again :-). anyway building using cygwin can be an option too until code is fixed... |
I just used cygwin and all the dependencies listed on the pidgin website. |
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. |
I really would like to use this plugin but i have problems to compile it on windows. |
I have been reading all the posts on this project and i haven't found any information on how to compile on Windows. Do you have to use something like Cygwin? Any help is appreciated. Thanks.
The text was updated successfully, but these errors were encountered: