Code Monkey home page Code Monkey logo

tss's People

Contributors

nahoj avatar vladdoster avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

vladdoster

tss's Issues

Makefile broken for macOS

Trying to run make install on macOS will result in the following error, due to a differing version of make:

$ make install   
mkdir -p "/Users/alasdair/.local/share/tss"
install -Dm644 "/Users/alasdair/Downloads/tss/src"/modules/*.zsh "/Users/alasdair/.local/share/tss"
install: illegal option -- D
usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
               [-o owner] file1 file2
       install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
               [-o owner] file1 ... fileN directory
       install -d [-v] [-g group] [-m mode] [-o owner] directory ...
make: *** [install] Error 64

This is due to the macOS version of Make not having the -D option - see https://apple.stackexchange.com/questions/201029/install-illegal-option-d

Since you mentioned macOS as a target platform in your introduction post I figured I'd better let you know.

Oddly, looking at the makefile it seems mkdir -p is being used for every target directory anyway - which seems to me to render the D option entirely redundant - it certainly seems to have worked when I removed the D from every install line. However I am NOT an expert with makefiles, I've barely ever even tweaked them, so don't take my word for it.

Thanks for the tool - it's certainly nicer than trying to use regex to rename a bunch of files manually!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.