Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when compiling #76

Open
GoogleCodeExporter opened this issue Apr 7, 2015 · 2 comments
Open

Error when compiling #76

GoogleCodeExporter opened this issue Apr 7, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. svn checkout from trunk
2. perform compile:
    $ ./configure 
    $ make


What is the expected output? What do you see instead?
Expected successful compile
Instead there was an error:
"ar: libboblight_la-boblight_client.o: No such file or directory"

I found a ref to this problem on a forum thread from Jan 2012:
http://forum.xbmc.org/showthread.php?tid=116331&pid=972665&highlight=libboblight
_la-boblight_client.o#pid972665

Suggested solution was to use revision 400 from the repository instead, but 
that just gave me different errors:

g++ -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT videograbber.o -MD -MP -MF 
.deps/videograbber.Tpo -c -o videograbber.o `test -f 
'clients/boblight-v4l/videograbber.cpp' || echo 
'./'`clients/boblight-v4l/videograbber.cpp
clients/boblight-v4l/videograbber.cpp: In member function âvoid 
CVideoGrabber::Setup()â:
clients/boblight-v4l/videograbber.cpp:70:18: warning: 
âAVFormatParameters::time_baseâ is deprecated (declared at 
/usr/include/libavformat/avformat.h:350) [-Wdeprecated-declarations]
clients/boblight-v4l/videograbber.cpp:70:18: warning: 
âAVFormatParameters::time_baseâ is deprecated (declared at 
/usr/include/libavformat/avformat.h:350) [-Wdeprecated-declarations]
clients/boblight-v4l/videograbber.cpp:71:18: warning: 
âAVFormatParameters::time_baseâ is deprecated (declared at 
/usr/include/libavformat/avformat.h:350) [-Wdeprecated-declarations]
clients/boblight-v4l/videograbber.cpp:71:18: warning: 
âAVFormatParameters::time_baseâ is deprecated (declared at 
/usr/include/libavformat/avformat.h:350) [-Wdeprecated-declarations]
clients/boblight-v4l/videograbber.cpp:72:18: warning: 
âAVFormatParameters::channelâ is deprecated (declared at 
/usr/include/libavformat/avformat.h:356) [-Wdeprecated-declarations]
clients/boblight-v4l/videograbber.cpp:72:18: warning: 
âAVFormatParameters::channelâ is deprecated (declared at 
/usr/include/libavformat/avformat.h:356) [-Wdeprecated-declarations]
clients/boblight-v4l/videograbber.cpp:73:18: warning: 
âAVFormatParameters::widthâ is deprecated (declared at 
/usr/include/libavformat/avformat.h:353) [-Wdeprecated-declarations]
clients/boblight-v4l/videograbber.cpp:73:18: warning: 
âAVFormatParameters::widthâ is deprecated (declared at 
/usr/include/libavformat/avformat.h:353) [-Wdeprecated-declarations]
clients/boblight-v4l/videograbber.cpp:74:18: warning: 
âAVFormatParameters::heightâ is deprecated (declared at 
/usr/include/libavformat/avformat.h:354) [-Wdeprecated-declarations]
clients/boblight-v4l/videograbber.cpp:74:18: warning: 
âAVFormatParameters::heightâ is deprecated (declared at 
/usr/include/libavformat/avformat.h:354) [-Wdeprecated-declarations]
clients/boblight-v4l/videograbber.cpp:75:18: warning: 
âAVFormatParameters::standardâ is deprecated (declared at 
/usr/include/libavformat/avformat.h:357) [-Wdeprecated-declarations]
clients/boblight-v4l/videograbber.cpp:75:18: warning: 
âAVFormatParameters::standardâ is deprecated (declared at 
/usr/include/libavformat/avformat.h:357) [-Wdeprecated-declarations]
clients/boblight-v4l/videograbber.cpp:76:18: warning: 
âAVFormatParameters::pix_fmtâ is deprecated (declared at 
/usr/include/libavformat/avformat.h:355) [-Wdeprecated-declarations]
clients/boblight-v4l/videograbber.cpp:76:18: warning: 
âAVFormatParameters::pix_fmtâ is deprecated (declared at 
/usr/include/libavformat/avformat.h:355) [-Wdeprecated-declarations]
clients/boblight-v4l/videograbber.cpp:85:15: warning: âint 
av_open_input_file(AVFormatContext**, const char*, AVInputFormat*, int, 
AVFormatParameters*)â is deprecated (declared at 
/usr/include/libavformat/avformat.h:1368) [-Wdeprecated-declarations]
clients/boblight-v4l/videograbber.cpp:85:115: warning: âint 
av_open_input_file(AVFormatContext**, const char*, AVInputFormat*, int, 
AVFormatParameters*)â is deprecated (declared at 
/usr/include/libavformat/avformat.h:1368) [-Wdeprecated-declarations]
clients/boblight-v4l/videograbber.cpp:96:17: warning: âint 
av_open_input_file(AVFormatContext**, const char*, AVInputFormat*, int, 
AVFormatParameters*)â is deprecated (declared at 
/usr/include/libavformat/avformat.h:1368) [-Wdeprecated-declarations]
clients/boblight-v4l/videograbber.cpp:96:117: warning: âint 
av_open_input_file(AVFormatContext**, const char*, AVInputFormat*, int, 
AVFormatParameters*)â is deprecated (declared at 
/usr/include/libavformat/avformat.h:1368) [-Wdeprecated-declarations]
clients/boblight-v4l/videograbber.cpp:105:17: warning: âint 
av_open_input_file(AVFormatContext**, const char*, AVInputFormat*, int, 
AVFormatParameters*)â is deprecated (declared at 
/usr/include/libavformat/avformat.h:1368) [-Wdeprecated-declarations]
clients/boblight-v4l/videograbber.cpp:105:117: warning: âint 
av_open_input_file(AVFormatContext**, const char*, AVInputFormat*, int, 
AVFormatParameters*)â is deprecated (declared at 
/usr/include/libavformat/avformat.h:1368) [-Wdeprecated-declarations]
clients/boblight-v4l/videograbber.cpp:112:6: warning: âint 
av_find_stream_info(AVFormatContext*)â is deprecated (declared at 
/usr/include/libavformat/avformat.h:1412) [-Wdeprecated-declarations]
clients/boblight-v4l/videograbber.cpp:112:41: warning: âint 
av_find_stream_info(AVFormatContext*)â is deprecated (declared at 
/usr/include/libavformat/avformat.h:1412) [-Wdeprecated-declarations]
clients/boblight-v4l/videograbber.cpp:116:3: warning: âvoid 
dump_format(AVFormatContext*, int, const char*, int)â is deprecated (declared 
at /usr/include/libavformat/avformat.h:1902) [-Wdeprecated-declarations]
clients/boblight-v4l/videograbber.cpp:116:72: warning: âvoid 
dump_format(AVFormatContext*, int, const char*, int)â is deprecated (declared 
at /usr/include/libavformat/avformat.h:1902) [-Wdeprecated-declarations]
clients/boblight-v4l/videograbber.cpp:122:59: error: âCODEC_TYPE_VIDEOâ was 
not declared in this scope
clients/boblight-v4l/videograbber.cpp:138:13: warning: âint 
avcodec_open(AVCodecContext*, AVCodec*)â is deprecated (declared at 
/usr/include/libavcodec/avcodec.h:4035) [-Wdeprecated-declarations]
clients/boblight-v4l/videograbber.cpp:138:49: warning: âint 
avcodec_open(AVCodecContext*, AVCodec*)â is deprecated (declared at 
/usr/include/libavcodec/avcodec.h:4035) [-Wdeprecated-declarations]
clients/boblight-v4l/videograbber.cpp: In member function âvoid 
CVideoGrabber::Run(volatile bool&, void*)â:
clients/boblight-v4l/videograbber.cpp:240:92: error: âavcodec_decode_videoâ 
was not declared in this scope
clients/boblight-v4l/videograbber.cpp: In member function âvoid 
CVideoGrabber::Cleanup()â:
clients/boblight-v4l/videograbber.cpp:370:5: warning: âvoid 
av_close_input_file(AVFormatContext*)â is deprecated (declared at 
/usr/include/libavformat/avformat.h:1580) [-Wdeprecated-declarations]
clients/boblight-v4l/videograbber.cpp:370:40: warning: âvoid 
av_close_input_file(AVFormatContext*)â is deprecated (declared at 
/usr/include/libavformat/avformat.h:1580) [-Wdeprecated-declarations]
make[2]: *** [videograbber.o] Error 1
make[2]: Leaving directory `/home/xbmc/boblight-read-only/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/xbmc/boblight-read-only'
make: *** [all] Error 2

Please provide any additional information below.
Ubuntu 12.04 LTS

Thanks for any assistance!

Original issue reported on code.google.com by [email protected] on 3 Feb 2014 at 12:50

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant