-
Notifications
You must be signed in to change notification settings - Fork 45
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
Where to get SMESH? #23
Comments
The message shows SMESH is built already. The error must be somewhere else. Can you please post the entire CMake output? |
Here is the CMake Output: http://dpaste.com/1R7T3SA |
Make output, from the point where the trouble seems to start: https://pastebin.com/T5qQ52b9 |
According to CMake output, SMESH does seem to have some problem. Maybe you can explicitly disable external search using Also, you python executable setting ( |
My current cmake command:
I noticed this in the cmake output:
And now I am getting an error about shiboken2 wanting to compile something for 2.7 and missing symbols when linking:
|
Is this |
/usr/bin/python3.7 is a Python executable from the standard repository.
I don't quite understand why cmake still wants to link against Python 2.7.
…On Wed, Nov 6, 2019 at 10:52 AM realthunder ***@***.***> wrote:
Is this /usr/bin/python3.7 a directory or an executable on your computer?
Your last cmake output suggests this is a directory? If so, you should
correct it to point to the actually python interpreter executable. I think
shiboken2 is only available for python 3.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#23?email_source=notifications&email_token=AABJ2NYO6ZEVOFZ7BIN4JFTQSKHWNA5CNFSM4JFXDNH2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDF6LBQ#issuecomment-550233478>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABJ2N57UYFISO4OX7BTY43QSKHWNANCNFSM4JFXDNHQ>
.
|
Oops, sorry, I was meant to say |
I managed to compile both master and the realthunder fork using Python 3.6. |
@akloster please close ticket |
When following the official build instructions with this fork, I get errors about SMESH, and SMESH_EXTERNAL is off by default. I guess I have to set it to ON and find SMESH somewhere?
I haven't found a debian package for that, nor do I know which of the projects called SMESH is required and where to install it.
Any idea?
The text was updated successfully, but these errors were encountered: