diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-01-30 10:42:59 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-01-30 10:42:59 (GMT) |
commit | c7dd34b5e73637733277b35092ed7c5a834cc0d3 (patch) | |
tree | fc7c8dfb8b0910e0adab7ad574974b25895ec113 /Mac/Demo/building.html | |
parent | 40915bf8dd035b193413dc149a58db4f54a785aa (diff) | |
download | cpython-c7dd34b5e73637733277b35092ed7c5a834cc0d3.zip cpython-c7dd34b5e73637733277b35092ed7c5a834cc0d3.tar.gz cpython-c7dd34b5e73637733277b35092ed7c5a834cc0d3.tar.bz2 |
Added a note about compiler warnings.
Diffstat (limited to 'Mac/Demo/building.html')
-rw-r--r-- | Mac/Demo/building.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Mac/Demo/building.html b/Mac/Demo/building.html index 986fdb6..d983461 100644 --- a/Mac/Demo/building.html +++ b/Mac/Demo/building.html @@ -332,6 +332,10 @@ and setting the filetype to APPL (with ResEdit or some such). <p> Fullbuild does this for you, and the Atmp files is also how ConfigurePythonCarbon and ConfigurePythonClassic work their magic. <p> +You will get about 100 warnings on "missing prototype" for the various module init +routines, ignore these. You will also get numerous warnings on functions from GUSI which +override functions from MSL, ignore these too. <p> + For completeness sake here is a breakdown of the projects: <DL> |