kemerelab / BehavioralVideo

4 stars 1 forks source link

compilation problem #1

Open mmyros opened 10 years ago

mmyros commented 10 years ago

Hi, thanks for sharing this! I finally got around to working on video myself, but I am having trouble compiling with gcc main.cpp:

In file included from main.cpp:1:0: mainwindow.h:4:23: fatal error: QMainWindow: No such file or directory compilation terminated.

I tried installing libqtgui4 and libqt5gui5 on two debian machines but with no luck. What qt versions do you guys use? Or am I missing something else? Any help is appreciated.

ckemere commented 10 years ago

Hey!

It's qt5.1, I believe, which I get by adding the desktop developer ppa. I'll follow up shortly!

Hi, thanks for sharing this! I finally got around to working on video myself, but I am having trouble compiling with gcc main.cpp. In file included from main.cpp:1:0: mainwindow.h:4:23: fatal error: QMainWindow: No such file or directory compilation terminated.

I tried installing libqtgui4 and libqt5gui5 on two debian machines but with no luck. What qt versions do you guys use? Or am I missing something else? Any help is appreciated.

Reply to this email directly or view it on GitHubhttps://github.com/ckemere/BehavioralVideo/issues/1 .

mmyros commented 10 years ago

Hmm, I think I have qt5... what is the name of the package, exactly? and maybe I need to force using it somehow, since I also have qt4 installed?

ckemere commented 10 years ago

Actually, try downloading the kit from the qt website?

Hmm, I think I have qt5... what is the name of the package, exactly? and maybe I need to force using it somehow, since I also have qt4 installed?

Reply to this email directly or view it on GitHubhttps://github.com/ckemere/BehavioralVideo/issues/1#issuecomment-37211729 .