Advertisement
Guest User

Untitled

a guest
Sep 14th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. make all-am
  2. make[1]: Entering directory `/c/wip/trunk/src'
  3. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../build-aux -I./base -I./object -I./document -I/c/wip/trunk/src -I/c/wip/trunk/src/base/ -Wall -fno-strict-aliasing -g -O2 -MT pdf-time.lo -MD -MP -MF .deps/pdf-time.Tpo -c -o pdf-time.lo `test -f 'base/pdf-time.c' || echo './'`base/pdf-time.c
  4. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../build-aux -I./base -I./object -I./document -I/c/wip/trunk/src -I/c/wip/trunk/src/base/ -Wall -fno-strict-aliasing -g -O2 -MT pdf-time.lo -MD -MP -MF .deps/pdf-time.Tpo -c base/pdf-time.c -DDLL_EXPORT -DPIC -o .libs/pdf-time.o
  5. base/pdf-time.c: In function `pdf_time_w32_set_from_filetime':
  6. base/pdf-time.c:654: error: `p_filetime' undeclared (first use in this function)
  7. base/pdf-time.c:654: error: (Each undeclared identifier is reported only once
  8. base/pdf-time.c:654: error: for each function it appears in.)
  9. base/pdf-time.c:662: error: parse error before "pdf_i32_t"
  10. base/pdf-time.c:683: error: too many arguments to function `pdf_time_set_from_cal'
  11. base/pdf-time.c:683: error: void value not ignored as it ought to be
  12. make[1]: *** [pdf-time.lo] Error 1
  13. make[1]: Leaving directory `/c/wip/trunk/src'
  14. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement