View previous topic :: View next topic |
Author |
Message |
samhu.samhu
Joined: 05 Jan 2008 Posts: 6
|
Posted: Sat Jan 05, 2008 10:25 pm Post subject: Still can not compile DDBI 0.25 with phobos |
|
|
Sorry I have posted this message in another thread,Since I am so eager to know the right way to make it,post here again.
Dear Sirs,
I am almost crazy for the compile of ddbi.I have dmd 1.015+the lasted phobos+the lasted bud+DDBI 0.25 trunk.I use implib to compile sqlite3.lib successfully and placed it in dmd\lib.Now I use dmd -run buildme.d all to compile but the error is as below:
buildme.d(39):module FileConst cannot read file 'tango\io\FileConst.d'
Does tango is a must for compile DDBI?
I am liking D so much but so many stones on my way...
God saves someone can help me on this and let me have a try on database with D.I was so eager to do so for a very very long time but every time the DDBI can not passed...
Regards,
Sam |
|
Back to top |
|
|
stonecobra
Joined: 25 May 2004 Posts: 48 Location: Rough and Ready, CA
|
Posted: Fri Jan 11, 2008 3:29 pm Post subject: |
|
|
samhu.samhu,
As mentioned before in the forum, the last revision of ddbi known to work with phobos is revision 62. please svn up -r 62 and try to compile again. |
|
Back to top |
|
|
samhu.samhu
Joined: 05 Jan 2008 Posts: 6
|
Posted: Fri Jan 11, 2008 7:03 pm Post subject: |
|
|
Sorry I don't know how to get r62,is it equevalant to any version ,say 0.2.4 or 0.2.3 or something else? |
|
Back to top |
|
|
larsivi Site Admin
Joined: 27 Mar 2004 Posts: 453 Location: Trondheim, Norway
|
Posted: Sat Jan 12, 2008 3:54 am Post subject: |
|
|
stonecobra said so in his post:
svn up -r 62
It does require that you actually check out DDBI using subversion (svn). |
|
Back to top |
|
|
|