SFML community forums
Bindings - other languages => D => Topic started by: RobotGymnast on January 30, 2011, 05:14:18 pm
-
DSFML fails to compile using dmd v2.051. This means the SVN code and the version on the download page.
I've fixed code so that at least dsfml-window builds; diff uploaded at http://pastebin.com/djtz4P9g.
The main issues had to do with string literals not being equivalent to char[]
but rather immutable char[]
Also,
this
inside a member function is a reference, not a pointer.
-
In the top level of the working directory, type:
svn diff > patch.diff
-
In the top level of the working directory, type:
svn diff > patch.diff
Euch I since discovered that TortoiseSVN doesn't appear to wrap the SVN executables, so I can't use typical SVN binaries separately from Tortoise. Figured out how to do it through the GUI, though, and put the diff on pastebin. Thanks!
-
That's because DSFML1 on the download page is targeted at D1 (and quite outdated).
Only use the svn version and SFML2.
-
That's because DSFML1 on the download page is targeted at D1 (and quite outdated).
Only use the svn version and SFML2.
Where can that be found? It's not immediately apparent to me while browsing the repository.
Edit: Nevermind, found it under branches. Thanks