Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flamewing tools don't build #21

Closed
vschwaberow opened this issue Jan 30, 2022 · 2 comments
Closed

Flamewing tools don't build #21

vschwaberow opened this issue Jan 30, 2022 · 2 comments

Comments

@vschwaberow
Copy link

vschwaberow commented Jan 30, 2022

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
Copy link
Owner

andwn commented Jan 30, 2022

Looks like upstream ditched GNU autotools for cmake and I have to adjust the local scripts for that

@vschwaberow
Copy link
Author

I was just about to do my pull request, but you were faster. great work. thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants