Re: Using ccRTP
Wouter <[email protected]>
| Newsgroups | gmane.comp.gnu.ccrtp.devel |
|---|---|
| Message-ID | <[email protected]> |
I had the same problem. Solution that worked for me: include libxml2 during linking process. use -lxml2 option. That resolved all undefined references at one. Good luck Wouter