FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

DerelictAL broken on Mac OS X

 
Post new topic   Reply to topic     Forum Index -> Derelict
View previous topic :: View next topic  
Author Message
revcompgeek



Joined: 24 Nov 2007
Posts: 27

PostPosted: Thu Oct 30, 2008 10:05 pm    Post subject: DerelictAL broken on Mac OS X Reply with quote

When loading DerelictAL, it prints:
Code:
Error: Invalid library name

It looks like there are no library files listed. libopenal.dylib should work, but I downloaded the source for DerelictAL and added it to the mac file list but there is no change in output. Help?
_________________
Mac OS 10.5.8 PowerPC
Back to top
View user's profile Send private message
aldacron



Joined: 05 May 2004
Posts: 1322
Location: Seoul, South Korea

PostPosted: Fri Oct 31, 2008 6:28 am    Post subject: Re: DerelictAL broken on Mac OS X Reply with quote

I'm not a Mac user, so this is a shot in the dark, but try loading something like this instead:

/System/Library/Frameworks/OpenAL.framework/OpenAL

or perhaps:

/System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL

Also, you don't need to modify DerelictAL in order to try different library paths. You can pass them in the load method like so:

Code:

DerelictAL.load("/System/Library/Frameworks/OpenAL.framework/OpenAL");


Please let me know if either or both of those paths work for you and I'll update the trunk.
_________________
The One With D | The One With Aldacron | D Bits
Back to top
View user's profile Send private message Send e-mail
vektorboson



Joined: 14 Sep 2006
Posts: 44

PostPosted: Mon Apr 12, 2010 2:20 pm    Post subject: Reply with quote

Just want to report that this string works under Mac OSX:

Code:

"../Frameworks/OpenAL.framework/OpenAL, /Library/Frameworks/OpenAL.framework/OpenAL, /System/Library/Frameworks/OpenAL.framework/OpenAL"
Back to top
View user's profile Send private message
aldacron



Joined: 05 May 2004
Posts: 1322
Location: Seoul, South Korea

PostPosted: Mon Apr 12, 2010 8:40 pm    Post subject: Reply with quote

Thanks! I've added this to the Derelict2 branch. That puts us one step closer to the finish line.
_________________
The One With D | The One With Aldacron | D Bits
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> Derelict All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group