Member Site Forums Rosetta 3 Rosetta 3 – General SCons compilation error (Windows XP, 32bit) Reply To: SCons compilation error (Windows XP, 32bit)

#4154
Anonymous

    I am running Rosetta3 on Mandrake Linux through a VMWare virtual machine running on top of Windows XP 23-bit, and I had the exact same problem. Here is how I fixed it:

    Open tools/build/setup_platforms.py and go to the line with the that holds the “actual” variable array (I think it is 156). Add the follwing string to it as such:

    (code)
    actual = {
    # Results from platform.processor()
    “i386”: “x86”,

    “Intel(R) Core(TM)2 CPU T7400 @ 2.16GHz” : “x86”,
    “x86 Family 6 Model 15 Stepping 13, GenuineIntel” : “x86”,