X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbinarypackage.cpp;h=aaeb3e556ab02a92b305fe4434696e1fd2095233;hb=4d0d003b022943d8a0e39ba19078bab8d32d8857;hp=c2c18867018abc32d8dd9f81c2e53e38c0d18fea;hpb=0ac8d6708b8c758fb89d97a0049d4a329990b83b;p=builder.git diff --git a/source/binarypackage.cpp b/source/binarypackage.cpp index c2c1886..aaeb3e5 100644 --- a/source/binarypackage.cpp +++ b/source/binarypackage.cpp @@ -5,6 +5,7 @@ Copyright © 2007 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ +#include #include #include "binarypackage.h" #include "builder.h" @@ -23,7 +24,7 @@ BinaryPackage::BinaryPackage(Builder &b, const string &n): Sets the path where the package files were installed. This is only useful if the package doesn't use pkg-config. */ -void BinaryPackage::set_path(const Msp::Path::Path &p) +void BinaryPackage::set_path(const Msp::Path &p) { path=builder.get_cwd()/p; } @@ -47,6 +48,8 @@ BinaryPackage *BinaryPackage::from_pkgconfig(Builder &builder, const string &nam argv.push_back("--cflags"); argv.push_back("--libs"); argv.push_back(name); + if(builder.get_verbose()>=4) + cout<<"Running "<