zzag / kwin-effects-yet-another-magic-lamp

Just Yet Another Magic Lamp effect
GNU General Public License v2.0
160 stars 27 forks source link

Build issue on openSUSE Leap 15.1 #11

Closed Nano-Ocelot closed 5 years ago

Nano-Ocelot commented 5 years ago

I get this error when trying to compile the effect. I thought I had all dependencies, but I'm guessing I was wrong. Any help finding the pkg that supplies whatever 'epoxy' is would be appreciated. I can't find it with search engines.

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find epoxy (missing: epoxy_LIBRARY epoxy_INCLUDE_DIR) Call Stack (most recent call first): /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE) cmake/Modules/Findepoxy.cmake:53 (find_package_handle_standard_args) src/CMakeLists.txt:19 (find_package)

trmdi commented 5 years ago

Try installing missed dependences listed in https://build.opensuse.org/package/view_file/home:trmdi/kwin-effects-yaml/kwin-effects-yaml.spec?expand=1

# zypper in libepoxy-devel
Nano-Ocelot commented 5 years ago

Well that let me finish making the build files, but then when I run 'make' I get the following error.

[ 63%] Generating YetAnotherMagicLampConfig.h, YetAnotherMagicLampConfig.cpp make[2]: No rule to make target '/org.kde.kwin.Effects.xml', needed by 'src/kcm/kwineffects_interface.cpp'. Stop. make[1]: [CMakeFiles/Makefile2:240: src/kcm/CMakeFiles/kwin_yetanothermagiclamp_config.dir/all] Error 2 make: *** [Makefile:141: all] Error 2

On Tue, Jul 16, 2019, 11:02 PM trmdi notifications@github.com wrote:

Try installing missed dependences listed in https://build.opensuse.org/package/view_file/home:trmdi/kwin-effects-yaml/kwin-effects-yaml.spec?expand=1

zypper in libepoxy-devel

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/zzag/kwin-effects-yet-another-magic-lamp/issues/11?email_source=notifications&email_token=AIDQMHWAHJSGNZ5PB2DUSE3P72DTJA5CNFSM4IEKFJJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2C4EEQ#issuecomment-512082450, or mute the thread https://github.com/notifications/unsubscribe-auth/AIDQMHWJHNHY3DKWPYBH7SDP72DTJANCNFSM4IEKFJJA .

trmdi commented 5 years ago

No idea. Try removing the build directory and start from scratch? Make sure you installed all packages I listed in BuildRequires.

Nano-Ocelot commented 5 years ago

Yeah, I tried that. Thanks though. Sorry for bothering you.

On Wed, Jul 17, 2019, 12:02 AM trmdi notifications@github.com wrote:

No idea. Try removing the build directoruee and start from scratch?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/zzag/kwin-effects-yet-another-magic-lamp/issues/11?email_source=notifications&email_token=AIDQMHWLFBAXS7OCBJRZGOLP72KWJA5CNFSM4IEKFJJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2C6WXA#issuecomment-512093020, or mute the thread https://github.com/notifications/unsubscribe-auth/AIDQMHV5ZYKIBBDSRE3GCCLP72KWJANCNFSM4IEKFJJA .

trmdi commented 5 years ago

I still think you're missing some dependencies. (Maybe dbus-1-devel) See this: https://github.com/zzag/kwin-effects-yet-another-magic-lamp/issues/2

Nano-Ocelot commented 5 years ago

I don't have that pkg in my default repos.

On Wed, Jul 17, 2019, 12:28 AM trmdi notifications@github.com wrote:

I still you're missing some dependencies. See this: #2 https://github.com/zzag/kwin-effects-yet-another-magic-lamp/issues/2

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/zzag/kwin-effects-yet-another-magic-lamp/issues/11?email_source=notifications&email_token=AIDQMHQANXVT3T7ZZM6MT7LP72NV7A5CNFSM4IEKFJJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2C7W3I#issuecomment-512097133, or mute the thread https://github.com/notifications/unsubscribe-auth/AIDQMHTTU6LYZPYVJNYLMQTP72NV7ANCNFSM4IEKFJJA .

Nano-Ocelot commented 5 years ago

Nevermind. I installed dbus-1-devel and dbus-1-glib-devel. Was able to install it and the effect is in fact working! Thanks for the help and great work on this. It looks great.