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

DMD 2.057

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



Joined: 12 Sep 2011
Posts: 40

PostPosted: Wed Dec 14, 2011 9:50 am    Post subject: DMD 2.057 Reply with quote

HI,

They just deprecated typedef:

Code:
Ausgecheckt, Revision 594.
make -C DerelictAL all PLATFORM=linux
make[1]: Entering directory `/tmp/yaourt-tmp-dav1d/aur-derelict2-svn/src/Derelict2/DerelictAL'
dmd -release -O -inline -lib -I../DerelictUtil derelict/openal/al.d derelict/openal/alfuncs.d derelict/openal/altypes.d    -Hd/tmp/yaourt-tmp-dav1d/aur-derelict2-svn/pkg/usr/include/d2/derelict/openal -oflibDerelictAL.a
cp -f *.a /tmp/yaourt-tmp-dav1d/aur-derelict2-svn/pkg/usr/lib
rm -f *.a
make[1]: Leaving directory `/tmp/yaourt-tmp-dav1d/aur-derelict2-svn/src/Derelict2/DerelictAL'
make -C DerelictAllegro all PLATFORM=linux
make[1]: Entering directory `/tmp/yaourt-tmp-dav1d/aur-derelict2-svn/src/Derelict2/DerelictAllegro'
dmd -release -O -inline -lib -I../DerelictUtil derelict/allegro/allegro.d derelict/allegro/allegrofuncs.d derelict/allegro/allegrotypes.d    -Hd/tmp/yaourt-tmp-dav1d/aur-derelict2-svn/pkg/usr/include/d2/derelict/allegro -oflibDerelictAllegro.a
dmd -release -O -inline -lib -I../DerelictUtil derelict/allegro/image.d     -Hd/tmp/yaourt-tmp-dav1d/aur-derelict2-svn/pkg/usr/include/d2/derelict/allegro -oflibDerelictAllegroImage.a
dmd -release -O -inline -lib -I../DerelictUtil derelict/allegro/font.d -Hd/tmp/yaourt-tmp-dav1d/aur-derelict2-svn/pkg/usr/include/d2/derelict/allegro -oflibDerelictAllegroFont.a
dmd -release -O -inline -lib -I../DerelictUtil derelict/allegro/audio.d -Hd/tmp/yaourt-tmp-dav1d/aur-derelict2-svn/pkg/usr/include/d2/derelict/allegro -oflibDerelictAllegroAudio.a
dmd -release -O -inline -lib -I../DerelictUtil derelict/allegro/acodec.d -Hd/tmp/yaourt-tmp-dav1d/aur-derelict2-svn/pkg/usr/include/d2/derelict/allegro -oflibDerelictAllegroACodec.a
cp -f *.a /tmp/yaourt-tmp-dav1d/aur-derelict2-svn/pkg/usr/lib
rm -f *.a
make[1]: Leaving directory `/tmp/yaourt-tmp-dav1d/aur-derelict2-svn/src/Derelict2/DerelictAllegro'
make -C DerelictFMOD all PLATFORM=linux
make[1]: Entering directory `/tmp/yaourt-tmp-dav1d/aur-derelict2-svn/src/Derelict2/DerelictFMOD'
dmd -release -O -inline -lib -I../DerelictUtil derelict/fmod/fmodex.d derelict/fmod/fmodexfuncs.d derelict/fmod/fmodextypes.d    -Hd/tmp/yaourt-tmp-dav1d/aur-derelict2-svn/pkg/usr/include/d2/derelict/fmod -oflibDerelictFMODEX.a
cp -f *.a /tmp/yaourt-tmp-dav1d/aur-derelict2-svn/pkg/usr/lib
rm -f *.a
make[1]: Leaving directory `/tmp/yaourt-tmp-dav1d/aur-derelict2-svn/src/Derelict2/DerelictFMOD'
make -C DerelictFT all PLATFORM=linux
make[1]: Entering directory `/tmp/yaourt-tmp-dav1d/aur-derelict2-svn/src/Derelict2/DerelictFT'
dmd -release -O -inline -lib -I../DerelictUtil derelict/freetype/ft.d derelict/freetype/ftfuncs.d derelict/freetype/fttypes.d -Hd/tmp/yaourt-tmp-dav1d/aur-derelict2-svn/pkg/usr/include/d2/derelict/freetype -oflibDerelictFT.a
cp -f *.a /tmp/yaourt-tmp-dav1d/aur-derelict2-svn/pkg/usr/lib
rm -f *.a
make[1]: Leaving directory `/tmp/yaourt-tmp-dav1d/aur-derelict2-svn/src/Derelict2/DerelictFT'
make -C DerelictGL all PLATFORM=linux
make[1]: Entering directory `/tmp/yaourt-tmp-dav1d/aur-derelict2-svn/src/Derelict2/DerelictGL'
dmd -release -O -inline -lib -I../DerelictUtil  derelict/opengl/cgl.d derelict/opengl/extfuncs.d derelict/opengl/extloader.d derelict/opengl/exttypes.d derelict/opengl/gl.d derelict/opengl/glext.d derelict/opengl/glfuncs.d derelict/opengl/gltypes.d derelict/opengl/glx.d derelict/opengl/wgl.d  -Hd/tmp/yaourt-tmp-dav1d/aur-derelict2-svn/pkg/usr/include/d2/derelict/opengl -oflibDerelictGL.a
derelict/opengl/cgl.d(69): use of typedef is deprecated; use alias instead
derelict/opengl/cgl.d(69): use of typedef is deprecated; use alias instead
derelict/opengl/cgl.d(70): use of typedef is deprecated; use alias instead
derelict/opengl/cgl.d(70): use of typedef is deprecated; use alias instead
derelict/opengl/cgl.d(71): use of typedef is deprecated; use alias instead
derelict/opengl/cgl.d(71): use of typedef is deprecated; use alias instead
derelict/opengl/cgl.d(72): use of typedef is deprecated; use alias instead
derelict/opengl/cgl.d(72): use of typedef is deprecated; use alias instead
derelict/opengl/glx.d(59): use of typedef is deprecated; use alias instead
derelict/opengl/glx.d(59): use of typedef is deprecated; use alias instead
derelict/opengl/glx.d(60): use of typedef is deprecated; use alias instead
derelict/opengl/glx.d(60): use of typedef is deprecated; use alias instead
derelict/opengl/glx.d(61): use of typedef is deprecated; use alias instead
derelict/opengl/glx.d(61): use of typedef is deprecated; use alias instead
derelict/opengl/glx.d(62): use of typedef is deprecated; use alias instead
derelict/opengl/glx.d(62): use of typedef is deprecated; use alias instead
derelict/opengl/glx.d(63): use of typedef is deprecated; use alias instead
derelict/opengl/glx.d(63): use of typedef is deprecated; use alias instead
derelict/opengl/glx.d(64): use of typedef is deprecated; use alias instead
derelict/opengl/glx.d(64): use of typedef is deprecated; use alias instead
derelict/opengl/glx.d(66): use of typedef is deprecated; use alias instead
make[1]: *** [dmd_build_gl] Fehler 1
make[1]: Leaving directory `/tmp/yaourt-tmp-dav1d/aur-derelict2-svn/src/Derelict2/DerelictGL'
make: *** [DerelictGL_ALL] Fehler 2
 
