2010/12/2 Miklos Vajna <[email protected]>
>
> What's the purpose of this patch? And more importantly: is it a backport
> from the the project's svn/git/etc or something else? If no, did you try
> to send it there?
>
Without this patch I have this error while building:
..../TrackEdit.cpp: In member function 'void
guTrackEditor::OnMBrainzCopyButtonClicked(wxCommandEvent&)':
.../TrackEdit.cpp:1543:40: error: 'wxRE_ADVANCED' was not declared in this
scope
/var/tmp/fst/src/guayadeque-0.2.7/src/TrackEdit.cpp: In member function
'void guTrackEditor::OnMBrainzDateCopyButtonClicked(wxCommandEvent&)':
.../TrackEdit.cpp:1604:40: error: 'wxRE_ADVANCED' was not declared in this
scope
looking ad /usr/include/wx-2.8/wx/regex.h have this:
#ifdef wxHAS_REGEX_ADVANCED
wxRE_ADVANCED = 1,
#endif
and in /usr/include/wx-2.8/wx/features.h :
#ifndef WX_NO_REGEX_ADVANCED
#define wxHAS_REGEX_ADVANCED
#else
#undef wxHAS_REGEX_ADVANCED
#endif
so seems that wxgtk on Frugalware is built with an option that disable
advanced regex (should be enabled by default from what I read).
Seems that there'isnt anything about that on project's page but I found
similar problems on other software's bugtrace.
Melko
_______________________________________________
Frugalware-devel mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-devel