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

JUCE LNK2001 - LNK2019: UNRESOLVED EXTERNAL SYMBOL #65082

Closed
Ikerlandarech opened this issue Apr 4, 2024 · 2 comments
Closed

JUCE LNK2001 - LNK2019: UNRESOLVED EXTERNAL SYMBOL #65082

Ikerlandarech opened this issue Apr 4, 2024 · 2 comments
Assignees
Labels
stat:awaiting response Status - Awaiting response from author TF 2.11 Issues related to TF 2.11 type:build/install Build and install issues

Comments

@Ikerlandarech
Copy link

Issue type

Build/Install

Have you reproduced the bug with TensorFlow Nightly?

No

Source

source

TensorFlow version

2.11

Custom code

Yes

OS platform and distribution

No response

Mobile device

No response

Python version

No response

Bazel version

No response

GCC/compiler version

No response

CUDA/cuDNN version

No response

GPU model and memory

No response

Current behavior?

Hey there and thank you for reading this.

I've been trying to work on a VST for my final thesis project which consists of timbre transfer voice to instruments, I've been using JUCE, and all source files are loaded from the Projuicer, the problem I'm facing is those Linker Errors that I think have to do with reading/accessing the Tensorflow files. I have no idea on how to solve it since I tried changing all the "includes" so that filepath were accessible and also tried importing all TF into the Projuicer but then it crashes.
The framework that I'm working with is DDSP-VST from the Magenta Team which uses Tensorflow to perform all the ML operations. The original DDSP code framework is implemented in Python with Tensorflow but for DDSP-VST everything is rewritten in C++ using the JUCE framework and Tensorflow Lite. I'm working with the Projuicer and Visual Studio.
If anyone can help with this I would really appreciate some help, thank u so very much in advance and have a beautiful day whoever is reading this :)

Captura de pantalla 2024-03-31 175209

Standalone code to reproduce the issue

General Problem with headers or accessing the linker files.

Relevant log output

No response

@google-ml-butler google-ml-butler bot added the type:build/install Build and install issues label Apr 4, 2024
@sushreebarsa sushreebarsa added the TF 2.11 Issues related to TF 2.11 label Apr 5, 2024
@sushreebarsa
Copy link
Contributor

@Ikerlandarech Could you please try creating a minimal example project outside of your VST that only includes TensorFlow Lite and JUCE to see if the linker errors persist? Please let us know!
Thank you!

@sushreebarsa sushreebarsa added the stat:awaiting response Status - Awaiting response from author label Apr 5, 2024
Copy link

Are you satisfied with the resolution of your issue?
Yes
No

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stat:awaiting response Status - Awaiting response from author TF 2.11 Issues related to TF 2.11 type:build/install Build and install issues
Projects
None yet
Development

No branches or pull requests

2 participants