[go: nahoru, domu]

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

undefined reference to `qt_version_tag@Qt_5.12' #15

Open
fpgasdr opened this issue Feb 4, 2022 · 1 comment
Open

undefined reference to `qt_version_tag@Qt_5.12' #15

fpgasdr opened this issue Feb 4, 2022 · 1 comment

Comments

@fpgasdr
Copy link
fpgasdr commented Feb 4, 2022

Hello I have problem to make this project due Qt version incompatibility since I have Qt5 installed in my ubuntu previously:

sudo apt-get install libqwt-qt5-dev qtbase5-dev give me:

libqwt-qt5-dev is already the newest version (6.1.4-1.1build1).
qtbase5-dev is already the newest version (5.12.8+dfsg-0ubuntu2.1).

but when make the project I have:

[ 80%] Linking C executable complexplot_test_c
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/libqwt-qt5.so: undefined reference to `qt_version_tag@Qt_5.12'
collect2: error: ld returned 1 exit status
make[2]: *** [test/c/CMakeFiles/complexplot_test_c.dir/build.make:100: test/c/complexplot_test_c] Error 1
make[1]: *** [CMakeFiles/Makefile2:218: test/c/CMakeFiles/complexplot_test_c.dir/all] Error 2
make: *** [Makefile:139: all] Error 2

this error is related with version incompatibility?.

Maybe could I modify any file for make it compatible...

thanks.

@rahulg737
Copy link

I am facing the same issue now. Any suggestion please?

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

2 participants