Advertisement
Guest User

Untitled

a guest
Jan 30th, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. ‘self’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  2. 14:35.19 nptest.cpp
  3. 14:35.20 nptest_utils.cpp
  4. 14:35.20 nptest_name.cpp
  5. 14:35.20 nptest_gtk2.cpp
  6. 14:35.81 /home/srix/firefox-aurora/aurora-src/dom/plugins/test/testplugin/nptest.cpp: In function ‘void NPP_StreamAsFile(NPP, NPStream*, const char*)’:
  7. 14:35.81 Warning: -Wunused-result in /home/srix/firefox-aurora/aurora-src/dom/plugins/test/testplugin/nptest.cpp: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
  8. 14:35.81 /home/srix/firefox-aurora/aurora-src/dom/plugins/test/testplugin/nptest.cpp:1392:48: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
  9. 14:37.08 /usr/bin/ld.bfd.real: cannot find -lgtk-x11-2.0
  10. 14:37.08 /usr/bin/ld.bfd.real: cannot find -latk-1.0
  11. 14:37.08 /usr/bin/ld.bfd.real: cannot find -lgio-2.0
  12. 14:37.08 /usr/bin/ld.bfd.real: cannot find -lpangoft2-1.0
  13. 14:37.08 /usr/bin/ld.bfd.real: cannot find -lfreetype
  14. 14:37.08 /usr/bin/ld.bfd.real: cannot find -lfontconfig
  15. 14:37.08 /usr/bin/ld.bfd.real: cannot find -lgdk-x11-2.0
  16. 14:37.08 /usr/bin/ld.bfd.real: cannot find -lpangocairo-1.0
  17. 14:37.08 /usr/bin/ld.bfd.real: cannot find -lgdk_pixbuf-2.0
  18. 14:37.08 /usr/bin/ld.bfd.real: cannot find -lpango-1.0
  19. 14:37.08 /usr/bin/ld.bfd.real: cannot find -lcairo
  20. 14:37.08 /usr/bin/ld.bfd.real: cannot find -lgobject-2.0
  21. 14:37.08 /usr/bin/ld.bfd.real: cannot find -lglib-2.0
  22. 14:37.08 collect2: error: ld returned 1 exit status
  23. 14:37.09 make[7]: *** [libnptest.so] Error 1
  24. 14:37.09 make[6]: *** [libs] Error 2
  25. 14:37.09 make[5]: *** [libs] Error 2
  26. 14:37.09 make[4]: *** [libs_tier_platform] Error 2
  27. 14:37.09 make[3]: *** [tier_platform] Error 2
  28. 14:37.09 make[2]: *** [default] Error 2
  29. 14:37.09 make[1]: *** [realbuild] Error 2
  30. 14:37.09 make: *** [build] Error 2
  31. 14:37.13 895 compiler warnings present.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement