You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have a building issue that I'm sure it's my fault but I can't figure it out, here's what happens.
I'm on archlinux up to date
I clone box2d
I run build.sh
I get this linking error:
/usr/bin/ld: ../shared/libshared.a(random.c.o):(.data+0x0): multiple definition of 'g_seed'; ../shared/libshared.a(human.c.o):(.bss+0x0): first defined here
I checked in human.c but it doesn't redeclare g_seed, so I don't know what to do
Try to get Linux samples building in GitHub actions.
The text was updated successfully, but these errors were encountered:
Try to get Linux samples building in GitHub actions.
The text was updated successfully, but these errors were encountered: