• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Support v
« Previous 1 ... 10 11 12 13 14 ... 1197 Next »

[ SOLVED ] Linux Mint 19.3 unable to compile latest Dev release
View New Posts | View Today's Posts

Pages (2): « Previous 1 2
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
[ SOLVED ] Linux Mint 19.3 unable to compile latest Dev release
08-15-2022, 09:58 AM
#11
KHg8m3r Offline
Doesn't sleep, just Dolphin and Robots
*******
Posts: 5,953
Threads: 4
Joined: Sep 2013
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)
Follow these steps to update your cmake. Dolphin needs 3.13 or greater, and the version that ships is only 3.10: https://askubuntu.com/a/1157132

Using the same steps as above, install gcc and g++ 11
Find
Reply
08-17-2022, 02:59 PM
#12
nbohr1more Offline
Member
***
Posts: 56
Threads: 4
Joined: Feb 2015
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.
Find
Reply
01-08-2023, 04:31 PM
#13
nbohr1more Offline
Member
***
Posts: 56
Threads: 4
Joined: Feb 2015
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.
Find
Reply
01-09-2023, 11:50 AM
#14
nbohr1more Offline
Member
***
Posts: 56
Threads: 4
Joined: Feb 2015
Nevermind.

I cleared out my build folder, pulled the latest Git sources and rebuilt and everything worked as expected.
Find
Reply
01-09-2023, 12:20 PM (This post was last modified: 01-09-2023, 12:51 PM by KHg8m3r.)
#15
KHg8m3r Offline
Doesn't sleep, just Dolphin and Robots
*******
Posts: 5,953
Threads: 4
Joined: Sep 2013
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)
In the main dolphin-emu folder, run the following:
Code:
git pull origin && git submodule update --init --recursive

Then `cd` into your build folder and delete all the files, and try to run `cmake ..` again, then rerun `make`

Find
Reply
« Next Oldest | Next Newest »
Pages (2): « Previous 1 2


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode