jatinchowdhury18 / RTNeural

Real-time neural network inferencing
BSD 3-Clause "New" or "Revised" License
543 stars 57 forks source link

Including RTNeural in custom JUCE module causes confusion around 'Layer' #137

Closed godofecht closed 1 month ago

godofecht commented 1 month ago

RTNeural/activation/activation.h:13:27 No template named 'Layer'; did you mean 'RTNEURAL_NAMESPACE::Layer'?

I've tried to include RTNeural as a dependency to a custom JUCE module.

jatinchowdhury18 commented 1 month ago

Good catch... this is an issue that would only affect people building RTNeural without using CMake. Should be fixed with #138.

If you haven't already, definitely check out the README instructions for building without CMake.