Denton Woods
Denton Woods
In my fork, I ended up temporarily disabling _DEBUG when it includes Python.h to work around the debug issues.
I ran into both of these, because my Anaconda environment was not activated: [https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#activating-an-environment](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#activating-an-environment). If you use their solution of running the activation script in the Command Prompt, it sets...
I have exactly the same issue under Windows. Pull request #271 fixes this for me (wrapping the offending lines in an #ifndef/#endif).
I'll try to take a look at this soon. I haven't focused on ILUT with the latest updates, and it seems something may have broken with the switch to CMake.
Possibly. I'm unfamiliar with it, so I'm not sure how much effort it would be. I'm just now slowly getting back into working on DevIL.
Just to let you know, I've started working on this. Any example images that you have could certainly be helpful. I've just converted some with the texconv.exe tool.
Unfortunately, I have no experience with .Net or NuGet, so I'm not sure how to resolve this.
I'm not aware of any, but I'm not familiar with CentOS at all. I can take a look at it when I start working on DevIL again this summer.
In the next month, I should start to have a little free time to play with DevIL. I definitely plan on looking at this - especially in Windows. Thanks!
Thanks a lot for fixing this issue. This seems to compile properly for me, though I haven't pointed it to any of the other libraries (libtiff, libpng, etc.). I also...