<div dir="ltr"><div>cause i get this error <br><br>me.cpp: In function ‘int main(int, char**)’:<br>me.cpp:23:45: error: ‘virConnectCreateXML’ was not declared in this scope<br> dom = virConnectCreateXML(conn, xmlconfig, 0);<br>                                             ^<br>me.cpp:27:5: error: return-statement with no value, in function returning ‘int’ [-fpermissive]<br>     return;<br>     ^<br>me.cpp:30:57: error: ‘virDomainName’ was not declared in this scope<br> fprintf(stderr, "Guest %s has booted", virDomainName(dom));<br><br><br></div>for the attached cpp file<br><br></div>