|
From: Kevin S. - IT D. <kev...@ig...> - 2014-11-03 14:34:19
|
Hi Eduardo,
This was used with orkaudio. Orkbasecxx has compiled and installed with no problems already.
Thank you,
Kevin
From: Eduardo Gomes [mailto:eg....@ho...]
Sent: 03 November 2014 14:32
To: Kevin Seddon - IT Dept.; 'ore...@li...'
Subject: RE: [Oreka-devel] Compiling Orkaudio on Ubuntu 13.10
Kevin,
Did you tried to use the LIBS="-idl" in the orkaudio or Orkbasecxx ?
you have to use in the Orkaudio, but firstly you need to build the orkabasecxx.
Regards,
Eduardo
________________________________
From: kev...@ig...<mailto:kev...@ig...>
To: eg....@ho...<mailto:eg....@ho...>; ore...@li...<mailto:ore...@li...>
Subject: RE: [Oreka-devel] Compiling Orkaudio on Ubuntu 13.10
Date: Mon, 3 Nov 2014 14:10:39 +0000
Hi Eduardo,
Thank you for your prompt reply.
I have just tried running ./configure LIBS="-ldl", and I now have a new error message:
/bin/bash ./libtool --tag=CXX --mode=link g++ -g -O2 -lACE -lxerces-c -llog4cxx -lorkbase -lsndfile -lspeex -o orkaudio OrkAudio.o -ldl
libtool: link: g++ -g -O2 -o orkaudio OrkAudio.o -lACE -lxerces-c -llog4cxx /usr/lib/liborkbase.so -lsndfile -lspeex -ldl
/usr/lib/liborkbase.so: undefined reference to `sf_close'
/usr/lib/liborkbase.so: undefined reference to `sf_write_short'
/usr/lib/liborkbase.so: undefined reference to `sf_format_check'
/usr/lib/liborkbase.so: undefined reference to `sf_read_short'
/usr/lib/liborkbase.so: undefined reference to `sf_write_raw'
/usr/lib/liborkbase.so: undefined reference to `sf_open'
collect2: error: ld returned 1 exit status
make[2]: *** [orkaudio] Error 1
I did try adding -ldl to the LDSFLAGS earlier, and it returned with the same error.
Regards,
Kevin
From: Eduardo Gomes [mailto:eg....@ho...]
Sent: 03 November 2014 14:07
To: Kevin Seddon - IT Dept.; 'ore...@li...'
Subject: RE: [Oreka-devel] Compiling Orkaudio on Ubuntu 13.10
Hello Kevin,
Did you try to replace ./configure to ./configure LIBS="-ldl" ?
Regards,
Eduardo
________________________________
From: kev...@ig...<mailto:kev...@ig...>
To: ore...@li...<mailto:ore...@li...>
Date: Mon, 3 Nov 2014 13:10:22 +0000
Subject: [Oreka-devel] Compiling Orkaudio on Ubuntu 13.10
Good Morning all,
I am trying to compile Oreka direct from the latest revision on Sourceforge - however, I keep getting error messages. I have been able to compile Orkbasecxx with no further issues, and can get to "make" on the Orkaudio section before it fails.
The error message that comes up is as follows:
/bin/bash ./libtool --tag=CXX --mode=link g++ -O0 -g3 -lACE -lxerces-c -llog4cxx -lorkbase -lsndfile -lorkspeex -o orkaudio OrkAudio.o
libtool: link: g++ -O0 -g3 -o orkaudio OrkAudio.o -lACE -lxerces-c -llog4cxx /usr/lib/liborkbase.so -lsndfile -lorkspeex
/usr/bin/ld: cannot find -lorkspeex
collect2: error: ld returned 1 exit status
make[2]: *** [orkaudio] Error 1
Checking through the site, someone has mentioned about remove "ork" from "lorkspeex", which I have tried with the following error:
/bin/bash ./libtool --tag=CXX --mode=link g++ -O0 -g3 -lACE -lxerces-c -llog4cxx -lorkbase -lsndfile -lspeex -o orkaudio OrkAudio.o
libtool: link: g++ -O0 -g3 -o orkaudio OrkAudio.o -lACE -lxerces-c -llog4cxx /usr/lib/liborkbase.so -lsndfile -lspeex
/usr/bin/ld: OrkAudio.o: undefined reference to symbol 'dlerror@@GLIBC_2.2.5'
/lib/x86_64-linux-gnu/libdl.so.2: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [orkaudio] Error 1
Someone else has also told me that the errors are due to the age of the libraries involved (ie GLIBC_2.2.5, compared to the pre-installed version 2.17).
Is anyone able to shed some light on this, and preferable get me past this particular stage of the install?
Thank you,
Kevin
------------------------------------------------------------------------------
_______________________________________________ Oreka-devel mailing list Ore...@li...<mailto:Ore...@li...> https://lists.sourceforge.net/lists/listinfo/oreka-devel
|