alcover/stricks

Compilation fails

Closed this issue · 3 comments

Hi,

I tried to clone it and compile it but it directly fails, any idea ?

I'm on mac so it compiles with clang.

clang --version
Apple clang version 12.0.0 (clang-1200.0.32.29)
Target: x86_64-apple-darwin20.3.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin

Capture d’écran 2021-03-11 à 23 11 32

ok after a quick look at the makefile I just had to create the bin directory with

mkdir bin

Capture d’écran 2021-03-11 à 23 23 57

Well... It isn't much better now. 😅

Apparently git does not allow to add an empty dir..
So I put a dummy file in bin/ then added and pushed it... not super elegant.
Merci.