Changes between Version 3 and Version 4 of Getting_Started_Using
- Timestamp:
- Mar 12, 2007 9:38:25 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting_Started_Using
v3 v4 83 83 1. If you notice there are spaces towards the bottom of the file (before {{{$(CC)}}} and {{{rm}}}, these are a single tab, not spaces. '''This is important''', or otherwise '''make''' command will fail with "'''missing separator'''" error. 84 84 1. Change {{{myapp.cpp}}} to your source filename. 85 1. If you're using version 0.5.10.1 or older, then you may encounter link error with '''-lasound''' or '''-lssl'''. You may remove this from your Makefile (this is the limitation of 0.5.10.1 build system, which has been fixed in 0.5.10.2). 85 86 1. Create {{{myapp.cpp}}} in the same directory as your {{{Makefile}}}. At minimum, it may look like this: 86 87 {{{ … … 106 107 If you're having any problems or encounter some errors with above instructions, first please watch carefully the error messages that are printed to the screen. The error messages printed by the gcc or '''make''' normally should contain useful information about the error and how to fix it. 107 108 108 If you like more help, you can report itto PJSIP mailing list. Don't forget to include the details of the error (such as copy/paste the compiler command and error output), because without this we simply wouldn't know how to help!109 If you like more help, you can report the error to PJSIP mailing list. Don't forget to include the details of the error (such as copy/paste the compiler command and error output), because without this we simply wouldn't know how to help! 109 110 110 111 111 112 == Credits == 112 113 113 Thanks Binu KS <binuks -at- gmail dot com> for the initial tutorial .114 Thanks Binu KS <binuks -at- gmail dot com> for the initial tutorial in the PJSIP mailing list.