I succeeded in compiling pbrt 1.04 in XCode 3.2 but ran into problems
when running it. I also used Mark Colbert's XCode project from
http://www.cs.ucf.edu/~colbert/mayapbrt/goodies.html. These are the
errors I get when running it:
Error: Can't open plug-in "/Users/.../Desktop/last_test/pbrt-1.04/
build/Development/distant.so"
Line 15, file /Users/.../Desktop/last_test/pbrt-1.04/scenes/
simple.pbrt
Fatal Error: Couldn't get symbol "CreateLight" in Plugin /Users/.../
Desktop/last_test/pbrt-1.04/build/Development/distant.so.
Line 15, file /Users/.../Desktop/last_test/pbrt-1.04/scenes/
simple.pbrt
PBRT_SEARCHPATH is set to /Users/.../Desktop/last_test/pbrt-1.04/build/
Development/
Any help would be greatly appreciated.