<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">2014-06-10 14:05 GMT+02:00 Olly Betts <span dir="ltr"><<a href="mailto:olly@survex.com" target="_blank">olly@survex.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div class="">On Tue, Jun 10, 2014 at 01:13:55PM +0200, Jaromír Mikeš wrote:<br>
> I am just updating sooperlooper to 1.7.2 but it still not build against<br>
> libwxgtk3.0-dev.<br></div></blockquote><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="">
> main_panel.cpp: In member function 'void<br>
> SooperLooperGui::MainPanel::misc_action(bool, wxString)':<br>
> main_panel.cpp:1280:132: error: 'wxSAVE' was not declared in this scope<br>
>    wxString filename = do_file_selector (wxT("Choose file to save loop"),<br>
> wxT("wav"), wxT("WAVE files (*.wav)|*.wav;*.WAV;*.Wav"),<br>
> wxSAVE|wxCHANGE_DIR|wxOVERWRITE_PROMPT);<br>
<br>
</div>All the wxFileDialog constants now start wxFD_, so wxFD_SAVE instead of<br>
wxSAVE, etc.  Both forms work in wx2.8.<br>
</blockquote></div><br></div><div class="gmail_extra">It helped, but still not build:<br><br>64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_REENTRANT -Os -fomit-frame-pointer -mmmx -msse -mfpmath=sse -pipe -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/tmp/buildd/sooperlooper-1.7.2~dfsg0/libs/pbd -I/tmp/buildd/sooperlooper-1.7.2~dfsg0/libs/midi++ -c -o pix_button.o pix_button.cpp<br>
pix_button.cpp: In member function 'void SooperLooperGui::PixButton::OnMouseEvents(wxMouseEvent&)':<br>pix_button.cpp:253:14: error: 'class wxRect' has no member named 'Inside'<br>   if (bounds.Inside(pt)) {<br>
              ^<br>Makefile:359: recipe for target 'pix_button.o' failed<br>make[4]: *** [pix_button.o] Error 1<br><br></div><div class="gmail_extra">regards<br><br></div><div class="gmail_extra">mira<br></div></div>