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

Nuke14.0 Compiles #101

Open
jonassorgenfrei opened this issue Mar 18, 2023 · 6 comments
Open

Nuke14.0 Compiles #101

jonassorgenfrei opened this issue Mar 18, 2023 · 6 comments
Assignees

Comments

@jonassorgenfrei
Copy link
Collaborator

Will compile and hopefully release during the next week

@jonassorgenfrei jonassorgenfrei self-assigned this Mar 18, 2023
@voytakaleta
Copy link

Hi, I'd like to ask when they're coming? I try to download last linux version (DeepC-Linux-PROTOTYPES-Nuke13.2v4.zip) but in zip file are compiles for macOS. Thank you very much.

@jonassorgenfrei
Copy link
Collaborator Author

jonassorgenfrei commented Oct 17, 2023

Hey @kixmax

i've published a pre-release at:
https://github.com/charlesangus/DeepC/releases/tag/v0.5.9

Please let me know if it's working for you!

Cheers
Jonas

@voytakaleta
Copy link

voytakaleta commented Oct 18, 2023

Thank you for quick response! I'm using Rocky Linux 9.1 (GNOME Version 40.4.0) because it is now supported directly by the foundry, but I get this error "../plugins/13.0/DeepC-Linux-Nuke13.0v10/DeepCConstant.so: undefined symbol: _ZNK2DD5Image2Op15input_longlabelB5cxx11Ei" what could be the problem? Linux distribution ? Thank you very much.

@jonassorgenfrei
Copy link
Collaborator Author

Thought you were talking about Nuke14?
The undefined symbol sound like a version incompatibility. Are you sure you are using the right plugin version corresponding to the nuke version?

I can try soon to set up a virtuelle environment to build it but not sure when I will get to it.

@voytakaleta
Copy link

I've tried different versions 13.0v10 plugins on Nuke 13.0v10, 14.0v6 plugins on Nuke 14.0v4 and 13.2v4 plugins on Nuke 13.2v5 ... but all gave me the same type of error.

@voytakaleta
Copy link

voytakaleta commented Oct 23, 2023

I found a solution to fix problem of compiles for linux. I use this command in terminal for compilation "gcc -DGLEW_NO_GLU -D_GLIBCXX_USE_CXX11_ABI=0 -shared -fPIC -I "/usr/local/Nuke13.2v8/include" -o "DeepCConstant.so" "DeepCConstant.cpp" and it works.

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