[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Dino-list] Failed to compile Dino 0.2.2
From: |
Jean-Baptiste Mestelan |
Subject: |
[Dino-list] Failed to compile Dino 0.2.2 |
Date: |
Wed, 20 Jun 2007 08:41:45 +0200 |
Hello.
I have been trying to install Dino version 0.2.2 on this Gentoo box,
using portage.
Compiling Dino sequencer fails with following error message :
midibuffer.cpp: In member function `unsigned char*
Dino::MIDIBuffer::reserve(double, size_t)':
/usr/include/jack/midiport.h:112: error: too many arguments to
function `jack_midi_data_t* jack_midi_event_reserve(void*,
jack_nframes_t, size_t)'
Dino is compiled against JACK svn (revision 1050) which
indeed has in /usr/include/jack/midiport.h :
jack_midi_event_get(jack_midi_event_t *event,
void *port_buffer,
jack_nframes_t event_index);
How could this conflit be solved ?
Thanks for attention.
**********************************************************************************************************************
localhost ~ # emerge dino
Calculating dependencies... done!
Verifying ebuild Manifests...
Emerging (1 of 1) media-sound/dino-0.2.2 to /
* dino-0.2.2.tar.gz MD5 ;-) ...
[ ok ]
* dino-0.2.2.tar.gz RMD160 ;-) ...
[ ok ]
* dino-0.2.2.tar.gz SHA1 ;-) ...
[ ok ]
* dino-0.2.2.tar.gz SHA256 ;-) ...
[ ok ]
* dino-0.2.2.tar.gz size ;-) ...
[ ok ]
* checking ebuild checksums ;-) ...
[ ok ]
* checking auxfile checksums ;-) ...
[ ok ]
* checking miscfile checksums ;-) ...
[ ok ]
* checking dino-0.2.2.tar.gz ;-) ...
[ ok ]
Unpacking source...
* jackmidi support [OK]
Unpacking dino-0.2.2.tar.gz to /var/tmp/portage/media-sound/dino-0.2.2/work
Source unpacked.
Compiling source in
/var/tmp/portage/media-sound/dino-0.2.2/work/dino-0.2.2 ...
* econf: updating dino-0.2.2/config.sub with /usr/share/gnuconfig/config.sub
* econf: updating dino-0.2.2/config.guess with
/usr/share/gnuconfig/config.guess
./configure --prefix=/usr --host=i686-pc-linux-gnu
--mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share
--sysconfdir=/etc --localstatedir=/var/lib --disable-debug
--build=i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i686-pc-linux-gnu-gcc accepts -g... yes
checking for i686-pc-linux-gnu-gcc option to accept ANSI C... none needed
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by i686-pc-linux-gnu-gcc... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/i686-pc-linux-gnu-nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for i686-pc-linux-gnu-g++... i686-pc-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether i686-pc-linux-gnu-g++ accepts -g... yes
checking how to run the C++ preprocessor... i686-pc-linux-gnu-g++ -E
checking for i686-pc-linux-gnu-g77... i686-pc-linux-gnu-g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether i686-pc-linux-gnu-g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/i686-pc-linux-gnu-nm -B output from
i686-pc-linux-gnu-gcc object... ok
checking for objdir... .libs
checking for i686-pc-linux-gnu-ar... i686-pc-linux-gnu-ar
checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib
checking for i686-pc-linux-gnu-strip... i686-pc-linux-gnu-strip
checking if i686-pc-linux-gnu-gcc static flag works... yes
checking if i686-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for i686-pc-linux-gnu-gcc option to produce PIC... -fPIC
checking if i686-pc-linux-gnu-gcc PIC flag -fPIC works... yes
checking if i686-pc-linux-gnu-gcc supports -c -o file.o... yes
checking whether the i686-pc-linux-gnu-gcc linker
(/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by i686-pc-linux-gnu-g++... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking whether the i686-pc-linux-gnu-g++ linker
(/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking for i686-pc-linux-gnu-g++ option to produce PIC... -fPIC
checking if i686-pc-linux-gnu-g++ PIC flag -fPIC works... yes
checking if i686-pc-linux-gnu-g++ supports -c -o file.o... yes
checking whether the i686-pc-linux-gnu-g++ linker
(/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for i686-pc-linux-gnu-g77 option to produce PIC... -fPIC
checking if i686-pc-linux-gnu-g77 PIC flag -fPIC works... yes
checking if i686-pc-linux-gnu-g77 supports -c -o file.o... yes
checking whether the i686-pc-linux-gnu-g77 linker
(/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of i686-pc-linux-gnu-gcc... gcc3
checking dependency style of i686-pc-linux-gnu-g++... gcc3
checking for i686-pc-linux-gnu-g++... (cached) i686-pc-linux-gnu-g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether i686-pc-linux-gnu-g++ accepts -g... (cached) yes
checking for i686-pc-linux-gnu-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBGLADEMM... yes
checking for LIBXMLPP... yes
checking for JACK... yes
checking for LASH... yes
checking whether debugging info should be generated... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/libdinoseq/Makefile
config.status: creating src/gui/Makefile
config.status: creating pixmaps/Makefile
config.status: creating src/config.hpp
config.status: executing depfiles commands
Making all in src
make[1]: Entering directory
`/var/tmp/portage/media-sound/dino-0.2.2/work/dino-0.2.2/src'
make all-recursive
make[2]: Entering directory
`/var/tmp/portage/media-sound/dino-0.2.2/work/dino-0.2.2/src'
Making all in libdinoseq
make[3]: Entering directory
`/var/tmp/portage/media-sound/dino-0.2.2/work/dino-0.2.2/src/libdinoseq'
if /bin/sh ../../libtool --tag=CXX --mode=compile
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../src
-I/usr/include/libxml++-2.6 -I/usr/include/libxml2
-I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include
-I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DNDEBUG -O2
-march=i686 -pipe -MT controller.lo -MD -MP -MF ".deps/controller.Tpo"
-c -o controller.lo controller.cpp; \
then mv -f ".deps/controller.Tpo" ".deps/controller.Plo"; else
rm -f ".deps/controller.Tpo"; exit 1; fi
mkdir .libs
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../src
-I/usr/include/libxml++-2.6 -I/usr/include/libxml2
-I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include
-I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DNDEBUG -O2
-march=i686 -pipe -MT controller.lo -MD -MP -MF .deps/controller.Tpo
-c controller.cpp -fPIC -DPIC -o .libs/controller.o
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../src
-I/usr/include/libxml++-2.6 -I/usr/include/libxml2
-I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include
-I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DNDEBUG -O2
-march=i686 -pipe -MT controller.lo -MD -MP -MF .deps/controller.Tpo
-c controller.cpp -o controller.o >/dev/null 2>&1
if /bin/sh ../../libtool --tag=CXX --mode=compile
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../src
-I/usr/include/libxml++-2.6 -I/usr/include/libxml2
-I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include
-I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DNDEBUG -O2
-march=i686 -pipe -MT interpolatedevent.lo -MD -MP -MF
".deps/interpolatedevent.Tpo" -c -o interpolatedevent.lo
interpolatedevent.cpp; \
then mv -f ".deps/interpolatedevent.Tpo"
".deps/interpolatedevent.Plo"; else rm -f
".deps/interpolatedevent.Tpo"; exit 1; fi
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../src
-I/usr/include/libxml++-2.6 -I/usr/include/libxml2
-I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include
-I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DNDEBUG -O2
-march=i686 -pipe -MT interpolatedevent.lo -MD -MP -MF
.deps/interpolatedevent.Tpo -c interpolatedevent.cpp -fPIC -DPIC -o
.libs/interpolatedevent.o
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../src
-I/usr/include/libxml++-2.6 -I/usr/include/libxml2
-I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include
-I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DNDEBUG -O2
-march=i686 -pipe -MT interpolatedevent.lo -MD -MP -MF
.deps/interpolatedevent.Tpo -c interpolatedevent.cpp -o
interpolatedevent.o >/dev/null 2>&1
if /bin/sh ../../libtool --tag=CXX --mode=compile
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../src
-I/usr/include/libxml++-2.6 -I/usr/include/libxml2
-I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include
-I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DNDEBUG -O2
-march=i686 -pipe -MT midibuffer.lo -MD -MP -MF ".deps/midibuffer.Tpo"
-c -o midibuffer.lo midibuffer.cpp; \
then mv -f ".deps/midibuffer.Tpo" ".deps/midibuffer.Plo"; else
rm -f ".deps/midibuffer.Tpo"; exit 1; fi
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../src
-I/usr/include/libxml++-2.6 -I/usr/include/libxml2
-I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include
-I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DNDEBUG -O2
-march=i686 -pipe -MT midibuffer.lo -MD -MP -MF .deps/midibuffer.Tpo
-c midibuffer.cpp -fPIC -DPIC -o .libs/midibuffer.o
midibuffer.cpp: In member function `unsigned char*
Dino::MIDIBuffer::reserve(double, size_t)':
/usr/include/jack/midiport.h:112: error: too many arguments to
function `jack_midi_data_t* jack_midi_event_reserve(void*,
jack_nframes_t, size_t)'
midibuffer.cpp:58: error: at this point in file
midibuffer.cpp: In member function `int
Dino::MIDIBuffer::write(double, const unsigned char*, size_t)':
/usr/include/jack/midiport.h:131: error: too many arguments to
function `int jack_midi_event_write(void*, jack_nframes_t, const
jack_midi_data_t*, size_t)'
midibuffer.cpp:68: error: at this point in file
make[3]: *** [midibuffer.lo] Error 1
make[3]: Leaving directory
`/var/tmp/portage/media-sound/dino-0.2.2/work/dino-0.2.2/src/libdinoseq'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/media-sound/dino-0.2.2/work/dino-0.2.2/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/var/tmp/portage/media-sound/dino-0.2.2/work/dino-0.2.2/src'
make: *** [all-recursive] Error 1
!!! ERROR: media-sound/dino-0.2.2 failed.
Call stack:
ebuild.sh, line 1615: Called dyn_compile
ebuild.sh, line 972: Called qa_call 'src_compile'
ebuild.sh, line 44: Called src_compile
dino-0.2.2.ebuild, line 30: Called die
!!! (no error message)
!!! If you need support, post the topmost build error, and the call
stack if relevant.
!!! A complete build log is located at
'/var/tmp/portage/media-sound/dino-0.2.2/temp/build.log'.
This ebuild used the following eclasses from overlays:
/usr/portage/local/layman/pro-audio/eclass/jackmidi.eclass
!!! This ebuild is from an overlay: '/usr/portage/local/layman/pro-audio'
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Dino-list] Failed to compile Dino 0.2.2,
Jean-Baptiste Mestelan <=