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

Author Topic: Need help compiling/building [UNSOLVED]  (Read 2795 times)

0 Members and 1 Guest are viewing this topic.

2ant

  • Newbie
  • *
  • Posts: 17
    • View Profile
Need help compiling/building [UNSOLVED]
« on: February 25, 2015, 07:11:27 pm »
Hi,i would like to use sfml with sfgui.
If i understand correctly the last version of sfgui require me to build sfml from the git files first.

I manage to compile SFML-master with cmake gui with no errors.
I built the sfml project file with codeblocks and i chose install .

I dl glew-1.12.0-win32 and SFGUI-0.2.3-source.

I get this when i clic configure:



I indicate the glew include and glew library and i clic configure again and i get this:



I indicate the sfml folder that codeblocks created and i get this:



I am not very familiar with cmake so i don't know what to do now.

Should i rebuild sfml ? Is there any precompiled sfgui libs that can work with sfml 2.2 or sfml git ?

Please help the debutant that i am.
« Last Edit: February 25, 2015, 10:25:41 pm by 2ant »

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
AW: Need help compiling/building
« Reply #1 on: February 25, 2015, 08:59:20 pm »
It's all explained on the SFGUI FAQ and guide page: http://sfgui.sfml-dev.de/p/faq

SFGUI should work with SFML 2.2, so you don't necessarily need to build it yourself.

It's highly recommended to use the GLEW SFML provides in its extlibs directory.

And finally SFGUI has its own forum in which the same questions have been answered numerous times. ;)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

2ant

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: Need help compiling/building
« Reply #2 on: February 25, 2015, 10:25:19 pm »
Thank you for your answer exploit3r,

If reading the faq answered my questions i wouldn't have posted here.

I tried a nighly build of sfgui and it didn't work for sfml 2.2.

I don't have an ext lib folder, i tried redoing the codeblocks step but no option work now.

I'll go ask on the sfgui forum


 

anything