LoliSnatcher_Droid icon indicating copy to clipboard operation
LoliSnatcher_Droid copied to clipboard

linux install

Open s-b-repo opened this issue 2 years ago • 3 comments

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/screen_retriever/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)

CMake Error at flutter/generated_plugins.cmake:19 (add_subdirectory): add_subdirectory given source "flutter/ephemeral/.plugin_symlinks/window_manager/linux" which is not an existing directory. Call Stack (most recent call first): CMakeLists.txt:91 (include)

One possible cause of this error is that the plugin's source files are missing or have been moved or renamed. To resolve this issue, you can try the following steps:

Check that the awesome_notifications plugin is still present in your project's flutter directory, and that it has not been renamed or moved to a different location.

Make sure that the path to the plugin's source directory is specified correctly in your project's CMakeLists.txt file. The error message suggests that the problem may be related to the add_subdirectory command, so you should check that the path given to this command is correct.

If you have recently added or updated the awesome_notifications plugin, you may need to regenerate the CMake build files for your project. You can do this by deleting the existing build directory and running CMake again.

s-b-repo avatar Feb 13 '23 01:02 s-b-repo

I've just tested with a clone of this repo and cleaned pub cache it built fine, i am unsure about those errors outside of the dart vlc ones did you go a flutter pub get? For vlc you will need to install lib vlc on arch this comes with the vlc package i believe it is something separate on other distros. You will also need sqlite3

NO-ob avatar Feb 13 '23 09:02 NO-ob

its working fine for me https://github.com/drwankingstein/pkgbuild/tree/main/lolisnatcher-git

chances are this is an issue with flutter version

drwankingstein avatar Mar 19 '23 11:03 drwankingstein

i use manjaro

s-b-repo avatar Mar 19 '23 22:03 s-b-repo