![]() |
|
[ SOLVED ] Linux Mint 19.3 unable to compile latest Dev release - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Support (https://forums.dolphin-emu.org/Forum-support) +--- Thread: [ SOLVED ] Linux Mint 19.3 unable to compile latest Dev release (/Thread-solved-linux-mint-19-3-unable-to-compile-latest-dev-release) Pages:
1
2
|
RE: [SOLVED] Linux Mint 19.3 unable to compile latest Dev release - KHg8m3r - 08-15-2022 Is there any reason you're still on Mint 19.3? Updating to 20 or 21 would really solve this problem. For Ubuntu 18 and Mint 19 Spoiler: (Show Spoiler)
RE: [SOLVED] Linux Mint 19.3 unable to compile latest Dev release - nbohr1more - 08-17-2022 Happily I already had GCC 11 installed so that was an easy fix. Thank you! Just in case I also installed clang, maybe next time I'll try compiling with it. Yes, I will look into moving to the next Linux Mint LTS. I have mostly stuck to 19.3 since it still supports some legacy 32-bit apps. RE: [SOLVED] Linux Mint 19.3 unable to compile latest Dev release - nbohr1more - 01-08-2023 Sorry, it looks like Linux Mint compile is broken again? /dolphin-emu/Source/Core/Common/GL/GLInterface/EGL.h:6:10: fatal error: EGL/egl.h: No such file or directory 6 | #include <EGL/egl.h> | ^~~~~~~~~~~ compilation terminated. RE: Linux Mint 19.3 unable to compile latest Dev release - nbohr1more - 01-09-2023 Nevermind. I cleared out my build folder, pulled the latest Git sources and rebuilt and everything worked as expected. RE: Linux Mint 19.3 unable to compile latest Dev release - KHg8m3r - 01-09-2023 Are you still on Mint 19, or did you upgrade? edit: should have refreshed my page first, but my instructions still hold for anyone else Things to try: Spoiler: (Show Spoiler)
|