<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.os.qnx.openqnx.devel">
    <title>gmane.os.qnx.openqnx.devel</title>
    <link>http://blog.gmane.org/gmane.os.qnx.openqnx.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.qnx.openqnx.devel/335"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.qnx.openqnx.devel/334"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.qnx.openqnx.devel/333"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.qnx.openqnx.devel/332"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.qnx.openqnx.devel/331"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.os.qnx.openqnx.devel/335">
    <title>Re: About HMI Player</title>
    <link>http://permalink.gmane.org/gmane.os.qnx.openqnx.devel/335</link>
    <description>&lt;pre&gt;

seriously? to a public mailing list?



------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
&lt;/pre&gt;</description>
    <dc:creator>Bob Email</dc:creator>
    <dc:date>2011-08-24T22:25:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.qnx.openqnx.devel/334">
    <title>help for xml used in IDE</title>
    <link>http://permalink.gmane.org/gmane.os.qnx.openqnx.devel/334</link>
    <description>&lt;pre&gt;hi,
I wanna save my data in xml format.
I am using QNX Momentics IDE to develop the project.

I can find the header files such as &amp;lt;libxml/parser.h&amp;gt; and link to  -lxml2.
My code is simply downloaded from the webside:
/*   * section:  Tree  * synopsis: Creates a tree  * purpose:  Shows how to create document, nodes and dump it to stdout or file.  */ #include &amp;lt;stdio.h&amp;gt; #include &amp;lt;libxml/parser.h&amp;gt; #include &amp;lt;libxml/tree.h&amp;gt; #if defined(LIBXML_TREE_ENABLED) &amp;amp;&amp;amp; defined(LIBXML_OUTPUT_ENABLED) /*  *To compile this file using gcc you can type  *gcc `xml2-config --cflags --libs` -o tree2 tree2.c  */ /* A simple example how to create DOM. Libxml2 automagically   * allocates the necessary amount of memory to it. */ int main(int argc, char **argv) {     xmlDocPtr doc = NULL;       /* document pointer */     xmlNodePtr root_node = NULL, node = NULL, node1 = NULL;/* node pointers */     xmlDtdPtr dtd = NULL;       /* DTD pointer */     char buff[256];     int i, j;     LIBXML_TEST_VERSION;  ......

   xmlMemoryDump();     return(0); } #else int main(void) {     fprintf(stderr, "tree support not compiled in\n");     exit(1); } #endif
And complier is ok but when launched only last main executed which is not I need.
It bother me for a week. 
1) how can I implement the `xml2-config --cflags --libs` 

2} How need I do to reach my purpose?

Thank you very much for your reply!!


 





------------------
Best regards.
 
 
Your sincerely，
Lee Po &amp;lt; at &amp;gt; Automation Dept.,SJTUy------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay_______________________________________________
openqnx-developer mailing list
openqnx-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/openqnx-developer
&lt;/pre&gt;</description>
    <dc:creator>liberty</dc:creator>
    <dc:date>2011-05-13T13:57:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.qnx.openqnx.devel/333">
    <title>dose anyone share your qnx bsp for s3c2410</title>
    <link>http://permalink.gmane.org/gmane.os.qnx.openqnx.devel/333</link>
    <description>&lt;pre&gt;Thanks!------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl_______________________________________________
openqnx-developer mailing list
openqnx-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/openqnx-developer
&lt;/pre&gt;</description>
    <dc:creator>ws</dc:creator>
    <dc:date>2011-01-16T13:09:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.qnx.openqnx.devel/332">
    <title>Query on hmi player</title>
    <link>http://permalink.gmane.org/gmane.os.qnx.openqnx.devel/332</link>
    <description>&lt;pre&gt;------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july_______________________________________________
openqnx-developer mailing list
openqnx-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/openqnx-developer
&lt;/pre&gt;</description>
    <dc:creator>Princy K. V.</dc:creator>
    <dc:date>2009-08-18T06:13:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.qnx.openqnx.devel/331">
    <title>About HMI Player</title>
    <link>http://permalink.gmane.org/gmane.os.qnx.openqnx.devel/331</link>
    <description>&lt;pre&gt;------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july_______________________________________________
openqnx-developer mailing list
openqnx-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/openqnx-developer
&lt;/pre&gt;</description>
    <dc:creator>Princy K. V.</dc:creator>
    <dc:date>2009-08-07T07:31:01</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.os.qnx.openqnx.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.os.qnx.openqnx.devel</link>
  </textinput>
</rdf:RDF>
