#45264: PHP 5.2 fails -------------------------------+-------------------------------- Reporter: challaganmadrid@… | Owner: macports-tickets@… Type: defect | Status: new Priority: High | Milestone: Component: ports | Version: 2.3.1 Keywords: php | Port: -------------------------------+-------------------------------- From the logs, there seems to be function redeclarations that make it fail: {{{ char fabsf(); ^ configure:35468:6: note: 'fabsf' is a builtin with type 'float (float)' 1 warning generated. configure:35456: checking for floorf configure:35484: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib -Wl,-heade configure:35468:6: warning: incompatible redeclaration of library function 'floorf' [-Wincompatible-library-redeclaration] char floorf(); ^ configure:35468:6: note: 'floorf' is a builtin with type 'float (float)' 1 warning generated. configure:35656: checking for jpeg_read_header in -ljpeg configure:35675: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -no-cpp-precomp -Wl,-rpath,/opt/local/lib - configure:35957: checking for png_write_image in -lpng configure:35976: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -no-cpp-precomp -Wl,-rpath,/opt/local/lib - }}} -- Ticket URL: <https://trac.macports.org/ticket/45264> MacPorts <http://www.macports.org/> Ports system for OS X