View Issue Details

IDProjectCategoryView StatusLast Update
0001895OpenFOAMBugpublic2015-11-07 20:57
Reporteruser1267Assigned Tohenry  
PrioritynormalSeverityblockReproducibilityalways
Status closedResolutionno change required 
PlatformGNU/LinuxOSUbuntuOS Version15.04
Summary0001895: Error during installation of OpenFOAM 3.0.0
DescriptionThis error occurs when I run Allwmake.

This error has been repeated 3-4 times and is consistent.

SloanRenumber.C:34:28: fatal error: boost/config.hpp: No such file or directory
compilation terminated.
/home/bodin/OpenFOAM/OpenFOAM-3.0.0/wmake/rules/General/transform:8: recipe for target '/home/bodin/OpenFOAM/OpenFOAM-3.0.0/platforms/linux64GccDPInt32Opt/src/renumber/SloanRenumber/SloanRenumber.o' failed
make: *** [/home/bodin/OpenFOAM/OpenFOAM-3.0.0/platforms/linux64GccDPInt32Opt/src/renumber/SloanRenumber/SloanRenumber.o] Error 1
Steps To Reproducerun ./Allwmake
Additional InformationIf it helps I was following this youtube video (https://www.youtube.com/watch?v=LkLgwm64jGI) to do the installation on my computer and my system errors out when I get to the step at about 7:25 in the video.
TagsNo tags attached.

Relationships

related to 0001906 closedchris Missing Boost packages from the apt-get instructions for Ubuntu when building 3.0 from source code 

Activities

user1267

2015-11-04 06:36

 

OpenFOAM installation error.png (261,969 bytes)   
OpenFOAM installation error.png (261,969 bytes)   

henry

2015-11-04 11:36

manager   ~0005553

Have you installed CGAL:

apt-get install libscotch-dev libcgal-dev

If so you should already have BOOST installed. If you are not interested in building foamyHexMesh you do not need CGAL but BOOST is still needed for SloanRenumber

apt-get install libboost-all-dev

If you do not need SloanRenumber either then BOOST is not required and if BOOST_ARCH_PATH is not set then SloanRenumber should not build:

if [ -n "$BOOST_ARCH_PATH" ]
then
    wmake $targetType SloanRenumber
else
    echo
    echo "Skipping SloanRenumber"
    echo
fi

What is BOOST_ARCH_PATH set to on your machine?

Issue History

Date Modified Username Field Change
2015-11-04 06:36 user1267 New Issue
2015-11-04 06:36 user1267 File Added: OpenFOAM installation error.png
2015-11-04 11:36 henry Note Added: 0005553
2015-11-05 19:58 henry Status new => closed
2015-11-05 19:58 henry Assigned To => henry
2015-11-05 19:58 henry Resolution open => no change required
2015-11-07 20:57 wyldckat Relationship added related to 0001906