ARudik / phc

Automatically exported from code.google.com/p/phc
0 stars 0 forks source link

Unable to compile on Fedora 11 x86_64 #120

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run ./configure 
2. Run ./configure --with-boost=no

What is the expected output? What do you see instead?
Case 1. 
configure: error: We could not detect the boost libraries (version 1.34 or 
higher). If you have a staged boost library (still not installed) please 
specify $BOOST_ROOT in your environment and do not give a PATH to --with-
boost option.  If you are sure you have boost installed, then check your 
version number looking in <boost/version.hpp>. See 
http://randspringer.de/boost for more documentation.

Case 2. 
checking whether compiler supports covariant returns... configure: error: 
use g++ >3.4

What version of the product are you using? On what operating system?
phc-0.2.0.3
php-5.2.12
boost-1.37.0-7.fc11.x86_64
gcc-4.4.1-2.fc11.x86_64
Fedora 11 x86_64

Please provide any additional information below.
Case 1.
Following the troubleshooting steps for the Boost library does not work. 
Boost is installed in /usr/includes/boost with libraries in /usr/lib64. 
Neither specifying the path in --with-boost nor setting the BOOST_PATH 
environment variables correct the problem.

Case 2.
Although g++ version is 4.4.1, error message instructs me to use g++ 
version >3.4.

Original issue reported on code.google.com by ryande...@gmail.com on 9 Feb 2010 at 9:13

GoogleCodeExporter commented 9 years ago
I'm not sure if this will solve the problem, but you would be better off trying 
the
SVN version. It is better is every way than 0.2.0.3.

Original comment by paul.biggar on 9 Feb 2010 at 9:23

GoogleCodeExporter commented 9 years ago
Same problem here, same errors on Fedora 12, i386. 

Original comment by Metal3d on 3 Aug 2010 at 5:13

GoogleCodeExporter commented 9 years ago
We use boost, so you can't use --with-boost=no. Try 
--with-boost=DIR_WHERE_BOOST_INSTALLED.

Original comment by paul.biggar on 22 Sep 2010 at 5:07

GoogleCodeExporter commented 9 years ago
Already tried, same error

Original comment by Metal3d on 22 Sep 2010 at 12:29

GoogleCodeExporter commented 9 years ago
Can you post your config.log?

Original comment by paul.biggar on 22 Sep 2010 at 3:59