Advertisement
Guest User

Untitled

a guest
Nov 4th, 2012
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. checking whether byte ordering is bigendian... no
  2. checking for iostream... yes
  3. checking if C++ compiler supports bool... yes
  4. checking if C++ compiler supports the explicit keyword... yes
  5. checking whether the compiler supports const_cast<>... yes
  6. checking whether the compiler supports reinterpret_cast<>... yes
  7. checking whether the compiler supports static_cast<>... yes
  8. checking for std::wstring in <string>... yes
  9. checking for std::istream... yes
  10. checking for std::ostream... yes
  11. checking for libraries directory... lib
  12. checking for glibc 2.1 or later... yes
  13. checking for cos... no
  14. checking for floor... no
  15. checking if floating point functions link without -lm... no
  16. checking for sin... yes
  17. checking for ceil... yes
  18. checking if floating point functions link with -lm... yes
  19. checking for wcstoull... yes
  20. configure: WARNING: Defaulting to the the builtin regex library for Unicode build.
  21. checking for zlib.h >= 1.1.4... yes
  22. checking for zlib.h... (cached) yes
  23. checking for deflate in -lz... yes
  24. checking for png.h > 0.90... yes
  25. checking for png.h... (cached) yes
  26. checking for png_sig_cmp in -lpng... yes
  27. checking for jpeglib.h... yes
  28. checking for jpeg_read_header in -ljpeg... yes
  29. checking for tiffio.h... yes
  30. checking for TIFFError in -ltiff... yes
  31. checking for expat.h... yes
  32. checking if expat.h is valid C++ header... yes
  33. checking for XML_ParserCreate in -lexpat... yes
  34. checking for mspack.h... no
  35. checking for GTK+ version...
  36. checking for pkg-config... /usr/bin/pkg-config
  37. checking for GTK+ - version >= 2.0.0... yes (version 2.24.13)
  38. checking whether gtk_icon_size_lookup is declared... yes
  39. checking if GTK+ is version >= 2.6... yes
  40. checking for X11/Xlib.h... yes
  41. checking for X11/XKBlib.h... yes
  42. checking for Xinerama... yes
  43. checking for Xxf86vm extension... yes
  44. checking for X11/extensions/xf86vmode.h... yes
  45. checking for -lSM - X11 session management... yes
  46. checking for OpenGL headers... found in /usr/include
  47. checking for GL/gl.h... yes
  48. checking GL/glu.h usability... no
  49. checking GL/glu.h presence... no
  50. checking for GL/glu.h... no
  51. configure: error: OpenGL libraries not available
  52. =======> ERROR: Building '/usr/ports/contrib/wxgtk/wxgtk#2.8.12-1.pkg.tar.gz' failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement