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

Cannot build the project on Linux #1

Open
rchastain opened this issue Feb 3, 2022 · 0 comments
Open

Cannot build the project on Linux #1

rchastain opened this issue Feb 3, 2022 · 0 comments

Comments

@rchastain
Copy link

Hello! I am trying to build the project on Linux Mageia.

First, I tried to run configure. I had to convert line endings from CRLF to LF. After that I get this error:

[roland@localhost typhoon (main)]$ LC_ALL=C ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/bin/sh: /home/roland/Documents/sources/typhoon/typhoon/missing: No such file or directory
configure: WARNING: 'missing' script is too old or missing
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
configure: error: cannot run /bin/sh ./config.sub
[roland@localhost typhoon (main)]$ 

Then I tried to run typhoon-configure. Again I had to convert line endings. This time it seems to be more successful, but I get another error when I run src/make:

[roland@localhost typhoon (main)]$ LC_ALL=C ./typhoon-configure
Generating ./include/environ.h
Checking endianess
Checking for prototypes
Checking for uchar
Checking for ushort
Checking for ulong
Generating ./include/ansi.h
Checking for strstr
Checking for memmove
Checking for ranlib
Checking for cc
Checking for bison/yacc
Generating src/Makefile
Generating util/Makefile
Generating examples/Makefile
cat: examples/Makefile.in: No such file or directory
[roland@localhost typhoon (main)]$ cd src
[roland@localhost src (main)]$ LC_ALL=C make
Makefile:16: *** missing separator.  Stop.
[roland@localhost src (main)]$ 

Would you know what I am doing wrong?

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

1 participant