GithubHelp home page GithubHelp logo

Comments (4)

adsr avatar adsr commented on June 19, 2024

Hi, unfortunately phpspy is Linux only right now. I filed issues for macOS (#50) and Windows support (#51).

from phpspy.

paslandau avatar paslandau commented on June 19, 2024

Hey @adsr ,

I got the same error Makefile:22: *** Need libpthread. Stop. using a docker container based on https://github.com/phusion/baseimage-docker

After "blindly" installing everything mentioned in #45 it works (at least I can run make without errors). Would still be good to understand what exactly I was missing since googling for libpthread doesn't provide much help.

Cheers
Pascal

from phpspy.

adsr avatar adsr commented on June 19, 2024

Hi @paslandau, libpthread (POSIX threads) should be provided by the libc package. I am not sure why it can't be found on your setup. I tried reproducing with the steps below but could not.

docker run --rm -t -i phusion/baseimage /sbin/my_init -- bash -l
apt update
apt install -y git # for git clone
apt install -y build-essential # for gcc and make
apt install -y python # for compiling termbox with waf (python)
git clone --recursive https://github.com/adsr/phpspy.git
cd phpspy
make

from phpspy.

DanielRuf avatar DanielRuf commented on June 19, 2024

After "blindly" installing everything mentioned in #45 it works (at least I can run make without errors)

For me this did not work as some of them are also not available in homebrew/core.

from phpspy.

Related Issues (20)

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.