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 install with cygwin #118

Closed
legale opened this issue Jul 28, 2018 · 2 comments
Closed

unable to install with cygwin #118

legale opened this issue Jul 28, 2018 · 2 comments

Comments

@legale
Copy link

legale commented Jul 28, 2018

Hello. I'm trying to install your extension on windows10 machine with cygwin pecl install ds
The compilation process is interrupted with the following error:

linker --out-implib -Xlinker .libs/ds.dll.a
src/php/classes/.libs/php_collection_ce.o:php_collection_ce.c:(.rdata$.refptr.php_json_serializable_ce[.refptr.php_json_serializable_ce]+0x0): undefined refere
nce to `php_json_serializable_ce'
collect2: error: ld returned 1 exit status
make: *** [Makefile:289: ds.la] Ошибка 1
ERROR: `make' failed

PHP version:

PHP 7.1.16 (cli) (built: Apr 10 2018 18:09:30) ( NTS )
@rtheunissen
Copy link
Member

ds depends on the json extension which needs to be loaded first. Might be related to #2 ?

@rtheunissen
Copy link
Member

I think this is a duplicate of #2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants