As of this revision, I get a build error on my ubuntu desktop: building '_testcapi' extension gcc -pthread -fPIC -fno-strict-aliasing -g -Wall -Wstrict-prototypes -I. -I/usr/local/google/home/guido/python/py3k/./Include -I./Include -I. -I/usr/local/include -I/usr/local/google/home/guido/python/py3k/Include -I/usr/local/google/home/guido/python/py3k -c /usr/local/google/home/guido/python/py3k/Modules/_testcapimodule.c -o build/temp.linux-i686-3.0/usr/local/google/home/guido/python/py3k/Modules/_testcapimodule.o /usr/local/google/home/guido/python/py3k/Modules/_testcapimodule.c: In function 'print_delta': /usr/local/google/home/guido/python/py3k/Modules/_testcapimodule.c:731: warning: format '%06d' expects type 'int', but argument 4 has type '__suseconds_t' /usr/local/google/home/guido/python/py3k/Modules/_testcapimodule.c: In function 'init_testcapi': /usr/local/google/home/guido/python/py3k/Modules/_testcapimodule.c:1029: error: 'PY_LLONG_MAX' undeclared (first use in this function) /usr/local/google/home/guido/python/py3k/Modules/_testcapimodule.c:1029: error: (Each undeclared identifier is reported only once /usr/local/google/home/guido/python/py3k/Modules/_testcapimodule.c:1029: error: for each function it appears in.) /usr/local/google/home/guido/python/py3k/Modules/_testcapimodule.c:1030: error: 'PY_LLONG_MIN' undeclared (first use in this function) /usr/local/google/home/guido/python/py3k/Modules/_testcapimodule.c:1031: error: 'PY_ULLONG_MAX' undeclared (first use in this function)
On 6/10/07, neal.norwitz <[email protected]> wrote: > Author: neal.norwitz > Date: Mon Jun 11 03:31:49 2007 > New Revision: 55871 > > Added: > python/branches/p3yk/Lib/test/test_urllib2_localnet.py > - copied, changed from r55860, > python/trunk/Lib/test/test_urllib2_localnet.py > python/branches/p3yk/Tools/buildbot/build-amd64.bat > - copied unchanged from r55860, > python/trunk/Tools/buildbot/build-amd64.bat > python/branches/p3yk/Tools/buildbot/clean-amd64.bat > - copied unchanged from r55860, > python/trunk/Tools/buildbot/clean-amd64.bat > python/branches/p3yk/Tools/buildbot/test-amd64.bat > - copied unchanged from r55860, > python/trunk/Tools/buildbot/test-amd64.bat > Modified: > python/branches/p3yk/ (props changed) > python/branches/p3yk/Doc/lib/libctypes.tex > python/branches/p3yk/Doc/lib/libthreading.tex > python/branches/p3yk/Doc/lib/liburllib2.tex > python/branches/p3yk/Doc/whatsnew/whatsnew26.tex > python/branches/p3yk/Include/pyport.h > python/branches/p3yk/Lib/_strptime.py > python/branches/p3yk/Lib/ctypes/test/test_numbers.py > python/branches/p3yk/Lib/distutils/command/build_py.py > python/branches/p3yk/Lib/distutils/tests/test_build_py.py > python/branches/p3yk/Lib/ftplib.py > python/branches/p3yk/Lib/test/test_compile.py > python/branches/p3yk/Lib/test/test_multibytecodec.py > python/branches/p3yk/Lib/test/test_str.py > python/branches/p3yk/Lib/test/test_strptime.py > python/branches/p3yk/Lib/test/test_structmembers.py > python/branches/p3yk/Lib/test/test_threading.py > python/branches/p3yk/Lib/test/test_unicode.py > python/branches/p3yk/Lib/test/test_urllib2.py > python/branches/p3yk/Lib/test/test_urllib2net.py > python/branches/p3yk/Lib/threading.py > python/branches/p3yk/Lib/urllib2.py > python/branches/p3yk/Misc/ACKS > python/branches/p3yk/Modules/_bsddb.c > python/branches/p3yk/Modules/_ctypes/_ctypes.c > python/branches/p3yk/Modules/_ctypes/callbacks.c > python/branches/p3yk/Modules/_ctypes/callproc.c > python/branches/p3yk/Modules/_ctypes/cfield.c > python/branches/p3yk/Modules/_ctypes/ctypes.h > python/branches/p3yk/Modules/_ctypes/libffi/src/x86/ffi.c > python/branches/p3yk/Modules/_ctypes/libffi/src/x86/ffi64.c > python/branches/p3yk/Modules/_ctypes/stgdict.c > python/branches/p3yk/Modules/_sqlite/cache.c > python/branches/p3yk/Modules/_testcapimodule.c > python/branches/p3yk/Modules/cjkcodecs/multibytecodec.c > python/branches/p3yk/Modules/getbuildinfo.c > python/branches/p3yk/Modules/socketmodule.c > python/branches/p3yk/Objects/bufferobject.c > python/branches/p3yk/Objects/stringobject.c > python/branches/p3yk/Objects/unicodeobject.c > python/branches/p3yk/PC/pyconfig.h > python/branches/p3yk/PCbuild/pcbuild.sln > python/branches/p3yk/Python/ast.c > python/branches/p3yk/Python/compile.c > python/branches/p3yk/Python/peephole.c > python/branches/p3yk/Python/structmember.c > python/branches/p3yk/README > python/branches/p3yk/Tools/scripts/reindent.py (props changed) > python/branches/p3yk/configure > python/branches/p3yk/configure.in > Log: > Merged revisions 55729-55868 via svnmerge from > svn+ssh://[EMAIL PROTECTED]/python/trunk > > ........ -- --Guido van Rossum (home page: http://www.python.org/~guido/) _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
