Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

SFML 2.0 Templete i created templete for version 2.0

<< < (3/3)

ptDev:

--- Quote from: Alpha on May 13, 2013, 04:28:11 pm ---
--- Quote from: ptDev on May 13, 2013, 01:41:22 pm ---The distributed SFML package including binaries also has the binaries for the debug build. I doubt they would be distributed unless the authors suspected users might find them useful.

--- End quote ---
Building the source by default only created the release binaries.  Using apt-get by default does not acquire the debug files.

--- End quote ---

I was referring to the Windows binary packages, which contain the debug libs. Is there no easy way to compile debug libs, if one is so inclined?


--- Quote ---
--- Quote from: ptDev on May 13, 2013, 01:41:22 pm ---You also use the corresponding debug build for wxWidgets in its project wizard.

--- End quote ---
However, the wxWidgets wizard also checks if the files exist, and gives the option to link against release binaries if the debug ones are not available.

--- End quote ---

Good point. Maybe the same fallback option should be available in the SFML wizard.

Alpha:

--- Quote from: ptDev on May 13, 2013, 09:28:37 pm ---Is there no easy way to compile debug libs, if one is so inclined?

--- End quote ---
Compiling debug is easy, just not default, so a user who does not specifically think to build them likely will not.

Alpha:
On Ubuntu (and I assume most other Linux systems as well) debug libraries are not named how they are on Windows: see here.  I will write a detection-fallback routine for Windows, and simply skip trying to link to debug on Linux.

Navigation

[0] Message Index

[*] Previous page

Go to full version