Hi,
I am trying to execute app API-GOLANG in Windows 10, but the following error is present:
solace.dev/go/messaging/internal/ccsmp
…..\pkg\mod\solace.dev\go\messaging@v1.0.1\internal\ccsmp\ccsmp_container.go:29:10: fatal error: solclient/solClient.h: No such file or directory
29 | #include “solclient/solClient.h”
| ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
What could happening??? I can to use API-GOLANG in Windows 10???
The Solace Go API is not supported under Windows directly. In order to use it on Windows, you could run it under WSL2 (which is what I do) or a VM.
Check out OS Support here: messaging package - solace.dev/go/messaging - Go Packages
SvenG
January 15, 2025, 2:59pm
3
@amackenzie i was wondering if native support for windows is planned any time soon?
murat
January 15, 2025, 6:17pm
4
Hi @SvenG ,
Native support for windows in our Go API is on our roadmap, but I do not have a definitive timeline as to when it will be available.