robertwb / issues-import-test

0 stars 0 forks source link

bug in char* declaration #51

Closed robertwb closed 8 years ago

robertwb commented 8 years ago

Reported by robertwb on 16 Jul 2008 08:32 UTC


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.)

Migrated-From: http://trac.cython.org/ticket/25

robertwb commented 8 years ago

Comment by robertwb on 3 Aug 2008 05:01 UTC This is ticket #18

robertwb commented 8 years ago

Modified by robertwb on 19 Aug 2008 04:06 UTC