[fpc-pascal] Problem with freevision (winxp pro sp2 english)

Marco van de Voort marcov at stack.nl
Sat Aug 20 13:10:14 CEST 2005


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




More information about the fpc-pascal mailing list