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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - amireldor

Pages: [1]
1
General / Unit testing with NetBeans + SFML is not nice to me
« on: April 25, 2012, 03:59:05 pm »
Hello.

Not sure if the SFML forums is the right place but as I already posted it in a NetBeans forums and got no answer - maybe someone here will have an idea.

NetBeans 7.1.1, Windows 7 64-bit, SFML 1.6

I'm trying to build a project that uses SFML and the built-in simple C++ unit test in NetBeans.

When I run a test, it compiles and links my files successfully, but when the tests should start, nothing happens. It just idles without any jobs pending on the bottom status bar and the message on the tests panel stays "Running tests, please wait...".

I managed to trace the problem to something with SFML. When I compile without any SFML code (i.e. all SFML code is commented out), the unit tests run. As soon as I compile using code from the SFML library (i.e. uncommenting even a single line of my SFML code), stuff goes wrong.

As I mentioned above, I posted a similar question on the NetBeans forums:
http://forums.netbeans.org/viewtopic.php?t=47710

Thanks for any help,
Amir

Pages: [1]
anything