public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* Kaffeine commit b510bff2 won't compile
@ 2017-02-27  1:57 bill murphy
  2017-02-27 10:11 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 8+ messages in thread
From: bill murphy @ 2017-02-27  1:57 UTC (permalink / raw)
  To: linux-media

Hi,
Can someone double check me on this?

It seems there might be a missing header,
in the src directory, preventing the last commit from
compiling. The commit prior compiles fine. So not that big a deal, just 
letting folks know what I ran in to.

I don't see this file, 'log.h', anywhere in the src directory. Guessing 
it wasn't 'added' for tracking?

git://anongit.kde.org/kaffeine

diff between master and previous commit...just a snippet, as other files 
are including the same missing header.

diff --git a/src/dvb/dvbcam_linux.cpp b/src/dvb/dvbcam_linux.cpp
index ceb9dbd..5c9c575 100644
--- a/src/dvb/dvbcam_linux.cpp
+++ b/src/dvb/dvbcam_linux.cpp
@@ -18,11 +18,7 @@
   * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
   */

-#include <KLocalizedString>
-#include <QDebug>
-#if QT_VERSION < 0x050500
-# define qInfo qDebug
-#endif
+#include "../log.h"

  #include <errno.h>
  #include <fcntl.h>

where compile complains of that missing header...

Scanning dependencies of target kaffeine
[ 20%] Building CXX object 
src/CMakeFiles/kaffeine.dir/dvb/dvbcam_linux.cpp.o
/home/user/src2/kaffeine/src/dvb/dvbcam_linux.cpp:21:20: fatal error: 
../log.h: No such file or directory
compilation terminated.

Regards,

Bill

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-03-05  1:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-27  1:57 Kaffeine commit b510bff2 won't compile bill murphy
2017-02-27 10:11 ` Mauro Carvalho Chehab
2017-02-28  4:46   ` bill murphy
2017-03-01 10:00     ` Mauro Carvalho Chehab
2017-03-04 13:21       ` bill murphy
2017-03-04 14:07         ` Mauro Carvalho Chehab
2017-03-04 18:57           ` bill murphy
2017-03-05  1:54             ` Mauro Carvalho Chehab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox