summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f3455b9)
raw | patch | inline | side by side (parent: f3455b9)
author | ishmal <ishmal@users.sourceforge.net> | |
Sat, 14 Jun 2008 23:16:13 +0000 (23:16 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Sat, 14 Jun 2008 23:16:13 +0000 (23:16 +0000) |
buildtool.cpp | patch | blob | history |
diff --git a/buildtool.cpp b/buildtool.cpp
index bc6da92d3b6b9865603d5357203e57713dea1646..b0570ed329755f48969d9e2d84a889218c357c19 100644 (file)
--- a/buildtool.cpp
+++ b/buildtool.cpp
*
*/
-#define BUILDTOOL_VERSION "BuildTool v0.9.4"
+#define BUILDTOOL_VERSION "BuildTool v0.9.5"
#include <stdio.h>
#include <fcntl.h>
fname.append(".pc");
if (!readFile(fname))
+ {
+ error("Cannot find package '%s'. Do you have it installed?",
+ pkgName.c_str());
return false;
+ }
return true;
}