introlab / manyears

ManyEars Sound Source Localization, Tracking and Separation
http://introlab.github.io/manyears
183 stars 90 forks source link

error on cmakelists.txt :22 #6

Open mojtaba-kntu opened 6 years ago

mojtaba-kntu commented 6 years ago

Hi thank you for submit your code on github website. I used your codes ( ManyEars Sound Source Localization, Tracking and Separation ). I'm having errores when I running Manyears-C code. I tried to run the code in the Windows 8.1 with the minGW compiler and the C-Make software. The error that I encountered is this.

capture

please help me. thanks

doumdi commented 6 years ago

This problem is related with Qt4 Not Found. Some variables are missing for the creation of the package. However, it is not mandatory to create a package. I would recommend to try commenting this line : https://github.com/introlab/manyears/blob/master/manyears-C/CMakeLists.txt#L107

mojtaba-kntu commented 6 years ago

Thanks for your answers Dominic Létourneau.