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
The RTL includes (which encompass StrUtil) are not included in the fpc base install on FreeBSD (I'm on 11.1-RELEASE).
If anyone gets here from google due to...
CmdLineOptions.pas(36,3) Fatal: Can't find unit StrUtils used by CmdLineOptions
Then you need to install the fpc-rtl packages...
#> pkg search fpc-rtl
fpc-rtl-console-3.0.4 Free Pascal console abstraction unit (RTL)
fpc-rtl-extra-3.0.4 Free Pascal rtl-extra unit
fpc-rtl-objpas-3.0.4_1 Free Pascal compatibility unit with Delphi
fpc-rtl-unicode-3.0.4 Free Pascal compatibility unit with Delphi
I'm honestly not sure which one StrUtils is in, I just installed them all.
The text was updated successfully, but these errors were encountered:
Original report by Anonymous.
The RTL includes (which encompass StrUtil) are not included in the fpc base install on FreeBSD (I'm on 11.1-RELEASE).
If anyone gets here from google due to...
Then you need to install the fpc-rtl packages...
I'm honestly not sure which one StrUtils is in, I just installed them all.
The text was updated successfully, but these errors were encountered: