Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: DSFML with D2?  (Read 4705 times)

0 Members and 1 Guest are viewing this topic.

zlasher

  • Newbie
  • *
  • Posts: 2
    • View Profile
DSFML with D2?
« on: January 21, 2011, 06:53:21 pm »
I'm having some problems with using DSFML with D2.
First I tried the DSGFML from the Download page but got some error regarding thread.d. So I presumed that the they were not compatibly with D2(?).

My second try was compiling the DSFML2 from the svn. First I downloaded http://sfml.svn.sourceforge.net/viewvc/sfml/branches/sfml2/bindings/d/ and then ran "dsss build" and got these errors:
Code: [Select]
C:\D\dmd2\src\ext\DSFML\import>dsss build
Creating imports for dsfml-audio

Creating imports for dsfml-network

Creating imports for dsfml-graphics

Creating imports for dsfml-system

Creating imports for dsfml-window

dsfml\audio => dsfml-audio
dsfml\system\alloc.d(35): module memory cannot read file 'core\memory
Command C:\dsss\bin\rebuild.exe returned with code 1, aborting.
Error: Command failed, aborting.


Someone out there who can guide me?

Thanks in advance for the help.

Best regards,
Zlasher

Trass3r

  • Jr. Member
  • **
  • Posts: 91
    • View Profile
DSFML with D2?
« Reply #1 on: January 30, 2011, 06:00:27 pm »
The dsss conf files are leftovers.
Try with xfBuild or rdmd.

 

anything