https://bugs.kde.org/show_bug.cgi?id=350511
Bug ID: 350511 Summary: emerge frameworks fails on build of win32libs/gpg-error Product: kde-windows Version: unspecified Platform: MS Windows OS: MS Windows Status: UNCONFIRMED Severity: grave Priority: NOR Component: buildsystem Assignee: kde-windows@kde.org Reporter: jeffjl....@outlook.com There seems to be something wrong with the .awk files that construct the mkerrcodes.h file. But whatever the cause, the mkerrcodes.h file ends up with invalid syntax and generates errors when included in the mkerrcodes.c file and compiled. (I'm using mingw.) The mkerrcodes.h file contains structure initialization lines like: { , "GPG_ERR_E2BIG" }, where there is supposed to be a number before the first comma. Reproducible: Always Steps to Reproduce: 1. 'emerge qt' has already completed, and much of 'emerge frameworks' has completed 2. Use either 'emerge frameworks' or 'emerge --update gpg-error' 3. Actual Results: About 110 occurrences of: 'R:/build/win32libs/gpg-error/work/mingw-w64-RelWithDebInfo-1.12/mkerrcodes.h:105:5: error: expected expression before ',' token for all of the "{ , "GPG_ERR_*" }," lines. Then emerge ends. Expected Results: Completed build of gpg-error I am running Window 8.1. This system has never had any KDE installation on it before. I'm generally following the instructions from https://techbase.kde.org/Getting_Started/Build/Windows -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Kde-windows mailing list Kde-windows@kde.org https://mail.kde.org/mailman/listinfo/kde-windows