User Activity

  • Modified a comment on discussion Help on t38modem

    Repaired and tested on Ubuntu 18.04.3 T38modem 3.15.3 (in attachment): No changes required OPAL 3.10.15 (in attachment) compile: ./configure CXXFLAGS='-std=gnu++98' PTlib 2.10.15 (in attachment) patches: --- svcproc.cxx 2020-01-09 02:33:42.363332334 +0100 +++ svcproc.cxx_patch 2020-01-08 15:16:34.346921577 +0100 @@ -217,7 +217,7 @@ pid_t pid; { - ifstream pidfile(pidfilename); + ifstream pidfile((const char *)pidfilename); if (!pidfile.is_open()) { cout << "Could not open pid file: \"" << pidfilename...

  • Modified a comment on discussion Help on t38modem

    Repaired and tested on Ubuntu 18.04.3 T38modem 3.15.3 (in attachment): No changes required OPAL 3.10.15 (in attachment) compile: ./configure CXXFLAGS='-std=gnu++98' PTlib 2.10.15 (in attachment) patches: --- svcproc.cxx 2020-01-09 02:33:42.363332334 +0100 +++ svcproc.cxx_patch 2020-01-08 15:16:34.346921577 +0100 @@ -217,7 +217,7 @@ pid_t pid; { - ifstream pidfile(pidfilename); + ifstream pidfile((const char *)pidfilename); if (!pidfile.is_open()) { cout << "Could not open pid file: \"" << pidfilename...

  • Modified a comment on discussion Help on t38modem

    Repaired and tested on Ubuntu 18.04.3 T38modem 3.15.3: No changes required OPAL 3.10.15 compile: ./configure CXXFLAGS='-std=gnu++98' PTlib 2.10.15 patches: --- svcproc.cxx 2020-01-09 02:33:42.363332334 +0100 +++ svcproc.cxx_patch 2020-01-08 15:16:34.346921577 +0100 @@ -217,7 +217,7 @@ pid_t pid; { - ifstream pidfile(pidfilename); + ifstream pidfile((const char *)pidfilename); if (!pidfile.is_open()) { cout << "Could not open pid file: \"" << pidfilename << "\"" " - " << strerror(errno) << endl; @@...

  • Modified a comment on discussion Help on t38modem

    Repaired and tested on Ubuntu 18.04.3 T38modem 3.15.3: No changes required OPAL 3.10.15 compile: ./configure CXXFLAGS='-std=gnu++98' PTlib 2.10.15 patches: --- svcproc.cxx 2020-01-09 02:33:42.363332334 +0100 +++ svcproc.cxx_patch 2020-01-08 15:16:34.346921577 +0100 @@ -217,7 +217,7 @@ pid_t pid; { - ifstream pidfile(pidfilename); + ifstream pidfile((const char *)pidfilename); if (!pidfile.is_open()) { cout << "Could not open pid file: \"" << pidfilename << "\"" " - " << strerror(errno) << endl; @@...

  • Posted a comment on discussion Help on t38modem

    Repaired and tested on Ubuntu 18.04.3 T38modem: No changes required OPAL compile: ./configure CXXFLAGS='-std=gnu++98' PTlib patches: --- svcproc.cxx 2020-01-09 02:33:42.363332334 +0100 +++ svcproc.cxx_patch 2020-01-08 15:16:34.346921577 +0100 @@ -217,7 +217,7 @@ pid_t pid; { - ifstream pidfile(pidfilename); + ifstream pidfile((const char *)pidfilename); if (!pidfile.is_open()) { cout << "Could not open pid file: \"" << pidfilename << "\"" " - " << strerror(errno) << endl; @@ -384,7 +384,7 @@ // Run...

View All

Personal Data

Username:
supczinskib
Joined:
2020-01-09 01:31:11

Projects

  • No projects to display.

Personal Tools