You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello !
i followed the instructions to install Qvina-W from https://qvina.github.io/compilingQvina-w.html using WSL
however when i type ''make'' it doesn't proceed and this message appears :
i have boost 1.83 installed and changed the first 2 lines of makefile to the path to Boost and the Boost version
and also tried not changing anything , and it didn't work.
any help is appreciated
The text was updated successfully, but these errors were encountered:
makedepend is almost obsolete now.
There are some solutions:
on Ubuntu you can write
sudo apt-get install xutils-dev
Most modern compilers provide a flag (often -M) that uses the compiler's own source parser to generate a list of dependencies
===============
The rest of my answer is generated using Google AI-powered search for "makedepend alternatives". Please let me know if any of them works:
There are a few alternatives to makedepend
One is to use the compiler's own source parser to generate a list of dependencies. This can be done by using the -M flag with most compilers.
Another alternative is to use a tool called "gcc-makedepend". This tool is a wrapper around the gcc compiler that will generate a list of dependencies for a given source file
Finally, you can also use a tool called "makedepend2". This tool is a more modern version of makedepend that is more accurate and efficient.
Here are some of the advantages of using the compiler's own source parser to generate dependencies:
It is more accurate because it uses the same parser that the compiler will use to compile the source file.
It is more efficient because it does not need to scan the entire source file to find dependencies.
It is more compatible because it can generate dependencies for any compiler.
Here are some of the advantages of using gcc-makedepend:
It is a wrapper around the gcc compiler so it is easy to use.
It is more accurate than makedepend because it uses the gcc compiler's source parser.
It is more efficient than makedepend because it does not need to scan the entire source file to find dependencies.
Here are some of the advantages of using makedepend2:
It is a more modern version of makedepend that is more accurate and efficient.
It is compatible with makedepend so you can easily switch from makedepend to makedepend2.
It is easy to use because it has a similar syntax to makedepend.
hello !
i followed the instructions to install Qvina-W from https://qvina.github.io/compilingQvina-w.html using WSL
however when i type ''make'' it doesn't proceed and this message appears :
ln -sf
g++ -print-file-name=libstdc++.a
rm -f dependencies_tmp dependencies_tmp.bak
touch dependencies_tmp
makedepend -f dependencies_tmp -Y -I src/lib src/lib/.cpp src/tests/.cpp src/design/.cpp src/main/.cpp src/split/.cpp src/tune/.cpp
/bin/sh: 1: makedepend: not found
make: *** [Makefile:71: depend] Error 127
i have boost 1.83 installed and changed the first 2 lines of makefile to the path to Boost and the Boost version
and also tried not changing anything , and it didn't work.
any help is appreciated
The text was updated successfully, but these errors were encountered: