Vivian Meazza wrote:

> The Cygwin build of FGFS-cvs appears still to have a problem with the
> scenery path.
> 
> I've downloaded 0.9.5 scenery via Terrasync into /FlightGear/scenery
> 
> This works:
> 
> --fg-scenery=/FlightGear/scenery
> 
> as does this:
> 
> --fg-scenery=/FlightGear/data/scenery 
> 
> this fails:
> 
> --fg-scenery=/FlightGear/scenery;/FlightGear/data/scenery

On unix systems ( cygwin is emulating one ) semi-colon (;) is used
to seperate commands on a same line. Usually, the colon (:) is 
used to seperate path in the same line. So try :

--fg-scenery=/FlightGear/scenery:/FlightGear/data/scenery

instead

-Fred


_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to