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

1.3.0 build error #1806

Closed
calinrada opened this issue Jan 13, 2014 · 2 comments
Closed

1.3.0 build error #1806

calinrada opened this issue Jan 13, 2014 · 2 comments

Comments

@calinrada
Copy link

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
@ghost
Copy link

ghost commented Jan 13, 2014

Please regenerate files in build/ first:

php build/gen-build.php
cd build
./install

@calinrada
Copy link
Author

This did the trick. Thank you.

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