Cross-compiling win32 builds

General support for problems installing or using Deluge
Post Reply
ORC
New User
New User
Posts: 4
Joined: Sun Dec 23, 2007 11:03 am

Cross-compiling win32 builds

Post by ORC »

Hi! I need to compile deluge under linux, to run it on win32 platform. Is it possible to cross-compile deluge under linux? ATM i have:

Code: Select all

orc@server:~/dist/deluge$ python setup.py bdist_wininst
Attempting to detect your system information
32bit x86 system detected
Linux operating system detected
running bdist_wininst
error: distribution contains extensions and/or C libraries; must be compiled on a Windows 32 platform
Any suggestions will be usefull... Thanks! 8-)

P.S. Im using ubuntu 7.10 distro and winxp x64...
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Cross-compiling win32 builds

Post by andar »

ORC wrote:Hi! I need to compile deluge under linux, to run it on win32 platform. Is it possible to cross-compile deluge under linux? ATM i have:

Code: Select all

orc@server:~/dist/deluge$ python setup.py bdist_wininst
Attempting to detect your system information
32bit x86 system detected
Linux operating system detected
running bdist_wininst
error: distribution contains extensions and/or C libraries; must be compiled on a Windows 32 platform
Any suggestions will be usefull... Thanks! 8-)

P.S. Im using ubuntu 7.10 distro and winxp x64...
Not that I know of. You will likely need to build it on a Windows box.
Post Reply