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

Build dwt under linux with wine

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.     Forum Index -> DWT
View previous topic :: View next topic  
Author Message
manni



Joined: 16 Jan 2006
Posts: 25

PostPosted: Sun Mar 12, 2006 7:33 am    Post subject: Build dwt under linux with wine Reply with quote

Hallo,

i have try to build dwt under wine but i get the following error:

hansen@manni-lx:~/.wine/drive_c/Programme/D/dwt/import/dwt$ wine ../../../build_win_2.09.exe @all
custom\styledtext.d(294): identifier expected following '.', not 'scope'
custom\styledtext.d(304): identifier expected following '.', not 'scope'
custom\styledtext.d(532): identifier expected following '.', not 'scope'
custom\styledtext.d(536): identifier expected following '.', not 'scope'
printing\printdialog.d(42): no identifier for declarator int
printing\printdialog.d(42): semicolon expected, not 'scope'
printing\printdialog.d(42): Declaration expected, not 'scope'
printing\printdialog.d(147): expression expected, not 'scope'
printing\printdialog.d(165): found 'scope' when expecting ')'
printing\printdialog.d(165): semicolon expected following function declaration
printing\printdialog.d(165): Declaration expected, not ')'
printing\printdialog.d(270): expression expected, not 'scope'
printing\printdialog.d(338): identifier expected following '.', not 'scope'
printing\printdialog.d(342): identifier expected following '.', not 'scope'
printing\printdialog.d(359): found '=' when expecting '('
printing\printdialog.d(359): valid scope identifiers are exit, failure, or success, not data
printing\printdialog.d(359): found '.' when expecting ')'
printing\printdialog.d(359): found ';' when expecting '('
printing\printdialog.d(360): valid scope identifiers are exit, failure, or success, not startPage
printing\printdialog.d(360): found '=' when expecting ')'
printing\printdialog.d(364): unrecognized declaration
Path not found

My all.brf File:

-DCPATH../../../dmd/bin
-I..
-IC:\Programme\D\dmd\src\phobos\
-release
-clean
-inline
-w
-lib
-full
-allobj
-T..\..\lib\dwt.lib
-version=DRAG_DROP
all.d
[/code]
The full output from build tool is under:
http://www.toppoint.de/~manfred/ausgabe.txt
Maybe someone have an idea.

Manfred
Back to top
View user's profile Send private message
JJR



Joined: 22 Feb 2004
Posts: 1104

PostPosted: Sun Mar 12, 2006 12:36 pm    Post subject: Reply with quote

These errors are the result of the new "scope" keyword which was added to DMD 0.149 (changed from the on_scope_* keywords in 0.148).

There are two ways to fix this. The first way is to go back to using dmd version 0.148. The second is to fix, or wait for somebody to fix, DWT so that it no longer uses the scope keyword in all these instances.

Got to love those fast changing languages. Wink

-JJR
Back to top
View user's profile Send private message
manni



Joined: 16 Jan 2006
Posts: 25

PostPosted: Mon Mar 13, 2006 12:00 pm    Post subject: Reply with quote

Thank you, this was the error.

But now i run in the next error:

Code:

dwt\all.d(48): version OLE_COM defined after use

Crying or Very sad

Manfred
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.     Forum Index -> DWT 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