mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-26 08:27:43 +01:00
Add note about the bug causing scons to miss installed boost headers.
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3371 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
50d464486d
commit
ef2245a23a
1 changed files with 1 additions and 1 deletions
|
|
@ -937,7 +937,7 @@ prep_libcheck(env, libraries['boost'])
|
|||
libraries['boost'].Append(CPPPATH="/usr/local/include", LIBPATH="/usr/local/lib")
|
||||
conf = Configure (libraries['boost'])
|
||||
if conf.CheckHeader ('boost/shared_ptr.hpp', language='CXX') == False:
|
||||
print "Boost header files do not appear to be installed."
|
||||
print "Boost header files do not appear to be installed. You also might be running a buggy version of scons. Try scons 0.97 if you can."
|
||||
sys.exit (1)
|
||||
|
||||
libraries['boost'] = conf.Finish ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue