Sergei Reznikov

Results 57 comments of Sergei Reznikov

Interesting, now I need to find out how to install Clover to the ESP partition.

This is still and issue with 4.0.2.

Requires ffmpeg to be configured with `--enable-gpl --enable-libx264`. Should we do that?

@steffenyount hi, could you please clarify a licence for DrumCircle?

Seems like to fix the build we need to include `/system/develop/headers/c++/pstl` in Jamfile? This is where `execution_defs.h` is located. I wonder why it is not included, though.

I think this ticket is fine for now.

Forcing std=c++11 fixes the build, however the crash is still there. App doesn't crash unless you move a mouse over its window. ``` diff --git a/platforms/haiku/Jamfiles/Jamrules b/platforms/haiku/Jamfiles/Jamrules index dfce893..98c4725 100644...

Recompiling with '-g" made this crash go away.