Opened 14 years ago
Closed 14 years ago
#7271 closed Patch (rejected)
patch for filezilla 3.4.0 win64 build
Reported by: | Tommy Wu | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | ||
Component version: | Operating system type: | Windows | |
Operating system version: |
Description
patch for filezilla 3.4 to build win64 version using mingw64.
include 3 patch:
- wxWidgets 2.8.12
- gnutls 2.10.5
- FileZilla 3.4.0
no error for compile, but still crash when using TLS connection in FileZilla, it work fine for FTP and SFTP during my test.
Attachments (2)
Change History (4)
by , 14 years ago
comment:1 by , 14 years ago
the crash caused by the asm code in libgcrypt, it's not work when use mingw64.
after add --disable-asm for libgcrypt, then rebuild libgcrypt, gnutls, filezilla.
now the win64 filezilla work fine also for FTPS/FTPES.
comment:2 by , 14 years ago
Resolution: | → rejected |
---|---|
Status: | new → closed |
Unfortunately the wx patch is broken. You are casting 64bit pointers to 32bit integers.
by , 14 years ago
Attachment: | wxWidgets-2.8.12-mingw64-1.patch added |
---|
remove some un-necessary cast from int64 to int32
Note:
See TracTickets
for help on using tickets.
patch files for win64 build