Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ubuntu compile error #8

Open
thomaxxl opened this issue Mar 10, 2015 · 2 comments
Open

ubuntu compile error #8

thomaxxl opened this issue Mar 10, 2015 · 2 comments

Comments

@thomaxxl
Copy link

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
Copy link

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants