Author |
Message |
Topic: gtkD with ldc works now |
mwarning
Replies: 2
Views: 8228
|
Forum: gtkD Posted: Tue Jan 04, 2011 4:07 pm Subject: gtkD with ldc works now |
gtkD-1.3.2.zip with current ldc trunk works now:
make -j1 -f GNUmakefile DC=ldc DFLAGS="-g -O -op -inline -d -c -singleobj" |
Topic: OSX help |
mwarning
Replies: 18
Views: 32069
|
Forum: Derelict Posted: Tue May 05, 2009 7:36 am Subject: OSX help |
That did tit. It works now. |
Topic: OSX help |
mwarning
Replies: 18
Views: 32069
|
Forum: Derelict Posted: Mon May 04, 2009 11:26 pm Subject: OSX help |
Thanks!
But there are still some problems:
derelict/sdl/macinit/SDLMain.d(217): Error: can only initialize const member name inside constructor
derelict/sdl/macinit/SDLMain. ... |
Topic: OSX help |
mwarning
Replies: 18
Views: 32069
|
Forum: Derelict Posted: Tue Apr 28, 2009 1:37 pm Subject: OSX help |
Any idea when you will add the deprecated functions?
Being able to run programs on Tiger as well would be great.
There probably is a nice way to distinguish between Tiger and Leopard.
I had a qu ... |
Topic: OSX help |
mwarning
Replies: 18
Views: 32069
|
Forum: Derelict Posted: Sat Apr 25, 2009 9:46 am Subject: OSX help |
Problem solved.
I installed sdl mixer along with the sdl framework
After installing this, it worked. |
Topic: OSX help |
mwarning
Replies: 18
Views: 32069
|
Forum: Derelict Posted: Sat Apr 25, 2009 6:16 am Subject: OSX help |
Your test case works for me.
But it fails when I also try to load SDLMixer .
derelict.util.exception.SharedLibLoadException: Failed to load one or more shared libraries.
../Frameworks/S ... |
Topic: OSX help |
mwarning
Replies: 18
Views: 32069
|
Forum: Derelict Posted: Fri Apr 24, 2009 6:08 pm Subject: OSX help |
Do you have a test case?
It has nothing to do with derelict.
I just updated my derelict to latest trunk and tested this code
I will give it a try. |
Topic: OSX help |
mwarning
Replies: 18
Views: 32069
|
Forum: Derelict Posted: Thu Apr 23, 2009 10:07 pm Subject: OSX help |
I will try to make those folders link to the sdl libs for now.
BTW you said something about circular references, what was that?
The circular references are in the application I try to compile. ... |
Topic: OSX help |
mwarning
Replies: 18
Views: 32069
|
Forum: Derelict Posted: Wed Apr 22, 2009 6:14 am Subject: OSX help |
Hi doob,
thanks for your help!
I tried the Hello World main.d with the long dmd line from above on Leopard
and it worked!
But when I try to load the SDL library
DerelictSDL.load();
... |
Topic: OSX help |
mwarning
Replies: 18
Views: 32069
|
Forum: Derelict Posted: Tue Apr 21, 2009 4:59 pm Subject: OSX help |
When compiling one of my application using derelict on MacOSX Tiger, I get a runtime error:
derelict.util.exception.SharedLibProcLoadException: Failed to load proc objc_registerClassPair from shar ... |
Topic: library search order |
mwarning
Replies: 6
Views: 12646
|
Forum: Derelict Posted: Tue Apr 21, 2009 6:36 am Subject: library search order |
In that case I can't just ship the library files along with the binary
unless I can convince dlopen to look in the local directory first anyway.
Thanks for the help! |
Topic: library search order |
mwarning
Replies: 6
Views: 12646
|
Forum: Derelict Posted: Tue Apr 21, 2009 2:55 am Subject: library search order |
That's a really odd error. Are you doing something like DerelictSDLMixer.load("./libogg.so")? If so, don't Smile
.. maybe.
How can I do it otherwise? |
Topic: library search order |
mwarning
Replies: 6
Views: 12646
|
Forum: Derelict Posted: Mon Apr 20, 2009 5:35 am Subject: library search order |
That seems to work so far.
But I get this error
derelict.util.exception.SharedLibProcLoadException: Failed to load proc Mix_Linked_Version from shared library ./libogg.so
Any idea what libs ... |
Topic: broken error strings |
mwarning
Replies: 8
Views: 11714
|
Forum: Derelict Posted: Mon Apr 20, 2009 5:00 am Subject: broken error strings |
trac is playing games with me.
The latest changeset for root/trunk/DerelictUtil/derelict/util/loader.d tells me that there is an e added in line 40.
But the actual file doesn't have it, weird, nvm. |
Topic: library search order |
mwarning
Replies: 6
Views: 12646
|
Forum: Derelict Posted: Sun Apr 19, 2009 8:39 pm Subject: library search order |
Hi, does someone know in what order folders are searched for libraries?
I have some .so files in the local directory (linux) but they are not used.
I compiled an application in an 32bit environmen ... |
|