Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I debug makepp?

debug
0
Posted

How can I debug makepp?

0

You can put $(print ) around a suspicious expression. This returns the unchanged expression, while printing it as a side effect. You can dump the current directory’s (multiply after -C if you want) makefile with the –dump-makefile=file option, to see how makepp sees it. Makepp writes a log of everything it does and why. You can look at that with makepplog, mppl or makeppgraph, mppg. Makepp records all it knows about a file, for reuse on the next run. Though it takes some understanding of makepp’s internals, dumping it with makeppinfo, mppi for one or more files, usually gives a clue what is wrong.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123