Dear Victor,
As the message says, you should install yacc. That's probably easier
than the workaround.
Yacc is really only needed to build the dependency generation tool. The
workaround is therefore to bypass the dependency generation tool by
getting the dependency files elsewhere. This might work:
1. Get the dependency files from the same CP2K version on any
machine with the same build definitions. They are the *.dep
files in the obj/$ARCH/$VERSION directory.
2. Start your build and wait for it to fail.
3. Clean up the mis-built directory with the "clean" make target.
4. Copy the dependency files from step 1 into the new
obj/$ARCH/$VERSION directory and "touch" them to make them have
a new date.
Cheers.
> --
> You received this message because you are subscribed to the Google
> Groups "cp2k" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to
cp2k+uns...@googlegroups.com.
> To post to this group, send email to
cp...@googlegroups.com.
> Visit this group at
http://groups.google.com/group/cp2k?hl=en.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>