Search found 8 matches

by MehranNZ
Wed Jan 23, 2013 2:18 am
Forum: Windows Support
Topic: Error when compiling transmission on Windows
Replies: 13
Views: 14513

Re: Error when compiling transmission on Windows

At last i could compile and run it on windows!
For the future readers i suggest you do not try and build it in linux with cross compiler tools! as far as i have seen the source code is incompatible with mingw if you try to fix them in the transmission source code you will encounter with a lot of ...
by MehranNZ
Thu Jan 17, 2013 10:35 pm
Forum: Windows Support
Topic: Error when compiling transmission on Windows
Replies: 13
Views: 14513

Re: Error when compiling transmission on Windows

rb07, is there an up-to-date page describing how you build trqtw?
The SourceForge Wiki is the most up to date.

The old links (which I corrected yesterday) where mostly the result of SF changing all projects and not with their documentation if you where using Web apps like WordPress. I was too ...
by MehranNZ
Thu Jan 17, 2013 9:21 pm
Forum: Windows Support
Topic: Error when compiling transmission on Windows
Replies: 13
Views: 14513

Re: Error when compiling transmission on Windows

now i'm pretty sure that this comes from the patch file and nothing else! as you can see there is some errors which i thought it was not a problem but with looking at fdlimit.c i have seen that my version is written like
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/time.h ...
by MehranNZ
Wed Jan 16, 2013 11:13 pm
Forum: Windows Support
Topic: Error when compiling transmission on Windows
Replies: 13
Views: 14513

Re: Error when compiling transmission on Windows

about link when i saw the wiki i wanted to do exactly as it said(with exception that i used centos instead of fedora) and this link http://homes.merjis.com/~rich/mingw/fedora-rawhide/x86_64/ in wiki was not working so i could not go any further and also here http://trqtw.sourceforge.net/blog ...
by MehranNZ
Wed Jan 16, 2013 10:22 pm
Forum: Windows Support
Topic: Error when compiling transmission on Windows
Replies: 13
Views: 14513

Re: Error when compiling transmission on Windows

i went to this link https://trac.transmissionbt.com/ticket/4160 and downloaded that patch file and patched it on both 2.51 and 2.76 i still get the this error:
fdlimit.c:40:42: fatal error: sys/resource.h: No such file or directory
i don't know what to do anymore maybe the problem is with my distro ...
by MehranNZ
Wed Jan 16, 2013 8:19 pm
Forum: Windows Support
Topic: Error when compiling transmission on Windows
Replies: 13
Views: 14513

Re: Error when compiling transmission on Windows

i patched it
1. made a file in /third-party/libutp/patchfile and copied what you wrote there
2.cd to /third-party/libutp/patchfile
3.patch < patchfile
but after make i get this error(sorry SF is not working look for yourself http://sourceforge.net/apps/wordpress/trqtw/ and wiki is kind of outdated ...
by MehranNZ
Wed Jan 16, 2013 7:39 pm
Forum: Windows Support
Topic: Error when compiling transmission on Windows
Replies: 13
Views: 14513

Re: Error when compiling transmission on Windows

i didn't follow :/
lets forget about the part that i said i changed the code lets do this real simple! imagine that i have downloaded transmission-2.76 and now i want to compile it with your instruction here http://trqtw.sourceforge.net/blog/transmission-qt-for-windows/building-transmission-qt/mingw ...
by MehranNZ
Wed Jan 16, 2013 6:22 pm
Forum: Windows Support
Topic: Error when compiling transmission on Windows
Replies: 13
Views: 14513

Error when compiling transmission on Windows

hey folks
i really have to compile the transmission for windows(i have changed the code and want to test it on windows so i can't use binary files)
i used this instruction
http://trqtw.sourceforge.net/blog/transmission-qt-for-windows/building-transmission-qt/mingw-cross-compiling-environment ...