I'm having an issue compiling the repository on a new machine:
~/legacy_pods/libbot/bot2-vis/pod-build/lib/libbot2-vis.so: error: undefined reference to 'XOpenDisplay'
~/legacy_pods/libbot/bot2-vis/pod-build/lib/libbot2-vis.so: error: undefined reference to 'XFree'
~/legacy_pods/libbot/bot2-vis/pod-build/lib/libbot2-vis.so: error: undefined reference to 'XVisualIDFromVisual'
~/legacy_pods/libbot/bot2-vis/pod-build/lib/libbot2-vis.so: error: undefined reference to 'XGetVisualInfo'
Is there a missing dependency? I couldn't find a README with pre-requisites.
Note that I've commented out the tobuild.txt of the repo to include only as follows:
- bot_core_lcmtypes
- libbot
- occ-map
- common_utils
and the common_utils to include only:
- concise-args
- stl-utils
- path-util
- eigen-utils
This works on another machine I've already set up.