-
Notifications
You must be signed in to change notification settings - Fork 26
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
linux make error #263
Comments
https://pastebin.com/pLXApSdu solved the issue CMake Error at flutter/CMakeLists.txt:7 (include):
|
The error you're encountering is due to missing directories for Flutter plugins in the ephemeral/.plugin_symlinks folder, which is likely related to incorrect plugin paths or missing dependencies during the build process.
Regenerate plugin symlinks:
Check for missing plugins:
Fix CMakeLists.txt paths:
Rebuild the project:
This should resolve the errors related to missing plugin directories during the CMake build process |
CMake Error at flutter/generated_plugins.cmake:19 (add_subdirectory):
add_subdirectory given source
"flutter/ephemeral/.plugin_symlinks/awesome_notifications/linux" which is
not an existing directory.
Call Stack (most recent call first):
CMakeLists.txt:91 (include)
CMake Error at flutter/generated_plugins.cmake:19 (add_subdirectory):
add_subdirectory given source
"flutter/ephemeral/.plugin_symlinks/dart_vlc/linux" which is not an
existing directory.
Call Stack (most recent call first):
CMakeLists.txt:91 (include)
CMake Error at flutter/generated_plugins.cmake:19 (add_subdirectory):
add_subdirectory given source
"flutter/ephemeral/.plugin_symlinks/dynamic_color/linux" which is not an
existing directory.
Call Stack (most recent call first):
CMakeLists.txt:91 (include)
CMake Error at flutter/generated_plugins.cmake:19 (add_subdirectory):
add_subdirectory given source
"flutter/ephemeral/.plugin_symlinks/gtk/linux" which is not an existing
directory.
Call Stack (most recent call first):
CMakeLists.txt:91 (include)
CMake Error at flutter/generated_plugins.cmake:19 (add_subdirectory):
add_subdirectory given source
"flutter/ephemeral/.plugin_symlinks/url_launcher_linux/linux" which is not
an existing directory.
Call Stack (most recent call first):
CMakeLists.txt:91 (include)
The text was updated successfully, but these errors were encountered: