hello,
I'm trying to build pychm on WinXP.
http://sourceforge.net/project/showfiles.php?group_id=96084&package_id=102897
I type
>python setup.py install_lib
only four error lines show:
------------------------------ snip error log -------------------------------
E:\download\pychm-0.8.2\pychm-0.8.2>python setup.py install_lib
running install_lib
running build_py
running build_ext
building 'chm.extra' extension
E:\bin\msvs\VC98\BIN\cl.exe /c /nologo /Ox /MD /W3 /GX /DNDEBUG -IE:\Python23\in
clude -IE:\Python23\PC /Tcchm/extra.c /Fobuild\temp.win32-2.3\Release\chm/extra.
obj "-D__PYTHON__ -D WIN32"
extra.c
chm/chm_lib.h(58) : error C2632: 'long' followed by 'long' is illegal
chm/chm_lib.h(59) : error C2632: 'long' followed by 'long' is illegal
chm/extra.c(37) : fatal error C1083: Cannot open include file: 'inttypes.h': No
such file or direc! tory
error: command 'E:\bin\msvs\VC98\BIN\cl.exe' failed with exit status 2
-------------------------------- unsnip ---------------------------------
I have no idea what to do about <inttypes.h>, except to comment it out. The file extra.c seems impossible to compile.
Has anyone got pychm running on WinXP?
I've used this on FedoraCore 4 with great results!
All help appreciated,
Mark Pryor
I'm trying to build pychm on WinXP.
http://sourceforge.net/project/showfiles.php?group_id=96084&package_id=102897
I type
>python setup.py install_lib
only four error lines show:
------------------------------ snip error log -------------------------------
E:\download\pychm-0.8.2\pychm-0.8.2>python setup.py install_lib
running install_lib
running build_py
running build_ext
building 'chm.extra' extension
E:\bin\msvs\VC98\BIN\cl.exe /c /nologo /Ox /MD /W3 /GX /DNDEBUG -IE:\Python23\in
clude -IE:\Python23\PC /Tcchm/extra.c /Fobuild\temp.win32-2.3\Release\chm/extra.
obj "-D__PYTHON__ -D WIN32"
extra.c
chm/chm_lib.h(58) : error C2632: 'long' followed by 'long' is illegal
chm/chm_lib.h(59) : error C2632: 'long' followed by 'long' is illegal
chm/extra.c(37) : fatal error C1083: Cannot open include file: 'inttypes.h': No
such file or direc! tory
error: command 'E:\bin\msvs\VC98\BIN\cl.exe' failed with exit status 2
-------------------------------- unsnip ---------------------------------
I have no idea what to do about <inttypes.h>, except to comment it out. The file extra.c seems impossible to compile.
Has anyone got pychm running on WinXP?
I've used this on FedoraCore 4 with great results!
All help appreciated,
Mark Pryor
Yahoo! FareChase - Search multiple travel sites in one click.
_______________________________________________ ActivePython mailing list ActivePython@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython