X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbinarypackage.cpp;h=f63bff882439c3f8174479d7ff18232e6110f5b2;hb=a2adbd9c0a8d7a7567848c4c6bdbf0de6ba32bb1;hp=c2c18867018abc32d8dd9f81c2e53e38c0d18fea;hpb=654de39b62a9a58fd8e1b5a557361d628345788b;p=builder.git diff --git a/source/binarypackage.cpp b/source/binarypackage.cpp index c2c1886..f63bff8 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::FS::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 "<