Re: Build problems

2013-02-22 Thread Alexandr Druzhinin
22.02.2013 19:05, deed пишет: this is my way to build DWT on win7 [...] now it works for me. [...] For me too. Thanks! Not at all. I can not proud by my job - it would be better to fix it in the right way, but at least it works.

Re: Build problems

2013-02-22 Thread Alexandr Druzhinin
22.02.2013 18:15, Lubos Pintes пишет: Yes it works. Only the first command you mentioned is build base I made a batch script based on your description, thank you. yep, it should be `build base` of course.

Re: Build problems

2013-02-22 Thread Alexandr Druzhinin
22.02.2013 17:07, deed пишет: Replacing util.di with util.d (as mentioned in another thread) gives the same result. I read about replacing, but nevertheless - did you remove util.di or place util.d alongit? this is my way to build DWT on win7 using dmd 2.062 (it's dirty, but works for me)

Re: Building DWT2 with DMD 2.062 on Windows 7 64 bit

2013-02-19 Thread Alexandr Druzhinin
19.02.2013 20:26, Lubos Pintes пишет: I did exactly the same thing. And to be sure, I just tried it again. Nothing changed... Dňa 19. 2. 2013 13:55 Alexandr Druzhinin wrote / napísal(a): 19.02.2013 17:47, Lubos Pintes пишет: Hi, Just checked out fresh repository and tried to build. Base

Re: Building DWT2 with DMD 2.062 on Windows 7 64 bit

2013-02-19 Thread Alexandr Druzhinin
19.02.2013 17:47, Lubos Pintes пишет: Hi, Just checked out fresh repository and tried to build. Base builds fine but swt doesn't. Unfortunately, I am unable to record error log. It is something about java.lang.util.di, on line 385, opCall cannot be interpreted at compile time because it has no s

Re: DWT building using gdc under Windows

2013-02-17 Thread Alexandr Druzhinin
17.02.2013 21:53, Jacob Carlborg пишет: On 2013-02-17 14:10, Alexandr Druzhinin wrote: Could you please ask in the GDC/GNU newsgroup? done

Re: DWT building using gdc under Windows

2013-02-17 Thread Alexandr Druzhinin
17.02.2013 19:15, Jacob Carlborg пишет: On 2013-02-17 12:06, Alexandr Druzhinin wrote: What surprised me is compilation errors using gdc... gdc is the last build from goshawk https://bitbucket.org/goshawk/gdc/downloads I'm curious is there these errors using gdc under linux - (I gue

Re: DWT building using gdc under Windows

2013-02-17 Thread Alexandr Druzhinin
16.02.2013 4:15, Jacob Carlborg пишет: On 2013-02-15 17:33, Alexandr Druzhinin wrote: Jacob, could you describe in several words the way to add this feature to build.d? Unfortunately I have not written build.d, nether the original rake script. I can have a look at it tomorrow and see what I

DWT building using gdc under Windows

2013-02-15 Thread Alexandr Druzhinin
Jacob, could you describe in several words the way to add this feature to build.d?

Re: DWT building

2013-01-25 Thread Alexandr Druzhinin
25.01.2013 14:15, Jacob Carlborg пишет: On 2013-01-25 07:03, Alexandr Druzhinin wrote: Before report one little qualification - -J switch should be handled automatically without dependence what build system is used? Or only when `rdmd build ...` is used? Only when "rdmd build" is

Re: DWT building

2013-01-25 Thread Alexandr Druzhinin
25.01.2013 14:33, Jacob Carlborg пишет: Ok, I know what's going on. When running "rdmd -Ifoo build" all flags passed to rdmd is used when compiling "build.d". build.d is compiled into an executable that rdmd runs. This executable then builds the DWT library. The flags passed to rdmd are not passe

Re: DWT building

2013-01-24 Thread Alexandr Druzhinin
25.01.2013 3:55, Jacob Carlborg пишет: On 2013-01-24 19:00, Alexandr Druzhinin wrote: I've solved the problem with using -Jpath\to\dwt\org.eclipse.swt.snippets\res\ and linking against every lib from dwt\lib. But I think it isn't clear way - there is nothing about it in readme. The

Re: DWT building

2013-01-24 Thread Alexandr Druzhinin
25.01.2013 3:58, Jacob Carlborg пишет: To pass a flag to the compiler just pass it before the file when invoking rdmd: $ rdmd -O -release -I/path/to/derelict build swtsnippets[Snippet195] I did it, but rdmd didn't find libraries and imports in this case and this was the reason of my post. When

Re: DWT building

2013-01-24 Thread Alexandr Druzhinin
24.01.2013 22:32, Alexandr Druzhinin пишет: Hello How to link application against dwt lib without rdmd? I use monodevelop and need to pass arguments to compiler. if I use rdmd like this: rdmd build swtsnippets[Snippet195] it cannot find derelict and fail and I cant imagine how to pass argument

DWT building

2013-01-24 Thread Alexandr Druzhinin
Hello How to link application against dwt lib without rdmd? I use monodevelop and need to pass arguments to compiler. if I use rdmd like this: rdmd build swtsnippets[Snippet195] it cannot find derelict and fail and I cant imagine how to pass argument to rdmd. And I'd like to use dmd instead of