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


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Development Discussion v
« Previous 1 … 17 18 19 20 21 … 117 Next »

Compile Error (buildroot)
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode
Compile Error (buildroot)
05-18-2018, 10:51 AM
#1
Juliano Dorigão
Unregistered
 
I'm trying to compile dolphin-emu (Commits on May 17, 2018-e67f2dcadab0b022b1e1923209b425d40b45c9ab) with buildroot and it's generating the error described in the link below:

https://pastebin.com/raw/1UdpE4XX


Archive dolphin-emu.mk

# Version.: Commits on May 17, 2018
DOLPHIN_EMU_VERSION = e67f2dcadab0b022b1e1923209b425d40b45c9ab

DOLPHIN_EMU_SITE = $(call github,dolphin-emu,dolphin,$(DOLPHIN_EMU_VERSION))
DOLPHIN_EMU_DEPENDENCIES = xserver_xorg-server libevdev ffmpeg zlib libpng lzo libusb libcurl sfml bluez5_utils wxwidgets hidapi libgtk2

DOLPHIN_EMU_CONF_OPTS = -DOPENGL_INCLUDE_DIR=$(STAGING_DIR)/usr/include -DENABLE_QT2=False

$(eval $(cmake-package))
Reply
05-18-2018, 02:00 PM
#2
JonnyH Offline
Shameless AMD shill
**********
Developers (Some Administrators and Super Moderators)
Posts: 701
Threads: 0
Joined: May 2017
For some reason the build is passing -DBUILD_SHARED_LIBS to cmake - you probably don't want to do that.
Find
Reply
05-18-2018, 11:41 PM
#3
Juliano Dorigão
Unregistered
 
(05-18-2018, 02:00 PM)JonnyH Wrote: For some reason the build is passing -DBUILD_SHARED_LIBS to cmake - you probably don't want to do that.

Thank you!

It worked, I added -DBUILD_SHARED_LIBS=OFF
Reply
« Next Oldest | Next Newest »


  • View a Printable Version
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma