Flamewing tools don't build
vschwaberow opened this issue · 2 comments
vschwaberow commented
Output of build over make flamewing-tools
on MacOS Monterey
make -C flamewing-tools
rm -rf mdtools
rm -rf mdcomp
# mdtools depends on mdcomp, install that first
git clone https://github.com/flamewing/mdcomp
Cloning into 'mdcomp'...
remote: Enumerating objects: 2346, done.
remote: Counting objects: 100% (431/431), done.
remote: Compressing objects: 100% (251/251), done.
remote: Total 2346 (delta 285), reused 283 (delta 152), pack-reused 1915
Receiving objects: 100% (2346/2346), 796.25 KiB | 3.37 MiB/s, done.
Resolving deltas: 100% (1645/1645), done.
cd mdcomp && ./autogen.sh "--prefix=/Users/volker/mars" \
&& make install
/bin/sh: ./autogen.sh: No such file or directory
make[1]: *** [all] Error 127
make: *** [flamewing-tools] Error 2
andwn commented
Looks like upstream ditched GNU autotools for cmake and I have to adjust the local scripts for that
vschwaberow commented
I was just about to do my pull request, but you were faster. great work. thanks.