Any one up for OSX work.

no such file exists on my machine.

the error is coming from GraphicsPipeSelection::load_named_module(), but i’m not sure how the const string& name parameter is getting set to mkl_def for synthesis.

i know there is significant magic involved in the loading of prc files. as i recall, it involves looking in ./etc and then tracing the path up to the root directory, looking in etc at each step along the way. after that fails, $INSTALL_DIR/etc is checked or something like that…? what is the specific magic on OSX?

i checked the loaded config object (though i don’t know which file it was loaded from), and

>>> config.GetString('load-display')
'pandagl'
>>>

so i’m a bit confused. i feel like i must be way off track.