1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-02 09:47:00 +03:00

Bug in scons file

git-svn-id: http://svn.opennebula.org/one/trunk@488 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
Javier Fontán Muiños 2009-04-23 17:38:46 +00:00
parent c42667c929
commit 2b69d749cc

View File

@ -94,19 +94,19 @@ if not main_env.GetOption('clean'):
main_env.ParseConfig('share/scons/get_xmlrpc_config client') main_env.ParseConfig('share/scons/get_xmlrpc_config client')
except Exception, e: except Exception, e:
print "" print ""
print "Error searching for xmlrpc-c libraries. Please check this"+ print "Error searching for xmlrpc-c libraries. Please check this"+\
" things:" " things:"
print "" print ""
print " * You have installed development libraries for xmlrpc-c. One"+ print " * You have installed development libraries for xmlrpc-c. One"+\
" way to check" " way to check"
print " this is calling xmlrpc-c-config that is provided with the"+ print " this is calling xmlrpc-c-config that is provided with the"+\
" development" " development"
print " package." print " package."
print " * Check that the version of xmlrpc-c is at least 1.06. You can"+ print " * Check that the version of xmlrpc-c is at least 1.06. You"+\
" do this also" " can do this also"
print " calling:" print " calling:"
print " $ xmlrpc-c-config --version" print " $ xmlrpc-c-config --version"
print " * If all this requirements are already met please send log"+ print " * If all this requirements are already met please send log"+\
" files located in" " files located in"
print " .xmlrpc_test to the mailing list." print " .xmlrpc_test to the mailing list."
print "" print ""