View previous topic :: View next topic |
Author |
Message |
JJR
Joined: 22 Feb 2004 Posts: 1104
|
Posted: Sun Jan 13, 2008 11:17 pm Post subject: DWT Compiles Successfully with dmd 1.025 |
|
|
I test compiled the svn version and it still builds with dmd 1.025, so I have updated the Trac wiki accordingly.
Unfortunately dwt does not successfully build with dsss (control example). However it works fine with "bud" (aka build).
-JJR
Last edited by JJR on Mon Jan 14, 2008 5:57 pm; edited 1 time in total |
|
Back to top |
|
|
bayo
Joined: 08 Jan 2008 Posts: 2
|
Posted: Mon Jan 14, 2008 3:13 pm Post subject: |
|
|
thank for your last update.
I just test with dmd 1.015 and it run without touching anything. I test it few month ago with a lot of problems, and finaly no .lib
But a question. Why dont you provide a precompiled linrary? |
|
Back to top |
|
|
JJR
Joined: 22 Feb 2004 Posts: 1104
|
Posted: Mon Jan 14, 2008 6:03 pm Post subject: |
|
|
I could do that but the library is quite large... and then I probably would have to include a debug version too. And then some people may be using different versions of dmd which could create conflicts when linking with dwt.lib. Therefore, I think that including dwt.lib would create too many support issues.
So it's safer just to let people use the included make scripts to build a dwt.lib that works with their installed compiler version. |
|
Back to top |
|
|
|