end18 / psutil

Automatically exported from code.google.com/p/psutil
Other
0 stars 0 forks source link

[PATCH] build psutil for win64 using tdm64-gcc(mingw-w64) #158

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. generate libpython26.a for win64 using gendef
gendef.exe python26.dll
2. copy libpython26.a to [python26 win64 install path]\libs
3. download and isntall tdm64-gcc 4.5.2-tdm64-1 version from 
http://tdm-gcc.tdragon.net/download
4. checkout r965 
5. try to build psutil package using tdm64-gcc
python26x64.exe setup.py build_ext -c mingw32 build -c mingw32 -DMS_WIN64 
bdist_wininst

What is the expected output? What do you see instead?
It is expected tha psutil module for win64 is built without error.
But, compile error occurred.

What version of psutil are you using? What Python version?
psutil r965, Python2.6 win64, tdm64-gcc 4.5.2-tdm64-1

On what operating system? Is it 32bit or 64bit version?
Windows7 64bit SP1

Please provide any additional information below.
libpython26.a : import library for python26 win64 generated by gendef.
build_tdm-win64.patch : patch for build using tdm64-gcc

Original issue reported on code.google.com by marun...@gmail.com on 22 Apr 2011 at 7:31

Attachments:

GoogleCodeExporter commented 9 years ago
Is this patch for compiling psutil with mingw 64 bit?

Original comment by g.rodola on 22 Apr 2011 at 7:39

GoogleCodeExporter commented 9 years ago
I attach the 64bit installers of psutil r965 for python 2.5/2.6 built by 
tdm64-gcc.

Original comment by marun...@gmail.com on 22 Apr 2011 at 7:44

Attachments:

GoogleCodeExporter commented 9 years ago
Yes, it is patch for compiling psutil with mingw 64 bit.

Original comment by marun...@gmail.com on 22 Apr 2011 at 8:33

GoogleCodeExporter commented 9 years ago

Original comment by g.rodola on 29 Jul 2011 at 2:08

GoogleCodeExporter commented 9 years ago
Issue 345 has been merged into this issue.

Original comment by g.rodola on 28 Dec 2012 at 4:19

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Updated csets after the SVN -> Mercurial migration:
r965 == revision e021400e8eee

Original comment by g.rodola on 2 Mar 2013 at 11:59