I think you've missed something in the build instructions.
If you're checking out from CVS remember to issue:
make -f Makefile.cvs
provided you have autoconf stuff installed properly, before getting into the standard procedure:
./configure
make
After this point, make will only recompile the source code files that get changed. that is normal and expected behavior.
There must be something that one of us is missing, don't really know what. I assume you have changed src/qtractorMainForm.cpp to suit your changes to the about-box in qtractorMainForm::helpAbout() method. Doing make should have recompiled that unit alone, not the whole project. And as you say if the changes haven't come up on that about-box thereafter, then something is wrong. Can't really say what. Maybe you could check your procedure again and tell me more about the details, one by one.
Hi, thanks.
I think you've missed something in the build instructions.
If you're checking out from CVS remember to issue:
provided you have
autoconf
stuff installed properly, before getting into the standard procedure:After this point,
make
will only recompile the source code files that get changed. that is normal and expected behavior.There must be something that one of us is missing, don't really know what. I assume you have changed
src/qtractorMainForm.cpp
to suit your changes to the about-box inqtractorMainForm::helpAbout()
method. Doingmake
should have recompiled that unit alone, not the whole project. And as you say if the changes haven't come up on that about-box thereafter, then something is wrong. Can't really say what. Maybe you could check your procedure again and tell me more about the details, one by one.Cheers
--
rncbc aka Rui Nuno Capela