Back to top
View user's profile Send private message
mutable



Joined: 22 Jun 2010
Posts: 87

PostPosted: Wed Dec 14, 2011 5:06 pm    Post subject: Reply with quote

I have a error also:
I must comment out this code in sdltypes.di (line 10)
Code:
import std.intrinsic;
otherwise an exception will throw.
Back to top
View user's profile Send private message
aldacron



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

PostPosted: Thu Dec 15, 2011 12:22 am    Post subject: Re: DMD 2.057 Reply with quote

dav1d wrote:
HI,

They just deprecated typedef:



Yeah, there shouldn't have been any typedefs left at all. Anyway, I caught and fixed the glx stuff last night. I'll get the cgl bit when I get home tonight.
_________________
The One With D | The One With Aldacron | D Bits
Back to top
View user's profile Send private message Send e-mail
aldacron



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

PostPosted: Thu Dec 15, 2011 12:24 am    Post subject: Reply with quote

mutable wrote:
I have a error also:
I must comment out this code in sdltypes.di (line 10)
Code:
import std.intrinsic;
otherwise an exception will throw.


I'll look into it when I get home tonight. I assume this is also DMD 2.057.
_________________
The One With D | The One With Aldacron | D Bits
Back to top
View user's profile Send private message Send e-mail
mutable



Joined: 22 Jun 2010
Posts: 87

PostPosted: Thu Dec 15, 2011 3:12 am    Post subject: Reply with quote

Yes.
Back to top
View user's profile Send private message
aldacron



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

PostPosted: Thu Dec 15, 2011 7:35 am    Post subject: Re: DMD 2.057 Reply with quote

aldacron wrote:

Yeah, there shouldn't have been any typedefs left at all. Anyway, I caught and fixed the glx stuff last night. I'll get the cgl bit when I get home tonight.


Meh. It was derelict.util.xtypes I fixed last night. Anyway, these fixes are in.
_________________
The One With D | The One With Aldacron | D Bits
Back to top
View user's profile Send private message Send e-mail
aldacron



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

PostPosted: Thu Dec 15, 2011 8:02 am    Post subject: Reply with quote

mutable wrote:
I have a error also:
I must comment out this code in sdltypes.di (line 10)
Code:
import std.intrinsic;
otherwise an exception will throw.


This is now fixed in svn, along with all of the typedef stuff.

Please do me a favor. The next time you have a new issue, please create a new thread for it rather than posting in another, existing thread for a *different* issue. Thanks!
_________________
The One With D | The One With Aldacron | D Bits
Back to top
View user's profile Send private message Send e-mail
mutable



Joined: 22 Jun 2010
Posts: 87

PostPosted: Thu Dec 15, 2011 8:37 am    Post subject: Reply with quote

The Topic is DMD 2.057 and not "in DMD 2.057 typedefs are deprecated, please fix it in derelict", so my post is in the suitable thread, because the problem is still DMD 2.057 Wink
But next time i will create an own Thread Wink
Back to top
View user's profile Send private message
dav1d



Joined: 12 Sep 2011
Posts: 40

PostPosted: Thu Dec 15, 2011 4:12 pm    Post subject: Reply with quote

Hehe, and I will name it correctly.
Thanks for the fixes Smile
Back to top
View user's profile Send private message
mutable



Joined: 22 Jun 2010
Posts: 87

PostPosted: Thu Dec 15, 2011 4:49 pm    Post subject: Reply with quote

dav1d wrote:
Hehe, and I will name it correctly.
Thanks for the fixes Smile

Are you the same as in the Softchecker forum?
Back to top
View user's profile Send private message
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