NO-ob / LoliSnatcher_Droid

A booru client with support for batch downloading
GNU Affero General Public License v3.0
392 stars 24 forks source link

linux install #184

Open s-b-repo opened 1 year ago

s-b-repo commented 1 year ago

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.
NO-ob commented 1 year ago

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

drwankingstein commented 1 year ago

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

chances are this is an issue with flutter version

s-b-repo commented 1 year ago

i use manjaro