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

Author Topic: Performanceproblems with 2.2?  (Read 12226 times)

0 Members and 1 Guest are viewing this topic.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Performanceproblems with 2.2?
« Reply #15 on: March 20, 2015, 03:59:08 pm »
Quote
what are the plans for a release 2.3?
Soon :D

Quote
Or can you update the 2.2? release to work with the SFML master build?
I don't think there will be a SFML 2.2.1. There are too few critical bugs, and 2.3 is almost complete.
Laurent Gomila - SFML developer

zsbzsb

  • Hero Member
  • *****
  • Posts: 1409
  • Active Maintainer of CSFML/SFML.NET
    • View Profile
    • My little corner...
    • Email
Re: Performanceproblems with 2.2?
« Reply #16 on: March 20, 2015, 04:02:13 pm »
Since I use the bindings also on linux, what are the plans for a release 2.3?

If you are on linux why don't you just build it yourself then? It is super easy compared to windows.

Quote
git clone https://github.com/SFML/SFML.git
cd SFML
cmake .
make install
cd ..
git clone https://github.com/SFML/CSFML.git
cd CSFML
cmake .
make install
Motion / MotionNET - Complete video / audio playback for SFML / SFML.NET

NetEXT - An SFML.NET Extension Library based on Thor

s.baus

  • Newbie
  • *
  • Posts: 45
    • View Profile
Re: Performanceproblems with 2.2?
« Reply #17 on: March 25, 2015, 03:48:04 pm »
There are nightly builds, but I don't know if they are recent enough.

I found this site (http://www.nightlybuilds.ch/) here, but the nightly builds are from january. Who is responsible for this site?
Since I use the bindings also on linux, what are the plans for a release 2.3?

If you are on linux why don't you just build it yourself then? It is super easy compared to windows.

Quote
git clone https://github.com/SFML/SFML.git
cd SFML
cmake .
make install
cd ..
git clone https://github.com/SFML/CSFML.git
cd CSFML
cmake .
make install

I tried this, but failed at the SFML build:
Quote
-- Could NOT find LIBXCB_ICCCM (missing:  LIBXCB_ICCCM_LIBRARY)
CMake Error at cmake/Modules/FindXCB.cmake:93 (message):
  xcb-icccm not found
Call Stack (most recent call first):
  src/SFML/Window/CMakeLists.txt:196 (find_package)
AudioCuesheetEditor, your #1 CuesheetEditor.

http://sourceforge.net/projects/audiocuesheet

zsbzsb

  • Hero Member
  • *****
  • Posts: 1409
  • Active Maintainer of CSFML/SFML.NET
    • View Profile
    • My little corner...
    • Email
Re: Performanceproblems with 2.2?
« Reply #18 on: March 25, 2015, 03:58:21 pm »
If you are using linux as a developer you should be capable of reading error messages and understanding them. It says exactly what is wrong, a lib SFML depends on is missing so you should install it.

http://www.sfml-dev.org/tutorials/2.2/compile-with-cmake.php

And eXpl0it3r is responsible for the nightly builds site (easily discoverable if you spent 2 minutes clicking the buttons at the top of the site), but I don't know what you plan on doing with that information, force him to update?
« Last Edit: March 25, 2015, 04:10:46 pm by zsbzsb »
Motion / MotionNET - Complete video / audio playback for SFML / SFML.NET

NetEXT - An SFML.NET Extension Library based on Thor

s.baus

  • Newbie
  • *
  • Posts: 45
    • View Profile
Re: Performanceproblems with 2.2?
« Reply #19 on: March 26, 2015, 09:00:31 pm »
I just thought it would be easier to get a nightly build, than to build SFML myself, since I use the framework not to worry about underlying stuff.

If eXpl0it3r could do an update, that would be really nice.
AudioCuesheetEditor, your #1 CuesheetEditor.

http://sourceforge.net/projects/audiocuesheet

s.baus

  • Newbie
  • *
  • Posts: 45
    • View Profile
Re: Performanceproblems with 2.2?
« Reply #20 on: March 30, 2015, 11:28:19 am »
I tried a build myself, SFML just got installed nice, but I can't get CSFML to build properly:

Quote
[root@localhost CSFML-master]# cmake .
CMake Error at src/SFML/CMakeLists.txt:26 (find_package):
  By not providing "FindSFML.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "SFML", but
  CMake did not find one.

  Could not find a package configuration file provided by "SFML" (requested
  version 2) with any of the following names:

    SFMLConfig.cmake
    sfml-config.cmake

  Add the installation prefix of "SFML" to CMAKE_PREFIX_PATH or set
  "SFML_DIR" to a directory containing one of the above files.  If "SFML"
  provides a separate development package or SDK, be sure it has been
  installed.


-- Configuring incomplete, errors occurred!
See also "/home/sven/Downloads/CSFML-master/CMakeFiles/CMakeOutput.log".

How do I set the SFML_DIR variable?
AudioCuesheetEditor, your #1 CuesheetEditor.

http://sourceforge.net/projects/audiocuesheet

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Performanceproblems with 2.2?
« Reply #21 on: March 30, 2015, 11:43:41 am »
Forget about what CMake says. The documentation for this is in the FindSFML.cmake file (shipped with SFML).
Laurent Gomila - SFML developer

s.baus

  • Newbie
  • *
  • Posts: 45
    • View Profile
Re: Performanceproblems with 2.2?
« Reply #22 on: March 30, 2015, 01:07:57 pm »
Well, whats the problem then? I'm not familiar with cmake.
AudioCuesheetEditor, your #1 CuesheetEditor.

http://sourceforge.net/projects/audiocuesheet

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Performanceproblems with 2.2?
« Reply #23 on: March 30, 2015, 01:23:34 pm »
You must install SFML, and put FindSML.cmake where CMake can find it when you configure CSFML. Then, if SFML is not installed in a standard path, you must define the SFML_ROOT CMake variable when configuring CSFML.
Laurent Gomila - SFML developer