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.


Messages - bradleymeck

Pages: [1]
1
SFML projects / Node.js v8 Bindings
« on: September 08, 2010, 12:24:15 am »
Nothing too exciting but I am currently trying to port sfml bindings to v8 for use in node.js . Its going rather well, and I hope to finish before October 31st since it is in my free time. Any suggestions on how to make it easier to port bindings or use an event loop rather than threads are welcome.

http://github.com/bmeck/node-sfml

2
Audio / Failed to open "test.wav" for reading
« on: September 07, 2010, 05:26:02 pm »
I have a problem with opening sound files on OS X.

I have the OpenAL, sndfile, and all of the sfml frameworks linking fine.

Whenever I open up a sound file though i get the following:

Quote
Failed to open "test.wav" for reading
Failed to play audio stream : sound parameters have not been initialized (call Initialize first)


Is there something I should be doing different on a mac than on linux?

3
General discussions / XOpenDisplay
« on: September 04, 2010, 11:24:35 pm »
Hi, I am writing a binding to node.js for sfml and I managed to statically link in the sfml libraries fine, but am getting an error when the result is included using dlopen.

undefined symbol: XOpenDisplay

statically including libX11.a fixed that error, but it seems there is a waterfall of libraries i would have to include to remove all the errors (xcb etc.)

Any suggestions on a way around this?

Pages: [1]
anything