SHUFIL commented on issue #2067:
URL:
https://github.com/apache/incubator-pegasus/issues/2067#issuecomment-2229838083
I have clone again for go-client, but it is already there in main folder ,
anyway I tried in both folder with `make build` command , but I getting always
below error .
For resolving this issue I have done below steps
added this values
```
ulimit -c unlimited
export GOBACTRACE=crash
thrift --version
Thrift version 0.16.0
go version
go version go1.22.0 linux/386
```
Error
```
go mod tidy
go mod verify
all modules verified
go build -o ./bin/echo ./rpc/main/echo.go
# runtime/cgo
In file included from _cgo_export.c:3:
/usr/include/stdlib.h:26:10: fatal error: bits/libc-header-start.h: No such
file or directory
26 | #include <bits/libc-header-start.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:34: build] Error 1
```
--
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]