sprhawk / python-on-a-chip

Automatically exported from code.google.com/p/python-on-a-chip
Other
0 stars 0 forks source link

Build fails with HAVE_GC not defined #116

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Comment out HAVE_GC in pmfeatures.h
2. Compile; fails.

There should be #ifdef HAVE_GC guards in sys.py for the gc call.

Original issue reported on code.google.com by bjones460@gmail.com on 4 Aug 2010 at 3:56

GoogleCodeExporter commented 9 years ago
r552:
- Fixed, all tests passed (since testing performed with HAVE_GC defined).

Original comment by bjones460@gmail.com on 4 Aug 2010 at 3:58

GoogleCodeExporter commented 9 years ago

Original comment by bjones460@gmail.com on 4 Aug 2010 at 4:19