Home | History | Annotate | Download | only in pkgdata

Lines Matching refs:fprintf

284             fprintf(stderr,
288 fprintf(stderr, "Run '%s --help' for help.\n", progname);
296 fprintf(stderr, " required parameter is missing: -O is required for static and shared builds.\n");
297 fprintf(stderr, "Run '%s --help' for help.\n", progname);
303 fprintf(stdout, "Warning: You are using the -O option which is not needed for MSVC build on Windows.\n");
309 fprintf(stderr, " required parameter -p is missing \n");
310 fprintf(stderr, "Run '%s --help' for help.\n", progname);
315 fprintf(stderr,
323 fprintf(stderr,
330 fprintf(stderr, "\n options:\n");
332 fprintf(stderr, "%-5s -%c %s%-10s %s\n",
340 fprintf(stderr, "modes: (-m option)\n");
342 fprintf(stderr, " %-9s ", modes[i].name);
344 fprintf(stderr, "/ %-9s", modes[i].alt_name);
346 fprintf(stderr, " ");
348 fprintf(stderr, " %s\n", modes[i].desc);
446 fprintf(stderr, "error loading input file lists: %s\n", u_errorName(status));
550 fprintf(stdout, "# Install: Files mode, copying files to %s..\n", targetDir);
570 fprintf(stdout, "# Writing package file %s ..\n", datFileNamePath);
574 fprintf(stderr,"Error writing package dat file.\n");
586 fprintf(stderr, "Unable to remove old dat file: %s\n", targetFileNamePath);
595 fprintf(stdout, "# Moving package file to %s ..\n", targetFileNamePath);
598 fprintf(stderr, "Unable to move dat file (%s) to target location (%s).\n", datFileNamePath, targetFileNamePath);
641 fprintf(stdout, "# Installing already-built library into %s\n", o->install);
651 fprintf(stdout, "# Not installing up-to-date library %s into %s\n", checkLibFile, o->install);
654 fprintf(stdout, "# Not installing missing %s into %s\n", checkLibFile, o->install);
665 fprintf(stdout, "# Generating assembly code %s of type %s ..\n", gencFilePath, genccodeAssembly);
676 fprintf(stderr, "Error generating assembly code for data.\n");
681 fprintf(stdout, "# Installing static library into %s\n", o->install);
688 fprintf(stderr,"Assembly type \"%s\" is unknown.\n", genccodeAssembly);
693 fprintf(stdout, "# Writing object code to %s ..\n", gencFilePath);
706 fprintf(stderr, "Error generating package data.\n");
714 fprintf(stdout, "# Creating data archive library file ..\n");
718 fprintf(stderr, "Error creating data archive library file.\n");
725 fprintf(stderr, "Error creating symbolic links of the data library file.\n");
736 fprintf(stdout, "# Installing library file to %s ..\n", o->install);
740 fprintf(stderr, "Error installing the data library.\n");
770 fprintf(stderr,"Error allocating memory for pkgDataFlags.\n");
775 fprintf(stderr,"Error allocating memory for pkgDataFlags.\n");
786 fprintf(stdout, "# Reading options file %s\n", o->options);
796 fprintf(stderr,"Unable to open or read \"%s\" option file. status = %s\n", o->options, u_errorName(status));
801 fprintf(stdout, "# pkgDataFlags=");
803 fprintf(stdout, "%c \"%s\"", (i>0)?',':' ',pkgDataFlags[i]);
805 fprintf(stdout, "\n");
825 fprintf(stdout, "# libFileName[LIB_FILE] = %s\n", libFileNames[LIB_FILE]);
865 fprintf(stdout, "# libFileName[LIB_FILE_VERSION] = %s\n", libFileNames[LIB_FILE_VERSION]);
877 fprintf(stdout, "# libFileName[LIB_FILE_VERSION] = %s (static)\n", libFileNames[LIB_FILE_VERSION]);
995 fprintf(stderr, "Error creating installation directory: %s\n", installDir);
1007 fprintf(stderr, "Failed to install data file with command: %s\n", cmd);
1027 fprintf(stderr, "Error creating installation directory: %s\n", installDir);
1048 fprintf(stderr, "Failed to install data file with command: %s\n", cmd);
1053 fprintf(stderr, "Failed to read line from file: %s\n", fileListName);
1062 fprintf(stderr, "Unable to open list file: %s\n", fileListName);
1068 fprintf(stderr, "Failed to install data file with command: %s\n", cmd);
1156 fprintf(stderr, "Unable to allocate memory for command.\n");
1188 fprintf(stderr, "Unable to allocate memory for command.\n");
1306 fprintf(stderr, "Unable to remove old icudtall file: %s\n", icudtAll);
1319 fprintf(stderr, "Unable to allocate memory for cmd.\n");
1322 fprintf(stderr, "Unable to allocate memory for buffer.\n");
1401 fprintf(stderr, "Unable to remove c code file: %s\n", gencmnFile);
1604 fprintf(stderr,"Unable to create map file: %s.\n", mapFile);
1666 fprintf(stdout, "# pkgdata: Reading %s..\n", l->str);
1672 fprintf(stderr, "Error opening <%s>.\n", l->str);
1680 fprintf(stderr, "%s:%d - line too long (over %d chars)\n", l->str, (int)ln, (int)lineMax);
1713 fprintf(stderr, "%s:%d - missing trailing double quote (\")\n",
1720 fprintf(stderr, "%s:%d - malformed quoted line at position %d, expected ' ' got '%c'\n",
1742 fprintf(stderr, "pkgdata: Error: absolute path encountered. Old style paths are not supported. Use relative paths such as 'fur.res' or 'translit%cfur.res'.\n\tBad path: '%s'\n", U_FILE_SEP_CHAR, s);
1748 fprintf(stderr, "pkgdata: Error: Unable to allocate tmp buffer size: %d\n", tmpLength);
1779 fprintf(stdout, "# Calling icu-config: %s\n", cmdBuf);
1786 fprintf(stdout, "# Calling icu-config: %s\n", cmd);
1793 fprintf(stderr, "%s: icu-config: No icu-config found. (fix PATH or use -O option)\n", progname);
1803 fprintf(stderr,"%s: icu-config: Could not read from icu-config. (fix PATH or use -O option)\n", progname);
1822 fprintf(stderr, "%s: icu-config: invalid response from icu-config (fix PATH or use -O option)\n", progname);
1827 fprintf(stdout, "# icu-config said: %s\n", buf);