Closed alexpattyn closed 5 years ago
I just did exactly the same thing (after hiding all versions of ctangle
that were on my computer) and make install
finished cleanly.
ad_start.c
is definitely included in the repository and does not need to be rebuilt. I wonder if this might arise because thead_start.w
is created by git with a newer file time than ad_start.c
Please try in the iad directory
touch src/*.c src/*.h
make clean
make install
That should work. Let me know
Alternatively, you can install ctangle
by doing
git clone https://github.com/tangentforks/cweb
cd cweb
make install
@scottprahl yeah that worked. The only issue I had is I didn't run make install as sudo so it complained that it didn't have the permission to install in usr/local/bin/ad
. But it also outputted them into the iad/
directory. When I then try to run ./iad test/basic-A.rxt
I get the following output...
$ ./iad test/basic-A.rxt
*****
And I am guessing it should output something to the terminal?
Ah, I see that it just outputs it to basic-A.txt
Specs
OS: Fedora 30
Issue
Running 'make install' in the root directory of the program 'iad/' doesn't work.
Error:
I looked around for a bit to see what 'ctangle' was but I didn't see much.
Reproduce
1)
git clone https://github.com/scottprahl/iad.git
2)cd iad
3)make install