Difference between revisions of "Talk:Autostart"

From #openttdcoop wiki

Jump to: navigation, search
m (fixed mac os x issue)
(max osx 10.5 nightly issue)
Line 4: Line 4:
 
* <s>using built in bundle creator</s>
 
* <s>using built in bundle creator</s>
  
 +
==known issues==
 +
===MacOSX 10.5===
 +
If you have chosen macosx, nightly and use MacOSX 10.5 the script will not work, the provided binaries do not work with 10.5
 
===Running with Cygwin===
 
===Running with Cygwin===
 
If you're running Autostart with cygwin, and it fails to check the revision from the server, make sure to check if curl is correctly installed. You can try running curl from the command line. If you get something along the lines of "curl: try 'curl --help' or 'curl --manual' for more information", it's installed ok. If you get nothing, execute 'echo $?" as the next line. If that gives '53' as output, you're missing some dlls. Check with cygcheck curl which dlls you're missing.
 
If you're running Autostart with cygwin, and it fails to check the revision from the server, make sure to check if curl is correctly installed. You can try running curl from the command line. If you get something along the lines of "curl: try 'curl --help' or 'curl --manual' for more information", it's installed ok. If you get nothing, execute 'echo $?" as the next line. If that gives '53' as output, you're missing some dlls. Check with cygcheck curl which dlls you're missing.

Revision as of 14:58, 23 July 2008

Todos:

  • Mac OSX has not tar.bz2 nightlies, but .zip fixed with r301 --Osai 08:52, 23 July 2008 (UTC)
  • check for 404 at pw url (grep -c "404 Not Found" = 0)
  • using built in bundle creator

known issues

MacOSX 10.5

If you have chosen macosx, nightly and use MacOSX 10.5 the script will not work, the provided binaries do not work with 10.5

Running with Cygwin

If you're running Autostart with cygwin, and it fails to check the revision from the server, make sure to check if curl is correctly installed. You can try running curl from the command line. If you get something along the lines of "curl: try 'curl --help' or 'curl --manual' for more information", it's installed ok. If you get nothing, execute 'echo $?" as the next line. If that gives '53' as output, you're missing some dlls. Check with cygcheck curl which dlls you're missing.

Powered by MediaWiki