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.

Cant compile in VS 2008 :(

tracertongtracertong Registered User regular
edited March 2012 in Help / Advice Forum
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?

error1ij.png

error2np.png

tracertong on

Posts

  • BowenBowen Sup? Registered User regular
    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.

  • tracertongtracertong Registered User regular
    I figured as much. However, after hours of searching i found a pre-compiled version with the features i need.

Sign In or Register to comment.