This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author MrJean1
Recipients MrJean1
Date 2007-10-29.16:35:44
SpamBayes Score 0.011706137
Marked as misclassified No
Message-id <1193675745.64.0.802991254571.issue1356@psf.upfronthosting.co.za>
In-reply-to
Content
Building 3.0a1 on Solaris 10 using SUN's C/C++ compilers fails due to 
one compilation error.

The problem is the name of the last argument 'restrict' of function 
analyze_cells on line 473 in file Python/symtable.c.  Changing that name 
to something else like 'restricted' makes the build build.

There is an '*** Error code 1' at the very end of  make test, but that 
is a separate issue.   

The ./configure command line needs to include the options  --without-gcc 
and  --with-cxx-main=CC.

This is Solaris 10 on an Ultra 20 (Opteron) machine with SUN C/C++ 5.8 
2005/10/13.
History
Date User Action Args
2007-10-29 16:35:45MrJean1setspambayes_score: 0.0117061 -> 0.011706137
recipients: + MrJean1
2007-10-29 16:35:45MrJean1setspambayes_score: 0.0117061 -> 0.0117061
messageid: <1193675745.64.0.802991254571.issue1356@psf.upfronthosting.co.za>
2007-10-29 16:35:45MrJean1linkissue1356 messages
2007-10-29 16:35:44MrJean1create