-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: ‘setUpVector’ is not a member of ‘sf::Listener’ #312
Comments
What version of SFML are you building with? Those functions should be part of SFML 2.4, which this version of DSFML is based on. |
I don't know what I'm doing :)
I have sfml 2.4 libs installed, for example: |
It seems that you're mixing different versions of things, which really means that there aren't good instructions available. That's on me. I've been working on new instructions and tutorials for the website, and I'll go ahead and publish what I have later today. It should allow you to build something with DSFML 2.4 |
That's what I used and it built and installed, though version 2.1 it seems.
I also had to install xcb-image and udev libs for cmake succeed first. |
The project has changed significantly since v2.1, so I suggest you try to build with v2.4. The Just an FYI, the new website is very much a work in progress and most of it is not ready. These tutorials should be close enough to get you started, though. Let me know if this works for you and sorry about taking so long to reply. |
Thank you! |
Ah, that's a typo in the instructions. |
I tried without
I tried adding |
Where at in your command line did you add
|
ok, different error now, about
|
Could my dmd.conf be messing something up (I think it's unchanged/original)?
|
That almost looks like it isn't linking with the standard library. When you installed |
phobos seems to be installed, and I can compile other d code, even using
|
If you can compile and link something outside of DSFML then I'm not sure what could be the problem. The only thing I can think to suggest would be do a fresh/clean build and see if that works. If you still have problems, let me know what distro you're using and I'll see if I can reproduce. |
Hello there. I have the same problem, but with WAY MORE "undefined reference". It was a pain to install because my SFML was 2.5 and I needed to go back to 2.4 (because of the original subject with audio listener). |
Trying to build dsfml on Ubuntu 18.04 x64 with gdc, getting error (same with rdmd):
‘setUpVector’ is not a member of ‘sf::Listener’
The text was updated successfully, but these errors were encountered: