On Sun, May 26, 2013 at 10:04 AM, Nikita Nemkin wrote:
> Hi,
>
> I wonder why is __pyx_filename (in exception check blocks)
> tracked dynamically? AFAIK it's impossible to split function
> body between multiple files (include only works at the top level),
> which makes filename a compile time cons
I'm trying to build Demos as suggested in USAGE.txt and got error from linker:
cheese.obj : error LNK2019: unresolved external symbol _find_cheeses
referenced in function ___pyx_pf_6cheese_find
C:\work\Python\Cython\Demos\cheese.pyd : fatal error LNK1120: 1 unresolved
externals
The same problem