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