danomatika / ofxLua

(maintained) a lua scripting interface & bindings for openFrameworks
Other
164 stars 36 forks source link

ostringstream instead of stringstream #72

Closed Jonathhhan closed 11 months ago

Jonathhhan commented 11 months ago

The swig generated ofBindings.cpp has ostringstream instead of stringstream. It works fine after renaming.

danomatika commented 11 months ago

It's nice to have a solution... but it would be good to know what the actual problem is, ie. build errors on Windows, etc.

danomatika commented 11 months ago

This should be fixed in current master. Let me know the details of why it didn't work so I can update the changelog.

Jonathhhan commented 11 months ago

Yes, it is solved in the current master (std::ostringstream seems to work, too)...

danomatika commented 11 months ago

The new 1.5.1 bugfix version incorporates these changes.