Just to give some closure to this in case anyone else comes across this error, the solution was to remove any trailing whitespaces in the lines of the site.mk file. In this case, there was a trailing space in the first line "INSTALL_DIR = /data/bin/TPP/TPP_5.0.0 " which prompted the "mixed implicit and normal rules" message. It's unfortunate that the build is sensitive to something like this but at least there's an easy fix.
On Tue, Jun 13, 2017 at 12:43 PM, Tomas <[email protected]> wrote: > I am trying to install TPP 5.0 on our CentOS cluster (we currently run TTP > 4.8 on it and want to upgrade). > > I created the site.mk > INSTALL_DIR = /data/bin/TPP/TPP_5.0.0 > TPP_BASEURL = tpp > TPP_DATADIR = /data/users > TPP_DATAURL = /data/users > > When I then run >make all I get error - > Makefile:245: *** mixed implicit and normal rules. Stop. > > Any suggestions? > > Thanks, > > Tomas Vaisar > > > > -- > You received this message because you are subscribed to the Google Groups > "spctools-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/spctools-discuss. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "spctools-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/spctools-discuss. For more options, visit https://groups.google.com/d/optout.
