Advertisement
Guest User

Untitled

a guest
Apr 30th, 2016
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. Warning: No config found to match: /usr/bin/wx-config --static --libs
  2. in /usr/lib/x86_64-linux-gnu/wx/config
  3. If you require this configuration, please install the desired
  4. library build. If this is part of an automated configuration
  5. test and no other errors occur, you may safely ignore it.
  6. You may use wx-config --list to see all configs available in
  7. the default prefix.
  8.  
  9. ./configure: line 7284: --cppflags: command not found
  10. In file included from ../../wx/xrc/xh_frame.h:18:0,
  11. from xh_frame.cpp:22:
  12. xh_frame.cpp: In constructor ‘wxFrameXmlHandler::wxFrameXmlHandler()’:
  13. xh_frame.cpp:32:19: error: ‘wxDEFAULT_DIALOG_STYLE’ was not declared in this scope
  14. XRC_ADD_STYLE(wxDEFAULT_DIALOG_STYLE);
  15. ^
  16. ../../wx/xrc/xmlres.h:440:52: note: in definition of macro ‘XRC_ADD_STYLE’
  17. #define XRC_ADD_STYLE(style) AddStyle(wxT(#style), style)
  18. ^
  19. make[4]: *** [xh_frame.o] Ошибка 1
  20. make[3]: *** [all-recursive] Ошибка 1
  21. make[2]: *** [all-recursive] Ошибка 1
  22. make[1]: *** [all-recursive] Ошибка 1
  23. make: *** [all] Ошибка 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement