[M3devel] still having trouble building on WinXP

Coleburn, Randy rcolebur at SCIRES.COM
Wed Sep 11 23:21:06 CEST 2013


Jay:

I've updated my sandbox again to be current with the HEAD branch.

My computer is running Windows XP (32 bit), my installed cm3 system is a working edition circa 2008, and I have Python v2.7.3 installed.

If I try to upgrade to the latest sources in my Sandbox, I run into trouble.


1.      Using the python scripts, I run into a problem right away:
C:\cm3\Sandbox\cm3\scripts\python>\Python27\python.exe upgrade.py
Traceback (most recent call last):
  File "upgrade.py", line 4, in <module>
    import pylib
  File "C:\cm3\Sandbox\cm3\scripts\python\pylib.py", line 650, in <module>
    if Host.endswith("_NT") or Host == "NT386":
AttributeError: 'NoneType' object has no attribute 'endswith'


2.      If I try my script, or if I try to rebuild manually, I run into an error trying to build "m3back" due to undefined Ctypes.unsigned:
new source -> compiling M3C.m3
"..\src\M3CC.i3", line 6: undefined (Ctypes.unsigned)
1 error encountered
new source -> compiling M3CC.i3
"..\src\M3CC.i3", line 6: undefined (Ctypes.unsigned)
1 error encountered

Can the dependency on Ctypes.unsigned be removed, or is there a way to fix the error?

Thanks,
Randy

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://m3lists.elegosoft.com/pipermail/m3devel/attachments/20130911/e644c3ba/attachment-0001.html>


More information about the M3devel mailing list