Advertisement
Guest User

Untitled

a guest
Jan 21st, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. CC libeglib_la-gfile-unix.lo
  2. gfile-unix.c: In function 'monoeg_g_mkdtemp':
  3. gfile-unix.c:88:2: error: implicit declaration of function 'mkdtemp' [-Werror=implicit-function-declaration]
  4. return mkdtemp (template_copy);
  5. ^
  6. gfile-unix.c:88:2: warning: nested extern declaration of 'mkdtemp' [-Wnested-externs]
  7. gfile-unix.c:88:2: warning: return makes pointer from integer without a cast [enabled by default]
  8. cc1: some warnings being treated as errors
  9. Makefile:777: recipe for target 'libeglib_la-gfile-unix.lo' failed
  10. gmake: *** [libeglib_la-gfile-unix.lo] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement