Last data update: 2014.03.03

Rttf2pt1

Package: Rttf2pt1
Title: 'ttf2pt1' Program
Version: 1.3.4
Author: Winston Chang,
Andrew Weeks,
Frank M. Siegert,
Mark Heath,
Thomas Henlick,
Sergey Babkin,
Turgut Uyar,
Rihardas Hepas,
Szalay Tamas,
Johan Vromans,
Petr Titera,
Lei Wang,
Chen Xiangyang,
Zvezdan Petkovic,
Rigel,
I. Lee Hetherington
Maintainer: Winston Chang <winston@stdout.org>
Description: Contains the program 'ttf2pt1', for use with the
'extrafont' package. This product includes software developed by the 'TTF2PT1'
Project and its contributors.
Depends: R (>= 2.15)
License: file LICENSE
URL: https://github.com/wch/Rttf2pt1
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-05-18 20:04:39 UTC; winston
License_is_FOSS: yes
Repository: CRAN
Date/Publication: 2016-05-19 05:52:18

● 0 images, 2 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'Rttf2pt1' ...
** package 'Rttf2pt1' successfully unpacked and MD5 sums checked
** libs
** arch - 
echo "make ttf2pt1 in ttf2pt1/ ..."
make ttf2pt1 in ttf2pt1/ ...
(cd ttf2pt1; make CC="`"/home/ddbj/local/lib64/R/bin/R" CMD config CC`" CFLAGS="`"/home/ddbj/local/lib64/R/bin/R" CMD config CFLAGS`" ttf2pt1)
make[1]: Entering directory '/tmp/RtmpnZP51O/R.INSTALL6de427ce2b50/Rttf2pt1/src/ttf2pt1'
gcc -g -O2 -c ttf2pt1.c
ttf2pt1.c: In function 'unicode_init_user':
ttf2pt1.c:647:21: warning: format '%d' expects argument of type 'int *', but argument 3 has type 'int' [-Wformat=]
   if(sscanf(buffer, "id %d %d", pid, eid)==2) {
                     ^
ttf2pt1.c:647:21: warning: format '%d' expects argument of type 'int *', but argument 4 has type 'int' [-Wformat=]
gcc -g -O2 -c pt1.c
pt1.c: In function 'assertpath':
pt1.c:306:20: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY * {aka struct gentry *}' [-Wformat=]
    fprintf(stderr, "unidirectional chain 0x%x -next-> 0x%x -prev-> 0x%x \n",
                    ^
pt1.c:306:20: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'GENTRY * {aka struct gentry *}' [-Wformat=]
pt1.c:306:20: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'struct gentry *' [-Wformat=]
pt1.c:317:21: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY * {aka struct gentry *}' [-Wformat=]
     fprintf(stderr, "empty path at 0x%x \n", ge);
                     ^
pt1.c:325:21: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY * {aka struct gentry *}' [-Wformat=]
     fprintf(stderr, "unidirectional chain 0x%x -frwd-> 0x%x -bkwd-> 0x%x \n",
                     ^
pt1.c:325:21: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'struct gentry *' [-Wformat=]
pt1.c:325:21: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'struct gentry *' [-Wformat=]
pt1.c:333:22: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY * {aka struct gentry *}' [-Wformat=]
      fprintf(stderr, "broken first backlink 0x%x -bkwd-> 0x%x -next-> 0x%x \n",
                      ^
pt1.c:333:22: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'struct gentry *' [-Wformat=]
pt1.c:333:22: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'struct gentry *' [-Wformat=]
pt1.c:341:22: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY * {aka struct gentry *}' [-Wformat=]
      fprintf(stderr, "broken loop 0x%x -...-> 0x%x -frwd-> 0x%x \n",
                      ^
pt1.c:341:22: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'GENTRY * {aka struct gentry *}' [-Wformat=]
pt1.c:341:22: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'struct gentry *' [-Wformat=]
pt1.c: In function 'fixcvends':
pt1.c:763:19: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY * {aka struct gentry *}' [-Wformat=]
   fprintf(stderr, "**! fixcvends(0x%x) on floating entry, ABORT\n", ge);
                   ^
pt1.c: In function 'fixcvdir':
pt1.c:913:19: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY * {aka struct gentry *}' [-Wformat=]
   fprintf(stderr, "**! fixcvdir(0x%x) on floating entry, ABORT\n", ge);
                   ^
pt1.c: In function 'fgetcvdir':
pt1.c:1043:19: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY * {aka struct gentry *}' [-Wformat=]
   fprintf(stderr, "**! fgetcvdir(0x%x) on int entry, ABORT\n", ge);
                   ^
pt1.c: In function 'igetcvdir':
pt1.c:1105:19: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY * {aka struct gentry *}' [-Wformat=]
   fprintf(stderr, "**! igetcvdir(0x%x) on floating entry, ABORT\n", ge);
                   ^
pt1.c: In function 'dumppaths':
pt1.c:1203:19: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'GENTRY * {aka struct gentry *}' [-Wformat=]
   fprintf(stderr, " %c %8x", mark, ge);
                   ^
pt1.c: In function 'fcheckcv':
pt1.c:1336:19: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY * {aka struct gentry *}' [-Wformat=]
   fprintf(stderr, "**! fcheckcv(0x%x) on int entry, ABORT\n", ge);
                   ^
pt1.c: In function 'icheckcv':
pt1.c:1364:19: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY * {aka struct gentry *}' [-Wformat=]
   fprintf(stderr, "**! icheckcv(0x%x) on floating entry, ABORT\n", ge);
                   ^
pt1.c: In function 'findstemat':
pt1.c:2920:6: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'GENTRY * {aka struct gentry *}' [-Wformat=]
      "dbg: possible self-intersection at v=%d o=%d exp_ge=0x%x ge=0x%x\n",
      ^
pt1.c:2920:6: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'GENTRY * {aka struct gentry *}' [-Wformat=]
pt1.c: In function 'fstraighten':
pt1.c:3912:43: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY * {aka struct gentry *}' [-Wformat=]
      if(ISDBG(STRAIGHTEN)) fprintf(stderr,"** straighten join with previous 0x%x 0x%x\n", pge, ge);
                                           ^
pt1.c:3912:43: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'GENTRY * {aka struct gentry *}' [-Wformat=]
pt1.c:3927:43: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY * {aka struct gentry *}' [-Wformat=]
      if(ISDBG(STRAIGHTEN)) fprintf(stderr,"** straighten join with next 0x%x 0x%x\n", ge, nge);
                                           ^
pt1.c:3927:43: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'GENTRY * {aka struct gentry *}' [-Wformat=]
pt1.c: In function 'ffixquadrants':
pt1.c:4058:20: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'GENTRY * {aka struct gentry *}' [-Wformat=]
    fprintf(stderr, "%s: trying 0x%x (%g %g) (%g %g) (%g %g) (%g %g)\n  ", g->name,
                    ^
pt1.c:4079:21: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'GENTRY * {aka struct gentry *}' [-Wformat=]
     fprintf(stderr, "%s: 0x%x: %d pts(%c): ", 
                     ^
pt1.c:4130:20: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'GENTRY * {aka struct gentry *}' [-Wformat=]
    fprintf(stderr, "%s: splitting 0x%x (%g %g) (%g %g) (%g %g) (%g %g) at %d points\n  ", g->name,
                    ^
pt1.c:4152:36: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY * {aka struct gentry *}' [-Wformat=]
    if(ISDBG(QUAD)) fprintf(stderr, "   0x%x %g/%g\n", ge, k1, k2);
                                    ^
pt1.c: In function 'fdelsmall':
pt1.c:4692:20: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'GENTRY * {aka struct gentry *}' [-Wformat=]
    fprintf(stderr, "glyph %s has very small fragments(%x..%x..%x)\n", 
                    ^
pt1.c:4692:20: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'GENTRY * {aka struct gentry *}' [-Wformat=]
pt1.c:4692:20: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'GENTRY * {aka struct gentry *}' [-Wformat=]
pt1.c: In function 'fconcisecontour':
pt1.c:5943:20: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY * {aka struct gentry *}' [-Wformat=]
    fprintf(stderr, ": 0x%x\nnext -> 0x%p ", pge, nge);
                    ^
pt1.c:5977:20: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY * {aka struct gentry *}' [-Wformat=]
    fprintf(stderr, ": 0x%x\n", nge);
                    ^
pt1.c:6180:21: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'GENTRY * {aka struct gentry *}' [-Wformat=]
     fprintf(stderr, "(p=%p/%x n=0x%x/%x) ", pge, pgex->flags & GEXF_JLINE, 
                     ^
pt1.c: In function 'reversepathsfromto':
pt1.c:7069:21: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY * {aka struct gentry *}' [-Wformat=]
     fprintf(stderr, "reverse path 0x%x <- 0x%x, 0x%x\n", ge, ge->prev, ge->bkwd);
                     ^
pt1.c:7069:21: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'struct gentry *' [-Wformat=]
pt1.c:7069:21: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'struct gentry *' [-Wformat=]
gcc -g -O2  -c runt1asm.c
In file included from runt1asm.c:60:0:
t1asm.c: In function 'charstring_byte':
t1asm.c:374:21: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
     fprintf(stderr, "error: charstring_buf full (%d bytes)\n",
                     ^
t1asm.c: In function 'charstring_end':
t1asm.c:388:17: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=]
   sprintf(line, "%d ", charstring_bp - charstring_buf);
                 ^
gcc -g -O2 -c ttf.c
gcc -g -O2 -c ft.c
gcc -g -O2 -c bdf.c
gcc -g -O2 -c bitmap.c
gcc -g -O2 -o ttf2pt1 ttf2pt1.o pt1.o runt1asm.o ttf.o ft.o bdf.o bitmap.o -lm  
make[1]: Leaving directory '/tmp/RtmpnZP51O/R.INSTALL6de427ce2b50/Rttf2pt1/src/ttf2pt1'
installing via 'install.libs.R' to /home/ddbj/local/lib64/R/library/Rttf2pt1
[1] ""
Installing ttf2pt1/ttf2pt1 to /home/ddbj/local/lib64/R/library/Rttf2pt1/exec
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'Rttf2pt1'
    finding HTML links ... done
    Rttf2pt1                                html  
    which_ttf2pt1                           html  
** building package indices
** testing if installed package can be loaded
* DONE (Rttf2pt1)
Making 'packages.html' ... done