Changes between Version 26 and Version 27 of BuildingTransmissionQtWindows


Ignore:
Timestamp:
Jan 31, 2011, 10:35:38 PM (12 years ago)
Author:
rb07
Comment:

Updated up to version 2.20 betas

Legend:

Unmodified
Added
Removed
Modified
  • BuildingTransmissionQtWindows

    v26 v27  
    5757 * Version 2.12, libtransmission now uses strsep() which MingW doesn't have.  Quick fix: change it to strtok(), better fix: get a real strsep(), like the one in upcoming version 2.13.
    5858 * Version 2.13, no patch necessary.
     59 * Version 2.20b![123], first change libevent to version 2.0.10, then try to build (beta 1 needed a small patch to get rid of the fork(), this change is already included on betas 2 and 3; also need to undefine ERROR on qt/session.cc -- Windows defines it on wingdi.h which is included by windows.h).
    5960
     61Note: Large File Support (LFS) is not enabled on a default MinGW environment, MinGW does have LFS but it doesn't expose it in a way that the configure script can use to find it.  What I did was to apply Gianluigi Tiesi's patch, I found it with the name file64_mingw.diff, and you have to apply it by hand since it is a very old patch.
    6062
    6163Note: libevent [http://www.monkey.org/~provos/libevent/] is no longer included with Transmission.  You'll have to download it and build it in your development environment (its being statically linked, so you don't need it on your run environment); it builds out of the box.  Only the 1.4.x versions are supported, don't use the 2.0.x versions.