>> This effectively means that the -D_OCC64 and possible -m64  
>> compilation
>> options should be enabled
>> on 64 bit platforms.
>
> I'll add this to the SConstruct file. I have to detect, from Python,  
> that your processor is 64 bits.

Ai, that would be a bad heuristic; most processors are 64 bit, but run  
32 bits processes mostly!
So, the default case should be 32 bits, if you want 64 bits, you  
probably know how to.
Supporting 64 bits is a nice feature in the future, but something to  
be done when 32 bit support is really well polished.

-jelle


_______________________________________________
Pythonocc-users mailing list
Pythonocc-users@gna.org
https://mail.gna.org/listinfo/pythonocc-users

Reply via email to