We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
libtool: compile: gcc -I. -I/home/calin/cphalcon/build/32bits -DPHP_ATOM_INC -I/home/calin/cphalcon/build/32bits/include -I/home/calin/cphalcon/build/32bits/main -I/home/calin/cphalcon/build/32bits -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPHALCON_RELEASE -DHAVE_CONFIG_H -march=native -mtune=native -O2 -fno-delete-null-pointer-checks -finline-functions -fomit-frame-pointer -fno-builtin-memcmp -fvisibility=hidden -c /home/calin/cphalcon/build/32bits/phalcon.c -fPIC -DPIC -o .libs/phalcon.o /home/calin/cphalcon/build/32bits/phalcon.c:4644:19: error: conflicting types for 'phalcon_array_isset' /home/calin/cphalcon/build/32bits/phalcon.c:2258:12: note: previous declaration of 'phalcon_array_isset' was here /home/calin/cphalcon/build/32bits/phalcon.c:4674:19: error: conflicting types for 'phalcon_array_isset_string' /home/calin/cphalcon/build/32bits/phalcon.c:2260:12: note: previous declaration of 'phalcon_array_isset_string' was here /home/calin/cphalcon/build/32bits/phalcon.c:4679:19: error: conflicting types for 'phalcon_array_isset_quick_string' /home/calin/cphalcon/build/32bits/phalcon.c:2263:12: note: previous declaration of 'phalcon_array_isset_quick_string' was here /home/calin/cphalcon/build/32bits/phalcon.c:4688:19: error: conflicting types for 'phalcon_array_isset_long' /home/calin/cphalcon/build/32bits/phalcon.c:2259:12: note: previous declaration of 'phalcon_array_isset_long' was here /home/calin/cphalcon/build/32bits/phalcon.c:4697:19: error: conflicting types for 'phalcon_array_unset' /home/calin/cphalcon/build/32bits/phalcon.c:2266:12: note: previous declaration of 'phalcon_array_unset' was here /home/calin/cphalcon/build/32bits/phalcon.c:4732:19: error: conflicting types for 'phalcon_array_unset_string' /home/calin/cphalcon/build/32bits/phalcon.c:2268:12: note: previous declaration of 'phalcon_array_unset_string' was here /home/calin/cphalcon/build/32bits/phalcon.c:4745:19: error: conflicting types for 'phalcon_array_unset_long' /home/calin/cphalcon/build/32bits/phalcon.c:2267:12: note: previous declaration of 'phalcon_array_unset_long' was here /home/calin/cphalcon/build/32bits/phalcon.c:2263:12: warning: 'phalcon_array_isset_quick_string' used but never defined [enabled by default] make: *** [phalcon.lo] Error 1
The text was updated successfully, but these errors were encountered:
Please regenerate files in build/ first:
php build/gen-build.php cd build ./install
Sorry, something went wrong.
This did the trick. Thank you.
No branches or pull requests
The text was updated successfully, but these errors were encountered: