What is your compile error?

I did a debug build for someone a long time ago, and what it boiled down to was this (from configuration.h at the time)

// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino

Without that library, the graphic stuff won't build.

EDIT: Ah. Just saw your comment that came in while I was typing.