Ticket #25 (closed defect: duplicate)
bug in char* declaration
| Reported by: | robertwb | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | 0.9.8.1 |
| Component: | Build System | Keywords: | |
| Cc: |
Description
{{{On Jun 19, 2008, at 1:16 PM, Jonathan Bober wrote:
Attached is a simple file that causes the bug. I compile with
cython test.pyx
and
gcc -c test.c -I/home/bober/local/sage/include -I/home/bober/local/include/csage -I/home/bober/sage/local/include/python2.5
and get the error:
test.c: In function ‘inittest’: test.c:285: error: ‘a’ undeclared (first use in this function) test.c:285: error: (Each undeclared identifier is reported only once test.c:285: error: for each function it appears in.)
}}}
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

