gorules / zen-go

Open-source business rules engine for Go
https://gorules.io
MIT License
79 stars 10 forks source link

Error while compiling in windows #10

Open palevi67 opened 6 months ago

palevi67 commented 6 months ago

Hi,

When I compile zen-go under windows11, I get a linker error:

C:\Users\pablo\svn\spark2\golang\zen-go>go test
# github.com/gorules/zen-go.test
C:\Program Files\Go\pkg\tool\windows_amd64\link.exe: running gcc failed: exit status 1
C:/Users/pablo/scoop/apps/gcc/13.2.0/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -ldl: No such file or directory
collect2.exe: error: ld returned 1 exit status

FAIL    github.com/gorules/zen-go [build failed]

I use gcc v13.2.0 installed from https://scoop.sh/

Regards.

ivanmiletic commented 6 months ago

Hi @palevi67 we will take a look in upcoming days

nimbit-software commented 3 months ago

Im having the same issue. Where you guys able to find any causes/fixes for that

clearz32 commented 1 month ago

Hi @palevi67 we will take a look in upcoming days

Is there any progress for this problem?