[mythtv-users] SVN HEAD compile error: upnpglobal.h

Daniel Kristjansson danielk at cuymedia.net
Thu Jan 25 17:01:23 UTC 2007


On Thu, 2007-01-25 at 23:54 +1030, Darryl Ross wrote:
> Hey All,
> 
> Just tried to rebuild after doing an svn up, getting the following error:
> 
> make[2]: *** No rule to make target
> `../../libs/libmythupnp/upnpglobal.h', needed by `httpstatus.o'.  Stop.
> 
> Looks like that file is totally missing. Touching the filename allows
> the compile to complete.
> 
> Did someone forget to svn add it?

I think it was removed. Try doing this:
  make distclean ; ./configure --prev ; nice make -j2

This should remove any stale makefiles and recreate them based
on the latest .pro files. Alternatively, you could try doing
this:
  pushd programs/mythbackend ; qmake ; popd ; nice make -j2

That will just recreate the particular Makefile that seems
to be causing your troubles, but obviously this is not a
general solution if you run into this problem in the future
and there may be another stale Makefile somewhere.

-- Daniel



More information about the mythtv-users mailing list