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

deps.mak: No such file or directory #1

Closed
khismatullin opened this issue Jul 1, 2024 · 1 comment
Closed

deps.mak: No such file or directory #1

khismatullin opened this issue Jul 1, 2024 · 1 comment

Comments

@khismatullin
Copy link

khismatullin commented Jul 1, 2024

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

@lukaszcz
Copy link
Owner

lukaszcz commented Jul 1, 2024

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).

@lukaszcz lukaszcz closed this as completed Jul 1, 2024
@ghost ghost mentioned this issue Aug 8, 2024
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