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 - silverhawk1

Pages: [1]
1
General / Re: Compiling Attract Mode on Fedora 34
« on: December 29, 2021, 09:36:16 AM »
I have this running on Fedora 35. I ran into the same issue at first, but the key is this line right here:

extlibs/gameswf/gameswf/gameswf_environment.h:51:16: note: declared private here
   51 |         struct vm_stack : private array<as_value>

If you go into that file: extlibs/gameswf/gameswf/gameswf_environment.h
Line 51: struct vm_stack : private array<as_value>

and change private to public, it will compile without issue.

Pages: [1]