Closed Rhialto closed 1 month ago
Thank you @Rhialto ! We will fix this with the next release of the M2M framework.
FYI @Rhialto , I fixed this in the develop
branch of the M2M framework which is a stable (yet not released) branch of the M2M framework. I propose you stay at the released V2.0.0 and use your manual fix. But if you decided to switch from V2.0.0 to our dev-branch then don't forget to apply a git submodule update --remote --merge
, so that this very fix gets pulled from the QNICE repo.
Thanks again for reporting this - highly appreciated.
I am closing this now as FIXED (and the fix will automatically be part of the next official release).
I'm following the "first steps" tutorial and I ran into one very small and easily solvable snag:
Grep found me
./M2M/QNICE/c/vasm/cond.c:static ifnesting;
so I insertedint
in there to fix the issue. I guess this is very very old C we're dealing with here...