You are here

Add new comment

rncbc's picture

But you say you're still having problems?

Yes, changing a header file (.h) will end rebuilding a couple of files at least, depending on which ones it depends on. Incidentally, qtractorAbout.h is included in almost every other file, so changing it is just like the same as rebuilding the whole thing from scratch. Such a move can also be explicitly taken by doing a:

  make clean

or, more radically,

  make -f Makefile.cvs clean

which will wipe everything that was generated by the configure and build process altogether.

Enjoy.
--
rncbc aka Rui Nuno Capela