Advertisement
Guest User

Untitled

a guest
Jul 27th, 2013
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. # updatedvb compile error after installing v4l-updatelee-git
  2.  
  3. g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qwt -I/opt/local/include/qwt -I/usr/local/qwt-6.1.0-svn/include -I. -I. -o dvbtune.o dvbtune.cpp
  4. dvbtune.cpp: In member function 'void dvbtune::demux_file()':
  5. dvbtune.cpp:682:26: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
  6. In file included from /usr/include/fcntl.h:252:0,
  7. from dvbtune.h:39,
  8. from dvbtune.cpp:19:
  9. In function 'int open(const char*, int, ...)',
  10. inlined from 'void dvbtune::demux_file()' at dvbtune.cpp:665:82:
  11. /usr/include/i386-linux-gnu/bits/fcntl2.h:51:26: error: call to '__open_missing_mode' declared with attribute error: open with O_CREAT in second argument needs 3 arguments
  12. make: *** [dvbtune.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement