Hi, I just tried to compile TPP 5.0 on massypup64 and got an error of "TARGET doesn't appear to be a machine-vendor-system triplet" Well, obviously, the string x86_64-fatdog-gnu-linux was not processed correctly, since three words separated by "-" are expected. This error was resolved by defining the TARGET in common.mk:
# -- TARGET -------------------------------------------------------------------- TARGET = x86_64-fatdog-linux However, the "make all" command failed again with an error concerning pwiz (I reproduced this problem on Fedora 25): [root@dhcp-113 TPP_5.0.0-src] $ make all /home/massypup64-downloads/TPP_5.0.0-src/extern/ProteoWizard/Makefile:353: warning: overriding recipe for target '/home/massypup64-downloads/TPP_5.0.0-src/build/linux-x86_64/' common.mk:448: warning: ignoring old recipe for target '/home/massypup64-downloads/TPP_5.0.0-src/build/linux-x86_64/' make: *** No rule to make target '/home/massypup64-downloads/TPP_5.0.0-src/extern/ProteoWizard/pwiz-msi/', needed by '/home/massypup64-downloads/TPP_5.0.0-src/build/linux-x86_64/'. Stop. Any clue? Robert -- 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.
