That's odd. If you do "const path = ...", I don't think it matters to the compiler whether the right-hand-side is a string literal or an expression that generates a string; the end result is the same.
I just tried it, and ccall((:symbol, path), ...) works fine for me when path is defined via "const path = joinpath(...)". Are you sure you remembered the "const"?
