| | legOS errors John Bauman
| | | When using make in Cygwin32 to make legOS, I get the error: utils/merge-map: not found And when I try to run merge-map from the utils dir, it goes: command not found I'm sure this is about the path, but what should I do? (26 years ago, 1-Jan-99, to lugnet.robotics)
| | | | | | | | Re: legOS errors Jonathan Wilkins
| | | | | merge-map is a perl script.. try setting up perl, or checking the path that merge-map is using to reference perl.. If I recall correctly it wants /usr/local/bin/perl Jonathan (...) -- Did you check the web site first?: (URL) (26 years ago, 2-Jan-99, to lugnet.robotics)
| | | | | | | | | | Re: legOS errors John A. Tamplin
| | | | | (...) It is a perl program, and as shipped it expects perl to be in /usr/bin. If you have perl installed in /usr/local/bin (for example), just change the first line to #!/usr/local/bin/perl. If you don't have perl, you will need to obtain and (...) (26 years ago, 3-Jan-99, to lugnet.robotics)
| | | | | | |