ditashi / boblight

Automatically exported from code.google.com/p/boblight
GNU General Public License v3.0
0 stars 0 forks source link

Cant compile on ubuntu 10.10 #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
avn-Version from today

configure:
...
checking for main in -lportaudio... yes
checking for main in -lX11      ... yes
checking for main in -lXrender  ... yes
checking for main in -lGL       ... yes
checking for main in -lavcodec  ... yes
checking for main in -lavformat ... no
configure: error: Missing a required library

libavformat is installed:
root@video:/usr/local/src/boblight-read-only# dpkg --list |grep avformat
ii  libavformat-dev                      4:0.6-2ubuntu6                         
           development files for libavformat
ii  libavformat52                        4:0.6-2ubuntu6                         
           ffmpeg file format library
root@video:/usr/local/src/boblight-read-only#

What can i do?

Greetings...

...Hagen

Original issue reported on code.google.com by braba...@gmail.com on 23 Dec 2010 at 6:44

GoogleCodeExporter commented 9 years ago
Check if the /usr/lib/libavformat.so symlink is ok.

Original comment by bob.loo...@gmail.com on 23 Dec 2010 at 7:51

GoogleCodeExporter commented 9 years ago
root@video:~# ls -al /usr/lib/libavformat*
-rw-r--r-- 1 root root 1189702 2010-10-06 00:42 /usr/lib/libavformat.a
lrwxrwxrwx 1 root root      22 2010-12-22 08:39 /usr/lib/libavformat.so -> 
libavformat.so.52.64.2
lrwxrwxrwx 1 root root      22 2010-10-10 19:29 /usr/lib/libavformat.so.52 -> 
libavformat.so.52.64.2
-rw-r--r-- 1 root root  848296 2010-10-06 00:42 /usr/lib/libavformat.so.52.64.2
root@video:~#

Original comment by braba...@gmail.com on 24 Dec 2010 at 6:04

GoogleCodeExporter commented 9 years ago
I probably need to link to some other libs when using AC_CHECK_LIB with 
libavformat.

Original comment by bob.loo...@gmail.com on 24 Dec 2010 at 3:45

GoogleCodeExporter commented 9 years ago
Should be fixed in r347 and r348.

Original comment by bob.loo...@gmail.com on 25 Dec 2010 at 7:27

GoogleCodeExporter commented 9 years ago
Fix approved, is compiling now. Thank you!

Original comment by braba...@gmail.com on 26 Dec 2010 at 9:04

GoogleCodeExporter commented 9 years ago

Original comment by bob.loo...@gmail.com on 26 Dec 2010 at 1:09