You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
|
Feb
(17) |
Mar
(5) |
Apr
(2) |
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
(1) |
Dec
(11) |
2007 |
Jan
(2) |
Feb
(2) |
Mar
(1) |
Apr
|
May
(7) |
Jun
(3) |
Jul
(5) |
Aug
(21) |
Sep
(7) |
Oct
(4) |
Nov
|
Dec
|
2008 |
Jan
|
Feb
(5) |
Mar
(4) |
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
(6) |
Dec
(3) |
2009 |
Jan
(3) |
Feb
(2) |
Mar
|
Apr
(3) |
May
(1) |
Jun
(8) |
Jul
(8) |
Aug
(19) |
Sep
(23) |
Oct
(20) |
Nov
(5) |
Dec
(9) |
2010 |
Jan
(16) |
Feb
(20) |
Mar
(5) |
Apr
(1) |
May
(2) |
Jun
(10) |
Jul
(5) |
Aug
(3) |
Sep
(1) |
Oct
(2) |
Nov
(8) |
Dec
(2) |
2011 |
Jan
(7) |
Feb
(1) |
Mar
(3) |
Apr
(4) |
May
(4) |
Jun
|
Jul
|
Aug
(15) |
Sep
(5) |
Oct
(4) |
Nov
(6) |
Dec
(2) |
2012 |
Jan
(4) |
Feb
(7) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(5) |
Sep
(2) |
Oct
|
Nov
(3) |
Dec
|
2013 |
Jan
(1) |
Feb
|
Mar
(2) |
Apr
(5) |
May
(1) |
Jun
(6) |
Jul
|
Aug
(6) |
Sep
(5) |
Oct
(4) |
Nov
(4) |
Dec
(5) |
2014 |
Jan
(2) |
Feb
|
Mar
(1) |
Apr
|
May
(1) |
Jun
(2) |
Jul
(1) |
Aug
(1) |
Sep
(6) |
Oct
(5) |
Nov
(22) |
Dec
(5) |
2015 |
Jan
(5) |
Feb
(5) |
Mar
(1) |
Apr
(2) |
May
(5) |
Jun
(6) |
Jul
(5) |
Aug
|
Sep
(5) |
Oct
(2) |
Nov
(5) |
Dec
(1) |
2016 |
Jan
(1) |
Feb
(2) |
Mar
(6) |
Apr
(4) |
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
(2) |
Feb
(4) |
Mar
(1) |
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(1) |
Nov
(1) |
Dec
|
2018 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(1) |
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(1) |
Aug
(1) |
Sep
|
Oct
(2) |
Nov
|
Dec
|
2021 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2022 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2024 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
(2) |
10
(1) |
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
31
(2) |
|
From: Henri H. <he...@or...> - 2006-03-31 16:25:44
|
Hi Marin, It looks like those undefined symbols are from liborkbase.so. In your link statement, it looks for /usr/local/lib/liborkbase.so I would not be surprised if liborkbase.so was in /usr/lib instead. Is this the case ? Henri -----Original Message----- From: ore...@li... [mailto:ore...@li...] On Behalf Of Martin Gysi Sent: 31 March 2006 05:01 To: Henri Herscher Cc: ore...@li... Subject: [Oreka-devel] Compilation on FreeBSD Hi Henri After a long while, I finally have some time to try out oreka 0.5 -- on FreeBSD, of course. orkbase compiles with the following instructions (assuming a bash shell): export CPPFLAGS="-I /usr/local/include/" libtoolize --force aclocal automake -a gmake -f Makefile.cvs ./configure gmake gmake install orkaudio needs this, export CPPFLAGS="-I /usr/local/include/" export LDFLAGS="-L/usr/local/lib/" libtoolize --force aclocal automake -a gmake -f Makefile.cvs ./configure gmake but linking fails with these errors below. Is there a file missing in the tarball, or am I missing something myself? Cheers, Martin gmake[2]: Entering directory `/usr/home/mgysi/temp/oreka-0.5/orkaudio' if g++ -DHAVE_CONFIG_H -I. -I. -I. -I. -I../orkbasecxx -D_REENTRANT -I /usr/local/include/ -g -O2 -MT OrkAudio.o -MD -MP -MF ".deps/OrkAudio.Tpo" -c -o OrkAudio.o OrkAudio.cpp; \ then mv -f ".deps/OrkAudio.Tpo" ".deps/OrkAudio.Po"; else rm -f ".deps/OrkAudio.Tpo"; exit 1; fi /usr/local/bin/bash ./libtool --tag=CXX --mode=link g++ -g -O2 -L/usr/local/lib -L/usr/lib/ -o orkaudio -lsndfile -lACE -lxerces-c -llog4cxx -lorkbase OrkAudio.o AudioTape.o BatchProcessing.o CapturePluginProxy.o CapturePort.o Config.o ConfigManager.o Daemon.o ImmediateProcessing.o LogManager.o MultiThreadedServer.o Reporting.o ./messages/libmessages.la ./audiofile/libaudiofile.la g++ -g -O2 -o orkaudio OrkAudio.o AudioTape.o BatchProcessing.o CapturePluginProxy.o CapturePort.o Config.o ConfigManager.o Daemon.o ImmediateProcessing.o LogManager.o MultiThreadedServer.o Reporting.o -L/usr/local/lib -L/usr/lib/ /usr/local/lib/libsndfile.so /usr/local/lib/libFLAC.so -lACE -lxerces-c /usr/local/lib/liblog4cxx.so /usr/local/lib/libxml2.so -lz /usr/local/lib/libiconv.so -lm -pthread ./messages/.libs/libmessages.a -L/usr/home/mgysi/temp/oreka-0.5/orkbasecxx /usr/local//lib/liborkbase.so ./audiofile/.libs/libaudiofile.a -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local//lib -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local//lib /usr/local/lib/libACE.so: warning: warning: mktemp() possibly used unsafely; consider using mkstemp() OrkAudio.o(.text+0xee8): In function `MainThread()': /home/mgysi/temp/oreka-0.5/orkaudio/OrkAudio.cpp:139: undefined reference to `vtable for AlawToPcmFilter' OrkAudio.o(.text+0xf41):/home/mgysi/temp/oreka-0.5/orkaudio/OrkAudio.cpp:140 : undefined reference to `FilterRegistry::instance()' OrkAudio.o(.text+0xf49):/home/mgysi/temp/oreka-0.5/orkaudio/OrkAudio.cpp:140 : undefined reference to `FilterRegistry::RegisterFilter(boost::shared_ptr<Filter>&)' OrkAudio.o(.text+0xf62):/home/mgysi/temp/oreka-0.5/orkaudio/OrkAudio.cpp:141 : undefined reference to `vtable for UlawToPcmFilter' OrkAudio.o(.text+0x1002):/home/mgysi/temp/oreka-0.5/orkaudio/OrkAudio.cpp:14 2: undefined reference to `FilterRegistry::instance()' OrkAudio.o(.text+0x100a):/home/mgysi/temp/oreka-0.5/orkaudio/OrkAudio.cpp:14 2: undefined reference to `FilterRegistry::RegisterFilter(boost::shared_ptr<Filter>&)' OrkAudio.o(.text+0x179e): In function `MainThread()': /usr/local/include/boost/checked_delete.hpp:34: undefined reference to `vtable for AlawToPcmFilter' OrkAudio.o(.text+0x18e8):/usr/local/include/boost/checked_delete.hpp:34: undefined reference to `vtable for UlawToPcmFilter' OrkAudio.o(.gnu.linkonce.t._ZN5boost6detail17sp_counted_impl_pI15UlawToPcmFi lterE7disposeEv+0x17): In function `boost::detail::sp_counted_impl_p<UlawToPcmFilter>::dispose()': ../orkbasecxx/StdString.h:1274: undefined reference to `vtable for UlawToPcmFilter' OrkAudio.o(.gnu.linkonce.t._ZN5boost6detail17sp_counted_impl_pI15AlawToPcmFi lterE7disposeEv+0x17): In function `boost::detail::sp_counted_impl_p<AlawToPcmFilter>::dispose()': ../orkbasecxx/StdString.h:1274: undefined reference to `vtable for AlawToPcmFilter' AudioTape.o(.text+0x17e5): In function `AudioTape::Write()': /usr/local/include/boost/shared_ptr.hpp:252: undefined reference to `AudioChunk::GetEncoding()' AudioTape.o(.text+0x1968):/usr/local/include/boost/shared_ptr.hpp:252: undefined reference to `AudioChunk::GetSampleRate()' BatchProcessing.o(.text+0x580): In function `BatchProcessing::ThreadHandler(void*)': /usr/local/include/boost/shared_ptr.hpp:252: undefined reference to `AudioChunk::GetDetails()' BatchProcessing.o(.text+0x5dc):/usr/local/include/boost/shared_ptr.hpp:146: undefined reference to `FilterRegistry::instance()' BatchProcessing.o(.text+0x5eb): In function `BatchProcessing::ThreadHandler(void*)': /usr/local/include/ace/OS_NS_Thread.inl:3112: undefined reference to `FilterRegistry::GetNewFilter(CStdStr<char>&)' BatchProcessing.o(.text+0x679): In function `BatchProcessing::ThreadHandler(void*)': /usr/include/c++/3.4/bits/stl_deque.h:130: undefined reference to `FilterRegistry::instance()' BatchProcessing.o(.text+0x688):/usr/include/c++/3.4/bits/stl_deque.h:130: undefined reference to `FilterRegistry::GetNewFilter(int)' BatchProcessing.o(.text+0x708):/usr/include/c++/3.4/bits/stl_deque.h:144: undefined reference to `FilterRegistry::instance()' BatchProcessing.o(.text+0x717):/usr/include/c++/3.4/bits/stl_deque.h:230: undefined reference to `FilterRegistry::GetNewFilter(int)' BatchProcessing.o(.text+0x1494): In function `BatchProcessing::ThreadHandler(void*)': /usr/local/include/boost/shared_ptr.hpp:252: undefined reference to `AudioChunk::GetDetails()' CapturePort.o(.text+0x15cd): In function `CapturePort::AddAudioChunk(boost::shared_ptr<AudioChunk>)': /usr/local/include/boost/shared_ptr.hpp:252: undefined reference to `AudioChunk::GetEncoding()' ./messages/.libs/libmessages.a(TapeMsg.o)(.text+0x1ac): In function `TapeMsg::Define(Serializer*)': /usr/home/mgysi/temp/oreka-0.5/orkaudio/messages/TapeMsg.cpp:29: undefined reference to `Message::DefineMessage(Serializer*)' ./audiofile/.libs/libaudiofile.a(MediaChunkFile.o)(.text+0x5bd): In function `MediaChunkFile::WriteChunk(boost::shared_ptr<AudioChunk>)': /usr/local/include/boost/shared_ptr.hpp:252: undefined reference to `AudioChunk::GetDetails()' ./audiofile/.libs/libaudiofile.a(MediaChunkFile.o) (.text+0x5f0):/usr/local/include/boost/shared_ptr.hpp:252: undefined reference to `AudioChunk::GetDetails()' ./audiofile/.libs/libaudiofile.a(MediaChunkFile.o) (.text+0x624):/usr/local/include/boost/shared_ptr.hpp:252: undefined reference to `AudioChunk::GetNumBytes()' ./audiofile/.libs/libaudiofile.a(MediaChunkFile.o) (.text+0x64e):/usr/local/include/boost/shared_ptr.hpp:252: undefined reference to `AudioChunk::GetNumBytes()' ./audiofile/.libs/libaudiofile.a(MediaChunkFile.o)(.text+0xd61): In function `MediaChunkFile::ReadChunkMono(boost::shared_ptr<AudioChunk>&)': /usr/home/mgysi/temp/oreka-0.5/orkaudio/audiofile/MediaChunkFile.cpp:92: undefined reference to `AudioChunkDetails::AudioChunkDetails()' ./audiofile/.libs/libaudiofile.a(MediaChunkFile.o)(.text+0x1112): In function `MediaChunkFile::ReadChunkMono(boost::shared_ptr<AudioChunk>&)': /usr/local/include/boost/shared_ptr.hpp:252: undefined reference to `AudioChunk::SetBuffer(void*, unsigned int, AudioChunkDetails&)' ./audiofile/.libs/libaudiofile.a(LibSndFileFile.o)(.text+0x8df): In function `LibSndFileFile::ReadChunkMono(boost::shared_ptr<AudioChunk>&)': /usr/home/mgysi/temp/oreka-0.5/orkaudio/audiofile/LibSndFileFile.cpp:114: undefined reference to `AudioChunkDetails::AudioChunkDetails()' ./audiofile/.libs/libaudiofile.a(LibSndFileFile.o)(.text+0x90d): In function `LibSndFileFile::ReadChunkMono(boost::shared_ptr<AudioChunk>&)': /usr/local/include/boost/shared_ptr.hpp:252: undefined reference to `AudioChunk::SetBuffer(void*, unsigned int, AudioChunkDetails&)' ./audiofile/.libs/libaudiofile.a(LibSndFileFile.o)(.text+0xaab): In function `LibSndFileFile::WriteChunk(boost::shared_ptr<AudioChunk>)': /usr/local/include/boost/shared_ptr.hpp:252: undefined reference to `AudioChunk::GetDetails()' ./audiofile/.libs/libaudiofile.a(LibSndFileFile.o) (.text+0xad5):/usr/local/include/boost/shared_ptr.hpp:252: undefined reference to `AudioChunk::GetEncoding()' ./audiofile/.libs/libaudiofile.a(LibSndFileFile.o) (.text+0xaf4):/usr/local/include/boost/shared_ptr.hpp:252: undefined reference to `AudioChunk::GetEncoding()' ./audiofile/.libs/libaudiofile.a(LibSndFileFile.o) (.text+0xb13):/usr/local/include/boost/shared_ptr.hpp:252: undefined reference to `AudioChunk::GetEncoding()' gmake[2]: *** [orkaudio] Error 1 gmake[2]: Leaving directory `/usr/home/mgysi/temp/oreka-0.5/orkaudio' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/home/mgysi/temp/oreka-0.5/orkaudio' gmake: *** [all] Error 2 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Oreka-devel mailing list Ore...@li... https://lists.sourceforge.net/lists/listinfo/oreka-devel |
From: Martin G. <ma...@gy...> - 2006-03-31 10:01:52
|
Hi Henri After a long while, I finally have some time to try out oreka 0.5 -- on FreeBSD, of course. orkbase compiles with the following instructions (assuming a bash shell): export CPPFLAGS="-I /usr/local/include/" libtoolize --force aclocal automake -a gmake -f Makefile.cvs ./configure gmake gmake install orkaudio needs this, export CPPFLAGS="-I /usr/local/include/" export LDFLAGS="-L/usr/local/lib/" libtoolize --force aclocal automake -a gmake -f Makefile.cvs ./configure gmake but linking fails with these errors below. Is there a file missing in the tarball, or am I missing something myself? Cheers, Martin gmake[2]: Entering directory `/usr/home/mgysi/temp/oreka-0.5/orkaudio' if g++ -DHAVE_CONFIG_H -I. -I. -I. -I. -I../orkbasecxx -D_REENTRANT -I /usr/local/include/ -g -O2 -MT OrkAudio.o -MD -MP -MF ".deps/OrkAudio.Tpo" -c -o OrkAudio.o OrkAudio.cpp; \ then mv -f ".deps/OrkAudio.Tpo" ".deps/OrkAudio.Po"; else rm -f ".deps/OrkAudio.Tpo"; exit 1; fi /usr/local/bin/bash ./libtool --tag=CXX --mode=link g++ -g -O2 -L/usr/local/lib -L/usr/lib/ -o orkaudio -lsndfile -lACE -lxerces-c -llog4cxx -lorkbase OrkAudio.o AudioTape.o BatchProcessing.o CapturePluginProxy.o CapturePort.o Config.o ConfigManager.o Daemon.o ImmediateProcessing.o LogManager.o MultiThreadedServer.o Reporting.o ./messages/libmessages.la ./audiofile/libaudiofile.la g++ -g -O2 -o orkaudio OrkAudio.o AudioTape.o BatchProcessing.o CapturePluginProxy.o CapturePort.o Config.o ConfigManager.o Daemon.o ImmediateProcessing.o LogManager.o MultiThreadedServer.o Reporting.o -L/usr/local/lib -L/usr/lib/ /usr/local/lib/libsndfile.so /usr/local/lib/libFLAC.so -lACE -lxerces-c /usr/local/lib/liblog4cxx.so /usr/local/lib/libxml2.so -lz /usr/local/lib/libiconv.so -lm -pthread ./messages/.libs/libmessages.a -L/usr/home/mgysi/temp/oreka-0.5/orkbasecxx /usr/local//lib/liborkbase.so ./audiofile/.libs/libaudiofile.a -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local//lib -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local//lib /usr/local/lib/libACE.so: warning: warning: mktemp() possibly used unsafely; consider using mkstemp() OrkAudio.o(.text+0xee8): In function `MainThread()': /home/mgysi/temp/oreka-0.5/orkaudio/OrkAudio.cpp:139: undefined reference to `vtable for AlawToPcmFilter' OrkAudio.o(.text+0xf41):/home/mgysi/temp/oreka-0.5/orkaudio/OrkAudio.cpp:140: undefined reference to `FilterRegistry::instance()' OrkAudio.o(.text+0xf49):/home/mgysi/temp/oreka-0.5/orkaudio/OrkAudio.cpp:140: undefined reference to `FilterRegistry::RegisterFilter(boost::shared_ptr<Filter>&)' OrkAudio.o(.text+0xf62):/home/mgysi/temp/oreka-0.5/orkaudio/OrkAudio.cpp:141: undefined reference to `vtable for UlawToPcmFilter' OrkAudio.o(.text+0x1002):/home/mgysi/temp/oreka-0.5/orkaudio/OrkAudio.cpp:142: undefined reference to `FilterRegistry::instance()' OrkAudio.o(.text+0x100a):/home/mgysi/temp/oreka-0.5/orkaudio/OrkAudio.cpp:142: undefined reference to `FilterRegistry::RegisterFilter(boost::shared_ptr<Filter>&)' OrkAudio.o(.text+0x179e): In function `MainThread()': /usr/local/include/boost/checked_delete.hpp:34: undefined reference to `vtable for AlawToPcmFilter' OrkAudio.o(.text+0x18e8):/usr/local/include/boost/checked_delete.hpp:34: undefined reference to `vtable for UlawToPcmFilter' OrkAudio.o(.gnu.linkonce.t._ZN5boost6detail17sp_counted_impl_pI15UlawToPcmFilterE7disposeEv+0x17): In function `boost::detail::sp_counted_impl_p<UlawToPcmFilter>::dispose()': ../orkbasecxx/StdString.h:1274: undefined reference to `vtable for UlawToPcmFilter' OrkAudio.o(.gnu.linkonce.t._ZN5boost6detail17sp_counted_impl_pI15AlawToPcmFilterE7disposeEv+0x17): In function `boost::detail::sp_counted_impl_p<AlawToPcmFilter>::dispose()': ../orkbasecxx/StdString.h:1274: undefined reference to `vtable for AlawToPcmFilter' AudioTape.o(.text+0x17e5): In function `AudioTape::Write()': /usr/local/include/boost/shared_ptr.hpp:252: undefined reference to `AudioChunk::GetEncoding()' AudioTape.o(.text+0x1968):/usr/local/include/boost/shared_ptr.hpp:252: undefined reference to `AudioChunk::GetSampleRate()' BatchProcessing.o(.text+0x580): In function `BatchProcessing::ThreadHandler(void*)': /usr/local/include/boost/shared_ptr.hpp:252: undefined reference to `AudioChunk::GetDetails()' BatchProcessing.o(.text+0x5dc):/usr/local/include/boost/shared_ptr.hpp:146: undefined reference to `FilterRegistry::instance()' BatchProcessing.o(.text+0x5eb): In function `BatchProcessing::ThreadHandler(void*)': /usr/local/include/ace/OS_NS_Thread.inl:3112: undefined reference to `FilterRegistry::GetNewFilter(CStdStr<char>&)' BatchProcessing.o(.text+0x679): In function `BatchProcessing::ThreadHandler(void*)': /usr/include/c++/3.4/bits/stl_deque.h:130: undefined reference to `FilterRegistry::instance()' BatchProcessing.o(.text+0x688):/usr/include/c++/3.4/bits/stl_deque.h:130: undefined reference to `FilterRegistry::GetNewFilter(int)' BatchProcessing.o(.text+0x708):/usr/include/c++/3.4/bits/stl_deque.h:144: undefined reference to `FilterRegistry::instance()' BatchProcessing.o(.text+0x717):/usr/include/c++/3.4/bits/stl_deque.h:230: undefined reference to `FilterRegistry::GetNewFilter(int)' BatchProcessing.o(.text+0x1494): In function `BatchProcessing::ThreadHandler(void*)': /usr/local/include/boost/shared_ptr.hpp:252: undefined reference to `AudioChunk::GetDetails()' CapturePort.o(.text+0x15cd): In function `CapturePort::AddAudioChunk(boost::shared_ptr<AudioChunk>)': /usr/local/include/boost/shared_ptr.hpp:252: undefined reference to `AudioChunk::GetEncoding()' ./messages/.libs/libmessages.a(TapeMsg.o)(.text+0x1ac): In function `TapeMsg::Define(Serializer*)': /usr/home/mgysi/temp/oreka-0.5/orkaudio/messages/TapeMsg.cpp:29: undefined reference to `Message::DefineMessage(Serializer*)' ./audiofile/.libs/libaudiofile.a(MediaChunkFile.o)(.text+0x5bd): In function `MediaChunkFile::WriteChunk(boost::shared_ptr<AudioChunk>)': /usr/local/include/boost/shared_ptr.hpp:252: undefined reference to `AudioChunk::GetDetails()' ./audiofile/.libs/libaudiofile.a(MediaChunkFile.o) (.text+0x5f0):/usr/local/include/boost/shared_ptr.hpp:252: undefined reference to `AudioChunk::GetDetails()' ./audiofile/.libs/libaudiofile.a(MediaChunkFile.o) (.text+0x624):/usr/local/include/boost/shared_ptr.hpp:252: undefined reference to `AudioChunk::GetNumBytes()' ./audiofile/.libs/libaudiofile.a(MediaChunkFile.o) (.text+0x64e):/usr/local/include/boost/shared_ptr.hpp:252: undefined reference to `AudioChunk::GetNumBytes()' ./audiofile/.libs/libaudiofile.a(MediaChunkFile.o)(.text+0xd61): In function `MediaChunkFile::ReadChunkMono(boost::shared_ptr<AudioChunk>&)': /usr/home/mgysi/temp/oreka-0.5/orkaudio/audiofile/MediaChunkFile.cpp:92: undefined reference to `AudioChunkDetails::AudioChunkDetails()' ./audiofile/.libs/libaudiofile.a(MediaChunkFile.o)(.text+0x1112): In function `MediaChunkFile::ReadChunkMono(boost::shared_ptr<AudioChunk>&)': /usr/local/include/boost/shared_ptr.hpp:252: undefined reference to `AudioChunk::SetBuffer(void*, unsigned int, AudioChunkDetails&)' ./audiofile/.libs/libaudiofile.a(LibSndFileFile.o)(.text+0x8df): In function `LibSndFileFile::ReadChunkMono(boost::shared_ptr<AudioChunk>&)': /usr/home/mgysi/temp/oreka-0.5/orkaudio/audiofile/LibSndFileFile.cpp:114: undefined reference to `AudioChunkDetails::AudioChunkDetails()' ./audiofile/.libs/libaudiofile.a(LibSndFileFile.o)(.text+0x90d): In function `LibSndFileFile::ReadChunkMono(boost::shared_ptr<AudioChunk>&)': /usr/local/include/boost/shared_ptr.hpp:252: undefined reference to `AudioChunk::SetBuffer(void*, unsigned int, AudioChunkDetails&)' ./audiofile/.libs/libaudiofile.a(LibSndFileFile.o)(.text+0xaab): In function `LibSndFileFile::WriteChunk(boost::shared_ptr<AudioChunk>)': /usr/local/include/boost/shared_ptr.hpp:252: undefined reference to `AudioChunk::GetDetails()' ./audiofile/.libs/libaudiofile.a(LibSndFileFile.o) (.text+0xad5):/usr/local/include/boost/shared_ptr.hpp:252: undefined reference to `AudioChunk::GetEncoding()' ./audiofile/.libs/libaudiofile.a(LibSndFileFile.o) (.text+0xaf4):/usr/local/include/boost/shared_ptr.hpp:252: undefined reference to `AudioChunk::GetEncoding()' ./audiofile/.libs/libaudiofile.a(LibSndFileFile.o) (.text+0xb13):/usr/local/include/boost/shared_ptr.hpp:252: undefined reference to `AudioChunk::GetEncoding()' gmake[2]: *** [orkaudio] Error 1 gmake[2]: Leaving directory `/usr/home/mgysi/temp/oreka-0.5/orkaudio' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/home/mgysi/temp/oreka-0.5/orkaudio' gmake: *** [all] Error 2 |
From: Henri H. <he...@or...> - 2006-03-10 16:09:44
|
Hemant, I think there are two problems: * You need the *debug* versions of all prerequisite dlls in the orkaudio directory * You need to build the rtpmixer project and the rtpmixer.dll needs to be present in the "plugins" directory within the orkaudio directory (automatic, part of the rtpmixer build process). It seems from the log you have sent that this "plugins" directory is missing (first line of the log). Cheers Henri _____ From: hemant kumar [mailto:hem...@gm...] Sent: 10 March 2006 02:13 To: Henri Herscher Subject: Re: [Oreka-devel] oreka crashing after startup These are the complete log files. Thanks, hemant On 3/10/06, Henri Herscher <he...@or...> wrote: Hi Kumar, You need to copy the log4cxx.dll in your orkaudio directory (as well as all other required dlls). For your second problem, does it manage to write .mcf files in the audio output directory ? Those have nothing to do with libsndfile. Could you post an excerpt of your logfile ? As for the extended codec support, this is part of the commercial version of Oreka that http://www.orecx.com sells. Cheers Henri _____ From: ore...@li... [mailto:ore...@li...] On Behalf Of hemant kumar Sent: 09 March 2006 14:06 To: ore...@li... Subject: [Oreka-devel] oreka crashing after startup Hello List, Problems with source version: I am trying to use oreka after building it. Everything worked fine in the compilation. Now, When I try to execute it just crashes and after debugging a bit i find out it gives me an exception at: rootLog = Logger::getLogger("root"); <-- I am getting exception here topLog = Logger::getLogger("top"); immediateProcessingLog =Logger::getLogger("immediateProcessing"); batchProcessingLog = Logger::getLogger("batchProcessing"); portLog = Logger::getLogger("port"); fileLog = Logger::getLogger("file"); reportingLog = Logger::getLogger("reporting"); configLog = Logger::getLogger("config"); tapelistLog = Logger::getLogger("tapelist"); } However, I have copied the config files config.xml and logging.properties to the same directory of as orekaaudio.exe Problem with the Windows installer version: I tried installing oreka using the windows installer available but it works fine till the time it is supposed to copy the buffer to the wave file. It gives me error that it can't write the file I think may be some problem with the libsnd. Please try to help me out in solving these problem. Also I saw that you have removed the projects for G723.1,G729 and IPP, If it be possible for you to post only the project files and wrapper so that I can take a look at them and try to work around using some g723.1/G729 implementations. Thanks, /hem |
From: Henri H. <he...@or...> - 2006-03-09 22:44:41
|
Hi Kumar, You need to copy the log4cxx.dll in your orkaudio directory (as well as all other required dlls). For your second problem, does it manage to write .mcf files in the audio output directory ? Those have nothing to do with libsndfile. Could you post an excerpt of your logfile ? As for the extended codec support, this is part of the commercial version of Oreka that http://www.orecx.com <BLOCKED::http://www.orecx.com> sells. Cheers Henri _____ From: ore...@li... [mailto:ore...@li...] On Behalf Of hemant kumar Sent: 09 March 2006 14:06 To: ore...@li... Subject: [Oreka-devel] oreka crashing after startup Hello List, Problems with source version: I am trying to use oreka after building it. Everything worked fine in the compilation. Now, When I try to execute it just crashes and after debugging a bit i find out it gives me an exception at: rootLog = Logger::getLogger("root"); <-- I am getting exception here topLog = Logger::getLogger("top"); immediateProcessingLog =Logger::getLogger("immediateProcessing"); batchProcessingLog = Logger::getLogger("batchProcessing"); portLog = Logger::getLogger("port"); fileLog = Logger::getLogger("file"); reportingLog = Logger::getLogger("reporting"); configLog = Logger::getLogger("config"); tapelistLog = Logger::getLogger("tapelist"); } However, I have copied the config files config.xml and logging.properties to the same directory of as orekaaudio.exe Problem with the Windows installer version: I tried installing oreka using the windows installer available but it works fine till the time it is supposed to copy the buffer to the wave file. It gives me error that it can't write the file I think may be some problem with the libsnd. Please try to help me out in solving these problem. Also I saw that you have removed the projects for G723.1,G729 and IPP, If it be possible for you to post only the project files and wrapper so that I can take a look at them and try to work around using some g723.1/G729 implementations. Thanks, /hem |
From: hemant k. <hem...@gm...> - 2006-03-09 19:05:42
|
Hello List, Problems with source version: I am trying to use oreka after building it. Everything worked fine in the compilation. Now, When I try to execute it just crashes and after debugging a bit i find out it gives me an exception at: rootLog =3D Logger::getLogger("root"); <-- I am getting exception he= re topLog =3D Logger::getLogger("top"); immediateProcessingLog =3DLogger::getLogger("immediateProcessing"); batchProcessingLog =3D Logger::getLogger("batchProcessing"); portLog =3D Logger::getLogger("port"); fileLog =3D Logger::getLogger("file"); reportingLog =3D Logger::getLogger("reporting"); configLog =3D Logger::getLogger("config"); tapelistLog =3D Logger::getLogger("tapelist"); } However, I have copied the config files config.xml and logging.properties t= o the same directory of as orekaaudio.exe Problem with the Windows installer version: I tried installing oreka using the windows installer available but it works fine till the time it is supposed to copy the buffer to the wave file. It gives me error that it can't write the file I think may be some problem wit= h the libsnd. Please try to help me out in solving these problem. Also I saw that you hav= e removed the projects for G723.1,G729 and IPP, If it be possible for you to post only the project files and wrapper so that I can take a look at them and try to work around using some g723.1/G729 implementations. Thanks, /hem |