The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
Please vote in the Forum Structure Poll. Polling will close at 2PM EST on January 21, 2025.
Im trying to compile Pixie, an open source renderman compliant renderer. It has a regular windows installer, but they added some vital new features that will ease my life tremendously (massively updated framebuffer which means i needed to install FLTK). Unfortunately, you have to compile it yourself to use it (with an included VS 2008 solution)
I have installed all the required apps and added them to the VS path but no dice, some files still dont get picked up even though I have tried to install them- Libtiff is an offender), giving me a fatal error.
I've looked around but I cant seem to find a solution. What do?
They're missing a whole lot of included libraries/includes. Make sure your paths match up. QT, tifflib, etc etc etc. Looks like there also might be an circular dependency on an older codebase there judging by that include/library path.
Posts