![]() |
|
Unable to build 4.0-7840 on Linux - 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: Unable to build 4.0-7840 on Linux (/Thread-unable-to-build-4-0-7840-on-linux) |
Unable to build 4.0-7840 on Linux - docmudkipz - 10-13-2015 After trying to manually use the git repo I modified the AUR PKGBUILD to try to install 4.0-7840, however both error at the same position during the build(When building NetplayServer). I've attached an image of my console with the place in the build where it errors. I am using Antergos. RE: Unable to build 4.0-7840 on Linux - mbc07 - 10-13-2015 Firstly, r7840 != 4.0-7840 (I fixed that for you -- r7840 is a build from SVN times and it's hugely outdated today). And about your actual issue, it seems that whatever you modified is now doing something illegal (trying to convert from an integer pointer to an unsigned char)... RE: Unable to build 4.0-7840 on Linux - docmudkipz - 10-13-2015 (10-13-2015, 12:53 PM)Jhonn Wrote: Firstly, r7840 != 4.0-7840 (I fixed that for you -- r7840 is a build from SVN times and it's hugely outdated today). And about your actual issue, it seems that whatever you modified is now doing something illegal (trying to convert from an integer pointer to an unsigned char)... I've simply added a line to make the pkgbuild script to checkout the 4.0-7840 commit. I've included the pkgbuild just in case. However it seems to do the same thing when I clone the repo cleanly and checkout the commit and attempt to go through cmake and make manually RE: Unable to build 4.0-7840 on Linux - mbc07 - 10-13-2015 I have no more clues then. What distro you're running? RE: Unable to build 4.0-7840 on Linux - docmudkipz - 10-13-2015 (10-13-2015, 01:41 PM)Jhonn Wrote: I have no more clues then. What distro you're running? Antergos. Probably closer to Arch than anything RE: Unable to build 4.0-7840 on Linux - degasus - 10-13-2015 Sounds like it's a bug in upnpc discovery: https://github.com/dolphin-emu/dolphin/blob/master/Source/Core/Core/NetPlayServer.cpp#L907 RE: Unable to build 4.0-7840 on Linux - docmudkipz - 10-13-2015 Would adding the missing integer do anything else other than cause it to build correctly? |