[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bino-list] compiling 1.4.2
From: |
Torsten Mohr |
Subject: |
Re: [Bino-list] compiling 1.4.2 |
Date: |
Thu, 12 Sep 2013 22:18:11 +0200 |
User-agent: |
KMail/4.10.5 (Linux/3.7.10-1.16-desktop; KDE/4.10.5; x86_64; ; ) |
Hello,
thanks for that hint. I installed gettext-tools etc. and autoreconf-i runs
fine.
But still at linking i get ~ 75 kBytes of errors:
video_output_qt.o: In function `video_output_qt::screen_width() const':
/tmp/bino_20130912/bino/src/video_output_qt.cpp:909: multiple definition of
`__glewXGetVideoSyncSGI'
dispatch.o:/tmp/bino_20130912/bino/src/dispatch.cpp:108: first defined here
video_output_qt.o: In function `video_output_qt::glewGetContext() const':
/tmp/bino_20130912/bino/src/video_output_qt.cpp:808: multiple definition of
`__glewXVideoResizeSUN'
dispatch.o:/tmp/bino_20130912/bino/src/dispatch.cpp:95: first defined here
video_output_qt.o: In function `QBasicAtomicInt::deref()':
.... and so on ....
dispatch.o:/tmp/bino_20130912/bino/src/dispatch.cpp:301: first defined here
video_output_qt-moc.o:/tmp/bino_20130912/bino/src/video_output_qt.h:144:
multiple definition of `__glewXCreateNewContext'
dispatch.o:/tmp/bino_20130912/bino/src/dispatch.cpp:302: first defined here
video_output_qt-moc.o:/tmp/bino_20130912/bino/src/video_output_qt.h:144:
multiple definition of `__glewXChooseFBConfig'
dispatch.o:/tmp/bino_20130912/bino/src/dispatch.cpp:306: first defined here
video_output_qt-moc.o:/tmp/bino_20130912/bino/src/video_output_qt.h:144:
multiple definition of `__glewXGetCurrentDisplay'
dispatch.o:/tmp/bino_20130912/bino/src/dispatch.cpp:307: first defined here
collect2: error: ld returned 1 exit status
make[4]: *** [bino] Fehler 1
make[3]: *** [all-recursive] Fehler 1
make[2]: *** [all] Fehler 2
make[1]: *** [all-recursive] Fehler 1
make: *** [all] Fehler 2
Has anybody got another hint here?
Best regards
Torsten
Am Donnerstag, 12. September 2013, 22:00:33 schrieb Martin Lambers:
> Hi Torsten!
>
> On Thu, 12 Sep 2013 21:47:05 +0200, Torsten Mohr wrote:
> > schleim:/tmp/bino_20130912/bino # autoreconf -i
> > configure.ac:103: warning: macro 'AM_ICONV' not found in library
> > configure.ac:131: warning: macro 'AM_ICONV' not found in library
> > configure.ac:135: warning: macro 'AM_GNU_GETTEXT' not found in library
> > configure.ac:103: error: possibly undefined macro: AM_ICONV
> >
> > If this token and others are legitimate, please use
> >
> > m4_pattern_allow. See the Autoconf documentation.
> > configure.ac:135: error: possibly undefined macro: AM_GNU_GETTEXT
> > autoreconf: /usr/bin/autoconf failed with exit status: 1
>
> You need to install the gettext development packages. These provide the
> AM_ICONV and AM_GETTEXT macros.
>
> Martin