144 | | A: According to this discussion entitled [http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/2008-May/002915.html Error in configuring SVN version, on Linux, i686] on pjsip mailing list, this was caused by incorrect CRLF line endings in the {{{pjlib/include/pj/compat/os_auto.h.in}}} file, causing {{{sed}}} to fail. If you're working on Linux, make sure that you use the {{{.tar.gz}}} tarball rather than the {{{.zip}}} file since both have different CRLF formatting, and be careful when transferring/editing source files between your Linux and a Windows machine. |
| 144 | A: According to this discussion entitled [http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/2008-May/002915.html Error in configuring SVN version, on Linux, i686] on pjsip mailing list, this was caused by incorrect CRLF line endings in the {{{pjlib/include/pj/compat/os_auto.h.in}}} file, causing {{{sed}}} to fail. If you're working on Linux, make sure that you use the {{{.tar.gz}}} tarball rather than the {{{.zip}}} file since both have different CRLF formatting. Also don't copy files which are checked out on Windows to Linux, since files checked out on Windows will have CRLF endings. And be careful when transferring/editing source files between your Linux and a Windows machine, when you edit a file on Windows the CRLF endings may be set to CRLF too. |