• 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 ... 111 112 113 114 115 ... 1192 Next »

unable to compile Dolphin
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
unable to compile Dolphin
07-03-2020, 03:48 PM
#1
Ray
Unregistered
 
Brick 
libwxgtk3.0-dev was changed to libgtk3.0-gtk3-dev in Ubuntu/Pop os/ 20.04.

So then compileing is impossable? I tryed cmake .. -DCMAKE_C_COMPILER=gcc-7 -DCMAKE_CXX_COMPILER=g++-7 "and" cmake .. -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_CXX_FLAGS=-stdlib=libc++

But I dont know I think the only reason why I cant compile Dolphin is becuase of the missing
Build Dependencies How do I get? libgtk3.0-gtk3-dev in 20.04 with all Dependencies?


Huh
Reply
07-03-2020, 05:39 PM
#2
mbc07 Offline
Wiki Caretaker
*******
Content Creators (Moderators)
Posts: 3,567
Threads: 47
Joined: Dec 2010
AFAICT this package is related to wxWidgets, which Dolphin doesn't use anymore. Try following the Linux build guide from the wiki, the instructions and required packages were updated recently and should match what current versions of Dolphin requires...
Avell A70 MOB: Core i7-11800H, GeForce RTX 3060, 16 GB DDR4-3200, Windows 11 (Insider Preview)
ASRock Z97M OC Formula: Pentium G3258, GeForce GT 440, 16 GB DDR3-1600, Windows 10 (22H2)
Find
Reply
07-03-2020, 06:23 PM
#3
Ray
Unregistered
 
(07-03-2020, 05:39 PM)mbc07 Wrote: AFAICT this package is related to wxWidgets, which Dolphin doesn't use anymore. Try following the Linux build guide from the wiki, the instructions and required packages were updated recently and should match what current versions of Dolphin requires...
  • git
  • cmake
  • pkg-config
  • gcc
  • libwxbase3.0-dev
  • libwxgtk3.0-dev
  • libgtk2.0-dev
  • libxext-dev
  • libreadline-dev
  • libgl1-mesa-dev
  • libevdev-dev
  • libudev-dev
[color=#000000]libwxgtk3.0-dev was changed to libgtk3.0-gtk3-dev[/color]



[color=#000000]So im asking in the whats up with that and How do I get libgtk3.0gtk3-dev with all the dependencies with a command like sudo -y install the dependencies[/color]
Reply
07-04-2020, 02:42 AM
#4
Neui Offline
Quiet
***
Posts: 175
Threads: 1
Joined: Apr 2015
I guess you got the "libwxgtk3.0-dev was changed to libgtk3.0-gtk3-dev" from this StackOverflow answer, except it is clearly wrong, since "libwxgtk3-0-dev" has wx (for wxWidgets) in the name, but the suggested one does not. The "new" package name is actually called "libwxgtk3.0-gtk3-dev" in 20.04 (also see the comment in the question where the author found this out) (also, the description and dependencies match).

The dependencies-part you quoted from the wiki clearly says: This section has not been updated since July 2019 an no longer aligns with Dolphin's current dependencies.
This means, the listed dependencies are outdated if you want to build the current dolphin version (except maybe you want to build an older version such as the current stable, 5.0).
You can find the current dependencies at the top of the wiki, even as a simple sudo apt install command you could use! wxWidget (and thus libwxgtk3.0-dev/libwxgtk3.0-gtk3-dev) was dropped, so you don't even need to deal with that.
Find
Reply
« Next Oldest | Next Newest »


  • 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