Le 13/09/2011 20:38, Alan Teeder a ecrit :

> 1. At line 22 I had to change
>
> if ($OS eq 'Windows_NT') {
> $originalMapsDir =~ s:\\:/:g;
> @originalTiles = glob("\"$originalMapsDir/*.$imageFormat\"");
>
> to
>
> if ($OS eq 'Windows_NT') {
> $originalMapsDir =~ s:\\:/:g;
> @originalTiles =<$originalMapsDir/*.$imageFormat>;
>
> as “glob” did not work.
>
> 2. The “mkdir” at line 34 also did nothing, so I created the new folders 
> myself.
>

These two points should be corrected now, please check on gitorious 
repo: 
https://gitorious.org/zakharov/zkv1000/blobs/master/Systems/buildmaps.pl

Regards
seb

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
Learn about the latest advances in developing for the 
BlackBerry&reg; mobile platform with sessions, labs & more.
See new tools and technologies. Register for BlackBerry&reg; DevCon today!
http://p.sf.net/sfu/rim-devcon-copy1 
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to