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

Error while configuring of phalcon #13

Closed
floriansemm opened this issue Jun 7, 2012 · 2 comments
Closed

Error while configuring of phalcon #13

floriansemm opened this issue Jun 7, 2012 · 2 comments

Comments

@floriansemm
Copy link

I run the following commands:

sudo apt-get install php5-dev php5-mysql gcc
git clone git://github.com/phalcon/cphalcon.git
cd cphalcon/release
export CFLAGS="-O2 -fno-delete-null-pointer-checks"
phpize
./configure --enable-phalcon

the following error occured:

./configure: line 3874: syntax error near unexpected token `;
./configure: line 3874: `;'

After this I have run:

sudo apt-get update
sudo apt-get upgrade php5-dev php5-mysql gcc

the result was the same. The complete output:

checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for PHP prefix... /usr
checking for PHP includes... -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
checking for PHP extension directory... /usr/lib/php5/20090626+lfs
checking for PHP installed headers prefix... /usr/include/php5
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... re2c
checking for re2c version... 0.13.5 (ok)
checking for gawk... no
checking for nawk... nawk
checking if nawk is broken... no
checking whether to enable phalcon framework... yes, shared
./configure: line 3874: syntax error near unexpected token `;'
./configure: line 3874: `;'
@phalcon
Copy link
Collaborator

phalcon commented Jun 7, 2012

hi, thanks for reporting this, just uploaded a fix for this, make a git pull -u to update your clone, thanks

@floriansemm
Copy link
Author

thanks!

Now it works

ovr pushed a commit to ovr/cphalcon that referenced this issue Dec 25, 2013
refs #NA Fix doc block booelan, HeaderManager fix docs blocks and path m...
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