dliw / fpCEF3

Chromium Embedded Framework for Free Pascal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux compilation error

mamin27 opened this issue · comments

There is error during compilation
1:

cef3api.pas(6711,5) Error: Identifier not found "Set8087CW"

Set8087CW(Get8087CW or $3F); // deactivate FPU exception
2: after comment above line appears next issue with reaching local variable limit

cef3ref.pas(1577,1) Error: Local variables size exceeds supported limit

Which means:
This indicates that you are declaring more than 32K of local variables, which might not be supported on other processor targets.
Error: Local variables size exceeds supported limit