pandaapo commented on PR #4543: URL: https://github.com/apache/eventmesh/pull/4543#issuecomment-1798364113
Now Build C can be executed. And the error is reported: `make: * * * No targets specified and no makefile found. Stop. Error: Process completed with exit code 2`. As stated in this [comment](https://github.com/apache/eventmesh/pull/4543#discussion_r1384227571). To solve this error, I tried the command `make -C ./eventmesh-sdks/eventmesh-sdk-c` before, and the following error will be reported: ``` make: Entering directory '/home/runner/work/eventmesh/eventmesh/eventmesh-sdks/eventmesh-sdk-c' Building ==> third_party/libcurl.a... /bin/sh: 1: ./configure: not found make: *** [makefile:56: third_party/libcurl.a] Error 127 make: Leaving directory '/home/runner/work/eventmesh/eventmesh/eventmesh-sdks/eventmesh-sdk-c' Error: Process completed with exit code 2. ``` Based on this [comment](https://github.com/apache/eventmesh/pull/4543#discussion_r1384268993), I am not sure if adding some commands will work, such as changing the script to the following: ``` git submodule init git submodule update make -C ./eventmesh-sdks/eventmesh-sdk-c ``` -- 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]
