You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolves one half of atomizer#8. Without this the compilation fails with:
use of enum ‘MaxRectsFreeRectChoiceHeuristic’ without previous declaration
It feels like these constants should've been simply imported by
including rbp.h but that fails for a different reason. I wonder what the
right fix is but the workaround in this commit is probably good enough.
Resolvesatomizer#8.
Somehow the function is called before its declaration, so the error
starts with this warning:
warning: implicit declaration of function ‘kickstart’
Again, this is just a workaround and I'd like to know what the right fix
is, but at least the project compiles after this change.
$ uname -a Linux jupiter 5.6.11-arch1-1 #1 SMP PREEMPT Wed, 06 May 2020 17:32:37 +0000 x86_64 GNU/Linux $ python -V Python 3.6.9 (2ad108f17bdb, Apr 07 2020, 02:59:05) [PyPy 7.3.1 with GCC 7.3.1 20180303 (Red Hat 7.3.1-5)]
I get a compile error from gcc building rpb.
And also a compile error for the remote.
The text was updated successfully, but these errors were encountered: