> Dear Ladies and Gentleman.
> 
> I am trying to compile the fv example:
> 
> C:\FPC\2.0.0\examples\fv\*.pas

> fvcommon.pas(2,18) Fatal: Can't find unit FVCommon
> fvcommon.pas(2,18) Error: Compilation aborted
> make: *** [tfileio.exe] Error 1

Sounds like a problem with your units path.

Make sure you have something like

-Fuc:\fpc\2.0.0\units\i386-win32\*

in your fpc.cfg. Note the asterisk on the end.

If this doesn't work, use compiler option -vt to get info where it 
is searching.

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to