32 Bit vs 64 bit
- Dominant language
- Cython
- Stars
- 1.3k
- Forks
- 235
- PR merge metrics
- No merged PRs in 30d
Description
I'm trying to build my setup.py right and running into a few a issues. From the error I get I think its something with 32vs64 bit compilers. I compiled QL in VC 2008 express which only allowed me to compile in 32. Okay so I lose some speed nbd. But my machine and several other programs I am using are 64 bit. I build the def file with 64 bit MinGW nm. Then when I run the setup.py build with the MS VC++ for python I can get two diffrent errors depending on wether its the 32vs64 bit compilers. With the 32 bit compiler I get "module machine type 'x86' conflictrs with target machine type 'x64'". Then with the 64 bit compiler I get 2 linker errors akin to what I was getting when I built QL with VS2013. Im guessing theres is a conflict somewhere down the line but was wondering if you guys ever had problems with a 32 bit build on 64 bit machines before?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.