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

compilation issues #9

Open
anwaldt opened this issue Jun 10, 2017 · 0 comments
Open

compilation issues #9

anwaldt opened this issue Jun 10, 2017 · 0 comments

Comments

@anwaldt
Copy link

anwaldt commented Jun 10, 2017

Hi,

I got errors when running 'make' using the 'dev/rerefactory' branch on Ubuntu-Studio 17.04
after using cmake ...
But I could solve it (or at least build it) by removing 'hoa_override' in the file:
'HoaLibrary-PD/hoa.library/Sources/Hoa_MultiEncoder.hpp'
for 'setFisheye()' ...

So maybe I got something wrong, or is that a valid fix which needs to be commited?

Best,
H

See the error:

[ 75%] Building CXX object CMakeFiles/hoa.2d.recomposer_tilde.dir/sources/2d/hoa.2d.recomposer_tilde.cpp.o
In file included from /home/anwaldt/TMP/HoaLibrary-PD/hoa.library/Sources/Hoa.hpp:18:0,
from /home/anwaldt/TMP/HoaLibrary-PD/sources/2d/hoa.2d.recomposer_tilde.cpp:11:
/home/anwaldt/TMP/HoaLibrary-PD/hoa.library/Sources/Hoa_MultiEncoder.hpp: In instantiation of ‘class hoa::MultiEncoder<(hoa::Dimension)0u, float>’:
/home/anwaldt/TMP/HoaLibrary-PD/sources/2d/hoa.2d.recomposer_tilde.cpp:45:82: required from here
/home/anwaldt/TMP/HoaLibrary-PD/hoa.library/Sources/Hoa_MultiEncoder.hpp:89:21: error: ‘void hoa::MultiEncoder<D, T>::setFisheye(T) [with hoa::Dimension D = (hoa::Dimension)0u; T = float]’ marked ‘override’, but does not override
inline void setFisheye(T fisheye) hoa_noexcept hoa_override
^~~~~~~~~~
CMakeFiles/hoa.2d.recomposer_tilde.dir/build.make:86: recipe for target 'CMakeFiles/hoa.2d.recomposer_tilde.dir/sources/2d/hoa.2d.recomposer_tilde.cpp.o' failed
make[2]: *** [CMakeFiles/hoa.2d.recomposer_tilde.dir/sources/2d/hoa.2d.recomposer_tilde.cpp.o] Error 1
CMakeFiles/Makefile2:659: recipe for target 'CMakeFiles/hoa.2d.recomposer_tilde.dir/all' failed
make[1]: *** [CMakeFiles/hoa.2d.recomposer_tilde.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2

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

1 participant