[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bino-list] bino compile error, ubuntu 10.04
From: |
Nate |
Subject: |
[Bino-list] bino compile error, ubuntu 10.04 |
Date: |
Sun, 23 Oct 2011 16:00:58 -0700 (PDT) |
address@hidden:/projects/KidI/bino$ autoreconf -i
Can't exec "libtoolize": No such file or directory at /usr/bin/autoreconf line
189.
Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line
189.
autoreconf: configure.ac: AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION
address@hidden:/projects/KidI/bino$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking how to create a pax tar archive... gnutar
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for ranlib... ranlib
checking whether ln -s works... yes
checking whether byte ordering is bigendian... no
checking whether optreset is declared... no
checking for library containing clock_gettime... -lrt
checking for library containing pthread_create... none required
checking for backtrace... yes
checking for clock_gettime... yes
checking for sigaction... yes
checking for vasprintf... yes
checking for wcwidth... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... yes
checking for working iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft,
char * *outbuf, size_t *outbytesleft);
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
./configure: line 7237: gt_INTL_MACOSX: command not found
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libavformat... yes
checking for libavdevice... yes
checking for libswscale... yes
checking for sysconf... yes
checking for libass... yes
checking for libopenal... yes
checking for libqtopengl... yes
checking for rcc-qt4... no
checking for rcc... rcc
checking for moc-qt4... moc-qt4
checking whether we need to link with X11... yes
checking for libX11... yes
checking for libEqualizer... yes
checking for libgl... yes
checking for liblircclient... yes
checking for gtk-update-icon-cache... gtk-update-icon-cache
checking for update-desktop-database... update-desktop-database
configure: creating ./config.status
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating src/base/Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating pkg/macosx/Info.plist
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
Configuration:
NLS: yes
Equalizer: yes
liblircclient: yes
address@hidden:/projects/KidI/bino$ make
make all-recursive
make[1]: Entering directory `/projects/KidI/bino'
Making all in po
make[2]: Entering directory `/projects/KidI/bino/po'
make bino.pot-update
make[3]: Entering directory `/projects/KidI/bino/po'
sed -e '/^#/d' remove-potcdate.sin > t-remove-potcdate.sed
mv t-remove-potcdate.sed remove-potcdate.sed
if LC_ALL=C grep 'GNU bino' ../* 2>/dev/null | grep -v 'libtool:' >/dev/null;
then \
package_gnu='GNU '; \
else \
package_gnu=''; \
fi; \
if test -n 'address@hidden' || test 'address@hidden' =
'@'PACKAGE_BUGREPORT'@'; then \
msgid_bugs_address='address@hidden'; \
else \
msgid_bugs_address='address@hidden'; \
fi; \
case `: --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
'' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
: --default-domain=bino --directory=.. \
--add-comments=TRANSLATORS: --keyword=_ --keyword=N_ \
--files-from=./POTFILES.in \
--copyright-holder='The Bino developers' \
--msgid-bugs-address="$msgid_bugs_address" \
;; \
*) \
: --default-domain=bino --directory=.. \
--add-comments=TRANSLATORS: --keyword=_ --keyword=N_ \
--files-from=./POTFILES.in \
--copyright-holder='The Bino developers' \
--package-name="${package_gnu}bino" \
--package-version='1.3.0' \
--msgid-bugs-address="$msgid_bugs_address" \
;; \
esac
test ! -f bino.po || { \
if test -f ./bino.pot; then \
sed -f remove-potcdate.sed < ./bino.pot > bino.1po && \
sed -f remove-potcdate.sed < bino.po > bino.2po && \
if cmp bino.1po bino.2po >/dev/null 2>&1; then \
rm -f bino.1po bino.2po bino.po; \
else \
rm -f bino.1po bino.2po ./bino.pot && \
mv bino.po ./bino.pot; \
fi; \
else \
mv bino.po ./bino.pot; \
fi; \
}
make[3]: Leaving directory `/projects/KidI/bino/po'
test ! -f ./bino.pot || \
test -z "cs.gmo de.gmo fr.gmo pl.gmo ru.gmo" || make cs.gmo de.gmo fr.gmo
pl.gmo ru.gmo
make[2]: Leaving directory `/projects/KidI/bino/po'
Making all in src
make[2]: Entering directory `/projects/KidI/bino/src'
GEN qt_resources.qrc
RCC qt_resources-rcc.cpp
MOC player_qt-moc.cpp
MOC video_output_qt-moc.cpp
GEN video_output_color.fs.glsl.h
GEN video_output_render.fs.glsl.h
make all-recursive
make[3]: Entering directory `/projects/KidI/bino/src'
Making all in base
make[4]: Entering directory `/projects/KidI/bino/src/base'
CXX str.o
CXX msg.o
CXX dbg.o
CXX exc.o
CXX opt.o
CXX timer.o
CXX s11n.o
CXX thread.o
AR libbase.a
make[4]: Leaving directory `/projects/KidI/bino/src/base'
make[4]: Entering directory `/projects/KidI/bino/src'
CXX media_data.o
CXX media_object.o
media_object.cpp: In member function ‘void media_object::open(const
std::string&, const device_request&)’:
media_object.cpp:792: warning: ‘int av_find_stream_info(AVFormatContext*)’ is
deprecated (declared at /usr/local/include/libavformat/avformat.h:1224)
media_object.cpp:792: warning: ‘int av_find_stream_info(AVFormatContext*)’ is
deprecated (declared at /usr/local/include/libavformat/avformat.h:1224)
media_object.cpp:832: warning: ‘int avcodec_open(AVCodecContext*, AVCodec*)’ is
deprecated (declared at /usr/local/include/libavcodec/avcodec.h:3889)
media_object.cpp:832: warning: ‘int avcodec_open(AVCodecContext*, AVCodec*)’ is
deprecated (declared at /usr/local/include/libavcodec/avcodec.h:3889)
CXX media_input.o
CXX controller.o
CXX video_output.o
CXX video_output_qt.o
CXX xgl.o
CXX subtitle_renderer.o
CXX audio_output.o
CXX player.o
CXX player_qt.o
CXX lib_versions.o
CXX main.o
CXX player_equalizer.o
CXX lirc.o
CXX qt_resources-rcc.o
CXX player_qt-moc.o
CXX video_output_qt-moc.o
CXXLD bino
/usr/local/lib/libavdevice.a(lavfi.o): In function `lavfi_read_packet':
/home/administrator/ffmpeg/libavdevice/lavfi.c:274: undefined reference to
`av_buffersink_get_buffer_ref'
/home/administrator/ffmpeg/libavdevice/lavfi.c:288: undefined reference to
`av_buffersink_get_buffer_ref'
/home/administrator/ffmpeg/libavdevice/lavfi.c:314: undefined reference to
`avfilter_unref_buffer'
/usr/local/lib/libavdevice.a(lavfi.o): In function `lavfi_read_close':
/home/administrator/ffmpeg/libavdevice/lavfi.c:73: undefined reference to
`avfilter_graph_free'
/usr/local/lib/libavdevice.a(lavfi.o): In function `lavfi_read_header':
/home/administrator/ffmpeg/libavdevice/lavfi.c:90: undefined reference to
`avfilter_register_all'
/home/administrator/ffmpeg/libavdevice/lavfi.c:92: undefined reference to
`avfilter_get_by_name'
/home/administrator/ffmpeg/libavdevice/lavfi.c:93: undefined reference to
`avfilter_get_by_name'
/home/administrator/ffmpeg/libavdevice/lavfi.c:99: undefined reference to
`avfilter_graph_alloc'
/home/administrator/ffmpeg/libavdevice/lavfi.c:102: undefined reference to
`avfilter_graph_parse'
/home/administrator/ffmpeg/libavdevice/lavfi.c:185: undefined reference to
`av_buffersink_params_alloc'
/home/administrator/ffmpeg/libavdevice/lavfi.c:189: undefined reference to
`avfilter_graph_create_filter'
/home/administrator/ffmpeg/libavdevice/lavfi.c:206: undefined reference to
`av_abuffersink_params_alloc'
/home/administrator/ffmpeg/libavdevice/lavfi.c:209: undefined reference to
`avfilter_all_channel_layouts'
/home/administrator/ffmpeg/libavdevice/lavfi.c:211: undefined reference to
`avfilter_graph_create_filter'
/home/administrator/ffmpeg/libavdevice/lavfi.c:220: undefined reference to
`avfilter_link'
/home/administrator/ffmpeg/libavdevice/lavfi.c:225: undefined reference to
`avfilter_graph_config'
/home/administrator/ffmpeg/libavdevice/lavfi.c:253: undefined reference to
`avfilter_inout_free'
/home/administrator/ffmpeg/libavdevice/lavfi.c:254: undefined reference to
`avfilter_inout_free'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libCollage.so: undefined
reference to `std::_List_node_base::_M_unhook()@GLIBCXX_3.4.14'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libCollage.so: undefined
reference to
`std::_List_node_base::_M_hook(std::_List_node_base*)@GLIBCXX_3.4.14'
collect2: ld returned 1 exit status
make[4]: *** [bino] Error 1
make[4]: Leaving directory `/projects/KidI/bino/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/projects/KidI/bino/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/projects/KidI/bino/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/projects/KidI/bino'
make: *** [all] Error 2
- [Bino-list] bino compile error, ubuntu 10.04,
Nate <=
- Re: [Bino-list] bino compile error, ubuntu 10.04, Martin Lambers, 2011/10/24
- Re: [Bino-list] bino compile error, ubuntu 10.04, Nate, 2011/10/24
- Re: [Bino-list] bino compile error, ubuntu 10.04, Martin Lambers, 2011/10/24
- Re: [Bino-list] bino compile error, ubuntu 10.04, Nate, 2011/10/24
- Re: [Bino-list] bino compile error, ubuntu 10.04, Martin Lambers, 2011/10/24
- Re: [Bino-list] bino compile error, ubuntu 10.04, Nate, 2011/10/24
- Re: [Bino-list] bino compile error, ubuntu 10.04, Stefan Eilemann, 2011/10/24
- Re: [Bino-list] bino compile error, ubuntu 10.04, Nate, 2011/10/25
- Re: [Bino-list] bino compile error, ubuntu 10.04, Stefan Eilemann, 2011/10/25
- Re: [Bino-list] bino compile error, ubuntu 10.04, Nate, 2011/10/25