Compilation fails
Closed this issue · 3 comments
Yohannfra commented
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
Yohannfra commented
ok after a quick look at the makefile I just had to create the bin directory with
mkdir bin
Yohannfra commented
alcover commented
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.