On Tuesday 27 December 2005 19:38, Boleslaw Ciesielski wrote:
exitcodes.h is missing and checksetup.cpp is not being built (this is on
0.18.x branch).

Should be okay now.

        Not quite, checksetup still isn't in the makefile.


        It looks like this won't be simple to add, after all.
checksetup.cpp needs an updated util.cpp and util.h,
which needs mythconfig.h, which probably needs an updated
configure, which is all getting too hard.


        These:

/trunk/mythtv/libs/libmyth/util.cpp?rev=6966
/trunk/mythtv/libs/libmyth/util.h?rev=6482
/trunk/mythtv/setup/setup.pro?rev=6798

        with a minor patch to util.cpp:

  // Myth headers
- #include "mythconfig.h"
+ #include "../../config.h"

        should do the trick, but a hack just for this
feature probably isn't the way forward.
Sorry for this extra hassle -
I thought this would be a simple fix to add in!

--
Nigel Pearson, [EMAIL PROTECTED] | "Reality is that which,
Telstra Dev. Lab, Sydney, Australia   |  when you stop believing
Office: 9814 4803    Fax:  9814 4897  |  in it, doesn't go away."
Mobile: 0408 664435  Home: 9792 6998  |  Philip K. Dick - 'Valis'

_______________________________________________
mythtv-dev mailing list
mythtv-dev@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to