Skip to content

fatal error: module 'LuaSkin' not found #22

@farzadmf

Description

@farzadmf

Hi, I'm super new to Hammerspoon, and I saw a post somewhere that required the spaces module from here.

This is how I'm trying to install:

  1. Clone the repo
  2. Go into spaces directory
  3. I have an Intel Mac, so I do make install-x86_64
  4. I get the following error:
Skipping Lua Compile Verification
mkdir -p ~/.hammerspoon/hs/spaces
install -m 0644 init.lua ~/.hammerspoon/hs/spaces
test -f docs.json && install -m 0644 docs.json ~/.hammerspoon/hs/spaces || echo "No docs.json file to install"
spacesObjc.m:2:9: fatal error: module 'LuaSkin' not found
@import LuaSkin ;
 ~~~~~~~^~~~~~~
1 error generated.
make: *** [obj_x86_64/spacesObjc.so] Error 1

Is there something I need to do? Is this module bundled with Hammerspoon or I need to install it from somewhere?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions