SanderMertens / python-binding

Python for Corto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Split cortopy.c into more files

jleeothon opened this issue · comments

The size of cortopy.c has grown too large to manage and develop comfortably. It is important to split it, including creating header files therefor.

In previous attempts, the challenge was to make the header files visible both from the compiled package and the installed package—probably due to using paths relative to the executable (?)

Solution is to copy the ("private") headers to a globally available location. In the meantime, this would be a path in the style of $CORTO_HOME/python-binding/src.