Lines Matching refs:error
950 void error(const char *fmt, ...);
1205 void Parser::error(const char *fmt, ...)
1211 fprintf(stderr, "xml error at line %d, column %d:", lineNr, colNr);
1342 error("unterminated entity");
1580 error("unterminated entity");
1600 error("no < for end tag\n");
1607 error("no / on end tag");
1617 error("Mismatched closing tag. Expected </%S>. Got '%S'.",
1624 error("no > on end tag for '%s'", closeTagName.c_str());
1942 void error(const char *fmt, ...);
2263 void URI::error(const char *fmt, ...)
2266 fprintf(stderr, "URI error: ");
2455 error("Scheme");
2464 error("Hierarchical part");
2472 error("Query");
2481 error("Fragment");
2515 error("Syntax error");
2580 error("Could not open directory %s : %s",
2617 error("unknown file:%s", childName.c_str());
3022 * Print a printf()-like formatted error message
3024 void error(const char *fmt, ...);
3475 error("error executing '%s': %s", cmd.c_str(), errString.c_str());
3505 error("error executing '%s': %s", cmd.c_str(), errString.c_str());
3512 error("error parsing 'svn info' xml result: %s", outString.c_str());
3540 error("could not open SVN 'entries' file");
3591 * Print a printf()-like formatted error message
3593 void MakeBase::error(const char *fmt, ...)
3597 fprintf(stderr, "Make error line %d: ", line);
3661 // error cases
3672 err = "internal error"; break;
3678 err = "unknown error"; break;
3680 error("regex failure (%s) while parsing [%s]!\n", err.c_str(), pattern.c_str());
3961 error("executeCommand cannot allocate command buffer");
3979 error("executeProgram: could not create pipe");
3986 error("executeProgram: could not create pipe");
3994 error("executeProgram: could not create pipe");
4019 error("executeCommand : could not create process : %s",
4031 error("executeCommand: could not write to pipe");
4036 error("executeCommand: could not close write pipe");
4041 error("executeCommand: could not close read pipe");
4046 error("executeCommand: could not close read pipe");
4099 error("executeCommand: could not close read pipe");
4104 error("executeCommand: could not close read pipe");
4159 error("launch of command '%s' failed : %s",
4241 error("exec of command '%s' failed : %s",
4287 error("cannot stat file:%s", childNative.c_str());
4318 error("Could not open directory %s : %s",
4352 error("unknown file:%s", childName.c_str());
4473 error("Based on 'requires' attribute of package '%s'", packageName.c_str());
4512 error("environment variable '%s' not defined", varname.c_str());
4571 error("property '%s' not found", varname.c_str());
4590 error("nesting of substitutions too deep (>10) for '%s'",
4609 error("attribute %s cannot have nested variable references",
4693 // perhaps some error checking, but... bah! waste of time
4779 error("expected <fileset>");
4862 error("<file> element requires name="" attribute");
4869 error("tag <%s> not allowed in <fileset>", tagName.c_str());
4905 error("mkdir: file %s exists but is not a directory",
4933 error("cannot make directory '%s' : %s",
4956 //error("error opening directory %s : %s", dname, strerror(errno));
4984 error("cannot stat file:%s", cnative);
5013 error("could not delete directory %s : %s",
5035 error("source file %s for copy does not exist",
5063 error("copyFile cannot open '%s' for reading", srcNative.c_str());
5070 error("copyFile cannot open %s for writing", srcNative.c_str());
5089 error("copyFile from %s to %s failed",
5121 error("File %s is read-only", native.c_str());
5125 error("File %s does not exist or is a directory", native.c_str());
5129 error("Failed to delete file %s: %s", native.c_str(), strerror(errno));
5138 error("File %s does not exist or is not a regular file", native.c_str());
5146 error("File %s is read-only", native.c_str());
5150 error(
5420 error("expected ':' or '='");
5441 error("unterminated substitution");
5548 error("cannot open file '%s' for reading", fileName.c_str());
5585 error("Cannot find package '%s'. Do you have it installed?",
6190 error("Could not open '%s' for reading", fname.c_str());
6424 //error("Could not open %s for reading", depFile.c_str());
6431 error("loadDepFile: main xml element should be <dependencies>");
6446 error("loadDepFile: <dependencies> should have only <object> children");
6463 error("loadDepFile: <object> should have only <dep> children");
6952 error("problem compiling: %s", errString.c_str());
7106 error("copy : file %s does not exist", fullSource.c_str());
7207 error("copy : file %s does not exist", fullSource.c_str());
7252 error("problem getting fileset");
7262 error("<copy> can only have one of : file= and <fileset>");
7267 error("<copy> can only have one of : tofile= or todir=");
7272 error("a <copy> task with a <fileset> must have : todir=");
7277 error("<copy> tofile= must be associated with : file=");
7282 error("<copy> todir= must be associated with : file= or <fileset>");
7360 error("<cxxtestpart> problem: %s", errString.c_str());
7464 error("<cxxtestroot> problem: %s", errString.c_str());
7535 error("<cxxtestrun> problem: cxxtests executable not found! (command=\"%s\")", rawCmd.c_str());
7564 error("<cxxtestrun> problem: %s", outString.c_str());
7639 //error("Could not delete file '%s'", fullName.c_str());
7652 //error("Could not delete directory '%s'", fullDir.c_str());
7673 error("<delete> can have one attribute of file= or dir=");
7678 error("<delete> must have one attribute of file= or dir=");
7780 error("<jar> command '%s' failed :\n %s",
7798 error("<jar> required both basedir and destfile attributes to be set");
7898 error("<javac> command '%s' failed :\n %s",
7917 error("<javac> required both srcdir and destdir attributes to be set");
8031 error("LINK problem: %s", errbuf.c_str());
8046 error("<strip> symbol file failed : %s", errbuf.c_str());
8059 error("<strip> failed : %s", errbuf.c_str());
8157 error("<makefile> could not open %s for writing : %s",
8177 error("<makefile> requires 'file=\"filename\"' attribute");
8227 error("<mkdir> requires 'dir=\"dirname\"' attribute");
8332 error("<msgfmt> problem: %s", errString.c_str());
8416 error("<pkg-config> query failed for '%s", name.c_str());
8429 error("<pkg-config> unhandled query : %s", query.c_str());
8444 error("<pkg-config> requires 'name=\"package\"' attribute");
8453 error("<pkg-config> requires 'property=\"name\"' attribute");
8523 error("<ranlib> requires 'file=\"fileNname\"' attribute");
8572 error("RC problem: %s", errString.c_str());
8698 error("<sharedlib> problem: %s", errString.c_str());
8819 error("<staticlib> problem: %s", errString.c_str());
8893 error("<strip> symbol file failed : %s", errbuf.c_str());
8902 error("<strip> failed : %s", errbuf.c_str());
8919 error("<strip> requires 'file=\"fileName\"' attribute");
8958 error("<touch> could not create '%s' : %s",
8967 error("<touch> could not update the modification time for '%s' : %s",
8982 error("<touch> requires 'file=\"fileName\"' attribute");
9071 error("Unknown task '%s'", tagName.c_str());
9513 error("Target '%s' dependency '%s' not found",
9565 error("execute: no specified or default target requested");
9573 error("Initial target '%s' not found",
9609 error("Circular dependency '%s' found at '%s'",
9614 error(" %s", diter->c_str());
9624 error("Target '%s' dependency '%s' not found",
9669 error("could not open property file %s", fileName.c_str());
9692 error("property file %s, line %d: expected keyword",
9709 error("property file %s, line %d: expected '='",
9724 error("property file %s, line %d: expected value",
9732 error("property file %s, line %d: expected value",
9815 error("environment prefix cannot have a '.' in it");
9825 error("pkg-config prefix cannot have a '.' in it");
9835 error("pkg-config-cflags prefix cannot have a '.' in it");
9845 error("pkg-config-libs prefix cannot have a '.' in it");
9855 error("bzr prefix cannot have a '.' in it");
9882 error("Could not open %s for reading",
9892 error("Main xml element should be <project>");
9959 error("no name for target");
9965 error("target '%s' already defined", tname.c_str());
9974 error("unknown toplevel tag: <%s>", tagName.c_str());
10005 error("Property %s already specified", name.c_str());
10094 * Format an error message in printf() style
10096 static void error(const char *fmt, ...)
10100 fprintf(stderr, "BuildTool error: ");
10120 error("property requires -Dname=value");
10171 error("Cannot parse arguments");
10232 error("Unknown option:%s", arg.c_str());
10240 error("only one initial target");