Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to build on FreeBSD #70

Closed
tuaris opened this issue Jun 20, 2019 · 1 comment
Closed

Unable to build on FreeBSD #70

tuaris opened this issue Jun 20, 2019 · 1 comment

Comments

@tuaris
Copy link

tuaris commented Jun 20, 2019

Trying to build on FreeBSD 12.0-RELEASE using the provided instructions results in:

make: "/usr/home/Development/phpspy/Makefile" line 22: Need an operator
make: "/usr/home/Development/phpspy/Makefile" line 24: Need an operator
make: "/usr/home/Development/phpspy/Makefile" line 25: Missing dependency operator
make: "/usr/home/Development/phpspy/Makefile" line 28: Need an operator
make: Fatal errors encountered -- cannot continue
make: stopped in /usr/home/Development/phpspy
@adsr
Copy link
Owner

adsr commented Jun 20, 2019

Hi @tuaris. phpspy only supports Linux at the moment as it currently relies on a Linux-only system call, process_vm_readv. If you'd like to take a shot at porting it, using gmake might unblock you at this point. Thanks.

@adsr adsr closed this as completed Jun 20, 2019
@tuaris tuaris mentioned this issue Oct 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants