[Openal] OpenalSoft 1.7.411 & malformed version number on ppc
G5and i386 macbook
Manolache Adrian
prog_ady at yahoo.com
Tue Apr 7 11:43:51 PDT 2009
Yes, i do have a reason for not using openal that comes in coreaudio.
if (typeof YAHOO == "undefined") {
var YAHOO = {};
}
YAHOO.Shortcuts = YAHOO.Shortcuts || {};
YAHOO.Shortcuts.hasSensitiveText = false;
YAHOO.Shortcuts.sensitivityType = [];
YAHOO.Shortcuts.doUlt = false;
YAHOO.Shortcuts.location = "us";
YAHOO.Shortcuts.document_id = 0;
YAHOO.Shortcuts.document_type = "";
YAHOO.Shortcuts.document_title = "alSourceStop freezes trying to lock a mutex";
YAHOO.Shortcuts.document_publish_date = "";
YAHOO.Shortcuts.document_author = "prog_ady at yahoo.com";
YAHOO.Shortcuts.document_url = "";
YAHOO.Shortcuts.document_tags = "";
YAHOO.Shortcuts.document_language = "english";
YAHOO.Shortcuts.annotationSet = {
};
YAHOO.Shortcuts.headerID = "bb5ef7c8185b4beb2a01645c9e58d107";
I'm receiving the following error on a macbook with intel and also on a ppc G5 mac. I'm using the OpenAl library located in /System/Library/Frameworks/OpenAl, the binary is dated september 24, 2007. Here's the stack trace:
#0 0x947474ee in semaphore_wait_signal_trap
#1 0x9474efc5 in pthread_mutex_lock
#2 0x0083d31f in CAMutex::Lock
#3 0x0084048d in OALSource::Stop
#4 0x00830800 in alSourceStop
#5 0x000c09ca in COpenAlSound::Reset at COpenAlSound.cpp:572
#6 0x000a55bb in CPTSound::Reset at CPTSound.cpp:73
#7 0x00022c8a in CBreakout::BallPadCollide at CBreakoutGame.cpp:647
#8 0x0002983b in CBreakout::Update at CBreakoutGame.cpp:1792
#9 0x00096ac9 in CGameEngine::Update at CGameEngine.cpp:634
#10 0x00097821 in CGameEngine::Run at CGameEngine.cpp:506
#11 0x000b95b1 in main at main.cpp:1945
--- On Tue, 4/7/09, Jason Daly <jdaly at ist.ucf.edu> wrote:
From: Jason Daly <jdaly at ist.ucf.edu>
Subject: Re: [Openal] OpenalSoft 1.7.411 & malformed version number on ppc G5and i386 macbook
To: "prog_ady at yahoo.com" <prog_ady at yahoo.com>
Cc: "openal at opensource.creative.com" <openal at opensource.creative.com>
Date: Tuesday, April 7, 2009, 9:04 PM
Manolache Adrian wrote:
ld: malformed version number: 1.7.411
collect2: ld returned 1 exit status
make[2]: *** [libopenal.1.7.411.dylib] Error 1
make[1]: *** [CMakeFiles/openal.dir/all] Error 2
make: *** [all] Error 2
What am i doing wrong?
I think the only thing you're doing wrong is trying to compile OpenAL-Soft under OSX :-)
Even after this error is fixed, so far, there is no audio output backend for OSX, so the only output you could get is a wave file anyway.
There should already be a native OpenAL implementation as part of OSX that uses Core Audio. Is there a reason you're not using that?
--"J"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://opensource.creative.com/pipermail/openal/attachments/20090407/361ec23b/attachment.html
More information about the Openal
mailing list