Обсуждение: stackbuilder - wizard: Use popen to execute installers on *nix, to avoid

Поиск
Список
Период
Сортировка

stackbuilder - wizard: Use popen to execute installers on *nix, to avoid

От
dpage@pgfoundry.org (Dave Page)
Дата:
Log Message:
-----------
Use popen to execute installers on *nix, to avoid wxExecute which seems to fail to call wait() in some cases.

Modified Files:
--------------
    wizard:
        App.cpp (r1.29 -> r1.30)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/App.cpp.diff?r1=1.29&r2=1.30)
    wizard/include:
        App.h (r1.13 -> r1.14)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/include/App.h.diff?r1=1.13&r2=1.14)