Rosalie241 / RMG

Rosalie's Mupen GUI
GNU General Public License v3.0
611 stars 52 forks source link

mupen64plus-video-GLideN64.so": No such file or directory. - Make install fails in Fedora 33 Workstation x86_64 - #3

Closed fastrizwaan closed 3 years ago

fastrizwaan commented 3 years ago
Install the project...
-- Install configuration: ""
-- Up-to-date: /rmg/RMG
-- Up-to-date: /rmg/Core/libmupen64plus.so.2.0.0
-- Up-to-date: /rmg/Data/mupen64plus.ini
-- Up-to-date: /rmg/Data/mupencheat.txt
-- Up-to-date: /rmg/Data/font.ttf
-- Up-to-date: /rmg/Config/stylesheet.qss
-- Up-to-date: /rmg/Plugin/Audio/mupen64plus-audio-sdl2.so
-- Up-to-date: /rmg/Plugin/RSP/mupen64plus-rsp-cxd4-sse2.so
-- Up-to-date: /rmg/Plugin/Input/libmupen64plus-input-qt.so
CMake Error at cmake_install.cmake:100 (file):
  file INSTALL cannot find
  "/home/rizvan/.build/RMG/Source/3rdParty/mupen64plus-video-GLideN64/projects/cmake/plugin//mupen64plus-video-GLideN64.so":
  No such file or directory.

make: *** [Makefile:105: install] Error 1

Compile Instructions on Fedora 33:

sudo dnf install libqxt-qt5-devel SDL2-devel libsamplerate-devel -y

git clone https://github.com/Rosalie241/RMG.git
cd RMG/
cmake .
make
sudo make install
fastrizwaan commented 3 years ago

well, the command you gave, builds it and puts the binary in release directory:

mkidr .build
cd .build
git clone https://github.com/Rosalie241/RMG.git
cd RMG
./Source/Script/Build.sh Release 1
cd ~/.build/RMG/Bin/Release/rmg
./RMG 

looks good and runs fine.

Rosalie241 commented 3 years ago

well, the command you gave, builds it and puts the binary in release directory:

mkidr .build
cd .build
git clone https://github.com/Rosalie241/RMG.git
cd RMG
./Source/Script/Build.sh Release 1
cd ~/.build/RMG/Bin/Release/rmg
./RMG 

looks good and runs fine.

That's good, Eventually I'm planning to provide an appimage & official AUR package