You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/12/16 19:49:32 UTC

[GitHub] [nifi-minifi-cpp] lordgamez commented on pull request #963: MINIFICPP-1442 Uplift sol2 from version 2.20.0 to 2.20.6

lordgamez commented on pull request #963:
URL: https://github.com/apache/nifi-minifi-cpp/pull/963#issuecomment-746910434


   Even though the compatibility error disappeared, the build still fails with the following:
   ```
   2020-12-16T19:36:38.2089590Z /Users/runner/work/nifi-minifi-cpp/nifi-minifi-cpp/thirdparty/sol2-2.20.6/sol.hpp:5150:8: error: use of undeclared identifier 'LUA_ERRGCMM'
   2020-12-16T19:36:38.2157510Z                 gc = LUA_ERRGCMM,
   2020-12-16T19:36:38.2210480Z                      ^
   2020-12-16T19:36:38.2292910Z /Users/runner/work/nifi-minifi-cpp/nifi-minifi-cpp/thirdparty/sol2-2.20.6/sol.hpp:5160:8: error: use of undeclared identifier 'LUA_ERRGCMM'
   2020-12-16T19:36:38.2359110Z                 gc = LUA_ERRGCMM,
   2020-12-16T19:36:38.2411820Z                      ^
   2020-12-16T19:36:38.2496400Z /Users/runner/work/nifi-minifi-cpp/nifi-minifi-cpp/thirdparty/sol2-2.20.6/sol.hpp:5169:8: error: use of undeclared identifier 'LUA_ERRGCMM'
   2020-12-16T19:36:38.2560740Z                 gc = LUA_ERRGCMM,
   2020-12-16T19:36:38.2617600Z                      ^
   2020-12-16T19:36:38.2706010Z /Users/runner/work/nifi-minifi-cpp/nifi-minifi-cpp/thirdparty/sol2-2.20.6/sol.hpp:5216:8: error: duplicate case value: 'gc' and 'file' both equal '6'
   2020-12-16T19:36:38.2808040Z                 case call_status::file:
   2020-12-16T19:36:38.2863160Z                      ^
   2020-12-16T19:36:38.2922070Z /Users/runner/work/nifi-minifi-cpp/nifi-minifi-cpp/thirdparty/sol2-2.20.6/sol.hpp:5212:8: note: previous case defined here
   2020-12-16T19:36:38.3010260Z                 case call_status::gc:
   2020-12-16T19:36:38.3065550Z                      ^
   2020-12-16T19:36:38.3125290Z /Users/runner/work/nifi-minifi-cpp/nifi-minifi-cpp/thirdparty/sol2-2.20.6/sol.hpp:5235:8: error: duplicate case value: 'gc' and 'file' both equal '6'
   2020-12-16T19:36:38.3212600Z                 case call_status::file:
   2020-12-16T19:36:38.3267340Z                      ^
   2020-12-16T19:36:38.3328580Z /Users/runner/work/nifi-minifi-cpp/nifi-minifi-cpp/thirdparty/sol2-2.20.6/sol.hpp:5233:8: note: previous case defined here
   2020-12-16T19:36:38.3414850Z                 case call_status::gc:
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org