Emulator Issues #8375
closedCan't compile after system update
0%
Description
Game Name?
N/A
Game ID?
N/A
What's the problem? Describe what went wrong in few words.
The latest dev builds compiled fine on my PC up until a system update yesterday.
The error I now get is "error: invalid conversion from ‘const void*’ to ‘const uint8_t* {aka const unsigned char*}‘"
See log below for the full error message.
I can successfully make dolphin compile using -fpermissive flag for cmake
"cmake .. -DCMAKE_CXX_FLAGS='-fpermissive'"
What did you expect to happen instead?
Should compile without issue.
What steps will reproduce the problem?
git pull
cmake ..
make -j8
Dolphin 3.5 and 3.5-367 are old versions of Dolphin that have
known issues and bugs, so don't report issues about them and test the
latest Dolphin version first.
Which versions of Dolphin did you test on?
7216e94 <- last successfully compiled (no longer compiles)
b267e51 <- latest at this time
Does using an older version of Dolphin solve your issue? If yes, which
versions of Dolphin used to work?
no
What are your PC specifications? (including, but not limited to: Operating
System, CPU and GPU)
Arch Linux
intel core i5-4690k
geforce GTX 960
Is there any other relevant information? (e.g. logs, screenshots,
configuration files)
Here is a log showing the full error while compiling. http://pastebin.com/T4nADuKz
Here is my pacman.log showing which packages were updated. I'm 90% sure one of these broke compilation. http://pastebin.com/Bh54DupZ