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

Author Topic: CSFML Audio doesn't compile in debug  (Read 4857 times)

0 Members and 1 Guest are viewing this topic.

FRex

  • Hero Member
  • *****
  • Posts: 1845
  • Back to C++ gamedev with SFML in May 2023
    • View Profile
    • Email
CSFML Audio doesn't compile in debug
« on: November 24, 2015, 03:38:33 pm »
This line is wrong (wrong variable name) and in debug the CSFML Audio will not compile because of it:
https://github.com/SFML/CSFML/blob/e3df1539f5953f6a77c53e58445f4641cfc64190/src/SFML/Audio/SoundBufferRecorder.cpp#L87
Back to C++ gamedev with SFML in May 2023

zsbzsb

  • Hero Member
  • *****
  • Posts: 1409
  • Active Maintainer of CSFML/SFML.NET
    • View Profile
    • My little corner...
    • Email
Re: CSFML Audio doesn't compile in debug
« Reply #1 on: November 24, 2015, 10:11:45 pm »
Yes, I just noticed that myself a few days ago. Copy-paste mistake  :P
Motion / MotionNET - Complete video / audio playback for SFML / SFML.NET

NetEXT - An SFML.NET Extension Library based on Thor

FRex

  • Hero Member
  • *****
  • Posts: 1845
  • Back to C++ gamedev with SFML in May 2023
    • View Profile
    • Email
Re: CSFML Audio doesn't compile in debug
« Reply #2 on: November 25, 2015, 04:15:43 pm »
So you are Zachariah Brown... I was wondering who that is in the git log and then wondering why zsbzsb is explaining his mistakes here...  :P Anyway... fix it? Non compiling CSFML debug is kinda bad. :P
Back to C++ gamedev with SFML in May 2023

zsbzsb

  • Hero Member
  • *****
  • Posts: 1409
  • Active Maintainer of CSFML/SFML.NET
    • View Profile
    • My little corner...
    • Email
Re: CSFML Audio doesn't compile in debug
« Reply #3 on: November 27, 2015, 03:10:22 pm »
So you are Zachariah Brown... I was wondering who that is in the git log and then wondering why zsbzsb is explaining his mistakes here...

I'm not exactly hiding it :)

Anyway... fix it? Non compiling CSFML debug is kinda bad. :P

Of course 8)
https://github.com/SFML/CSFML/pull/94
« Last Edit: November 27, 2015, 03:14:38 pm by zsbzsb »
Motion / MotionNET - Complete video / audio playback for SFML / SFML.NET

NetEXT - An SFML.NET Extension Library based on Thor

Hapax

  • Hero Member
  • *****
  • Posts: 3346
  • My number of posts is shown in hexadecimal.
    • View Profile
    • Links
Re: CSFML Audio doesn't compile in debug
« Reply #4 on: November 27, 2015, 11:00:26 pm »
Quote
So you are Zachariah Brown
Quote
I'm not exactly hiding it
I would've thought that this was more obvious ;)
Selba Ward -SFML drawables
Cheese Map -Drawable Layered Tile Map
Kairos -Timing Library
Grambol
 *Hapaxia Links*

 

anything