|
Complete.Org:
Mailing Lists:
Archives:
freeciv-dev:
July 2002: [Freeciv-Dev] Command line option -d fails with Xaw client (PR#1752) |
|
[Freeciv-Dev] Command line option -d fails with Xaw client (PR#1752)[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
The command line argument -d and --debug doesn't work with the Xaw client:
$ ./civ -d 0
Error: Can't open display: 0
$ ./civ --debug 0
Error: Can't open display:
Fix: remove the parsed options from argc/argv before they are passed
to ui_main.
Raimar
|