opendns / dataviz

OpenDNS Data Visualization Framework
263 stars 45 forks source link

ubuntu compile error #8

Open thomaxxl opened 9 years ago

thomaxxl commented 9 years ago

Hi,

i'm trying to compile on ubuntu but i run into ../raindance/Core/Gui/Window.hh:6:7: error: previous definition of âclass Windowâ class Window

I had to copy ../raindance/Core/GUI to ../raindance/Core/Gui to get here, i tried to put an ifndef inthere but this still doesn't work. Can you tell me what's wrong please?

joerican commented 9 years ago

I had to change line 4 in /dataviz/raindance/Core/GUI/WindowManager.hh

From:

include <raindance/Core/Gui/Window.hh>

To:

include <raindance/Core/GUI/Window.hh>

MarkusTeufelberger commented 9 years ago

I ran into the same issue, this seems to be fixed upstream long ago now, but this git repo refers to an older upstream state.