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

Error while compiling ubuntu 20.04 #373

Closed
hyagosrs opened this issue Nov 8, 2021 · 0 comments · Fixed by #380
Closed

Error while compiling ubuntu 20.04 #373

hyagosrs opened this issue Nov 8, 2021 · 0 comments · Fixed by #380

Comments

@hyagosrs
Copy link

hyagosrs commented Nov 8, 2021

[ 52%] Building CXX object CMakeFiles/rme.dir/source/map_display.cpp.o
make[2]: *** [CMakeFiles/rme.dir/build.make:661: CMakeFiles/rme.dir/source/main_menubar.cpp.o] Error 1
make[2]: ** Waiting for other processes to finish.
make[1]: *** [CMakeFiles/Makefile2:76: CMakeFiles/rme.dir/all] Erro 2
make: *** [Makefile:84: all] Error 2

diath added a commit to diath/rme that referenced this issue Jan 26, 2022
- Updated the minimum required CMake version.
- Updated the minimum required C++ standard version to match the
  functions used in the code base.
- Added missing `public` visibility specifier for classes deriving from
  wxEvtHandler (DatDebugView and MainMenuBar) that is required to
  access the event table from the derived classes.
- Fixed a typo in the MainMenuBar code (`REPLACE_ITEM` =>
  `REPLACE_ITEMS`).
- Added missing ZLIB search to the CMake project (previously it was
  implicitly linked by older wxWidgets versions?).
- Fixed GLUT compatibility with newer CMake version.
- Added a new `FROM_DIP` macro that fixes wxSize scaling compatibility
  with wxWidgets <3.1.0.
- Fixed catching std::bad_cast exceptions by value instead of const
  ref.

Closes hampusborgos#329.
Closes hampusborgos#345.
Closes hampusborgos#371.
Closes hampusborgos#373.
Closes hampusborgos#375.

asdf
diath added a commit to diath/rme that referenced this issue Jan 26, 2022
- Updated the minimum required CMake version.
- Updated the minimum required C++ standard version to match the
  functions used in the code base.
- Added missing `public` visibility specifier for classes deriving from
  wxEvtHandler (DatDebugView and MainMenuBar) that is required to
  access the event table from the derived classes.
- Fixed a typo in the MainMenuBar code (`REPLACE_ITEM` =>
  `REPLACE_ITEMS`).
- Added missing ZLIB search to the CMake project (previously it was
  implicitly linked by older wxWidgets versions?).
- Fixed GLUT compatibility with newer CMake version.
- Added a new `FROM_DIP` macro that fixes wxSize scaling compatibility
  with wxWidgets <3.1.0.
- Fixed catching std::bad_cast exceptions by value instead of const
  ref.

Closes hampusborgos#329.
Closes hampusborgos#345.
Closes hampusborgos#371.
Closes hampusborgos#373.
Closes hampusborgos#375.
@diath diath mentioned this issue Jan 26, 2022
diath added a commit to diath/rme that referenced this issue Jan 27, 2022
- Updated the minimum required CMake version.
- Updated the minimum required C++ standard version to match the
  functions used in the code base.
- Added missing `public` visibility specifier for classes deriving from
  wxEvtHandler (DatDebugView and MainMenuBar) that is required to
  access the event table from the derived classes.
- Fixed a typo in the MainMenuBar code (`REPLACE_ITEM` =>
  `REPLACE_ITEMS`).
- Added missing ZLIB search to the CMake project (previously it was
  implicitly linked by older wxWidgets versions?).
- Fixed GLUT compatibility with newer CMake version.
- Added a new `FROM_DIP` macro that fixes wxSize scaling compatibility
  with wxWidgets <3.1.0.
- Fixed catching std::bad_cast exceptions by value instead of const
  ref.

Closes hampusborgos#329.
Closes hampusborgos#345.
Closes hampusborgos#371.
Closes hampusborgos#373.
Closes hampusborgos#375.
Mignari pushed a commit that referenced this issue Feb 2, 2022
- Updated the minimum required CMake version.
- Updated the minimum required C++ standard version to match the
  functions used in the code base.
- Added missing `public` visibility specifier for classes deriving from
  wxEvtHandler (DatDebugView and MainMenuBar) that is required to
  access the event table from the derived classes.
- Fixed a typo in the MainMenuBar code (`REPLACE_ITEM` =>
  `REPLACE_ITEMS`).
- Added missing ZLIB search to the CMake project (previously it was
  implicitly linked by older wxWidgets versions?).
- Fixed GLUT compatibility with newer CMake version.
- Added a new `FROM_DIP` macro that fixes wxSize scaling compatibility
  with wxWidgets <3.1.0.
- Fixed catching std::bad_cast exceptions by value instead of const
  ref.

Closes #329.
Closes #345.
Closes #371.
Closes #373.
Closes #375.
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 a pull request may close this issue.

1 participant