We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
steps:
ADT_VERSION=1.0.1 cd ~/Downloads wget https://codeload.github.com/lukaszcz/pascaladt/tar.gz/refs/tags/v$ADT_VERSION -O pascaladt-$ADT_VERSION.tar.gz tar xvf pascaladt-$ADT_VERSION.tar.gz sudo rm -rf pascaladt-$ADT_VERSION.tar.gz cd pascaladt-$ADT_VERSION make
logs:
make[1]: Entering directory '/home/khism/Downloads/pascaladt-1.0.1/tools' cc -o mktempl mktempl.c make[1]: cc: No such file or directory make[1]: *** [Makefile:11: mktempl] Error 127 make[1]: Leaving directory '/home/khism/Downloads/pascaladt-1.0.1/tools' Makefile:180: deps.mak: No such file or directory make: *** [Makefile:149: tools.dep] Error 2
The text was updated successfully, but these errors were encountered:
You need a C compiler as per https://github.com/lukaszcz/pascaladt?tab=readme-ov-file#requirements
The C compiler should be available on the path as cc (standard C compiler name on Linux).
cc
Sorry, something went wrong.
No branches or pull requests
steps:
ADT_VERSION=1.0.1
cd ~/Downloads
wget https://codeload.github.com/lukaszcz/pascaladt/tar.gz/refs/tags/v$ADT_VERSION -O pascaladt-$ADT_VERSION.tar.gz
tar xvf pascaladt-$ADT_VERSION.tar.gz
sudo rm -rf pascaladt-$ADT_VERSION.tar.gz
cd pascaladt-$ADT_VERSION
make
logs:
make[1]: Entering directory '/home/khism/Downloads/pascaladt-1.0.1/tools'
cc -o mktempl mktempl.c
make[1]: cc: No such file or directory
make[1]: *** [Makefile:11: mktempl] Error 127
make[1]: Leaving directory '/home/khism/Downloads/pascaladt-1.0.1/tools'
Makefile:180: deps.mak: No such file or directory
make: *** [Makefile:149: tools.dep] Error 2
The text was updated successfully, but these errors were encountered: