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

Author Topic: Can't seem to install SFML  (Read 21975 times)

0 Members and 2 Guests are viewing this topic.

greenleaf800073

  • Newbie
  • *
  • Posts: 37
    • View Profile
Re: Can't seem to install SFML
« Reply #45 on: March 22, 2014, 05:16:15 pm »
if it doesn't matter, ok, well, can you send me a project file of yours? so I can see what you have

greenleaf800073

  • Newbie
  • *
  • Posts: 37
    • View Profile
Re: Can't seem to install SFML
« Reply #46 on: March 23, 2014, 04:55:39 pm »
bump

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6287
  • Thor Developer
    • View Profile
    • Bromeon
Re: Can't seem to install SFML
« Reply #47 on: March 23, 2014, 05:22:54 pm »
Use relative paths for entries relative to your project directory (like the working directory, resources loaded at runtime etc) and absolute paths for directories that do not change when you relocate your project (system and other installed libraries).
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

greenleaf800073

  • Newbie
  • *
  • Posts: 37
    • View Profile
Re: Can't seem to install SFML
« Reply #48 on: March 23, 2014, 05:51:46 pm »
Thanks, but still, I don't get why I'm getting those errors that I do

greenleaf800073

  • Newbie
  • *
  • Posts: 37
    • View Profile
Re: Can't seem to install SFML
« Reply #49 on: March 24, 2014, 03:22:34 am »
.-. halp

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10998
    • View Profile
    • development blog
    • Email
AW: Can't seem to install SFML
« Reply #50 on: March 24, 2014, 07:44:32 am »
We don't know either. The tutorial works for everyone else. Your project seems to be fine on my side.

You can only try:
  • Fully rebuild the project.
  • Create a new project from scratch.
  • Reinstall Code::Blocks and its compiler
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

greenleaf800073

  • Newbie
  • *
  • Posts: 37
    • View Profile
Re: Can't seem to install SFML
« Reply #51 on: March 24, 2014, 10:33:22 pm »
ok then

greenleaf800073

  • Newbie
  • *
  • Posts: 37
    • View Profile
Re: Can't seem to install SFML
« Reply #52 on: March 27, 2014, 03:49:48 am »
I've re-installed my code::blocks but it still doesn't work

EDIT: I redownloaded SFML, AND IT WORKS!!!! YAY, but what is libgcc_s_dw2-1.dll? I cannot run the program because that file is missing from my computer, it works when I run from within the compiler, I've googled stuff but I can't find the compiler flag that lets me connect to the static version of the .dll

EDIT 2: now after a rebuild, I'm getting "The procedure entry point __g22_personality_v0 could not be located in the dynamic link library [cpu path]\SFML Tests\bin\Debug\sfml-graphics-2-d.dll."

What do I do now?
« Last Edit: March 27, 2014, 04:12:54 am by greenleaf800073 »

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10998
    • View Profile
    • development blog
    • Email
Re: Can't seem to install SFML
« Reply #53 on: March 27, 2014, 09:01:01 am »
but what is libgcc_s_dw2-1.dll? I cannot run the program because that file is missing from my computer, it works when I run from within the compiler, I've googled stuff but I can't find the compiler flag that lets me connect to the static version of the .dll
It's not missing, it's in your compilers bin/ directory. ;)

EDIT 2: now after a rebuild, I'm getting "The procedure entry point __g22_personality_v0 could not be located in the dynamic link library [cpu path]\SFML Tests\bin\Debug\sfml-graphics-2-d.dll."
Your compiler is incompatible with the version you downloaded. You need to rebuild SFML.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

greenleaf800073

  • Newbie
  • *
  • Posts: 37
    • View Profile
Re: Can't seem to install SFML
« Reply #54 on: March 27, 2014, 10:32:30 pm »
How do you rebuild SFML?

Peteck

  • Jr. Member
  • **
  • Posts: 55
    • View Profile
Re: Can't seem to install SFML
« Reply #55 on: March 27, 2014, 10:38:42 pm »
How do you rebuild SFML?
Download and compile the source code.

You can download it here: https://github.com/SFML/SFML/archive/master.zip

Or go browse the git repository here: https://github.com/SFML/SFML

greenleaf800073

  • Newbie
  • *
  • Posts: 37
    • View Profile
Re: Can't seem to install SFML
« Reply #56 on: March 27, 2014, 11:00:59 pm »
Wait, the source code from where?

and do I download the master one and merge it with the one I downloaded?

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6287
  • Thor Developer
    • View Profile
    • Bromeon
Re: Can't seem to install SFML
« Reply #57 on: March 27, 2014, 11:34:23 pm »
Wait, the source code from where?
From the links that were given just one post above yours.

and do I download the master one and merge it with the one I downloaded?
No. Delete everything related to SFML on your computer (except your own projects of course), download the latest development version (master branch) and start again. Like that you can make sure there are no relicts that conflict with configuration.

And please read the official tutorial carefully, every single step is explained.
« Last Edit: March 27, 2014, 11:37:30 pm by Nexus »
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

greenleaf800073

  • Newbie
  • *
  • Posts: 37
    • View Profile
Re: Can't seem to install SFML
« Reply #58 on: March 27, 2014, 11:40:44 pm »
anddddddddddd I"m back to the original error .-.

greenleaf800073

  • Newbie
  • *
  • Posts: 37
    • View Profile
Re: Can't seem to install SFML
« Reply #59 on: March 28, 2014, 02:40:46 am »
are you supposed to link to exlibs? where's bin?