You did not define them. You only declared them.
Now you have to define them. Something like:
NavMeshLoader::dtNavMeshQuery* m_navQuery = NULL;
NavMeshLoader::dtStatus m_pathFindStatus;
...and so...