Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix build with wxWidgets 3.1.3 #765

Merged
merged 1 commit into from
Oct 29, 2019
Merged

fix build with wxWidgets 3.1.3 #765

merged 1 commit into from
Oct 29, 2019

Conversation

ra1nb0w
Copy link
Contributor

@ra1nb0w ra1nb0w commented Oct 29, 2019

AppFrame.cpp use wxToolTip() without including the library

AppFrame.cpp use wxToolTip() without including the library
@vsonnier vsonnier merged commit 31323fe into cjcliffe:master Oct 29, 2019
@ra1nb0w
Copy link
Contributor Author

ra1nb0w commented Oct 29, 2019

thank you!

@vsonnier
Copy link
Collaborator

@ra1nb0w You are welcome, Thank you for your fix ! Compiles and run ok on my side for Win32 / Win64.

@emrecio
Copy link

emrecio commented Oct 8, 2022

Hi, seems to be having same error with wxWidgets Version : 3.1.5; Release : 150400.1.7

/home/erecio/elDrive/RTL/CubicSDR-0.2.4/src/AppFrame.cpp: In member function ‘void AppFrame::setStatusText(wxWindow*, std::__cxx11::string)’:
/home/erecio/elDrive/RTL/CubicSDR-0.2.4/src/AppFrame.cpp:3063:24: error: incomplete type ‘wxToolTip’ used in nested name specifier
wxToolTip::Enable(false);
^~~~~~
/home/erecio/elDrive/RTL/CubicSDR-0.2.4/src/AppFrame.cpp:3066:24: error: incomplete type ‘wxToolTip’ used in nested name specifier
wxToolTip::SetDelay(1000);
^~~~~~~~
/home/erecio/elDrive/RTL/CubicSDR-0.2.4/src/AppFrame.cpp:3067:24: error: incomplete type ‘wxToolTip’ used in nested name specifier
wxToolTip::Enable(true);
^~~~~~
make[2]: *** [CMakeFiles/CubicSDR.dir/build.make:104: CMakeFiles/CubicSDR.dir/src/AppFrame.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:110: CMakeFiles/CubicSDR.dir/all] Error 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants