Build problems

Lubos Pintes lubos.pintes at gmail.com
Fri Feb 22 01:25:37 PST 2013


There seems to be an -J flag:
-JC:\vcs\dlang\dwt\res
It is however not the folder you mentioned. So does this mean that the 
second -J could be added, or this one changed?
Interestingly I tried the command
dmd @rsp
And it issued errors like cannod read ...\ACC.d. It however seems that 
import path is set in generated rsp...

Dňa 21. 2. 2013 22:30 Jacob Carlborg  wrote / napísal(a):
> On 2013-02-21 19:12, deed wrote:
>> I have downloaded the zip files, but have not run the git command. (No
>> git on this machine, which is win 7, 64)
>>
>> $ rdmd build base swt
>> (in ...\dwt)
>> Building dwt-base
>> workdir=>...\dwt\base\src
>> dmd.exe @...dwt\rsp
>> lib.exe @...dwt\rsp > ...dwt\olog.txt
>> Building org.eclipse.swt.win32.win32.x86
>> workdir=>...\dwt\org.eclipse.swt.win32.win32.x86\src
>> dmd.exe @...\dwt\rsp
>> ...dwt\imp\java\lang\util.di(385): Error: opCall cannot be interpreted
>> at compile time, because it has no available source code
>> --- same error message again ---
>> org\eclipse\swt\internal\Compatibility.d(382): Error: template instance
>> java.lang.util.getImportData!("org.eclipse.swt.internal.SWTMessages.properties")
>>
>> error instantiating
>>
>> The same last two error messages are repeated until
>> "org.eclipse.swt.internal.SWTMessages_hu.properties"
>> and results in
>> object.Exception at build.d(243): compile error
>
> Seems like a missing -J flag. It should point to this folder, on the
> local machine:
> https://github.com/d-widget-toolkit/org.eclipse.swt.win32.win32.x86/tree/master/res
>
>



More information about the Digitalmars-d-dwt mailing list