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
Hi,
i have a problem with compilation on FreeBSD 14.2 amd64:
Are you going to make a new tag ?
/home/maxfx/Documents/aqemu/src/System_Info.cpp:2728:19: error: out-of-line definition of 'Get_Free_Memory_Size' does not match any declaration in 'System_Info'
2728 | void System_Info::Get_Free_Memory_Size(int& allRAM, int& freeRAM)
| ^~~~~~~~~~~~~~~~~~~~
/home/maxfx/Documents/aqemu/src/System_Info.cpp:2751:19: error: use of undeclared identifier 'getpagesize'
2751 | int page_size = getpagesize();
| ^
The text was updated successfully, but these errors were encountered:
Hi,
i have a problem with compilation on FreeBSD 14.2 amd64:
Are you going to make a new tag ?
The text was updated successfully, but these errors were encountered: