pandaapo commented on PR #4542: URL: https://github.com/apache/eventmesh/pull/4542#issuecomment-1806664581
@zhurq I fixed the error above according to this issue https://github.com/microsoft/vcpkg/issues/24870. Now github actions seems to be able to start compiling c sdk. Then CI seems to report a compilation [error](https://github.com/apache/eventmesh/actions/runs/6831849794/job/18581848138?pr=4539). ``` Building third_party/libcurl.a third_party/libjson-c.a tmp/libm.a ==> librmb.a... ar cqT librmb.a ./tmp/*.a && echo -e 'create librmb.a\naddlib librmb.a\nsave\nend' | ar -M ar: no output archive specified yet Syntax error in archive script, line 1 Syntax error in archive script, line 1 make: *** [makefile:81: librmb.a] Error 9 make: Leaving directory '/home/runner/work/eventmesh/eventmesh/eventmesh-sdks/eventmesh-sdk-c' Error: Process completed with exit code 2. ``` Could you take a look at what the problem is? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
