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

issue installing tn93 #22

Open
cmavian opened this issue Mar 24, 2022 · 6 comments
Open

issue installing tn93 #22

cmavian opened this issue Mar 24, 2022 · 6 comments

Comments

@cmavian
Copy link

cmavian commented Mar 24, 2022

Hi, I was trying to install tn93 on my laptop, and I got an error that I can't solve at the "make install" step.
could you help me?
here the issue:

(base) epi-c02yk4ktjgh5:tn93 carla$ make install
Consolidate compiler generated dependencies of target tn93
[ 2%] Building CXX object CMakeFiles/tn93.dir/src/tn93_shared.cc.o
/Users/carla/tn93/src/tn93_shared.cc:450:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
auto ambiguityHandler = [&] (unsigned c1, unsigned c2) -> void {
^
/Users/carla/tn93/src/tn93_shared.cc:450:27: error: expected expression
auto ambiguityHandler = [&] (unsigned c1, unsigned c2) -> void {
^
1 warning and 1 error generated.
make[2]: *** [CMakeFiles/tn93.dir/src/tn93_shared.cc.o] Error 1
make[1]: *** [CMakeFiles/tn93.dir/all] Error 2
make: *** [all] Error 2

@spond
Copy link
Member

spond commented Mar 24, 2022

Dear @cmavian,

You probably have an outdated version of gcc. What happens when you type gcc --version?

Best,
Sergei

@cmavian
Copy link
Author

cmavian commented Mar 24, 2022 via email

@cmavian
Copy link
Author

cmavian commented Mar 24, 2022

we installed it on the cluster. issue resolved.

@spond
Copy link
Member

spond commented Mar 24, 2022

Dear @cmavian,

Thanks for pointing this out. I fixed the cmake script. Please pull the updated 1.0.8 release, and try again.

Best,
Sergei

@sahuno
Copy link

sahuno commented May 24, 2022

Dear @cmavian how did you install it? facing the same issue here installing on cluster

@cmavian
Copy link
Author

cmavian commented May 24, 2022 via email

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