In article <caf9eeqeprjyc_nvggqk0xonw6tqnjk4so-kpoz_ctrr6axb...@mail.gmail.com>, John McCulloch <[email protected]> wrote: > So I have tried to do the same on my HP G56 64bit laptop, running 64bit > MX-Linux 19.1, have installed the source to the same location on my hard > drive, but when I try to compile the source, an error occurs when I run the > ./buildit.sh command in my terminal.
> /home/JohnMcCulloch/rpcemu-0.9.2/src/qt5/rpcemu.pro:3: Assignment needs > exactly one word on the left hand side. Check line 3 in /home/JohnMcCulloch/rpcemu-0.9.2/src/qt5/rpcemu.pro. It should look like this: CONFIG += debug_and_release or this: CONFIG += debug_and_release dynarec The error message indicates there's something more (or less) than the variable name CONFIG before the +=. Regards, Frank _______________________________________________ RPCEmu mailing list [email protected] http://www.riscos.info/cgi-bin/mailman/listinfo/rpcemu
