-
Notifications
You must be signed in to change notification settings - Fork 82
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
Error compiling the argument parser test program #1199
Comments
You are missing required linker arguments. These would have been added by CMake automatically 😉 With GCC7 you need to add For both of them you need to add |
Now it works fine with those arguments. Thanks ^^
|
Hm, that's strange, we will investigate it. Thanks for letting us know! |
Can you verify that the latest master branch fixes the problem? |
Yep, it works fine now ! |
Hi,
I'm encountering a pb testing seqan3 and trying to go through the tutorial programs.
I compiled the first two tutorial programs without any error, but I have a fatal compiling error when trying to compile the minimal argument parser tutorial.
I tried with gcc-7 and gcc-9 and got 2 different errors.
Thanks in advance for your help
Cheers
Pierre
Platform
Linux ppericard-matam-dev 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
g++-7 (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
andg++-9 (Ubuntu 9.1.0-2ubuntu2~18.04) 9.1.0
Description
The argument parser tutorial program won't compile. The hello_world and debug stream tutorial programs are compiling and working without any pb (http://docs.seqan.de/seqan/3-master-user/tutorial_first_example.html)
How to repeat the problem
main.cpp.txt
I also tried using cmake and end up with the same error
Expected behaviour
The program should compile without error
Actual behaviour
The text was updated successfully, but these errors were encountered: